Re: [Opensg-users] osg 2 changes to commitChanges

2011-07-20 Thread Carsten Neumann
Hello Volker, On 07/19/2011 03:32 AM, Volker Settgast wrote: > Win7 64 bit, VS 2008, 32 bit build > > The only thing I added to the cmake config was the path to my supportlib > and the explicit definition of the GLUT-libs. ok, thanks! After fixing some issues with my recent changes to the

Re: [Opensg-users] osg 2 changes to commitChanges

2011-07-19 Thread Volker Settgast
Hello Carsten, > thanks for the heads up. Unfortunately I can not reproduce the problem > - building from commit 8f79cb58af05c56b2ea3a53c0e220e61f2af4a79. > > Can you give some more details what OS/compiler versions you are using > and perhaps what options you are passing to cmake? Th

Re: [Opensg-users] osg 2 changes to commitChanges

2011-07-11 Thread Carsten Neumann
Hello Volker, On 07/11/2011 03:09 PM, Volker Settgast wrote: > for the current version of OSG2 I had trouble building the tests: had to > add #include "OSGChangeList.h" for every test using the > osg::commitChange method. > Probably a change in some other header? thanks for the heads up.

[Opensg-users] osg 2 changes to commitChanges

2011-07-11 Thread Volker Settgast
Hello, for the current version of OSG2 I had trouble building the tests: had to add #include "OSGChangeList.h" for every test using the osg::commitChange method. Probably a change in some other header? Cheers, Volker -