Re: [osg-users] Problem compiling VIrtualPlanetBuilder on OS X

2012-11-19 Thread Tony Vasile
As I stated earlier all I did was move the goal posts slightly by changing the conditional compilation check to have a later version number and use the false path of the conditional compilation. Not the much of a C++ guru to know why it failed but it looks like [i|o]s.XXX_BRACKET has been added to

[osg-users] VirtualPlanetBuilder and the Cookbook

2012-11-19 Thread Tony Vasile
I have trying the various recipes in the cookbook and try the example with the TrueMarble tiff file and the data from http://srtm.csi.cgiar.org/SELECTION/inputCoord.asp all I get is the original TrueMarble image. I have tried downloading the majority of the island of Tasmania and all I see is a

Re: [osg-users] Windows 8 x64

2012-11-19 Thread Torben Dannhauer
Hi, Currently I'm migration (non-voluntary) to Windows 8 X64. so I decided also to upgrade my Build Env from VS2008 to VS2012. I'll build my 3rdParty Package for VS2012 but this will take some days/weeks. I plan to provide it as a minimum and a full package this time. I'll drop a notice if it

Re: [osg-users] qt rendering thread

2012-11-19 Thread Filip Arlet
Hi, Ok, Thanks, I get the idea behind it. Do I have to worry about thread safety or not ? Cheers, Filip -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=51145#51145 ___ osg-users mailing list

Re: [osg-users] Windows 8 x64

2012-11-19 Thread Jesper D. Thomsen
Hi, Just wanted to let you know that I have tried compiling both x86 and x64 versions of OpenSceneGraph 3.0.1 with VS2012. I did a rebuild of the various basic dependencies myself, but I haven't posted them here as they're not well tested yet. I built with Freetype 2.4.10, GDAL, jpeg, libpng

[osg-users] OSG wiki taken over

2012-11-19 Thread Ryan Helminen
Hi, Is anyone aware that the OpeneSceneGraph wiki has been taken over by spammers? They've managed to muck up a good majority of the pages and added a few of their own (judging by the random page link). Best Regards, Ryan ___ osg-users mailing list

Re: [osg-users] OSG wiki taken over

2012-11-19 Thread Robert Osfield
Hi Ryan, On 19 November 2012 14:07, Ryan Helminen ry...@glsv.com wrote: Is anyone aware that the OpeneSceneGraph wiki has been taken over by spammers? They've managed to muck up a good majority of the pages and added a few of their own (judging by the random page link). The wiki doesn't

Re: [osg-users] OSG wiki taken over

2012-11-19 Thread Jordi Torres
Hi Ryan, I can't see any spam article in the osg trac, Can you point the url's please? Time ago I saw spam in the virtualplanetbuilder trac instance, but I believe we closed the access. Cheers. 2012/11/19 Ryan Helminen ry...@glsv.com Hi, Is anyone aware that the OpeneSceneGraph wiki has

Re: [osg-users] Windows 8 x64

2012-11-19 Thread Chris Hanson
AlphaPixel's builds will probably support VS2012 in the near future, but I'm not ready for the pain yet. -- Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com http://www.alphapixel.com/ Training • Consulting • Contracting 3D • Scene Graphs (Open Scene Graph/OSG) • OpenGL 2 • OpenGL

[osg-users] OSC plugin on Windows?

2012-11-19 Thread Paul Martz
Hi Stephan -- Is the OSC plugin tested on Windows? I'm getting several undefined symbols during link using VS2010, building 32bit on Win7 (see below). I don't see any CMake controls to disallow this plugin on Windows, so I'm guessing these are build errors that should be fixed. -Paul

Re: [osg-users] OSG wiki taken over

2012-11-19 Thread Ryan Helminen
Jordi and Robert, My bad I'm getting two domains confused. The wiki site that I am referring to is wiki.openscenegraph.com. I just realized that the .com domain is completely separate from the .org domain. After a quick look through the openscenegraph.com site it looks like

Re: [osg-users] OSC plugin on Windows?

2012-11-19 Thread Stephan Huber
Hi Paul, thanks for the feedback! Yes, osc should compile on windows, but I forgot to disable the windows build as I haven't had time to test it on this platform. Afaik only an additional windows-lib is missing in the cmake-file. I'll submit a modified camke-file, so the osc-plugin is disabled