[osg-users] Build broken under Windows

2009-05-08 Thread Serge Lages
Hi Robert, The current build (SVN trunk) seems broken under Windows (VS2005 Express), here are the errors : 10.\GraphicsWindowWin32.cpp(1035) : error C2440: 'initializing' : cannot convert from 'int' to 'osgViewer::GraphicsWindow::MouseCursor' 10Conversion to enumeration type requires an

Re: [osg-users] Build broken under Windows

2009-05-08 Thread Serge Lages
It builds with your modified GraphicsWindowWin32.cpp ! :) On Fri, May 8, 2009 at 1:45 PM, Robert Osfield robert.osfi...@gmail.comwrote: HI Serge, Arggg two steps forward, one back... The initializer addition was meant to fix a bug so what should the value should we use here to

Re: [osg-users] Build broken under Windows

2009-05-08 Thread Serge Lages
As we are talking about build problems, I can't manage to build the p3d plugin, lots of unresolved symbols : 4SlideShowConstructor.obj : error LNK2019: unresolved external symbol __declspec(dllimport) public: void __thiscall osgText::TextBase::setText(class std::basic_stringchar,struct

Re: [osg-users] Build broken under Windows

2009-05-08 Thread Wojciech Lewandowski
To: OpenSceneGraph Users Sent: Friday, May 08, 2009 2:11 PM Subject: Re: [osg-users] Build broken under Windows It builds with your modified GraphicsWindowWin32.cpp ! :) On Fri, May 8, 2009 at 1:45 PM, Robert Osfield robert.osfi...@gmail.com wrote: HI Serge, Arggg two steps forward

Re: [osg-users] Build broken under Windows

2009-05-08 Thread Robert Osfield
Hi Serge, It looks like osgGA and osgText need to be added to the p3d plugin dependencies. I've now added these could you do an svn update and see if it fixes these problems. Robert. On Fri, May 8, 2009 at 1:15 PM, Serge Lages serge.la...@gmail.com wrote: As we are talking about build

Re: [osg-users] Build broken under Windows

2009-05-08 Thread Wojciech Lewandowski
I see that just added revision 10168 does the trick. Ignore my former post. Cheers. Wojtek - Original Message - From: Wojciech Lewandowski To: OpenSceneGraph Users Sent: Friday, May 08, 2009 2:28 PM Subject: Re: [osg-users] Build broken under Windows Hi Guys, The fix

Re: [osg-users] Build broken under Windows

2009-05-08 Thread Serge Lages
...@ai.com.pl *To:* OpenSceneGraph Users osg-users@lists.openscenegraph.org *Sent:* Friday, May 08, 2009 2:28 PM *Subject:* Re: [osg-users] Build broken under Windows Hi Guys, The fix seems to work but I had to add it myself as latest SVN trunk revision 10163 seems to not contain *_mouseCursor