Excellent work, Jim! Could you please mail a list of the lines you commented out? It would be really nice to have make check work "out of the box", and I think most of the lines in *.conf are not necessary for any platform.
The first warning was due to a (trivial) bug, and I'll also get rid of the last. The other two seem harmless and platform-dependent, so I'll leave them for now. Thanks for your detective work :) Lachlan On Sun, 1 Jun 2003 12:04, Jim Cole wrote: > I tested Friday's CVS on a Red Hat 8 system. > > I ran rundig against www.htdig.org using robotstxt_name: > master-htdig and did not encounter any noticeable problems. The > database sizes seemed reasonable and were searchable. > > Four of the tests fail outright and numerous errors are reported. > Most of the problems are due to the fact that the httpd.conf file > used is not entirely compatible with Apache 2. By merging > httpd.conf, access.conf, and srm.conf into a single file and then > commenting out everything that 'make check' complained about, I was > able to get three of the four problematic tests to pass. > WARNINGS > --- > mp_cmpr.c:120: warning: initialization makes integer from pointer > without a cast > --- > os_rw.c: In function `CDB___os_io': > os_rw.c:42: warning: implicit declaration of function `pread' > os_rw.c:48: warning: implicit declaration of function `pwrite' > --- > In file included from regex.c:212: > gregex.h:530:1: warning: "__restrict_arr" redefined > In file included from /usr/include/features.h:291, > from /usr/include/stdlib.h:25, > from regex.c:147: > /usr/include/sys/cdefs.h:246:1: warning: this is the location of > the previous definition > --- > conf_lexer.cxx:244: warning: `void* yy_flex_realloc(void*, unsigned int)' > declared `static' but never defined ------------------------------------------------------- This SF.net email is sponsored by: eBay Get office equipment for less on eBay! http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5 _______________________________________________ htdig-dev mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/htdig-dev
