According to Gerrit P. Haase:
> is MAXFLOAT anywhere defined, i'm not able to find it in 
> any header. (MAXFLOAT is the initializer for DBL_MAX).
> 
> g++ -DHAVE_CONFIG_H -I. -I. -I../include 
>-DDEFAULT_CONFIG_FILE=\"/var/htdig/config/-DCONFIG_DIR=\"/var/htdig/config\" -I
> ../htfuzzy   -I/usr/include  -g -O2 -Wall -fno-rtti -fno-exceptions -c Display.cc
> Display.cc: In method `Display::Display(Dictionary *)':
> Display.cc:55: `DBL_MAX' undeclared (first use this function)
> Display.cc:55: (Each undeclared identifier is reported only once
> Display.cc:55: for each function it appears in.)

MAXFLOAT is usually defined in math.h or values.h.  On GNU compilers, I
believe DBL_MAX is defined by the preprocessor itself, rather than by a
header file.

-- 
Gilles R. Detillieux              E-mail: <[EMAIL PROTECTED]>
Spinal Cord Research Centre       WWW:    http://www.scrc.umanitoba.ca/~grdetil
Dept. Physiology, U. of Manitoba  Phone:  (204)789-3766
Winnipeg, MB  R3E 3J7  (Canada)   Fax:    (204)789-3930

_______________________________________________
htdig-general mailing list <[EMAIL PROTECTED]>
To unsubscribe, send a message to <[EMAIL PROTECTED]> with a 
subject of unsubscribe
FAQ: http://htdig.sourceforge.net/FAQ.html

Reply via email to