Gepetto / gepetto-viewer

Graphical Interface for Pinocchio and HPP.
BSD 2-Clause "Simplified" License
44 stars 30 forks source link

compile error s about osg #93

Closed xuhuairuogu closed 5 years ago

xuhuairuogu commented 5 years ago

My environment is Ubuntu16.04 and I have installed openrave and openscenegraph3.2.1. The cmake can detect the openscenegraph successfully: cmake However, errors occur during the compiling like the following : error

jmirabel commented 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).

xuhuairuogu commented 5 years ago

error

jmirabel commented 5 years ago

Do you have several versions of OpenSceneGraph installed ?

xuhuairuogu commented 5 years ago

I search libosg and find there exists several versions.

jmirabel commented 5 years ago

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.

jmirabel commented 5 years ago

I close because I believe this is not related to GV. Please, re-open if necessary.