Open rgap opened 5 years ago
Hi,
I get this error when compiling. I have solved several compilation issues, and I got stuck in this one.
gcc -o../robot-test-tool_d .build-debug/physics-bullet.o .build-debug/assets-mesh.o .build-debug/random-world-tools.o .build-debug/render-glwidget.o .build-debug/render-hud.o .build-debug/render-simple.o .build-debug/render-simple-primitives.o .build-debug/test-tool-qt4.o -framework OpenGL pkg-config --libs Qt5Widgets Qt5OpenGL assimp bullet -lstdc++ -Wl,-undefined,dynamic_lookup -lLinearMath -lBullet3Common -lBulletCollision -lBulletDynamics -lBulletInverseDynamics -lBulletSoftBody -lPhysicsClientC_API
pkg-config --libs Qt5Widgets Qt5OpenGL assimp bullet
ld: library not found for -lPhysicsClientC_API
clang: error: linker command failed with exit code 1 (use -v to see invocation)
System: MacOS 10.13.6.
Please, what's the workaround?
Hi,
I get this error when compiling. I have solved several compilation issues, and I got stuck in this one.
gcc -o../robot-test-tool_d .build-debug/physics-bullet.o .build-debug/assets-mesh.o .build-debug/random-world-tools.o .build-debug/render-glwidget.o .build-debug/render-hud.o .build-debug/render-simple.o .build-debug/render-simple-primitives.o .build-debug/test-tool-qt4.o -framework OpenGL
pkg-config --libs Qt5Widgets Qt5OpenGL assimp bullet
-lstdc++ -Wl,-undefined,dynamic_lookup -lLinearMath -lBullet3Common -lBulletCollision -lBulletDynamics -lBulletInverseDynamics -lBulletSoftBody -lPhysicsClientC_APIld: library not found for -lPhysicsClientC_API
clang: error: linker command failed with exit code 1 (use -v to see invocation)
System: MacOS 10.13.6.
Please, what's the workaround?