**** sizeof() tests ****** sizeof(bool)==1 sizeof(char)==1 sizeof(short)==2 sizeof(int)==4 sizeof(long)==4 sizeof(long int)==4 sizeof(long long)==8 sizeof(float)==4 sizeof(double)==8 sizeof(std::istream::pos_type)==136 sizeof(std::istream::off_type)==8 sizeof(OpenThreads::Mutex)==8 sizeof(std::string)==4 David _______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
I am running this on an Intel Mac. I don't know if this can help but
here what osgunittests gives on macbook pro :
- Re: [osg-users] CVS version : build error please help Jan Ciger
- [osg-users] CVS version : build error please help David Lscbe
- Re: [osg-users] CVS version : build error please help E. Wing
