[osg-users] [osgCompute] END_BRACKET

2012-04-25 Thread Conan Doyle
Hi, Trying to build osgCompute... It has built fine every time I have tried, except for now on my new machine My brain just isn't working right now so this is probably an easy fix, but I cant' see it... The error I am getting is: In function ‘bool writeResources(osgDB::OutputStream&, const

Re: [osg-users] [osgCompute] END_BRACKET

2012-05-02 Thread Jens Orthmann
Hi sholmes, What version of OSG do you use? 2.9.9 and above should work. Cheers, Jens -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=47499#47499 ___ osg-users mailing list osg-users@lists.openscene

Re: [osg-users] [osgCompute] END_BRACKET

2012-05-02 Thread Conan Doyle
I was using 3.0.1, w/osgCompute 1.1, but I switched to the latest greatest osgCompute from svn and now I am compiling fine. Thanks for the feedback. jens.svt wrote: > Hi sholmes, > > What version of OSG do you use? > 2.9.9 and above should work. > > > Cheers, > Jens -- Read

Re: [osg-users] [osgCompute] END_BRACKET

2012-05-02 Thread Martin Naylor
Behalf Of Conan Doyle Sent: 25 April 2012 13:04 To: osg-users@lists.openscenegraph.org Subject: [osg-users] [osgCompute] END_BRACKET Hi, Trying to build osgCompute... It has built fine every time I have tried, except for now on my new machine My brain just isn't working right now so th

Re: [osg-users] [osgCompute] END_BRACKET

2013-02-12 Thread Sajjadul Islam
Hi, I downloaded the latest osgCompute from the repository and i have the openscenegraph 3.0.1 installed in the system. And i am getting the similar compilation error while building the osgCompute: Code: [ 35%] Building CXX object src/osgCudaSerializer/CMakeFiles/osgdb_serializers_osgCuda.d

Re: [osg-users] [osgCompute] END_BRACKET

2013-02-12 Thread Wang Rui
Hi Sajjadul, The ‘BEGIN_BRACKET' and 'END_BRACKET' macros are changed from static ones to class members in rev. 13058 to fix threading read/write problems . They are not modified yet in OSG 3.0.1 (older than rev.13058) so you will see the compiling problems above. Please try to use some later deve