From: Archie Cobbs (archie@whistle.com)
Date: Mon Jan 11 1999 - 09:48:07 EST
FYI-
Here's what happens when I try to do a build at this point.
Mine is FreeBSD 2.2.7 or so.
First of all, I guess 'make depend' is no longer necessary?
Then this error is "normal" ??
$ make depend
Syntax error: EOF in backquote substitution
*** Error code 2
Trying to "make" I get this (in entirety):
$ make
Making all in config
/bin/sh ../../kaffe/config/regen-forward ../../kaffe/config/i386/freebsd2/md.h md.h stamp-h02
/bin/sh ../../kaffe/config/regen-forward ../../kaffe/config/i386/freebsd2/jit-md.h jit-md.h stamp-h01
cd .. && CONFIG_FILES=config/Makefile CONFIG_HEADERS= /bin/sh ./config.status
creating config/Makefile
cd ../../kaffe && /bubba/home/archie/work/kaffe.cvs/kaffe/missing autoheader --localdir config
WARNING: `autoheader' is missing on your system. You should only need it if
you modified `acconfig.h' or `configure.in'. You might want
to install the `Autoconf' and `GNU m4' packages. Grab them
from any GNU archive site.
sed: 1: "/^[ ]*A[CM]_CONFIG_HEAD ...": invalid command code \
cd .. && CONFIG_FILES= CONFIG_HEADERS=config/config.h /bin/sh ./config.status
creating config/config.h
config/config.h is unchanged
Making all in include
cd ../../kaffe && /bubba/home/archie/work/kaffe.cvs/kaffe/missing autoheader --localdir config
WARNING: `autoheader' is missing on your system. You should only need it if
you modified `acconfig.h' or `configure.in'. You might want
to install the `Autoconf' and `GNU m4' packages. Grab them
from any GNU archive site.
sed: 1: "/^[ ]*A[CM]_CONFIG_HEAD ...": invalid command code \
cd .. && CONFIG_FILES= CONFIG_HEADERS=include/jtypes.h /bin/sh ./config.status
creating include/jtypes.h
include/jtypes.h is unchanged
cd .. && CONFIG_FILES=include/Makefile CONFIG_HEADERS= /bin/sh ./config.status
creating include/Makefile
if test -x ../kaffe/kaffeh/kaffeh; then ../kaffe/kaffeh/kaffeh -d ../../kaffe/include -classpath ../../kaffe/libraries/javalib/Klasses.jar `echo java_lang_Throwable.h | sed -e 's%.*/%%g' -e 's%\.h$%%' -e 's%_%/%g'`; fi
if test -x ../kaffe/kaffeh/kaffeh; then ../kaffe/kaffeh/kaffeh -d ../../kaffe/include -classpath ../../kaffe/libraries/javalib/Klasses.jar `echo java_lang_Thread.h | sed -e 's%.*/%%g' -e 's%\.h$%%' -e 's%_%/%g'`; fi
if test -x ../kaffe/kaffeh/kaffeh; then ../kaffe/kaffeh/kaffeh -d ../../kaffe/include -classpath ../../kaffe/libraries/javalib/Klasses.jar `echo java_lang_ThreadGroup.h | sed -e 's%.*/%%g' -e 's%\.h$%%' -e 's%_%/%g'`; fi
Making all in libltdl
cd ../../kaffe/libltdl && /bubba/home/archie/work/kaffe.cvs/kaffe/missing aclocal
WARNING: `aclocal' is missing on your system. You should only need it if
you modified `acinclude.m4' or `configure.in'. You might want
to install the `Automake' and `Perl' packages. Grab them from
any GNU archive site.
cd ../../kaffe/libltdl && /bubba/home/archie/work/kaffe.cvs/kaffe/missing automake --foreign Makefile
WARNING: `automake' is missing on your system. You should only need it if
you modified `Makefile.am', `acinclude.m4' or `configure.in'.
You might want to install the `Automake' and `Perl' packages.
Grab them from any GNU archive site.
cd . && CONFIG_FILES=Makefile CONFIG_HEADERS= /bin/sh ./config.status
creating Makefile
/bin/sh ./libtool --mode=compile gcc -DPACKAGE=\"libltdl\" -DVERSION=\"0.1\" -DSTDC_HEADERS=1 -DHAVE_MEMORY_H=1 -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDIO_H=1 -DHAVE_CTYPE_H=1 -DHAVE_DLFCN_H=1 -DHAVE_STRING_H=1 -DHAVE_STRDUP=1 -DHAVE_STRCHR=1 -DHAVE_STRRCHR=1 -DHAVE_INDEX=1 -DHAVE_RINDEX=1 -DHAVE_DLPREOPEN=1 -DHAVE_DLOPEN=1 -DHAVE_LIBDL=1 -DHAVE_DLERROR=1 -DNEED_USCORE=1 -I. -I../../kaffe/libltdl -g -O2 -c ../../kaffe/libltdl/ltdl.c
gcc -DPACKAGE=\"libltdl\" -DVERSION=\"0.1\" -DSTDC_HEADERS=1 -DHAVE_MEMORY_H=1 -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDIO_H=1 -DHAVE_CTYPE_H=1 -DHAVE_DLFCN_H=1 -DHAVE_STRING_H=1 -DHAVE_STRDUP=1 -DHAVE_STRCHR=1 -DHAVE_STRRCHR=1 -DHAVE_INDEX=1 -DHAVE_RINDEX=1 -DHAVE_DLPREOPEN=1 -DHAVE_DLOPEN=1 -DHAVE_LIBDL=1 -DHAVE_DLERROR=1 -DNEED_USCORE=1 -I. -I../../kaffe/libltdl -g -O2 -c -fPIC -DPIC ../../kaffe/libltdl/ltdl.c -o ltdl.lo
../../kaffe/libltdl/ltdl.c: In function `dl_open':
../../kaffe/libltdl/ltdl.c:217: warning: passing arg 1 of `dlopen' discards `const' from pointer target type
../../kaffe/libltdl/ltdl.c: In function `dl_sym':
../../kaffe/libltdl/ltdl.c:241: warning: passing arg 2 of `dlsym' discards `const' from pointer target type
gcc -DPACKAGE=\"libltdl\" -DVERSION=\"0.1\" -DSTDC_HEADERS=1 -DHAVE_MEMORY_H=1 -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDIO_H=1 -DHAVE_CTYPE_H=1 -DHAVE_DLFCN_H=1 -DHAVE_STRING_H=1 -DHAVE_STRDUP=1 -DHAVE_STRCHR=1 -DHAVE_STRRCHR=1 -DHAVE_INDEX=1 -DHAVE_RINDEX=1 -DHAVE_DLPREOPEN=1 -DHAVE_DLOPEN=1 -DHAVE_LIBDL=1 -DHAVE_DLERROR=1 -DNEED_USCORE=1 -I. -I../../kaffe/libltdl -g -O2 -c ../../kaffe/libltdl/ltdl.c -o ltdl.o >/dev/null 2>&1
/bin/sh ./libtool --mode=link gcc -g -O2 -o libltdl.la ltdl.lo
mkdir .libs
ar cru .libs/libltdl.al ltdl.lo
ranlib .libs/libltdl.al
creating libltdl.la
(cd .libs && ln -s ../libltdl.la libltdl.la)
Making all in libraries
Making all in clib
Making all in native
"Makefile", line 310: Need an operator
make: fatal errors encountered -- cannot continue
*** Error code 1
Stop.
*** Error code 1
Stop.
*** Error code 1
Stop.
Help?
-Archie
___________________________________________________________________________
Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com
This archive was generated by hypermail 2b29 : Sat Sep 23 2000 - 19:57:38 EDT