<div dir="ltr">Hi Rodrigo,<div><br></div><div>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 search path as that can lead to potential issues.</div><div><br></div><div>-Nathan</div></div><br><div class="gmail_quote"><div dir="ltr">On Tue, Jan 1, 2019 at 5:41 PM Rodrigo Dias <<a href="mailto:rodrigo1406@gmail.com" target="_blank">rodrigo1406@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi,<br>
<br>
I'm following OpenSceneGraph 3.0: Beginner's Guide (<a href="https://www.packtpub.com/game-development/openscenegraph-30-beginners-guide" rel="noreferrer" target="_blank">https://www.packtpub.com/game-development/openscenegraph-30-beginners-guide</a>), and right at page 44 there is a CMakeLists.txt that won't work. CMake is giving the following error message:<br>
<br>
<br>
> Could NOT find OpenThreads (missing:  OPENTHREADS_LIBRARY) <br>
> Could NOT find osg (missing:  OSG_LIBRARY) <br>
> Could NOT find osgDB (missing:  OSGDB_LIBRARY) <br>
> Could NOT find osgUtil (missing:  OSGUTIL_LIBRARY) <br>
> Could NOT find osgViewer (missing:  OSGVIEWER_LIBRARY) <br>
> Configuring done<br>
> <br>
<br>
<br>
The book says "make sure you have the OSG_ROOT environment variable set. Otherwise, the find_package() macro may not be able to find OSG installations correctly."<br>
<br>
This variable is set to the directory of the build, the one which includes applications, bin, data, include, lib, packaging and src. However, the "include" directory only contains OpenThreads and osg, while /usr/local/include contains 18 directories (from a previous installation, I guess). Also, the OpenThreads in the build directory only contains two files: Config and Version, while the one in /usr/local/include contains 13 files. What have I done wrong?<br>
<br>
Thank you!<br>
<br>
Cheers,<br>
Rodrigo[/url]<br>
<br>
------------------<br>
Read this topic online here:<br>
<a href="http://forum.openscenegraph.org/viewtopic.php?p=75371#75371" rel="noreferrer" target="_blank">http://forum.openscenegraph.org/viewtopic.php?p=75371#75371</a><br>
<br>
<br>
<br>
<br>
<br>
_______________________________________________<br>
osg-users mailing list<br>
<a href="mailto:osg-users@lists.openscenegraph.org" target="_blank">osg-users@lists.openscenegraph.org</a><br>
<a href="http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org" rel="noreferrer" target="_blank">http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org</a><br>
</blockquote></div>