<html><head></head><body><div style="color:#000; background-color:#fff; font-family:Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:13px"><div dir="ltr"><span>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.</span></div> <div class="qtdSeparateBR"><br><br></div><div class="yahoo_quoted" style="display: block;"> <div style="font-family: Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif; font-size: 13px;"> <div style="font-family: HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif; font-size: 16px;"> <div dir="ltr"><font size="2" face="Arial"> On Tuesday, September 18, 2018 1:40 AM, Mathieu MARACHE <mathieu.marache@gmail.com> wrote:<br></font></div>  <br><br> <div class="y_msg_container"><div dir="ltr">Hi Micheal,<br clear="none"><br clear="none">This is not the output of cmake but the output of cmake determining<br clear="none">your compiler capabilities. I should have been more clear last time.<br clear="none">Please run:<br clear="none"><br clear="none">cmake --debug-output --trace-expand -DOpenSceneGraph_DEBUG=On . &> output.log<br clear="none"><br clear="none">and send back this output.log file that will contain everything cmake<br clear="none">has run through<br clear="none"><br clear="none">As a last note. It is always better to do out of source or below<br clear="none">source cmake like this :<br clear="none"><br clear="none">.../osgQt<br clear="none">.../osgQt-build<br clear="none"><br clear="none">the run cmake from osgQt-build like this :<br clear="none"><br clear="none">cmake --debug-output --trace-expand -DOpenSceneGraph_DEBUG=On ../osgQt<br clear="none">&> output.log<br clear="none"><br clear="none">or<br clear="none"><br clear="none">.../osgQt<br clear="none">.../osgQt/build<br clear="none"><br clear="none">and run cmake from osgQt/build like this :<br clear="none"><br clear="none">cmake --debug-output --trace-expand -DOpenSceneGraph_DEBUG=On .. &> output.log<br clear="none"><br clear="none">I prefer the later and either way generated files won't lie with<br clear="none">original source code<br clear="none"><br clear="none">Regards,<br clear="none">Mathieu<br clear="none"><br clear="none"><br clear="none">On 18/09/2018, Michael W. Hall <<a shape="rect" ymailto="mailto:hallmw@att.net" href="mailto:hallmw@att.net">hallmw@att.net</a>> wrote:<br clear="none">> Just wondering the if anyone has noticed anything in the log files.<br clear="none">>  Still have not had any luck.<br clear="none">> Thanks,<br clear="none">> Michael<br clear="none">> On Sat, 2018-09-15 at 01:22 -0500, Michael W. Hall wrote:<br clear="none">>> Here is the output you requested.<br clear="none">>><br clear="none">>> Thanks,<br clear="none">>> Michael<br clear="none">>><br clear="none">>> On Fri, 2018-09-14 at 17:18 +0200, Mathieu MARACHE wrote:<br clear="none">>> > Hi Michael,<br clear="none">>> ><br clear="none">>> > I'd like the output of the command :<br clear="none">>> ><br clear="none">>> > cmake -DOpenSceneGraph_DEBUG=On ./<br clear="none">>> ><br clear="none">>> > Regards<br clear="none">>> > --<br clear="none">>> > nǝıɥʇɐƜ<br clear="none">>> ><br clear="none">>> ><br clear="none">>> > On Wed, 12 Sep 2018 at 02:56, Michael W. Hall <<a shape="rect" ymailto="mailto:hallmw@att.net" href="mailto:hallmw@att.net">hallmw@att.net</a>><br clear="none">>> > wrote:<br clear="none">>> > > I attached the log file.  When I do cmake, I am just doing cmake<br clear="none">>> > > ./  I am not really sure what you are asking for in your second<br clear="none">>> > > question.<br clear="none">>> > ><br clear="none">>> > > On Mon, 2018-09-10 at 18:12 +0200, Mathieu MARACHE wrote:<br clear="none">>> > > > Hi Michael,<br clear="none">>> > > ><br clear="none">>> > > > It's difficult to tell what went wrong, could you try to add<br clear="none">>> > > > the 'OpenSceneGraph_DEBUG' variable when running cmake ? And<br clear="none">>> > > > also include the parameters you set to your cmake call for<br clear="none">>> > > > osgQt ?<br clear="none">>> > > ><br clear="none">>> > > > > cmake -DOpenSceneGraph_DEBUG=True ...<br clear="none">>> > > ><br clear="none">>> > > > Regards<br clear="none">>> > > > --<br clear="none">>> > > > nǝıɥʇɐƜ<br clear="none">>> > > ><br clear="none">>> > > ><br clear="none">>> > > > On Sun, 9 Sep 2018 at 08:04, Michael W. Hall <<a shape="rect" ymailto="mailto:hallmw@att.net" href="mailto:hallmw@att.net">hallmw@att.net</a>><br clear="none">>> > > > wrote:<br clear="none">>> > > > > Got the osgQt from github.  When I try to configure I am<br clear="none">>> > > > > getting the following error.<br clear="none">>> > > > ><br clear="none">>> > > > >  CMake Error at<br clear="none">>> > > > >  /usr/share/cmake-<br clear="none">>> > > > > 3.5/Modules/FindPackageHandleStandardArgs.cmake:148<br clear="none">>> > > > >  (message):<br clear="none">>> > > > >    Could NOT find OpenSceneGraph (missing:<br clear="none">>> > > > > OPENSCENEGRAPH_LIBRARIES<br clear="none">>> > > > >    OSGDB_FOUND OSGGA_FOUND OSGUTIL_FOUND OSGTEXT_FOUND<br clear="none">>> > > > > OSGVIEWER_FOUND<br clear="none">>> > > > >    OSGWIDGET_FOUND OPENTHREADS_FOUND) (found suitable version<br clear="none">>> > > > > "3.7.0", minimum<br clear="none">>> > > > >    required is "3.0.0")<br clear="none">>> > > > >  Call Stack (most recent call first):<br clear="none">>> > > > >    /usr/share/cmake-<br clear="none">>> > > > > 3.5/Modules/FindPackageHandleStandardArgs.cmake:388<br clear="none">>> > > > >  (_FPHSA_FAILURE_MESSAGE)<br clear="none">>> > > > >    /usr/share/cmake-3.5/Modules/FindOpenSceneGraph.cmake:234<br clear="none">>> > > > >  (FIND_PACKAGE_HANDLE_STANDARD_ARGS)<br clear="none">>> > > > >    CMakeLists.txt:130 (FIND_PACKAGE)<br clear="none">>> > > > ><br clear="none">>> > > > > I have osg 3.7.0 installed.  Any idea why it is not finding<br clear="none">>> > > > > it?<br clear="none">>> > > > ><br clear="none">>> > > > > Thanks,<br clear="none">>> > > > > Michael<br clear="none">>> > > > ><br clear="none">>> > > > > On Sun, 2018-08-12 at 08:09 -0500, Michael W. Hall wrote:<br clear="none">>> > > > > > Thanks,<br clear="none">>> > > > > ><br clear="none">>> > > > > > On Sun, 2018-08-12 at 08:36 +0300, Konstantin Podsvirov<br clear="none">>> > > > > > wrote:<br clear="none">>> > > > > > > Hello Michael!<br clear="none">>> > > > > > ><br clear="none">>> > > > > > > 0:13, 12 August 2018 г., "Michael W. Hall"<br clear="none">>> > > > > > > t>:<br clear="none">>> > > > > > > This may have been answered.  I got the latest version of<br clear="none">>> > > > > > > OpenSceneGraph from github.  It is version 3.7.  I built<br clear="none">>> > > > > > > and installed.<br clear="none">>> > > > > > > When I try to compile my program I am getting the<br clear="none">>> > > > > > > following error:<br clear="none">>> > > > > > ><br clear="none">>> > > > > > > In file included from<br clear="none">>> > > > > > > /home/hallmw/Projects/osgMap/applications/osgmap/osgmap.c<br clear="none">>> > > > > > > pp:12:0:<br clear="none">>> > > > > > > /home/hallmw/Projects/osgMap/include/osgmap/MainWindow:31<br clear="none">>> > > > > > > :34: fatal<br clear="none">>> > > > > > > error: osgQt/GraphicsWindowQt: No such file or directory<br clear="none">>> > > > > > ><br clear="none">>> > > > > > > I can check that directory and there are no header files<br clear="none">>> > > > > > > in it.  Any<br clear="none">>> > > > > > > idea whey they are missing?<br clear="none">>> > > > > > ><br clear="none">>> > > > > > > Thanks,<br clear="none">>> > > > > > > Michael<br clear="none">>> > > > > > ><br clear="none">>> > > > > > > The osgQt now is a separate project.<br clear="none">>> > > > > > > You should build and install osgQt too.<br clear="none">>> > > > > > ><br clear="none">>> > > > > > > <a shape="rect" href="https://github.com/openscenegraph/osgQt" target="_blank">https://github.com/openscenegraph/osgQt</a><br clear="none">>> > > > > > ><br clear="none">>> > > > > > > --<br clear="none">>> > > > > > > Regards,<br clear="none">>> > > > > > > Konstantin Podsvirov<br clear="none">>> > > > > > > _______________________________________________<br clear="none">>> > > > > > > osg-users mailing list<br clear="none">>> > > > > > > <a shape="rect" ymailto="mailto:osg-users@lists.openscenegraph.org" href="mailto:osg-users@lists.openscenegraph.org">osg-users@lists.openscenegraph.org</a><br clear="none">>> > > > > > > <a shape="rect" href="http://lists.openscenegraph.org/listinfo.cgi/osg-users-op" target="_blank">http://lists.openscenegraph.org/listinfo.cgi/osg-users-op</a><br clear="none">>> > > > > > > enscenegraph.org<br clear="none">>> > > > > > _______________________________________________<br clear="none">>> > > > > > osg-users mailing list<br clear="none">>> > > > > > <a shape="rect" ymailto="mailto:osg-users@lists.openscenegraph.org" href="mailto:osg-users@lists.openscenegraph.org">osg-users@lists.openscenegraph.org</a><br clear="none">>> > > > > > <a shape="rect" href="http://lists.openscenegraph.org/listinfo.cgi/osg-users-open" target="_blank">http://lists.openscenegraph.org/listinfo.cgi/osg-users-open</a><br clear="none">>> > > > > > scenegraph.org<br clear="none">>> > > > > _______________________________________________<br clear="none">>> > > > > osg-users mailing list<br clear="none">>> > > > > <a shape="rect" ymailto="mailto:osg-users@lists.openscenegraph.org" href="mailto:osg-users@lists.openscenegraph.org">osg-users@lists.openscenegraph.org</a><br clear="none">>> > > > > <a shape="rect" href="http://lists.openscenegraphorg/listinfo.cgi/osg-users-opensce" target="_blank">http://lists.openscenegraphorg/listinfo.cgi/osg-users-opensce</a><br clear="none">>> > > > > negraph.org<br clear="none">>> > > > ><br clear="none">>> > > > _______________________________________________<br clear="none">>> > > > osg-users mailing list<br clear="none">>> > > > <a shape="rect" ymailto="mailto:osg-users@lists.openscenegraph.org" href="mailto:osg-users@lists.openscenegraph.org">osg-users@lists.openscenegraph.org</a><br clear="none">>> > > > <a shape="rect" href="http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscen" target="_blank">http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscen</a><br clear="none">>> > > > egraph.org<br clear="none">>> > > _______________________________________________<br clear="none">>> > > osg-users mailing list<br clear="none">>> > > <a shape="rect" ymailto="mailto:osg-users@lists.openscenegraph.org" href="mailto:osg-users@lists.openscenegraph.org">osg-users@lists.openscenegraph.org</a><br clear="none">>> > > <a shape="rect" href="http://lists.openscenegraphorg/listinfo.cgi/osg-users-openscenegr" target="_blank">http://lists.openscenegraphorg/listinfo.cgi/osg-users-openscenegr</a><br clear="none">>> > > aph.org<br clear="none">>> > ><br clear="none">>> > _______________________________________________<br clear="none">>> > osg-users mailing list<br clear="none">>> > <a shape="rect" ymailto="mailto:osg-users@lists.openscenegraph.org" href="mailto:osg-users@lists.openscenegraph.org">osg-users@lists.openscenegraph.org</a><br clear="none">>> > <a shape="rect" href="http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegra" target="_blank">http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegra</a><br clear="none">>> > ph.org<br clear="none">>> _______________________________________________<br clear="none">>> osg-users mailing list<br clear="none">>> <a shape="rect" ymailto="mailto:osg-users@lists.openscenegraph.org" href="mailto:osg-users@lists.openscenegraph.org">osg-users@lists.openscenegraph.org</a><br clear="none">>> <a shape="rect" href="http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph" target="_blank">http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph</a><br clear="none">>> .org<div class="yqt6240368774" id="yqtfd34727"><br clear="none"><br clear="none"><br clear="none">-- <br clear="none">--<br clear="none">nǝıɥʇɐƜ<br clear="none">_______________________________________________<br clear="none">osg-users mailing list<br clear="none"><a shape="rect" ymailto="mailto:osg-users@lists.openscenegraph.org" href="mailto:osg-users@lists.openscenegraph.org">osg-users@lists.openscenegraph.org</a><br clear="none"><a shape="rect" href="http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org" target="_blank">http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org</a><br clear="none"></div></div><br><br></div>  </div> </div>  </div></div></body></html>