On 8/13/07, Mihai Radu <[EMAIL PROTECTED]> 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;
I've done a search and replace of uint with unsigned int and checked this into SVN. Robert. _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

