Yupei Qi
Yupei Qi
It hangs on this line: https://github.com/Gnimuc/FabSoften/blob/384d6506011c81ae5641feddeaf549e7bb04fae2/examples/FaceLandmarkDetection/FaceLandmarkDetection.cpp#L82 Here is another MWE: ``` dlib::array2d dlibImg; dlib::assign_image(dlibImg, dlib::cv_image(inputImg)); dlib::pyramid_up(dlibImg); ```
In the future, maybe it's better to directly build on top of `clang-repl` using the `TU_Incremental` mode.
For now, users need to put everything into one source file. That's not good.
It takes almost 1min on my m1 machine to generate only 7k loc: https://github.com/Gnimuc/ClangCompiler.jl/blob/main/lib/17/LibClangEx.jl whereas, the codegen process only takes seconds...
### Discussed in https://github.com/JuliaInterop/Clang.jl/discussions/497 Originally posted by **maleadt** June 18, 2024 I'm trying to wrap some macOS C header, which has the following: ``` #ifdef __APPLE__ #import #endif // __APPLE__...
- [x] fix `gen_inherit.cpp` - [ ] fix `gen_inline.cpp`
Manually updating enums is error-prone and time-consuming, better to write a generator for this.
also fix clang exec dirs