From: Erik F. <eri...@vr...> - 2003-01-30 08:38:37
|
Hi everybody, I've had some compiling problems with HP-UX that are the same as described in the thread "[ ggt-Bugs-580256 ] GMTL on Mac OS X" (s.a. http://sourceforge.net/mailarchive/forum.php?thread_id=891585&forum_id=7287) HP-UX doesn't know ceilf() and floorf() (and probably others), and the NO_FLOORF and NO_CEILF aren't set either. This is probably fixed by adding HP-UX to the ifdef in gmtl/defines.h Also I get warnings about "mData" not being visible in Vec.h and Point.h (probably others to, but I'm not using them yet) Changing the line to this->mData fixes this. Thankx Erik |