-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CppInterOp doesn't find stddef.h #1
Comments
Configuring a JLL-compatible-binary-build environment is tricky(see how we did in Clang.jl). I'm still working on it. If you want to play with it a bit, you can pass |
@maleadt This should be fixed now. But the Linux CI keeps failing... https://github.com/Gnimuc/CppInterOp.jl/actions/runs/9367490416/job/25787279012#step:9:141 |
Thanks, I'll try this out. I guess the goal would be do redistribute necessary headers as a JLL instead of picking them up from the system? Especially for use on Windows. |
That's LLVM being broken: llvm/llvm-project#74671 |
Thanks, the issue reported here is fixed. It "just" triggers the ORC bug now:
|
It may be a little early for filing issues, so stop me if I should just wait, but I encountered the following when testing the
basic
example:Relevant copies of
stddef.h
on my system (Arch Linux) are in:The text was updated successfully, but these errors were encountered: