Michael Maenz

Results 5 comments of Michael Maenz

Probably I was a bit to fast with questioning. I have found the answer by checking for IsSet(label, ...) and when all colors are wrong asking the referenced Label for...

Always compiling is a pain in the ass and takes about 40min. If build once, I did a shortcut to speed-up: 1. created permanent directory under javacpp-presets/opencascade/ 2. mv $PLATFORM/bin,...

Update on that. Saudet is right, when all NCollection_Define* header are put in the beginning of @Platform(include={..}) it works.

Ok, I broke the whole library into frameworks. Started with framework Foundation as this is the base for everything else. I included this in opencascade.java via inherit and moved everything...

Sorry my quoted error message is confusing. Here is a whole error: `In file included from /Users/mmaenz/Projects/java-occ-cpp/javacpp-presets/opencascade/target/native/org/bytedeco/opencascade/macosx-x86_64/jniopencascade.cpp:97: /Users/mmaenz/Projects/java-occ-cpp/javacpp-presets/opencascade/cppbuild/macosx-x86_64/include/opencascade/NCollection_DefineAlloc.hxx:19:10: error: 'NCollection_BaseAllocator.hxx' file not found with include; use "quotes" instead #include `...