For speed on breakage, you can check the tinderbox logs every hour. I have darwin 6 running a build every hour. I would like to solve the compilation issue on darwin 6 JIT3, but I don't know gcc asm command or valid PPC assembler.
The current error, I don't think is really an error, it just now stops the build. On Mon, 31 Jan 2005 14:11:19 +0100, Dalibor Topic <[EMAIL PROTECTED]> wrote: > Michael Franz wrote: > > Hi, > > > > The latest cvs is now breaking on darwin 6. > > ccache gcc -g -O2 -Wchar-subscripts -Wcomment -Wformat=2 > > -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-braces > > -Wparentheses -Wsequence-point -Wreturn-type -Wswitch -Wtrigraphs > > -Wunused-function -Wunused-label -Wunused-parameter -Wunused-variable > > -Wunused-value -Wunknown-pragmas -W -Wfloat-equal -Wundef -Wshadow > > -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align > > -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return > > -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations > > -Wmissing-noreturn -Wmissing-format-attribute -Wpacked > > -Wredundant-decls -Wnested-externs -Winline -Wlong-long > > -Wdisabled-optimization -fsigned-char -o .libs/kaffe-bin main.o > > version.o .libs/kaffe-binS.o ../kaffevm/.libs/libkaffevm.dylib > > -L/usr/local/lib > > /Users/mfranz/development/tinderclient-intrp/kaffe/kaffe/kaffe/kaffevm/verifier/.libs/libkaffeverifier.dylib > > /Users/mfranz/development/tinderclient-intrp/kaffe/kaffe/kaffe/kaffevm/kaffe-gc/.libs/libkaffegc.dylib > > -lm ../../replace/.libs/libreplace.dylib > > ../../libltdl/.libs/libltdlc.a > > ld: warning -L: directory name (/usr/local/lib) does not exist > > ld: Undefined symbols: > > _dprintf > > Thanks for the quick bug report, Michael! I've fixed that by wrapping > all invocations of dprintf with appropriate DBG() macros. > > cheers, > dalibor topic > _______________________________________________ kaffe mailing list [email protected] http://kaffe.org/cgi-bin/mailman/listinfo/kaffe
