Bruno Negrao wrote:
If editing your include statements does not help, try using gmake instead of make.
Bill

Bill, (and everybod)

I edited the include statemens in conf-cc to reflect my system (-I/usr/include/openssl) and I tried with 'gmake' but I still have the same error:

./compile tls.c
tls.c:12: conflicting types for `strerror'
/usr/include/string.h:243: previous declaration of `strerror'
make: *** [tls.o] Error 1

This error doesn't seem to be related with the ssl includes at this point. The compiler is complaining because the tls.c file declares the sterror function which is declared also in "string.h" include file.

Does it have solution?

I'd try a fresh copy of the netqmail source, and re-patch it.

Bill

Reply via email to