From: <no...@so...> - 2001-07-16 21:34:52
|
Bugs item #441817, was opened at 2001-07-16 14:34 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=100003&aid=441817&group_id=3 Category: GLU Group: Compile/Install Status: Open Resolution: None Priority: 5 Submitted By: Michael Saunders (rms7326) Assigned to: Nobody/Anonymous (nobody) Summary: Solaris 5 and 7 can't compile glu Initial Comment: Both my Solaris 5 and Solaris 7 platforms can't compile some files (at least "curve.cc", but there may be more) in the "si-glu/libnurbs/internals" directory. The file, "curve.cc" uses "::sqrtf" which when LIBRARYBUILD is defined (and not GLBUILD or STANDALONE) it is undefined (see "mymath.h"). For some reason the linux build using g++ does not have this problem so I assume it must define ::sqrtf but the Sun Workshop 6 compilers do not. Michael ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=100003&aid=441817&group_id=3 |