Compiling libwww from Amaya 2.4 src on Solaris 2.5.1

I had a similar problem.

To get round this I changed the include definitions of HTZip.c from

#include <zlib.h>

which as you know is looking in /usr/include

to the absolute path for zlib.h

#include "path_to_amaya_dist/Amaya/libpng/zlib/zlib.h"

Received on Thursday, 20 January 2000 04:56:05 UTC