Problems compiling Amaya on NetBSD

Hello,

I'm using NetBSD 1.4.2 and trying to compile Amaya 4.3.2.
There is no problem with the ./configure, 
but i have lot of errors when running gmake all.
Here is what i get :

Makefile:11: Options: No such file or directory
/bin/cp Options.orig Options
gmake[1]: Entering directory `/tmp/amaya/Amaya/NetBSD/tools/mkdep'
gcc -O -I../../ -c ../../../tools/mkdep/mkdep.c -o mkdep.o
gcc  -o mkdep mkdep.o
gmake[1]: Leaving directory `/tmp/amaya/Amaya/NetBSD/tools/mkdep'
gmake[1]: Entering directory `/tmp/amaya/Amaya/NetBSD/tools'
gmake[2]: Entering directory `/tmp/amaya/Amaya/NetBSD/tools/mkdep'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory `/tmp/amaya/Amaya/NetBSD/tools/mkdep'
gmake[2]: Entering directory `/tmp/amaya/Amaya/NetBSD/tools/cextract-1.7'
Makefile:41: .depends: No such file or directory
./../tools/mkdep/mkdep -relative -vpath ../../../tools/cextract-1.7
./../../tools/cextract-1.7/*.c  > .depends
gmake[2]: Leaving directory `/tmp/amaya/Amaya/NetBSD/tools/cextract-1.7'
gmake[2]: Entering directory `/tmp/amaya/Amaya/NetBSD/tools/cextract-1.7'
gcc '-DCPP="'"gcc -E -x c"'"' -O -c ../../../tools/cextract-1.7/parse.c -o
parse.o
gcc '-DCPP="'"gcc -E -x c"'"' -O -c ../../../tools/cextract-1.7/main.c -o
main.o
gcc '-DCPP="'"gcc -E -x c"'"' -O -c ../../../tools/cextract-1.7/io.c -o
io.o
gcc  -o ../../bin/cextract parse.o main.o io.o -lm
gmake[2]: Leaving directory `/tmp/amaya/Amaya/NetBSD/tools/cextract-1.7'
gmake[1]: Leaving directory `/tmp/amaya/Amaya/NetBSD/tools'
gmake[1]: Entering directory `/tmp/amaya/Amaya/NetBSD/thotlib'
Makefile:65: .depends: No such file or directory
./tools/mkdep/mkdep -relative -vpath ../../thotlib -DHAVE_CONFIG_H
-I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include
-I../../thotlib/internals/var -I../../thotlib/internals/h
-I../../thotlib/internals/f -I../../schemas -I../../libjpeg -I../../libpng
-I../../libpng/zlib -I/usr/X11R6/include   -I/usr/X11R6/include
./../thotlib/*/*.c  > .depends
gmake[1]: Leaving directory `/tmp/amaya/Amaya/NetBSD/thotlib'
gmake[1]: Entering directory `/tmp/amaya/Amaya/NetBSD/thotlib'
gcc -O2 -W   -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f
-I../../thotlib/include -I../../thotlib/internals/var
-I../../thotlib/internals/h -I../../thotlib/internals/f -I../../schemas
-I../../libjpeg -I../../libpng -I../../libpng/zlib -I/usr/X11R6/include
-I/usr/X11R6/include -c ../../thotlib/base/fileaccess.c -o
base/fileaccess.o
In file included from ../../thotlib/include/thot_sys.h:62,
                 from ../../thotlib/base/fileaccess.c:17:
./../thotlib/include/sysdep.h:1233: warning: deprecated symbol "unix" is
no longer predefined
In file included from ../../thotlib/include/thot_sys.h:63,
                 from ../../thotlib/base/fileaccess.c:17:
./../thotlib/include/ustring.h:8: wchar.h: No such file or directory

Is the problem with my configuration or in the source ?
Thanks for your help.

Pierre.

Received on Monday, 30 April 2001 16:44:22 UTC