Re: [osg-users] [forum] CMake can't find libraries

2019-01-08 Thread Rodrigo Dias
Hi, Well, I formatted my computer and installed a new Debian version (9.6). Installed a fresh copy of OSG, but still got the same error. Probably there's some variable missing, but since nobody tells us which variable it is, I said "f*** cmake" and compiled from command line. I've tried adding

Re: [osg-users] [forum] CMake can't find libraries

2019-01-08 Thread Luis Izquierdo Mesa
Hi Rodrigo. I have exactly the same problem, with the same book in this page. I am using Ubuntu 18.04. I am able to compile osg but not to run the exmple in page 44. ... Thank you! Cheers, Luis -- Read this topic online here:

Re: [osg-users] [forum] CMake can't find libraries

2019-01-07 Thread Nathan Mielcarek
Hi Rodrigo, If you run make install from the build directory, all of the includes and libraries will go to the /usr/local/ directories and then you can set OSG_ROOT to /usr/local (although I believe it's already on the search path). It's good practice to not have multiple OSG versions on the