On Sun, 2003-11-23 at 12:29, Rogelio M.Serrano Jr. wrote:
from NSAffineTransform.m:28:
/usr/include/bits/mathcalls.h:252: error: conflicting types for
`rint'
/usr/include/bits/mathcalls.h:252: error: previous declaration of
`rint'
make[2]: *** [shared_obj/NSAffineTransform.o] Error 1
make[1]: *** [libgnustep-gui.all.library.variables] Error 2
make[1]: Leaving directory `/src/core/gui/Source'
make: *** [internal-all] Error 2
root:/src/core/gui#
It's possible that configure is missing the fact that rint is defined
somewhere. Perhaps send me the config.log file from gui or look at it
yourself (search for 'rint' to see the rint test and whether it failed
and why).