Hi JS, Thanks for the changes. I had to add an IF(WIN32), so it now looks like:
IF (WIN32) SET(TARGET_EXTERNAL_LIBRARIES ws2_32) ENDIF(WIN32) This is now checked in. Could you do an svn update and confirm that this works. Cheers, Robert. On Thu, Jan 29, 2009 at 3:55 PM, Jean-Sébastien Guay <[email protected]> wrote: > Hi, > >> That looks like wsock32.lib and maybe some others... > > Err, I just checked and the name is probably Ws2_32.lib. > > Here's the fixed CMakeLists.txt, and I CC'd this message to osg-submissions. > > J-S > -- > ______________________________________________________ > Jean-Sebastien Guay [email protected] > http://www.cm-labs.com/ > http://whitestar02.webhop.org/ > > SET(TARGET_SRC > broadcaster.cpp > receiver.cpp > osgcluster.cpp > ) > > SET(TARGET_EXTERNAL_LIBRARIES ws2_32) > > #### end var setup ### > SETUP_EXAMPLE(osgcluster) > > _______________________________________________ > osg-submissions mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org > > _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

