Closed kroll-j closed 8 years ago
I've pushed up a fix for this in ae805f6, so that the libassimp.so will get the same name under both configurations. Having said that, there's a good chance that using the assimp library will crash due to struct layout issues - we manually map the assimp classes into xtlang named types, but it's fragile and we prioritise getting it working for the Release config.
Sorry if this is unsatisfying - I feel your pain. It's just part of the impedance mismatch with externally-compiled object files and their dynamic interactive use in Extempore.
I see. It's better than no debug build at all, thanks.
Yep. Slightly :)
Closes GH-277
j. kroll notifications@github.com writes:
I see. It's better than no debug build at all, thanks.
You are receiving this because you commented. Reply to this email directly or view it on GitHub: https://github.com/digego/extempore/issues/277#issuecomment-230841259
When trying to build with Debug configuration:
Tries to copy 'libassimp.so' which isn't there:
'libassimpd.so' exists.