[osg-users] VirtualPlanetBuilder on osx 10.6

2009-12-18 Thread Massimo Di Stefano
Hi, on osx 10.6 (cocoa) starting from a installed osg trunk version, i'm now tring to build  : http://www.openscenegraph.org/projects/VirtualPlanetBuilder i downloaded the svn trunk version, then i run ccmake .. inside the build directory : cd VirtualPlanetBuilder mkdir build cd build ccmake

[osg-users] VirtualPlanetBuilder on osx 10.6

2009-12-18 Thread Massimo Di Stefano
Hi,on osx 10.6 (cocoa)starting from a installed osg trunk version, i'm now tring to build :http://www.openscenegraph.org/projects/VirtualPlanetBuilderi downloaded the svn trunk version, then i run ccmake .. inside the build directory :cd VirtualPlanetBuildermkdir buildcd buildccmake .."c"

Re: [osg-users] Python users

2009-12-16 Thread Massimo Di Stefano
Hi Jean-SĂ©bastien, thanks! running the latest notes from the wiki main page all works fine. now i'm exploring the example code. a question : have you never tried to add a python osgviewer inside a PyQt4 (or wx-python) gui ? thanks, Massimo. Il giorno 15/dic/2009, alle ore 18.47,

Re: [osg-users] Python users

2009-12-15 Thread Massimo Di Stefano
Hi, Thanks to make the osgboostpython code! i'm running osgboostpython on mac osx 10.6 (osg svn, 64-bit) boost+python support from source (1.41) now i'm tring to runs some examles, but i have problems using the code from the main page : In [12]: s.setTextureAttributeAndModes(0, t,

Re: [osg-users] Mac OS X Snow Leopard

2009-12-08 Thread Massimo Di Stefano
, alle ore 09.17, Stephan Huber ha scritto: Massimo Di Stefano schrieb: Hi i'm tring to build osg trunk on mac osx snow leopard. i tried to apply the change to the file : What version of Cmake did you use to generate the makefiles / xcode projects? I am getting the same error when using

Re: [osg-users] Mac OS X Snow Leopard

2009-12-08 Thread Massimo Di Stefano
try now the xcode project that comes with the source code, so i can save and post its log. thanks to help me! Massimo. Il giorno 08/dic/2009, alle ore 11.11, Stephan Maximilian Huber ha scritto: Hi Massimo, Massimo Di Stefano schrieb: then i also tried the Xcode that comes with the osg

Re: [osg-users] Mac OS X Snow Leopard

2009-12-08 Thread Massimo Di Stefano
Tried using Xcode with this configuration : base sdk : Current Mac Os build active architecture only X (checked) use base sdk Development 64bit cocoa Log : http://www.geofemengineering.it/data/osg-r10859_osx10-6_Xcode.txt Il giorno 08/dic/2009, alle ore 11.28, Massimo Di Stefano ha scritto

Re: [osg-users] Mac OS X Snow Leopard

2009-12-08 Thread Massimo Di Stefano
ore 13.15, Stephan Maximilian Huber ha scritto: Hi, Massimo Di Stefano schrieb: Hi, tring using cmake-2.6.4 (last osg trunk - revision : 10859) i restored the opentrhead files and used : cd trunk/ mkdir build cd build ccmake .. the build now goes ahead but fails at quicktime

Re: [osg-users] Mac OS X Snow Leopard

2009-12-08 Thread Massimo Di Stefano
but the make continue to try to buld quicktime. Massimo. Il giorno 08/dic/2009, alle ore 16.41, Robert Osfield ha scritto: Hi Massimo, On Tue, Dec 8, 2009 at 3:38 PM, Massimo Di Stefano massimodisa...@yahoo.it wrote: Hi, i applied the change to cmake settings

Re: [osg-users] Mac OS X Snow Leopard

2009-12-08 Thread Massimo Di Stefano
the GraphicsWindow inheritance functionality, and instead use GraphicsWindow embedded or the full GraphicsWindow subclass functionality. Robert. On Tue, Dec 8, 2009 at 4:06 PM, Massimo Di Stefano massimodisa...@yahoo.it wrote: Hi Ronert, sure i did it cd trunk mkdir build ccmake .. i

Re: [osg-users] Mac OS X Snow Leopard

2009-12-07 Thread Massimo Di Stefano
Hi i'm tring to build osg trunk on mac osx snow leopard. i tried to apply the change to the file : from : #if defined(_OPENTHREADS_ATOMIC_USE_MUTEX) mutable Mutex _mutex; #endif #if defined(_OPENTHREADS_ATOMIC_USE_WIN32_INTERLOCKED) volatile long _value; #elif

[osg-users] osgAnimation build error

2009-09-13 Thread Massimo Di Stefano
Hi, I'm on debian sid 64 bit, tring to build osg-svn trunk with wrappers set to ON i had yhis error : Linking CXX shared module ../../lib/osgwrapper_osg.so [ 70%] Built target osgwrapper_osg Scanning dependencies of target osgwrapper_osgAnimation [ 70%] Building CXX object

Re: [osg-users] OsgSwig on mac osx 10.5.6 (xcode 3.1)

2009-04-16 Thread Massimo Di Stefano
Following the suggestion i find here : http://code.google.com/p/osgswig/wiki/BuildInstructions i compiled osg 2.4 version using xcode, the build produced the osg framewrok, i copied them in the /Library/Framework directory. then i downloaded osgswig, cd osgswig mkdir build cd build ccmake

[osg-users] OsgSwig on mac osx 10.5.6 (xcode 3.1)

2009-04-16 Thread massimo di stefano
on osx ??? thanks to All! Massimo Di Stefano massimodisa...@yahoo.it epifanio on irc.freenode.net /join gfoss ___ osg-users mailing list osg-users@lists.openscenegraph.org http://lists.openscenegraph.org/listinfo.cgi/osg-users

Re: [osg-users] OsgSwig on mac osx 10.5.6 (xcode 3.1)

2009-04-16 Thread Massimo Di Stefano
Ismail Pazarbasi wrote: Hi Massimo, I am not on my Mac right now, but I can quickly suggest you to add osg, osgText, osgIntrospection (and few more) frameworks to your executable to get you started as quick as possible. I tried to build osg2.4 using cmake, without the xcode support, but

Re: [osg-users] OsgSwig on mac osx 10.5.6 (xcode 3.1)

2009-04-16 Thread massimo di stefano
compiling osg24 using cmake .. (have you a cmakefile as eaxample to follow, to have it build in a standard unix way ?) if you need a common environment for you, i can switch to use sclipse too. really thanks for the help! Massimo Di Stefano massimodisa...@yahoo.it epifanio

Re: [osg-users] OsgSwig on mac osx 10.5.6 (xcode 3.1)

2009-04-16 Thread massimo di stefano
apologize me, wrong path in the links : actually these is my cmake setting : http://www.geofemengineering.it/data/CMakeCache2.txt http://www.geofemengineering.it/data/CMakeCache2.txt i can see now in the log that the framework are linked in the c++ instruction, but the error log

Re: [osg-users] OsgSwig on mac osx 10.5.6 (xcode 3.1)

2009-02-18 Thread massimo di stefano
Hi Gerwin, thanks a lot for the quick answer. actually i'm able to run osgswig on my linux partition using osg 2.6, i'l wait for osx ;-) (i haven't tried to build osg-2.6 + osgswig on osx, i'll try and give feedback about it) i'll follow the link. regards, Massimo. Il giorno

[osg-users] OsgSwig on mac osx 10.5.6 (xcode 3.1)

2009-02-17 Thread massimo di stefano
/osgswig_cmake_settings.txt these the build log : http://www.geofemengineering.it/data/osgswig_build_log.txt need i to change something in the advanced cmake setting ? thanks for any help, Massimo Di Stefano massimodisa...@yahoo.it epifanio on irc.freenode.net /join gfoss Chiacchiera con i tuoi amici

[osg-users] osgswig on OSX (python bindings)

2008-11-17 Thread Massimo Di Stefano
: www.geofemengineering.it/osgswig_build_log.txt myabe something is wrong in my python libraries or need i to change something in the cmake setting :-/ please, thanks for any help! Massimo Di Stefano. Chiacchiera con i tuoi amici in tempo reale! http://it.yahoo.com/mail_it/foot/*http

Re: [osg-users] osgswig on OSX (python bindings)

2008-11-17 Thread Massimo Di Stefano
thanks a lot for your help! regards, Massimo. On Nov 17, 2008, at 10:52 PM, Hartmut Seichter wrote: the head of osgSWIG svn only compiles with the OSG 2.6.x H Massimo Di Stefano wrote: Hi finally i'm able to build on osx (10.5.5 xcode-3.1): OSG (svn 2.7) OsGis (svn) and VPB (svn 0.9.1) now

Re: [osg-users] build osgGis on osx (was build osgdem on osx )

2008-11-15 Thread Massimo Di Stefano
of a different package called VirtualPlanetBuilder). The warnings indicate that you have an old version and need to upgrade to the latest SVN head. -gw Glenn Waldron : Pelican Mapping : http://pelicanmapping.com : +1.703.652.4791 On Thu, Nov 13, 2008 at 7:45 PM, Massimo Di Stefano [EMAIL

Re: [osg-users] build osgdem on osx

2008-11-14 Thread Massimo Di Stefano
, 2008 at 7:45 PM, Massimo Di Stefano [EMAIL PROTECTED] wrote: Hi, i'm tring to install osgdem on osx 10.5 but after alot of worning message :-/ it fails to build with these error : [ 78%] Building CXX object src/osgGIS/CMakeFiles/osgGIS.dir/Utils.o In file included from /GIS/DEP/osgis/src

[osg-users] build osgdem on osx

2008-11-13 Thread Massimo Di Stefano
Hi, i'm tring to install osgdem on osx 10.5 but after alot of worning message :-/ it fails to build with these error : [ 78%] Building CXX object src/osgGIS/CMakeFiles/osgGIS.dir/Utils.o In file included from /GIS/DEP/osgis/src/osgGIS/Common:26, from