[osg-users] SVN 403 error

2009-02-10 Thread Jean-Claude Monnin
ed return value (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 ___ os

Re: [osg-users] SVN 403 error

2009-02-10 Thread Jean-Claude Monnin
On Tue, 10 Feb 2009 15:43:39 +0100, "Paul Melis" 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 >

Re: [osg-users] SVN 403 error

2009-02-10 Thread Jean-Claude Monnin
On Tue, 10 Feb 2009 16:16:01 +0100, "Paul Melis" said: > Jean-Claude Monnin wrote: > > On Tue, 10 Feb 2009 15:43:39 +0100, "Paul Melis" > > said: > > > >> Jean-Claude Monnin wrote: > >> > >>> Hi all, > &g

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 http://www.mail-archive.com/osg-us...@

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

2009-02-19 Thread Jean-Claude Monnin
> > _______ > > osg-users mailing list > > osg-users@lists.openscenegraph.org > > http://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 mailing list osg-users@lists.openscenegraph.org http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

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

2009-10-05 Thread Jean-Claude Monnin
g/viewtopic.php?p=17735#17735 > > > > > > > > > > > > ___ > > osg-users mailing list > > osg-users@lists.openscenegraph.org > > http://lists.openscenegraph.org/list

[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 osgOcean/t

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

2010-09-07 Thread Jean-Claude Monnin
card. 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 &quo

[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/ resources/island

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 GUIEve

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

2013-11-25 Thread Jean-Claude Monnin
irror 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 : > >> Hi, >> >> I had exactly the same issue than Jan Klimke when trying to compil

[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] 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 "