Re: Compile error for 2.1 on Solaris 2.7

Hello Jack,

Thanks for your complete report.

> make[3]: *** [HTZip.lo] Error 1
> make[3]: Leaving directory `/devel/local/w3c/Amaya/sun/libwww/Library/src'
> make[2]: *** [libwww] Error 2
> make[2]: Leaving directory `/devel/local/w3c/Amaya/sun'
> make[1]: *** [../libwwwapp.a] Error 2
> make[1]: Leaving directory `/devel/local/w3c/Amaya/sun/amaya'
>
> zlib.h is in Amaya/libpng/zlib, and there seem to be references to zlib in
> the main Makefile, but it doesn't seem to be propagating the complete
> include list.  Copying *.h from Amaya/libpng/zlib to Amaya/libwww
> seems to be a dirty workaround.  Any suggestions as to the correct
> correction?

We haven't yet tried to compile Amaya on solaris 2.7.

It's strange that it can't find the include, as it's on the Amaya
Makefile:

        @(cd $(LIBWWW)/Library/src ; $(MAKE) CC="$(CC)" CFLAGS="$(CFLAGS)" \
                -I$(THOTDIR)/libpng/zlib \
                libwwwapp.la \
                libwwwhttp.la \
                libwwwhtml.la \
                libwwwmime.la \
                libwwwcache.la \
                libwwwstream.la \
                libwwwfile.la \
                libwwwdir.la \
                libwwwtrans.la \
                libwwwcore.la \
                libwwwutils.la \
                libwwwzip.la)

Could you try chaging the -I$(THOTDIR) and put an -ICompletePathtoZlib
instead, and see if it works better?

The Makefile worked well while compiling from scratch on solaris2.5
and linux.

-Jose

Received on Friday, 25 June 1999 12:47:30 UTC