So I downloaded the latest release from Amaya's website, uncompressed it, went into Amaya subdir, created another subdir in it, ran '../configure', and then ran 'gmake all' because they recommend a GNU compiler and after a long-lasting output finally got this:
Code:
In file included from ../../davlib/h/AHTLockBase.h:21,
from ../../davlib/AHTLockBase.c:20:
../../../libwww/Library/src/wwwsys.h:132:21: wwwconf.h: No such file or directory
In file included from ../../davlib/h/AHTLockBase.h:21,
from ../../davlib/AHTLockBase.c:20:
../../../libwww/Library/src/wwwsys.h:1324: error: conflicting declaration 'char*sys_errlist[]'
/usr/include/bits/sys_errlist.h:28: error: 'sys_errlist' has a previous declaration as `const char* const sys_errlist[]'
../../../libwww/Library/src/wwwsys.h:1324: error: type mismatch with previous external decl of `char*sys_errlist[]'
/usr/include/bits/sys_errlist.h:28: error: previous external decl of `const char* const sys_errlist[]'
../../../libwww/Library/src/wwwsys.h:1324: error: conflicting declaration 'char*sys_errlist[]'
/usr/include/bits/sys_errlist.h:28: error: 'sys_errlist' has a previous declaration as `const char* const sys_errlist[]'
gmake[1]: *** [AHTLockBase.o] Error 1
gmake[1]: Leaving directory `/home/me/software/Amaya9.53/Amaya/Slackware/davlib'
Any ideas what the problem is?