Hi,

likewise, I'm seeing many build failures with svn top-of-tree @ 8492
(45 projects build, 112 failed) on WinXPsp2, VS2005sp1, cmake 2.4.7

The huge # of failures are do to std::max, std::min but there are
several others too

2>Font.cpp
2>..\..\..\..\..\externals\OpenSceneGraph\src\osgText\Font.cpp(477) :
error C2589: '(' : illegal token on right side of '::'
2>..\..\..\..\..\externals\OpenSceneGraph\src\osgText\Font.cpp(477) :
error C2059: syntax error : '::'

90>..\..\..\..\..\..\externals\OpenSceneGraph\src\osgPlugins\OpenFlight\expGeometryRecords.cpp(878)
: warning C4003: not enough actual parameters for macro 'max'


4>..\..\..\..\..\externals\OpenSceneGraph\src\osgViewer\GraphicsWindowWin32.cpp(2139)
: error C2065: 'WM_MOUSEWHEEL' : undeclared identifier
4>..\..\..\..\..\externals\OpenSceneGraph\src\osgViewer\GraphicsWindowWin32.cpp(2139)
: error C2051: case expression not constant
4>..\..\..\..\..\externals\OpenSceneGraph\src\osgViewer\GraphicsWindowWin32.cpp(2142)
: error C3861: 'GET_WHEEL_DELTA_WPARAM': identifier not found

86>..\..\..\..\..\..\externals\OpenSceneGraph\src\osgPlugins\shp\ESRIShape.cpp(169)
: warning C4003: not enough actual parameters for macro 'min'

86>..\..\..\..\..\..\externals\OpenSceneGraph\src\osgPlugins\shp\ESRIShape.cpp(169)
: error C2059: syntax error : ')'

91>..\..\..\..\..\..\externals\OpenSceneGraph\src\osgPlugins\lwo\Unit.cpp(25)
: error C2872: 'Polygon' : ambiguous symbol
91>        could be 'C:\Program Files\Microsoft Visual Studio
8\VC\PlatformSDK\include\wingdi.h(4002) : BOOL Polygon(HDC,const POINT
*,int)'
91>        or 
'd:\mew\mew_trees\osgbuild_trunk\externals\openscenegraph\src\osgplugins\lwo\Polygon.h(24)
: lwosg::Polygon'

105>..\..\..\..\..\externals\OpenSceneGraph\examples\osgthirdpersonview\osgthirdpersonview.cpp(68)
: error C2513: 'const double' : no variable declared before '='

105>..\..\..\..\..\externals\OpenSceneGraph\examples\osgthirdpersonview\osgthirdpersonview.cpp(72)
: error C2100: illegal indirection




On Mon, Jun 23, 2008 at 5:05 PM, Paul Martz <[EMAIL PROTECTED]> wrote:
> Hi Robert -- I just returned from a vacation and am encountering multiple
> build failures. I haven't waded through all the osg-users emails yet, but
> from your post below, it doesn't sound like you're aware of the issues. Many
> are STL issues under VS2005 (use of std::max, for example, instead of
> osg::maximum). I can post an exhaustive list if you need it.
>   -Paul
>
>
>> -----Original Message-----
>> From: [EMAIL PROTECTED]
>> [mailto:[EMAIL PROTECTED] On Behalf
>> Of Robert Osfield
>> Sent: Monday, June 23, 2008 12:59 PM
>> To: OpenSceneGraph Users
>> Subject: Re: [osg-users] Please test SVN of OpenSceneGraph in
>> pre for 2.5.3dev release
>>
>> Hi All,
>>
>> There have been too many build changes, and not enough
>> testing feedback for me to go with a dev release with any
>> confidence so I'll
>> not do one today.   I'm away on a trip Tuesday and Wednesday, when I
>> get back online on Thursday I could possible make OSG-2.5.3
>> then, so you have a few more days testing to do.
>>
>> If you have fixes you'd like merged before 2.5.3 (i.e. build
>> fixes), could you send them into osg-users so others can
>> tests them prior to my return.
>>
>> Cheers,
>> Robert.
>> _______________________________________________
>> osg-users mailing list
>> [email protected]
>> http://lists.openscenegraph.org/listinfo.cgi/osg-users-opensce
> negraph.org
>
> _______________________________________________
> osg-users mailing list
> [email protected]
> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
>



-- 
Mike Weiblen -- Austin Texas USA -- http://mew.cx/
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to