Hi friends, sorry for my English but It's very late here and I'm so tired...:))

These are my problems:

1)
I installed ht://dig (3.2b3) on a Slackware 8 (kernel 2.4.6) and, during the 
make install command, I had the following error: �ERROR in Display.cc MAXFLOAT 
undeclared� or something similar.
So I decided to modify the code of Display.cc from:

41:     #if !defined(DBL_MAX) && defined(MAXFLOAT)
42:     # define DBL_MAX MAXFLOAT
43:     #endif

to:

41:     /*#if !defined(DBL_MAX) && defined(MAXFLOAT)*/
42:     #define DBL_MAX 3.40282347e+38F
43:     /*#endif*/

The installation was completed successfully. I had this problem with a previous 
installation too (on a RedHat 7.1), but I didn't make any change to the code. 
So I got the rpm package and everything went ok.

2)
The installation of the engine went ok.
The installation of the parsers went ok.
The indexing went ok. But everytime I tried to search something I always obtain 
the message "No Found". Is this problem dependent from the first one? What does 
it mean that the engine (htsearch) didn't find any words?

I compiled the engine following these commands:
% ./configure ��prefix=/var/www/htdig ��bindir=/var/www/htdig/bin 
��with-config-dir=/var/www/htdig/conf 
��with-common-dir=/var/www/htdocs/htdig/ 
��with-database-dir=/var/www/htdig/db 
��with-cgi-bin-dir=/var/www/htdocs/cgi-bin 
��with-image-dir=/var/www/htdocs/htdig/images
% make
% make install


Thank you for your help

Pietro Palladino

_______________________________________________
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