Hi,

with recent svn source I got a compile error with msvc 2005 sp1 on osgcluster missing some network related functions.

This issue is fixed in the appended CMakeLists.txt, which belongs to examples/osgcluster.

Regards
Ralf


SET(TARGET_SRC
    broadcaster.cpp
    receiver.cpp
    osgcluster.cpp
)

#### end var setup  ###
if (WIN32)
set (TARGET_ADDED_LIBRARIES ws2_32)
endif (WIN32)

SETUP_EXAMPLE(osgcluster)
_______________________________________________
osg-submissions mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org

Reply via email to