I cannot build Assimp using CMake-GUI and MinGW (32 bit)
Errors
[ 71%] Building CXX object tools/assimp_cmd/CMakeFiles/assimp_cmd.dir/ImageExtractor.cpp.obj
[ 72%] Building CXX object tools/assimp_cmd/CMakeFiles/assimp_cmd.dir/Main.cpp.obj
[ 72%] Building CXX object tools/assimp_cmd/CMakeFiles/assimp_cmd.dir/WriteDumb.cpp.obj
[ 72%] Building CXX object tools/assimp_cmd/CMakeFiles/assimp_cmd.dir/Info.cpp.obj
[ 73%] Building CXX object tools/assimp_cmd/CMakeFiles/assimp_cmd.dir/Export.cpp.obj
[ 73%] Linking CXX executable assimp.exe
CMakeFiles\assimp_cmd.dir/objects.a(Main.cpp.obj):Main.cpp:(.text+0x42): undefined reference to Assimp::DefaultLogger::create(char const*, Assimp::Logger::LogSeverity, unsigned int, Assimp::IOSystem*)' CMakeFiles\assimp_cmd.dir/objects.a(Main.cpp.obj):Main.cpp:(.text+0xac): undefined reference to
Assimp::Importer::ValidateFlags(unsigned int) const’
CMakeFiles\assimp_cmd.dir/objects.a(Main.cpp.obj):Main.cpp:(.text+0xee): undefined reference to Assimp::Importer::ReadFile(char const*, unsigned int)' CMakeFiles\assimp_cmd.dir/objects.a(Main.cpp.obj):Main.cpp:(.text+0x17a): undefined reference to
Assimp::DefaultLogger::create(char const*, Assimp::Logger::LogSeverity, unsigned int, Assimp::IOSystem*)’
CMakeFiles\assimp_cmd.dir/objects.a(Main.cpp.obj):Main.cpp:(.text+0x1a6): undefined reference to `Assimp::DefaultLogger::kill()’
And I cannot choose in CMake-GUI what Importers to disable. But I built successfully Urho3D from source using CMake-GUI and MinGW (32 bit). I could disable a lot of importers. I want to try to use Assimp with OpenGL3 and GLSL. I want to understand how to use skeletal animation from scratch.