HI Ralf,

Yesterday I checked in a change to the osgcluster/CMakeLists.txt that
did something very similar.  The addition was:

IF   (WIN32)
   SET(TARGET_EXTERNAL_LIBRARIES ws2_32)
ENDIF(WIN32)

Did you spot this change?  If so was there a problem with it?

Robert.


On Fri, Jan 30, 2009 at 9:16 AM, Ralf Habacker <[email protected]> wrote:
> 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
>
>
_______________________________________________
osg-submissions mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org

Reply via email to