RE: [Plib-users] Compiling with glib-2.2.2 and gcc 2.95.2
Brought to you by:
sjbaker
From: Norman V. <nh...@ca...> - 2001-03-06 14:51:24
|
Ben Woodhead writes: I have been having no luck since I installed slackware current. ../../src/sg/sg.h:847: `FLT_MAX' undeclared (first use this function) ../../src/sg/sg.h:847: (Each undeclared identifier is reported only once ../../src/sg/sg.h:847: for each function it appears in.) ../../src/sg/sg.h: In method `void sgdBox::empty()': ../../src/sg/sg.h:2023: `DBL_MAX' undeclared (first use this function) Hmm what happens if you #include <float.h> This is special caased in src/util/ul.h for a bunch of systems but not slackware Can't we just automatically include <float.h> I believe it is ANSII Norman |