Closed xuhuairuogu closed 5 years ago
The error message alone isn't enough. You must also provide the compilation command (last call to g++ before error, using VERBOSE=1 make
).
Do you have several versions of OpenSceneGraph installed ?
I search libosg and find there exists several versions.
Then this is your issue. I think there is a missing -L
option to the compilation command. Stackoverflow will be a better help for finding out how to solve your issue.
I close because I believe this is not related to GV. Please, re-open if necessary.
My environment is Ubuntu16.04 and I have installed openrave and openscenegraph3.2.1. The cmake can detect the openscenegraph successfully: However, errors occur during the compiling like the following :