Closed miggia closed 6 years ago
/usr/local/lib64/pkgconfig
must be in the PKG_CONFIG_PATH
environment variable.
That solved my issue; thank you.
Just for the record, when making the project I was getting error: ‘to_string’ is not a member of ‘std’
errors, which I managed to solve by switching from gcc5
to gcc6
.
Hi, I've been trying to compile gepetto-viewer on a Ubuntu distribution. When I run
cmake
, however, I get the following error message.The issue seems to be related to the
ADD_REQUIRED_DEPENDENCY
macro incmake/pkg-config.cmake
failing to findopenscenegraph
.openscenegraph
is installed in/usr/local/lib64/
; I tried both compiling and installing withapt-get install
and it does not seem to make a difference. I'm not used to the macro system being used for adding libraries to this project. Any suggestion on how to fix/troubleshoot the issue?