Re: [osg-users] osgQt include files

2018-12-04 Thread Michael W. Hall
Well I got osgQt built finally.  Now I am wondering how I need to edit my CMakeList.txt file to get it to find the osgQt library, mine is built against QT5.  I am finding some info googling, any suggestions appreciated. Thanks, Michael On Tue, 2018-09-25 at 17:31 +0200, Mathieu MARACHE wrote: >

Re: [osg-users] osgQt include files

2018-10-10 Thread Michael W. Hall
I have been looking into the problem on and off.  Looking at the output below, I have looked at FindOpenSceneGraph.cmake.  It looks ok.  it calls the Findosg_functions.cmake.  I have modified this file and it finds all but the items listed below.  I am not really sure what I am missing or what the

Re: [osg-users] osgQt include files

2018-09-25 Thread Michael W. Hall
Well when I try to configure osgQt here is what I am getting: CMake Error at  /usr/share/cmake-3.5/Modules/FindPackageHandleStandardArgs.cmake:148  (message):    Could NOT find OpenSceneGraph (missing: OPENSCENEGRAPH_LIBRARIES    OPENTHREADS_FOUND) (found suitable version "3.7.0", minimum required

Re: [osg-users] osgQt include files

2018-09-25 Thread Mathieu MARACHE
osgEarth provides it's own set of FindOSG macros that correct the vanilla CMake ones... -- nǝıɥʇɐƜ On Mon, 24 Sep 2018 at 03:49, Michael W. Hall wrote: > Well I built OSG and did not install from a package. I made the change in > Option two. I changed the two lines to add lib64. I also had

Re: [osg-users] osgQt include files

2018-09-23 Thread Michael W. Hall
Well I built OSG and did not install from a package.  I made the change in Option two.  I changed the two lines to add lib64.  I also had to add /usr/local to the PATHS section.  That got rid of some of the error.  It now finds all but osg.  Not sure what it up.  I see the libosg library in the

Re: [osg-users] osgQt include files

2018-09-21 Thread Michael W. Hall
My osg libraries are in /usr/local/lib64.  I built osgEarth and it found the osg libs, but the osgQt does not find the libs.  Not sure what is up with the osgQt.  I run ccmake to do the configure and it does not find the libraries.  Has anyone else had this issue? Thanks, Michael On Wed,

Re: [osg-users] osgQt include files

2018-09-19 Thread Mathieu MARACHE
Hi Michael, Thanks that help understanding the issue. CMake finds the include file named 'osg/Version' in /usr/local/include but fails to find any library for the following components 'osgDB', 'osgGA', 'osgUtil', 'osgText', 'osgViewer', 'osgWidget ' and lastly ''osg' not 'OpenThreads' itself.

Re: [osg-users] osgQt include files

2018-09-18 Thread Michael Hall
I will get it to you.  Sorry about that.  I should have caught that.  I usually try to do out of source builds, but got lazy this time.  Hopefully will get that done tonight. On Tuesday, September 18, 2018 1:40 AM, Mathieu MARACHE wrote: Hi Micheal, This is not the output of cmake

Re: [osg-users] osgQt include files

2018-09-18 Thread Mathieu MARACHE
Hi Micheal, This is not the output of cmake but the output of cmake determining your compiler capabilities. I should have been more clear last time. Please run: cmake --debug-output --trace-expand -DOpenSceneGraph_DEBUG=On . &> output.log and send back this output.log file that will contain

Re: [osg-users] osgQt include files

2018-09-17 Thread Michael W. Hall
Just wondering the if anyone has noticed anything in the log files.  Still have not had any luck. Thanks, Michael On Sat, 2018-09-15 at 01:22 -0500, Michael W. Hall wrote: > Here is the output you requested. > > Thanks, > Michael > > On Fri, 2018-09-14 at 17:18 +0200, Mathieu MARACHE wrote: > >

Re: [osg-users] osgQt include files

2018-09-15 Thread Michael W. Hall
Here is the output you requested. Thanks, Michael On Fri, 2018-09-14 at 17:18 +0200, Mathieu MARACHE wrote: > Hi Michael, > > I'd like the output of the command : > > cmake -DOpenSceneGraph_DEBUG=On ./ > > Regards > -- > nǝıɥʇɐƜ > > > On Wed, 12 Sep 2018 at 02:56, Michael W. Hall wrote: > >

Re: [osg-users] osgQt include files

2018-09-14 Thread Mathieu MARACHE
Hi Michael, I'd like the output of the command : cmake -DOpenSceneGraph_DEBUG=On ./ Regards -- nǝıɥʇɐƜ On Wed, 12 Sep 2018 at 02:56, Michael W. Hall wrote: > I attached the log file. When I do cmake, I am just doing cmake ./ I am > not really sure what you are asking for in your second

Re: [osg-users] osgQt include files

2018-09-11 Thread Michael W. Hall
I attached the log file.  When I do cmake, I am just doing cmake ./  I am not really sure what you are asking for in your second question.   On Mon, 2018-09-10 at 18:12 +0200, Mathieu MARACHE wrote: > Hi Michael, > > It's difficult to tell what went wrong, could you try to add the >

Re: [osg-users] osgQt include files

2018-09-10 Thread Mathieu MARACHE
Hi Michael, It's difficult to tell what went wrong, could you try to add the 'OpenSceneGraph_DEBUG' variable when running cmake ? And also include the parameters you set to your cmake call for osgQt ? > cmake -DOpenSceneGraph_DEBUG=True ... Regards -- nǝıɥʇɐƜ On Sun, 9 Sep 2018 at 08:04,

Re: [osg-users] osgQt include files

2018-09-09 Thread Michael W. Hall
Got the osgQt from github.  When I try to configure I am getting the following error.    CMake Error at  /usr/share/cmake-3.5/Modules/FindPackageHandleStandardArgs.cmake:148  (message):    Could NOT find OpenSceneGraph (missing: OPENSCENEGRAPH_LIBRARIES    OSGDB_FOUND OSGGA_FOUND OSGUTIL_FOUND

Re: [osg-users] osgQt include files

2018-08-12 Thread Michael W. Hall
Thanks, On Sun, 2018-08-12 at 08:36 +0300, Konstantin Podsvirov wrote: > Hello Michael! > > 0:13, 12 August 2018 г., "Michael W. Hall" : > This may have been answered.  I got the latest version of > OpenSceneGraph from github.  It is version 3.7.  I built and > installed. > When I try to compile

Re: [osg-users] osgQt include files

2018-08-11 Thread Konstantin Podsvirov
Hello Michael!0:13, 12 August 2018 г., "Michael W. Hall" :This may have been answered.  I got the latest version ofOpenSceneGraph from github.  It is version 3.7.  I built and installed.When I try to compile my program I am getting the following error:In file included

[osg-users] osgQt include files

2018-08-11 Thread Michael W. Hall
This may have been answered.  I got the latest version of OpenSceneGraph from github.  It is version 3.7.  I built and installed. When I try to compile my program I am getting the following error: In file included from /home/hallmw/Projects/osgMap/applications/osgmap/osgmap.cpp:12:0: