You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it ships with assimp headers, but expect to use the prebuilt assimp binaries installed by the system. This will result in mismatched version of headers and libs.
with the latest assimp 5 installed via brew on mac, I experienced a crash. My fix was removing the included assimp headers and only use the system install.
The text was updated successfully, but these errors were encountered:
shi-yan
changed the title
mismatching header files and libs causes seg fault
mismatched header files and libs causes seg fault
Dec 11, 2023
Yeah, it's a bit of a weird situation. Pre-built binaries are supplied for windows users, but not for OS X and Linux users as they're it's preinstalled. Then for windows users it should include the headers as well, but then causes a mismatch on OSX/Linux. A PR was set up that fixes this on OSX/Linux, but breaks on Windows: #374
Maybe it's possible to set up CMake s.t. it won't use the shipped headers in case of OSX/Linux, but does support them on Windows, then it could work?
This project has a strange setup.
it ships with assimp headers, but expect to use the prebuilt assimp binaries installed by the system. This will result in mismatched version of headers and libs.
with the latest assimp 5 installed via brew on mac, I experienced a crash. My fix was removing the included assimp headers and only use the system install.
The text was updated successfully, but these errors were encountered: