<div dir="ltr">Hi Curtis,<div><br></div><div>I'll have to try and reproduce on a Linux box on my side. But could you try to pull current master and check if you can get further ?</div></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr">--<br>nǝıɥʇɐ<span style="color:rgb(51,51,51);font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;font-size:14px;line-height:20px;background-color:rgb(249,249,249)">Ɯ</span></div></div></div>
<br><div class="gmail_quote">On 12 October 2016 at 17:57, Curtis Rubel <span dir="ltr"><<a href="mailto:crubel@compro.net" target="_blank">crubel@compro.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Mathieu,<br>
<br>
<br>
Basically that is exactly what I did and am getting an error.<br>
<br>
CMake Error: File /usr/local/3rdparty/osgQt-git/<wbr>packaging/ld.so.conf.d/<a href="http://openscenegraph.conf.in" rel="noreferrer" target="_blank">opensce<wbr>negraph.conf.in</a> does not exist.<br>
CMake Error at CMakeLists.txt:971 (CONFIGURE_FILE):<br>
  configure_file Problem configuring file<br>
<br>
The ld.so.conf.d directory does not exist within the packaging<br>
directory on my system, its actually at: /etc/ld.so.conf.d<br>
<br>
Currently ONLY the master branch 3.5.6 of osg is installed<br>
on my system in its default location of /usr/local/lib64.<br>
<br>
Here is my output of the entire process:<br>
<br>
amx@ios:/usr/local/3rdparty> cd osgQt-git/<br>
amx@ios:/usr/local/3rdparty/<wbr>osgQt-git> mkdir BUILD<br>
amx@ios:/usr/local/3rdparty/<wbr>osgQt-git> cd BUILD/<br>
amx@ios:/usr/local/3rdparty/<wbr>osgQt-git/BUILD> cmake ..<br>
-- The C compiler identification is GNU 4.8.3<br>
-- The CXX compiler identification is GNU 4.8.3<br>
-- Check for working C compiler: /usr/bin/cc<br>
-- Check for working C compiler: /usr/bin/cc -- works<br>
-- Detecting C compiler ABI info<br>
-- Detecting C compiler ABI info - done<br>
-- Check for working CXX compiler: /usr/bin/c++<br>
-- Check for working CXX compiler: /usr/bin/c++ -- works<br>
-- Detecting CXX compiler ABI info<br>
-- Detecting CXX compiler ABI info - done<br>
-- Found osgDB: /usr/local/lib64/libosgDB.so<br>
-- Found osgGA: /usr/local/lib64/libosgGA.so<br>
-- Found osgUtil: /usr/local/lib64/libosgUtil.so<br>
-- Found osgText: /usr/local/lib64/libosgText.so<br>
-- Found osgViewer: /usr/local/lib64/libosgViewer.<wbr>so<br>
-- Found osgWidget: /usr/local/lib64/libosgWidget.<wbr>so<br>
-- Found osg: /usr/local/lib64/libosg.so<br>
-- Found OpenThreads: /usr/local/lib64/<wbr>libOpenThreads.so<br>
-- Found OpenSceneGraph: /usr/local/lib64/libosgDB.so;/<wbr>usr/local/lib64/libosgGA.so;/<wbr>usr/local/lib64/libosgUtil.so;<wbr>/usr/local/lib64/libosgText.<wbr>so;/usr/local/lib64/<wbr>libosgViewer.so;/usr/local/<wbr>lib64/libosgWidget.so;/usr/<wbr>local/lib64/libosg.so;/usr/<wbr>local/lib64/libOpenThreads.so (found suitable version "3.5.6", minimum required is "3.5.5")<br>
-- Looking for include file pthread.h<br>
-- Looking for include file pthread.h - found<br>
-- Looking for pthread_create<br>
-- Looking for pthread_create - not found<br>
-- Looking for pthread_create in pthreads<br>
-- Looking for pthread_create in pthreads - not found<br>
-- Looking for pthread_create in pthread<br>
-- Looking for pthread_create in pthread - found<br>
-- Found Threads: TRUE<br>
-- Looking for XOpenDisplay in /usr/lib64/libX11.so;/usr/<wbr>lib64/libXext.so<br>
-- Looking for XOpenDisplay in /usr/lib64/libX11.so;/usr/<wbr>lib64/libXext.so - found<br>
-- Looking for gethostbyname<br>
-- Looking for gethostbyname - found<br>
-- Looking for connect<br>
-- Looking for connect - found<br>
-- Looking for remove<br>
-- Looking for remove - found<br>
-- Looking for shmat<br>
-- Looking for shmat - found<br>
-- Looking for IceConnectionNumber in ICE<br>
-- Looking for IceConnectionNumber in ICE - found<br>
-- Found X11: /usr/lib64/libX11.so<br>
-- Found OpenGL: /usr/lib64/libGL.so<br>
<br>
The build system is configured to install libraries to /usr/local/lib64<br>
Your applications may not be able to find your installed libraries unless you:<br>
    set your LD_LIBRARY_PATH (user specific) or<br>
    update your ld.so configuration (system wide)<br>
You have an ld.so.conf.d directory on your system, so if you wish to ensure that<br>
applications find the installed osg libraries, system wide, you could install an<br>
OpenSceneGraph specific ld.so configuration with:<br>
    sudo make install_ld_conf<br>
<br>
CMake Error: File /usr/local/3rdparty/osgQt-git/<wbr>packaging/ld.so.conf.d/<a href="http://openscenegraph.conf.in" rel="noreferrer" target="_blank">opensce<wbr>negraph.conf.in</a> does not exist.<br>
CMake Error at CMakeLists.txt:971 (CONFIGURE_FILE):<br>
  configure_file Problem configuring file<br>
<br>
<br>
-- Configuring incomplete, errors occurred!<br>
See also "/usr/local/3rdparty/osgQt-<wbr>git/BUILD/CMakeFiles/<wbr>CMakeOutput.log".<br>
See also "/usr/local/3rdparty/osgQt-<wbr>git/BUILD/CMakeFiles/<wbr>CMakeError.log".<br>
<br>
<br>
I was able to get past this error by running cmake-gui and<br>
manually setting the build path, then clicked configure again<br>
and then finally was able to generate the makefile.  After that<br>
the osgQt project  built and installed ok on my system.<br>
<br>
I currently have cmake 3.0.2 installed on my 64bit OpenSuSE<br>
13.2 Linux system that I am using  for this initial test in case<br>
that affects any of this.<br>
<br>
Thank you for your quick response..<br>
<span class=""><br>
Cheers,<br>
Curtis<br>
<br>
------------------<br>
Read this topic online here:<br>
</span><a href="http://forum.openscenegraph.org/viewtopic.php?p=68981#68981" rel="noreferrer" target="_blank">http://forum.openscenegraph.<wbr>org/viewtopic.php?p=68981#<wbr>68981</a><br>
<div class="HOEnZb"><div class="h5"><br>
<br>
<br>
<br>
<br>
______________________________<wbr>_________________<br>
osg-users mailing list<br>
<a href="mailto:osg-users@lists.openscenegraph.org">osg-users@lists.<wbr>openscenegraph.org</a><br>
<a href="http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org" rel="noreferrer" target="_blank">http://lists.openscenegraph.<wbr>org/listinfo.cgi/osg-users-<wbr>openscenegraph.org</a><br>
</div></div></blockquote></div><br></div>