In the Inventor plugin there is: #ifdef __linux #include <values.h> #endif #ifdef __APPLE__ #include <float.h> #endif
So, perhaps float.h in lieu of limits.h? On Dec 24, 2007 6:01 PM, Rafa Gaitan <[EMAIL PROTECTED]> wrote: > Hi Paul and Mike, > > The problem is the same in MacOSX, values.h is not > found, however, the documentation says that limits.h provides > the same functionality, so maybe an adecuate ifdef could be > the solution. > > Rafa. > > > > > On Dec 24, 2007 10:38 PM, Mike Weiblen < [EMAIL PROTECTED]> wrote: > > Hi, I just ran into this too. In case gcc needs it, the comments in > value.h say to instead use limits.h and/or float.h > > -- mew > > > > > > > > > > > > > > On Dec 24, 2007 3:16 PM, Paul Martz < [EMAIL PROTECTED]> wrote: > > > > > > > > > > > > > > > > > > > > Hi Robert -- I ran into this with current SVN today. > ViewerEventHandlers.cpp does a "#include <values.h>" but the VS8 compiler > complains that it can't find the header file. > > > > > > I deleted this line in my local copy and the file appeared to compile > fine. > > > > > > Paul Martz > > > Skew Matrix Software LLC > > > http://www.skew-matrix.com > > > 303 859 9466 > > > > > > _______________________________________________ > > > 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 > > > > > > > > -- > Rafael Gaitán Linares > Instituto de Automática e Informática Industrial http://www.ai2.upv.es > Ciudad Politécnica de la Innovación > Universidad Politécnica de Valencia > _______________________________________________ > 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

