Hi all.
I’m trying to make a 3D racing game for a fourth year project on the rpi 3.
I’m after running into a problem when doing the initial cmake to make the build for the engine.
[ 91%] Linking CXX executable …/…/…/bin/tool/AssetImporter
/usr/bin/ld: …/…/ThirdParty/Assimp/code/libAssimp.a(IFCLoader.cpp.o): in function Assimp::IFCImporter::InternReadFile(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, aiScene*, Assimp::IOSystem*)': IFCLoader.cpp:(.text+0x7068): undefined reference to
Assimp::IFC::GetSchema(Assimp::STEP::EXPRESS::ConversionSchema&)’
collect2: error: ld returned 1 exit status
make[2]: *** [Source/Tools/AssetImporter/CMakeFiles/AssetImporter.dir/build.make:88: bin/tool/AssetImporter] Error 1
make[1]: *** [CMakeFiles/Makefile2:1639: Source/Tools/AssetImporter/CMakeFiles/AssetImporter.dir/all] Error 2
make: *** [Makefile:152: all] Error 2
I’m not sure if its a missing dependency or if its because I’m a total noob when it comes to linux and rpi’s or both.
Any help is greatly appreciated