conditional typedef not detected #373
Unanswered
johnnychen94
asked this question in
Q&A
Replies: 1 comment 1 reply
-
It seems like I should do - headers = joinpath.("include", readdir("include/"))
+ headers = ["include/c.h"] julia> build!(ctx)
[ Info: Processing header: include/c.h
[ Info: Building the DAG...
┌ Warning: default libname: ":libxxx" is being used, did you forget to set `library_name` in the toml file?
└ @ Clang.Generators ~/.julia/packages/Clang/UrFxU/src/generator/audit.jl:16
[ Info: Emit Julia expressions...
const JSAMPLE = Cuchar
const JSAMPROW = Ptr{JSAMPLE}
[ Info: Done!
Context(...) but TBH I have no idea why it should work like this. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm currently working on a JpegTurbo wrapper, I'm not familiar with C/C++ so I don't know how to describe this question. This is the MWE that I get
With this setup I get:
Any guidance would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions