We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: