Re: [osg-users] osgQT build errors with QT 5.2 on MacOSX 10.9

2013-12-13 Thread Jean-Claude Monnin
Dear Kristofer, I sent in a fix 20 mins ago. If you need it quicker replace the src/osgQt/CMakeLists.txt file with the attached one. Thanks for the patch. I applied it and can confirm that I could compile osgQT with QT 5.2. The examples osgQtWidgets and osgQtBrowser run correctly, but

[osg-users] osgQT build errors with QT 5.2 on MacOSX 10.9

2013-12-12 Thread Jean-Claude Monnin
Hi, I would like to build a GUI around my osg application, so I tried to build osgQT. I'm using MacOSX 10.9, Xcode 5, Qt 5.2, latest osg from trunk. I get following error: jean-claude$ make VERBOSE=1 ... [ 85%] Generating __/__/include/osgQt/moc_QGraphicsViewAdapter.cpp

Re: [osg-users] [build] Build Problem with osgGA at MacOS with Xcode 5

2013-11-25 Thread Jean-Claude Monnin
Hi, I had exactly the same issue than Jan Klimke when trying to compile the latest osg with Xcode 5, 64-bit dylib build (not frameworks) with libc++ as standard library. Could anyone successfully build a recent osg with Xcode 5? The problem is that the linker can't find the destructor of

Re: [osg-users] [build] Build Problem with osgGA at MacOS with Xcode 5

2013-11-25 Thread Jean-Claude Monnin
is currently not in sync with the subversion repository so try svn instead. cheers, Stephan Am 25.11.2013 um 17:47 schrieb Jean-Claude Monnin jc_mon...@emailplus.org: Hi, I had exactly the same issue than Jan Klimke when trying to compile the latest osg with Xcode 5, 64-bit dylib build

[osg-users] osgOcean resource path

2011-12-16 Thread Jean-Claude Monnin
Hi Kim, Jean-Sébastien and others, I've started to experiment again with osgOcean, and I have an issue about finding the osgOcean resources. OsgOcean/oceanExample modifies the osg file path by adding following items: resources/textures/ resources/shaders/

Re: [osg-users] Issue with osgOcean on MacOSX GeForce 7300 GT

2010-09-07 Thread Jean-Claude Monnin
. Thanks a lot for your help. Jean-Claude On Sep 6, 2010, at 10:24 PM, Tatsuhiro Nishioka wrote: Hi Jean-Claude, Though I don't use osgOcean, I can help you on this. On Sep 7, 2010, at 1:50 AM, Jean-Claude Monnin wrote: When I run oceanExample, I get following errors: VERTEX

[osg-users] Issue with osgOcean on MacOSX GeForce 7300 GT

2010-09-06 Thread Jean-Claude Monnin
Hi all, I have compiled and run osgOcean successfully on windows in the past. I have now a different machine and os. I'm trying to run the oceanExample on MacOSX, GeForce 7300 GT. I have CMake 2.8-2, and compiled osg/trunk with XCode (dylib). I used Unix Makefile in CMake to compile

Re: [osg-users] [3rdparty] osgOcean collision detection

2009-10-05 Thread Jean-Claude Monnin
___ osg-users mailing list osg-users@lists.openscenegraph.org http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org -- Jean-Claude Monnin jc_mon...@emailplus.org ___ osg-users mailing

Re: [osg-users] VS 2008 packages + 3rdParty_Win32Binaries_vc90 in ftp

2009-02-19 Thread Jean-Claude Monnin
://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org ___ osg-users mailing list osg-users@lists.openscenegraph.org http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org -- Jean-Claude Monnin jc_mon...@emailplus.org

[osg-users] SVN 403 error

2009-02-10 Thread Jean-Claude Monnin
(403 Forbidden) in response to PROPFIND request for '/svn/osg/OpenSceneGraph/tags/OpenSceneGraph-2.8.0-rc4' Thanks for help Jean-Claude Monnin -- Jean-Claude Monnin jc_mon...@emailplus.org ___ osg-users mailing list osg-users

Re: [osg-users] SVN 403 error

2009-02-10 Thread Jean-Claude Monnin
On Tue, 10 Feb 2009 15:43:39 +0100, Paul Melis p...@science.uva.nl said: Jean-Claude Monnin wrote: Hi all, I'm trying to checkout OpenSceneGraph-2.8.0-rc4. It fails on a 403 Forbidden error (I tried multiple times since yesterday). I'm using TortoiseSVN 1.5.7 on windows. I was able

Re: [osg-users] SVN 403 error

2009-02-10 Thread Jean-Claude Monnin
On Tue, 10 Feb 2009 16:16:01 +0100, Paul Melis p...@science.uva.nl said: Jean-Claude Monnin wrote: On Tue, 10 Feb 2009 15:43:39 +0100, Paul Melis p...@science.uva.nl said: Jean-Claude Monnin wrote: Hi all, I'm trying to checkout OpenSceneGraph-2.8.0-rc4. It fails on a 403

Re: [osg-users] memory leak false positives on Windows

2009-02-10 Thread Jean-Claude Monnin
Hi Cory, I have been able to remove the false positives from the VisualStudio leak report by doing the procedure desribed in the following post from the archive: http://lists.openscenegraph.org/htdig.cgi/osg-users-openscenegraph.org/2008-May/010839.html