Gepetto / gepetto-viewer

Graphical Interface for Pinocchio and HPP.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

compile error s about osg

xuhuairuogu opened this issue · comments

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

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.