error in compiling amaya on SOLARISx86

Hello,

I tried to compile amaya on SOLARISx86 2.6, which is reputed to be source level compatible with SOLARIS SPARC. Compilation of Thot went apparently without problems (apart having to force using gnu make instead of /usr/ccs/bin/make and putting a link to cpp somewhere in the path). You'll find below what I get on the screen if I try make all at this point. Any idea about what is wrong ?

Thanks

Marc
------------------------------------------------------
make[1]: Entering directory `/opt/amaya-src-1.1c/Thot/Target/tools'
make[2]: Entering directory `/opt/amaya-src-1.1c/Thot/Target/tools/mkdep'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/opt/amaya-src-1.1c/Thot/Target/tools/mkdep'
make[2]: Entering directory `/opt/amaya-src-1.1c/Thot/Target/tools/cextract-1.7'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/opt/amaya-src-1.1c/Thot/Target/tools/cextract-1.7'
make[1]: Leaving directory `/opt/amaya-src-1.1c/Thot/Target/tools'
make[1]: Entering directory `/opt/amaya-src-1.1c/Thot/Target/tablelib'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/opt/amaya-src-1.1c/Thot/Target/tablelib'
make[1]: Entering directory `/opt/amaya-src-1.1c/Thot/Target/thotlib'
make[2]: Entering directory `/opt/amaya-src-1.1c/Thot/Target/tablelib'
make[2]: Nothing to be done for `libThotTable'.
make[2]: Leaving directory `/opt/amaya-src-1.1c/Thot/Target/tablelib'
make[1]: Leaving directory `/opt/amaya-src-1.1c/Thot/Target/thotlib'
make[1]: Entering directory `/opt/amaya-src-1.1c/Thot/Target/batch'
make[2]: Entering directory `/opt/amaya-src-1.1c/Thot/Target/thotlib'
make[2]: Leaving directory `/opt/amaya-src-1.1c/Thot/Target/thotlib'
make[1]: Leaving directory `/opt/amaya-src-1.1c/Thot/Target/batch'
make[1]: Entering directory `/opt/amaya-src-1.1c/Thot/Target/amaya'
gcc -O -Wall  -DCOUGAR  -DAMAYA_PLUGIN  -DMATHML  -DHAVE_CONFIG_H -I. -I.. -I../../thotlib/include -I../../amaya -I../../amaya/f -I../../libpng/zlib  -I../../pluginlib -I../../pluginlib/f -I../../w3c-libwww-5.0a/Library/src   -I/usr/dt/include  -I/usr/openwin/include -c ../../amaya/init.c -o init.o
In file included from ../../w3c-libwww-5.0a/Library/src/HTNet.h:49,
                 from ../../w3c-libwww-5.0a/Library/src/HTReq.h:60,
                 from ../../w3c-libwww-5.0a/Library/src/WWWCore.h:59,
                 from ../../w3c-libwww-5.0a/Library/src/WWWLib.h:59,
                 from ../../amaya/libwww.h:12,
                 from ../../amaya/amaya.h:49,
                 from ../../amaya/init.c:17:
../../w3c-libwww-5.0a/Library/src/HTDNS.h:54: warning: `struct hostent' declared inside parameter list
../../w3c-libwww-5.0a/Library/src/HTDNS.h:54: warning: its scope is only this definition or declaration,
../../w3c-libwww-5.0a/Library/src/HTDNS.h:54: warning: which is probably not what you want.
In file included from ../../amaya/libwww.h:22,
                 from ../../amaya/amaya.h:49,
                 from ../../amaya/init.c:17:
../../w3c-libwww-5.0a/Library/src/HTNetMan.h:69: field `sock_addr' has incomplete type
../../amaya/init.c: In function `TextURL':
../../amaya/init.c:673: warning: `s' might be used uninitialized in this function
../../amaya/init.c: In function `InitDocView':
../../amaya/init.c:1101: warning: implicit declaration of function `AddMathButton'
../../amaya/init.c: In function `InitAmaya':
../../amaya/init.c:2476: warning: implicit declaration of function `InitMathML'
make[1]: *** [init.o] Error 1
make[1]: Leaving directory `/opt/amaya-src-1.1c/Thot/Target/amaya'

Received on Monday, 9 February 1998 05:17:44 UTC