Re: [kaffe] xargs -i

2005-08-22 Thread Dalibor Topic
Ito Kazumitsu wrote: > Hi, > > The following line Makefile.am causes error on FreeBSD. > > echo > KAFFELIBRARYPATH=\$${KAFFELIBRARYPATH+\"\$$KAFFELIBRARYPATH\"\''$(PATHSEP)'\'}`for > f in $(JAVA_LIBS); do echo "$$f" | sed 's%/[^/]*$$%%' | xargs -n 1 -iXXX > echo XXX"/.libs"; done | (tr

[kaffe] xargs -i

2005-08-22 Thread Ito Kazumitsu
Hi, The following line Makefile.am causes error on FreeBSD. echo KAFFELIBRARYPATH=\$${KAFFELIBRARYPATH+\"\$$KAFFELIBRARYPATH\"\''$(PATHSEP)'\'}`for f in $(JAVA_LIBS); do echo "$$f" | sed 's%/[^/]*$$%%' | xargs -n 1 -iXXX echo XXX"/.libs"; done | (tr '\012' ' '; echo) | sed -e 's/ $$//'

[kaffe] concerns about large files and HP-UX in kaffe

2005-08-22 Thread Riccardo
Hello, while analyzing warnings on HP-UX 10.20 I found troubles with symbols inside system headers (just warnings.. on stuff like __64()). Further analysis shows that this happens when _FILE_OFFSET_BITS is set to 64 (without ay further options flags or system includes). now together wit

[kaffe] CVS kaffe (robilad): Added missing include for x86-freebsd

2005-08-22 Thread Kaffe CVS
PatchSet 6867 Date: 2005/08/22 12:38:34 Author: robilad Branch: HEAD Tag: (none) Log: Added missing include for x86-freebsd 2005-08-22 Dalibor Topic <[EMAIL PROTECTED]> * config/i386/freebsd2/md.c: Include sys/types.h Reported by: Ito Kazumitsu <[EMAIL PROTECTED]> Members:

Re: [kaffe] config/i386/freebsd2/md.c

2005-08-22 Thread Dalibor Topic
Ito Kazumitsu wrote: Hi, Today's make on FreeBSD 5.4-RELEASE faild while compiling config/i386/freebsd2/md.c. In file included from ../../config/i386/freebsd2/md.c:17, from md.c:1: /usr/include/sys/sysctl.h:637: error: syntax error before "u_int" gmake[2]: *** [libkaffevm_la-md