I get these errors when compiling with DU cc: cc -c -O2 -DOSF1 util_snprintf.c cc: Error: util_snprintf.c, line 929: In this declaration, the type of "ap_snprintf" is not compatible with the type of a previous declaration of "ap_snprintf" at line number 538 in file conf.h. int ap_snprintf(char *buf, size_t len, const char *format,...) ----^ cc: Error: util_snprintf.c, line 941: In this declaration, the type of "ap_vsnprintf" is not compatible with the type of a previous declaration of "ap_vsnprintf" at line number 539 in file conf.h. int ap_vsnprintf(char *buf, size_t len, const char *format, va_list ap) ----^ make: *** [util_snprintf.o] Error 1
On Fri, 25 April 1997, at 13:15:30, [EMAIL PROTECTED] wrote: > I have absolutely no problem with DU 3.2 and the bundled > cc(1) compiler. Therefore, I suspect either the differences > to DU 4.0 or gcc. Can you please try building with the > DU compiler and see if the behaviour changes? >
