|
Yes, the typedef fixed it, thanks! /Mikael Mihai Radu wrote: I hit the same error, looks like a type definition is missing, in my case in XP.Add this above the function that gives the error(line 430): typedef unsigned int uint; Cheers Mihai Mikael Karlsson wrote:Hi, I have ran into a compile error in the current SVN version of the file SoftShadowMap.cpp that I just would like to bring your attention to. The error is on line 445 which contains a simple const uint definition. I use VisualStudio 2005. ..\..\..\src\osgShadow\SoftShadowMap.cpp(445) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int ... and then a lot of syntax related follow on errors.... /Mikael _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org |
_______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

