[osg-users] SVN osgViewer plugin build error

2007-09-21 Thread Serge Lages
Hi, I have just updated and tried to build but I am having this error on the osgViewer plugin : Compiling... ReaderWriterOsgViewer.cpp CompositeViewer.cpp Viewer.cpp View.cpp Generating Code... Linking... Viewer.obj : error LNK2001: unresolved external symbol public: virtual class osg::Object *

Re: [osg-users] SVN osgViewer plugin build error

2007-09-21 Thread Robert Osfield
HI Serge, Sorry about this error. I've been checking in a set of changes to osgViewer and the osgViewer plugin for the support the reading of viewer configuration files. There has been a series of check-ins, so there is chance that the error you've seen is now fixed. Could you do another svn

Re: [osg-users] SVN osgViewer plugin build error

2007-09-21 Thread Jean-Sébastien Guay
Hello Serge, Should it be possible to tell CMake to continue to install even if it didn't find one of the plugins ? I agree, this would be very useful. Sometimes a given (optional) plugin does not compile or link, and then in INSTALL target tries to copy everything in the right place and

Re: [osg-users] SVN osgViewer plugin build error

2007-09-21 Thread Serge Lages
On 9/21/07, Robert Osfield [EMAIL PROTECTED] wrote: HI Serge, Sorry about this error. I've been checking in a set of changes to osgViewer and the osgViewer plugin for the support the reading of viewer configuration files. There has been a series of check-ins, so there is chance that the

Re: [osg-users] SVN osgViewer plugin build error

2007-09-21 Thread Serge Lages
On 9/21/07, Serge Lages [EMAIL PROTECTED] wrote: On 9/21/07, Robert Osfield [EMAIL PROTECTED] wrote: HI Serge, Sorry about this error. I've been checking in a set of changes to osgViewer and the osgViewer plugin for the support the reading of viewer configuration files. There has

Re: [osg-users] SVN osgViewer plugin build error

2007-09-21 Thread Robert Osfield
On 9/21/07, Serge Lages [EMAIL PROTECTED] wrote: Just updated but it fails again to build. but you should resolve it easily : \openscenegraph\src\osgviewer\compositeviewer.cpp(122) : error C4716: 'osgViewer::CompositeViewer::readConfiguration' : must return a value Now fixed and checked in.