CastXMLSuperbuild icon indicating copy to clipboard operation
CastXMLSuperbuild copied to clipboard

Build CastXML and its dependencies (LLVM/Clang)

Results 8 CastXMLSuperbuild issues
Sort by recently updated
recently updated
newest added

If OpenMP support is selected, download the OMP source code which matches the LLVM/Clang version. Add a step to the project to extract the source to the binary directory and...

``` $otool -L ~/Downloads/castxml/bin/castxml /Users/blowekamp/Downloads/castxml/bin/castxml: /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1336.0.0) /usr/lib/libz.1.dylib (compatibility version 1.0.0, current version 1.2.12) /opt/homebrew/opt/zstd/lib/libzstd.1.dylib (compatibility version 1.0.0, current version 1.5.6) /usr/lib/libc++.1.dylib (compatibility version 1.0.0,...

Hello, After downloading the CastXML executable from the releases section of this repository, when I run it with no arguments I get an access violation following this output: ``` PLEASE...

![Image](https://github.com/user-attachments/assets/89385205-77e9-4ef7-a30b-bbfd61d336c4) Sorry for the message in French, it says it can't retrieve the symbol. I first tried with clang-cl 20.1.0 which fails with a similar message. Since the binary seems...

Windows binary has wierd dependency on libstdc++, winpthread and libgcc_s_seh. Running artifact from manual build does not have this problem.