Hi Stephan -- The OSC plugin has compile errors with VS2010 for 64-bit builds, and I thought you might want to take a look at it. This is from trunk r13330. Thanks!
   -Paul

2>------ Build started: Project: Plugins osc, Configuration: Debug x64 ------
2>Build started 2/5/2013 3:34:09 PM.
2>InitializeBuildStatus:
2>  Touching "osgdb_osc.dir\Debug\Plugins osc.unsuccessfulbuild".
2>CustomBuild:
2>  All outputs are up-to-date.
2>ClCompile:
2>  OscOutboundPacketStream.cpp
2>  OscReceivingDevice.cpp
2>  OscSendingDevice.cpp
2>  ReaderWriterOscDevice.cpp
2>c:\projects\osg\trunk\src\osgplugins\osc\osc\OscOutboundPacketStream.h(101): error C2535: 'osc::OutboundPacketStream &osc::OutboundPacketStream::operator <<(osc::int32)' : member function already defined or declared 2> c:\projects\osg\trunk\src\osgplugins\osc\osc\OscOutboundPacketStream.h(97) : see declaration of 'osc::OutboundPacketStream::operator <<' 2>C:\Projects\OSG\trunk\src\osgPlugins\osc\osc\OscOutboundPacketStream.cpp(197): warning C4244: 'initializing' : conversion from '__int64' to 'osc::uint32', possible loss of data 2>C:\Projects\OSG\trunk\src\osgPlugins\osc\osc\OscOutboundPacketStream.cpp(225): warning C4267: 'argument' : conversion from 'size_t' to 'long', possible loss of data 2>C:\Projects\OSG\trunk\src\osgPlugins\osc\osc\OscOutboundPacketStream.cpp(236): warning C4244: 'argument' : conversion from '__int64' to 'long', possible loss of data 2>C:\Projects\OSG\trunk\src\osgPlugins\osc\osc\OscOutboundPacketStream.cpp(236): warning C4244: 'initializing' : conversion from '__int64' to 'unsigned long', possible loss of data 2>C:\Projects\OSG\trunk\src\osgPlugins\osc\osc\OscOutboundPacketStream.cpp(255): warning C4244: 'return' : conversion from '__int64' to 'unsigned int', possible loss of data 2>C:\Projects\OSG\trunk\src\osgPlugins\osc\osc\OscOutboundPacketStream.cpp(261): warning C4244: 'initializing' : conversion from '__int64' to 'unsigned int', possible loss of data 2>C:\Projects\OSG\trunk\src\osgPlugins\osc\osc\OscOutboundPacketStream.cpp(265): warning C4244: 'argument' : conversion from '__int64' to 'long', possible loss of data 2>C:\Projects\OSG\trunk\src\osgPlugins\osc\osc\OscOutboundPacketStream.cpp(340): warning C4267: 'initializing' : conversion from 'size_t' to 'unsigned long', possible loss of data 2>C:\Projects\OSG\trunk\src\osgPlugins\osc\osc\OscOutboundPacketStream.cpp(366): warning C4244: 'initializing' : conversion from '__int64' to 'int', possible loss of data 2>C:\Projects\OSG\trunk\src\osgPlugins\osc\osc\OscOutboundPacketStream.cpp(376): warning C4244: 'initializing' : conversion from '__int64' to 'osc::uint32', possible loss of data 2>C:\Projects\OSG\trunk\src\osgPlugins\osc\osc\OscOutboundPacketStream.cpp(578): warning C4267: 'argument' : conversion from 'size_t' to 'long', possible loss of data 2>C:\Projects\OSG\trunk\src\osgPlugins\osc\osc\OscOutboundPacketStream.cpp(582): warning C4267: 'initializing' : conversion from 'size_t' to 'unsigned long', possible loss of data 2>C:\Projects\OSG\trunk\src\osgPlugins\osc\osc\OscOutboundPacketStream.cpp(598): warning C4267: 'argument' : conversion from 'size_t' to 'long', possible loss of data 2>C:\Projects\OSG\trunk\src\osgPlugins\osc\osc\OscOutboundPacketStream.cpp(602): warning C4267: 'initializing' : conversion from 'size_t' to 'unsigned long', possible loss of data 2>C:\Projects\OSG\trunk\src\osgPlugins\osc\osc/OscOutboundPacketStream.h(101): error C2535: 'osc::OutboundPacketStream &osc::OutboundPacketStream::operator <<(osc::int32)' : member function already defined or declared 2> C:\Projects\OSG\trunk\src\osgPlugins\osc\osc/OscOutboundPacketStream.h(97) : see declaration of 'osc::OutboundPacketStream::operator <<' 2>C:\Projects\OSG\trunk\src\osgPlugins\osc\osc/OscOutboundPacketStream.h(101): error C2535: 'osc::OutboundPacketStream &osc::OutboundPacketStream::operator <<(osc::int32)' : member function already defined or declared 2> C:\Projects\OSG\trunk\src\osgPlugins\osc\osc/OscOutboundPacketStream.h(97) : see declaration of 'osc::OutboundPacketStream::operator <<' 2>C:\Projects\OSG\trunk\src\osgPlugins\osc\osc/OscOutboundPacketStream.h(101): error C2535: 'osc::OutboundPacketStream &osc::OutboundPacketStream::operator <<(osc::int32)' : member function already defined or declared 2> C:\Projects\OSG\trunk\src\osgPlugins\osc\osc/OscOutboundPacketStream.h(97) : see declaration of 'osc::OutboundPacketStream::operator <<'
2>
2>Build FAILED.
2>
2>Time Elapsed 00:00:02.40
========== Build: 1 succeeded, 1 failed, 5 up-to-date, 0 skipped ==========
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to