Closed circinusX1 closed 4 years ago
I am trying to wrap on a qt existent renderer. I am linking with every built library I found in build folder.
./build/samples/framework/libsample_framework.a ./build/samples/framework/glfw/libglfw.a ./build/src/geometry/runtime/libozz_geometry.a ./build/src/animation/runtime/libozz_animation.a ./build/src/animation/offline/libozz_animation_offline.a ./build/src/animation/offline/tools/json/libjson.a ./build/src/animation/offline/tools/libozz_animation_tools.a ./build/src/base/libozz_base.a ./build/src/options/libozz_options.a ./build/test/gtest/libgtest.a
I still get:
skeleton.cc:-1: error: undefined reference toozz::io::Extern::Save(ozz::io::OArchive&, ozz::math::SoaTransform const*, unsigned long)' `
skeleton.cc:-1: error: undefined reference to
rebuild all and worked
I am trying to wrap on a qt existent renderer. I am linking with every built library I found in build folder.
I still get:
skeleton.cc:-1: error: undefined reference to
ozz::io::Extern