Re: [kaffe] patch for unix-jthreads: thread dump on demand

2004-09-01 Thread Dalibor Topic
for jthreads. Sorry for the delay with the previous patch, that was OKed by guilhem, but somehow slipped out of my view. Please keep the patches coming ;) cheers, dalibor topic ___ kaffe mailing list [EMAIL PROTECTED] http://kaffe.org/cgi-bin/mailman

Re: [kaffe] patch to check zlib return for OOM

2004-09-01 Thread Dalibor Topic
) attached. I couldn't find an explicit style guide ref for the construct used (declaring a variable within a condition of a switch block), so I just tried something that looked normal - change as necessary, of course. Looks good to me, thanks. I've checked it in. Keep 'em coming ;) cheers, dalibor

Re: [kaffe] Mac OS X Dynamic Library (autoconf/automake)

2004-08-31 Thread Dalibor Topic
a patch today for CVS head. See [1] for an explanation in detail. cheers, dalibor topic [1] http://www.tug.org/pipermail/tex-k/2003-June/000723.html ___ kaffe mailing list [EMAIL PROTECTED] http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Re: [kaffe] Mac OS X Dynamic Library (autoconf/automake)

2004-08-31 Thread Dalibor Topic
Michael Franz wrote: Hi Dalibor, On Tuesday, August 31, 2004, at 05:03 AM, Dalibor Topic wrote: Hi Michael, Thank you for your bug report. It seems to be a darwin-linking-model-specific issue. I think that it can be resolved by making those of the duplicate symbols static that can be made static

Re: [kaffe] QTDIR

2004-08-31 Thread Dalibor Topic
--with-qtdir=/usr/share/qt3 to configure. cheers, dalibor topic ___ kaffe mailing list [EMAIL PROTECTED] http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Re: [kaffe] Free JVM benchmarks

2004-08-31 Thread Dalibor Topic
://www.epcc.ed.ac.uk/javagrande/links.html . One free benchmark suite is Ashes, availabel at http://www.sable.mcgill.ca/ashes/ . cheers, dalibor topic ___ kaffe mailing list [EMAIL PROTECTED] http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Re: [kaffe] freebsd compile patch

2004-08-31 Thread Dalibor Topic
). thank you for the patch, I've checked it in. Keep 'em coming ;) cheers, dalibor topic ___ kaffe mailing list [EMAIL PROTECTED] http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Re: Forcing sysdepcallmethod (Was: Re: [kaffe] armv5b regression tests)

2004-08-27 Thread Dalibor Topic
Helmer Krämer wrote: On Mon, 23 Aug 2004 18:18:54 +0200 Thanks for spotting that one. Helmer, any idea why methodcall.c forces the use of kaffe's sysdepcallmethod? Yes, because I broke it :) Fixing it at the moment. Thank you very much for the quick response! cheers, dalibor topic

Re: [kaffe] HAVE_BROKEN_SO_RCVTIMEO

2004-08-26 Thread Dalibor Topic
observed a similar issue on sparc-solaris, it may be that the SO_RCVTIME0 test fails to link on some *BSDs and therefore gives a wroing result. cheers, dalibor topic ___ kaffe mailing list [EMAIL PROTECTED] http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Re: [kaffe] Re: armv5b regression tests

2004-08-25 Thread Dalibor Topic
generated by kjc for the regression tests. c) It would make remote testing simpler. So, I'd be interested in your patch to TestScript ;) cheers, dalibor topic ___ kaffe mailing list [EMAIL PROTECTED] http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Re: [kaffe] Bug in configure.ac

2004-08-25 Thread Dalibor Topic
checked in a fix. Keep the bug reports coming ;) cheers, dalibor topic ___ kaffe mailing list [EMAIL PROTECTED] http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Re: [kaffe] qnx installation

2004-08-25 Thread Dalibor Topic
make make install, there is no real installation guide ;) Please give 1.1.4 a try, and share your problems[1] with the mailing list. :) cheers, dalibor topic [1] Compilation errors, configure script problems, well ... anything, as long as there is enough context to figure out what the problem

Re: [kaffe] Cross compilation failure and patch

2004-08-25 Thread Dalibor Topic
cross compiling Yep. Fixed in the CVS, by 2004-08-21 Dalibor Topic [EMAIL PROTECTED] * m4/glibcver.m4: Fixed for cross compilation. * configure.ac: Adapted check for glibc old threads. * configure, config/config.h.in: Regenerated

Re: [kaffe] --with-rt-jar=PATH_TO_RT_JAR

2004-08-25 Thread Dalibor Topic
Ito Kazumitsu wrote: Thanks, Dalibor. No problem, sorry for taking so long to get around to do it. cheers, dalibor topic ___ kaffe mailing list [EMAIL PROTECTED] http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Re: [kaffe] printing to a file in kaffe

2004-08-24 Thread Dalibor Topic
that sort of output (size and location of allocated blocks in the gc) is already printed by -vmdebug GCALLOC. You have to enable debugging in configure, though. And you'd have to deal with a slightly different output format. best of luck for your work, dalibor topic

Re: [kaffe] Re: netbsd/sparc, status

2004-08-24 Thread Dalibor Topic
, nice work there from Guilhem. Could you try building --with-engine=intrp to see if something changes there, ie if there are jit specific problems left? cheers, dalibor topic ___ kaffe mailing list [EMAIL PROTECTED] http://kaffe.org/cgi-bin/mailman/listinfo

Re: [kaffe] netbsd/sparc, status

2004-08-24 Thread Dalibor Topic
/../kaffe/kaffe/kaffevm/systems/unix- pthreads/thread-internal.h:15: semaphore.h: No such file or directory gmake[3]: *** [kaffeh-support.o] Error 1 Thank you for the bug report, Riccardo. I've added a check for existance of the header, so that it's included only if it exists. cheers, dalibor topic

Re: [kaffe] Re: CVS kaffe (dalibor): Small fix for make dist

2004-08-23 Thread Dalibor Topic
, or it would be fun to test things out ;) cheers, dalibor topic ___ kaffe mailing list [EMAIL PROTECTED] http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Re: [kaffe] --with-rt-jar=PATH_TO_RT_JAR

2004-08-23 Thread Dalibor Topic
Dalibor Topic wrote: Ito Kazumitsu wrote: Hi, : == Ito Kazumitsu [EMAIL PROTECTED] writes: : I am afraid --with-rt-jar=PATH_TO_RT_JAR does not work now. Is anyone aware of this issue? Yes ;) I'll try to fix it tonight. Okay, the problem seems to be due to awt-implementations triggering

Re: [kaffe] --with-rt-jar=PATH_TO_RT_JAR

2004-08-23 Thread Dalibor Topic
Dalibor Topic wrote: Dalibor Topic wrote: Ito Kazumitsu wrote: Hi, : == Ito Kazumitsu [EMAIL PROTECTED] writes: : I am afraid --with-rt-jar=PATH_TO_RT_JAR does not work now. Is anyone aware of this issue? Yes ;) I'll try to fix it tonight. Okay, the problem seems to be due to awt

Re: [kaffe] Triggering GC(thread assertion error)

2004-08-23 Thread Dalibor Topic
FAQ.debugging for a short intoduction into debugging kaffe. on a side note, you may want to give 1.1.4 a try, since it has seen a fair deal of gc updates compared to 1.0.7. cheers, dalibor topic ___ kaffe mailing list [EMAIL PROTECTED] http://kaffe.org/cgi

Forcing sysdepcallmethod (Was: Re: [kaffe] armv5b regression tests)

2004-08-23 Thread Dalibor Topic
Jari Korva wrote: Third, I'm no longer able to compile cvs head for armv5b. kaffe/kaffevm/intrp/methodcalls.c forces sysdepCallMethod, which causes an ICE. Thanks for spotting that one. Helmer, any idea why methodcall.c forces the use of kaffe's sysdepcallmethod? cheers, dalibor topic

Re: [kaffe] armv5b regression tests

2004-08-23 Thread Dalibor Topic
with autoconf. See gcjwebplugin, autoconf cvs for examples on how to use it. cheers, dalibor topic ___ kaffe mailing list [EMAIL PROTECTED] http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Re: [kaffe] [FW] [RFC] Debian Bugs information: Bug list for package kaffe

2004-08-23 Thread Dalibor Topic
Dalibor Topic wrote: Arnaud Vandyck wrote: * #159162: sid Kaffe does not support LFS; 1 year and 345 days old. ,[ Kaffe ] | Kaffe fails when extending files to more than 2Gb-1 (when running | freenet). This suggests it has been compiled without large file | support. ` This bug

Re: [kaffe] Re: CVS kaffe (dalibor): Small fix for make dist

2004-08-22 Thread Dalibor Topic
you ? :) WOuld be fun to meet other 68k users :) On a side note, cross-compilation for m68k should work again, too :) cheers, dalibor topic ___ kaffe mailing list [EMAIL PROTECTED] http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Re: [kaffe] problem in kaffe compilation from CVS head on fbsd 5.2.1

2004-08-22 Thread Dalibor Topic
`rt.jar' what could be the problem You've found a bug in the gc :) You can try to debug it, or to install zip, and reconfigure rebuild kaffe from scratch in order to use zip to create rt.jar instead of kaffe's own Jar. cheers, dalibor topic ___ kaffe

Re: [kaffe] kaffe thread system(unix-jthreads unix-pthreads)

2004-08-21 Thread Dalibor Topic
://www.kaffe.org/cgi-bin/viewcvs.cgi/*checkout*/kaffe/FAQ/FAQ.jsignal?rev=HEAD and http://www.cse.msu.edu/~korenson/kaffe1.html for a detaled reference. pthreads is 1:1 jthreads is N:1 (like green threads, I think) cheers, dalibor topic ___ kaffe mailing

Re: [kaffe] Using Kaffe with remote debugging via Eclipse

2004-08-21 Thread Dalibor Topic
SableVM spotted that some parts of the patch have rather weird, non-commercial use only licenses (the dumpclass utility). Looking though the code, it does not seem to be utilized anywhere, so I guess we can safely drop that part. again, thanks a lot for posting, it looks like fun ;) cheers, dalibor

Re: [kaffe] error about -lqtopia

2004-08-20 Thread Dalibor Topic
comes from the unexecutable file. If so, how can I stop the check process? Yes, that was a bug in 1.1.4. Fixed in CVS. Use make -k to make sure that make ignores the failure. cheers, dalibor topic ___ kaffe mailing list [EMAIL PROTECTED] http

Re: nbsp;[kaffe]nbsp;Tonbsp;everyonenbsp;usenbsp;QT-bakend

2004-08-19 Thread Dalibor Topic
libffi for sysdepCallMethod. Nice! Could you comment on what your regression test results are with libffi vs. with kaffe's sysdepCallMethod? cheers, dalibor topic ___ kaffe mailing list [EMAIL PROTECTED] http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Re: [kaffe] --with-rt-jar=PATH_TO_RT_JAR

2004-08-19 Thread Dalibor Topic
busy with swappinp. I know the feeling very well ;) cheers, dalibor topic ___ kaffe mailing list [EMAIL PROTECTED] http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Re: [kaffe] jit3 for m68k/linux

2004-08-18 Thread Dalibor Topic
for the patch, I have checked it in. Test case report 'will' follow. (I mean, two days later ;-) QEMU[1] does not cover m68k, yet, unfortunately. :) Next thing should be to implement xprofiling for m68k, maybe... Sounds like fun :) cheers, dalibor topic [1] http://fabrice.bellard.free.fr/qemu

Re: [kaffe] my problem

2004-08-18 Thread Dalibor Topic
/regression' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/root/ChengMing/kaffe-1.1.4/test' make: *** [all-recursive] Error 1 Anyone can help me? Thank you very much for your bug report. The problem should be fixed in the CVS head. cheers, dalibor topic

Re: [kaffe] Forward of moderated message

2004-08-18 Thread Dalibor Topic
the subject line empty. In order for anyone to be able to help you with the problem you experience, you'd have to post a small, self-contained, compileable test case that shows the problem you experience. cheers, dalibor topic ___ kaffe mailing list [EMAIL

Re: [kaffe] java.security.KeyStoreException: Cannot store key type

2004-08-18 Thread Dalibor Topic
, I failed to compile your source code. Please post a self-contained, small (5-10 lines) compileable class that shows the problem you have experienced. cheers, dalibor topic ___ kaffe mailing list [EMAIL PROTECTED] http://kaffe.org/cgi-bin/mailman

Re: [kaffe] Using Kaffe with remote debugging via Eclipse

2004-08-18 Thread Dalibor Topic
bit with something that talks to gcb directly. Other free runtimes have some rudementary debugger support: Electrical Fire : [9], [10] Wonka : [11] cheers, dalibor topic [1] http://www.eclipse.org/cdt/ [2] http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.cdt-debug/?cvsroot=Tools_Project [3

Re: [kaffe] CVS kaffe (dalibor): Small fix for make dist

2004-08-18 Thread Dalibor Topic
Kiyo Inaba wrote: 2004-08-18 Dalibor Topic [EMAIL PROTECTED] * config/Makefile.am: (EXTRA_DIST) Added config/m68k/linux/jit3-md.h. Thanks. I did not notice to add an entry in Makefile.am when I add file. Hi Kiyo, No problem ;) BTW, the result for m68k/linux/jit3 is not as good as I

Re: [kaffe] CVS kaffe-extras (dalibor): Updated to jikes 1.21

2004-08-18 Thread Dalibor Topic
labour involved. [1] So a build of Kaffe's kjc frm scratch takes just around 3 minutes for me now, including the time to fetch the tarballs, and extract them. cheers, dalibor topic [1] Not that there is anything problematic with kjc, it's just that most people expect greedy compilers when

Re: [kaffe] Urgent

2004-08-18 Thread Dalibor Topic
', 'T', 'F', 'S' and 'E'. :) cheers, dalibor topic [1] Finding CiteSeer is left as an excercise for the reader. :) [2] Which I'm quite sure, you'll be able to find easily using a search engine as well. ___ kaffe mailing list [EMAIL PROTECTED] http

Re: [kaffe] java exception

2004-08-18 Thread Dalibor Topic
, in case that it's an opie specific problem. He may also be able to instruct you how to rebuild kaffe for opie with extra debugging options, for example. cheers, dalibor topic [1] http://www.kaffe.org/doc/kaffe/FAQ.debugging ___ kaffe mailing list [EMAIL

Re: [kaffe] undefined reference to isinf, isnan when cross compiling

2004-08-18 Thread Dalibor Topic
(and if yes, where would be a good place)? Maybe, but I'd doubt it. It seems like there is some small configuration problem, and I think we should be able to fix that together ;) cheers, dalibor topic ___ kaffe mailing list [EMAIL PROTECTED] http://kaffe.org

Re: [kaffe] Using Kaffe with remote debugging via Eclipse

2004-08-18 Thread Dalibor Topic
that yourself. If I don't have to fight with CVS too much I'll make diffs for you though. If you don't mind, please put me on the CC. Big tarballs of source code are what I love to work through ;) cheers, dalibor topic ___ kaffe mailing list [EMAIL

Re: [kaffe] __SIGRTMIN undefined: kaffe/kaffevm/systems/unix-pthreads/thread-impl.c

2004-08-18 Thread Dalibor Topic
Ito Kazumitsu wrote: + == Dalibor Topic [EMAIL PROTECTED] writes: + looking at strace signal handling code at + http://cvs.sourceforge.net/viewcvs.py/strace/strace/signal.c?rev=1.46 + would that work for you, if it's in common.h? Thanks, Dalibor. I have not tried this, but Guilhem's last patch

[kaffe] Re: [kaffe-siteadmin] Server downtime

2004-08-17 Thread Dalibor Topic
with Kaffe to see how well apache java projects are doing on GNU Classpath based runtimes. But I think they plan to do that on brutus, their gump server. cheers, dalibor topic [1] http://article.gmane.org/gmane.comp.jakarta.gump/8018/match=kaffe+gump ___ kaffe

[kaffe] Re: kjc on m68k/netbsd works.

2004-08-17 Thread Dalibor Topic
that ;) Maybe, I can submit one more patch for linux to make it work with jit3. (But still jit3 is slower than jit on m68k :-) That would be awesome! cheers, dalibor topic ___ kaffe mailing list [EMAIL PROTECTED] http://kaffe.org/cgi-bin/mailman/listinfo

Re: [kaffe] help, can't find kaffeh file

2004-08-16 Thread Dalibor Topic
for documentation on cross compilaing kaffe. best of luck, dalibor topic ___ kaffe mailing list [EMAIL PROTECTED] http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Re: [kaffe] [FW] [RFC] Debian Bugs information: Bug list for package kaffe

2004-08-15 Thread Dalibor Topic
| | [...] | | Done checked in. Cross compiles for both i386 and mipsel, so I | guess it's o.k. :) | | cheers, | dalibor topic | It does seem to be the LOUT stuff referred to in the thread, as | that's what I see in the buildd logs. | | [1] http://www.kaffe.org/pipermail/kaffe/2004-July/098810.html | | Yep

Re: [kaffe] Buglet in Jar for -C

2004-08-15 Thread Dalibor Topic
is made absolute so if the first if statement succeeds the second if statement also (erronously) succeeds. Thanks a lot for the patch, Mark. I've checked it in. Keep up the great work on classpath. :) cheers, dalibor topic ___ kaffe mailing list [EMAIL

Re: [kaffe] About port

2004-08-15 Thread Dalibor Topic
to port kaffe on the system. Can you give me some advice? See http://egp.free.fr/oldsite/port-kaffe/port-kaffe-0.2.html for details on porting kaffe to a new platform. In your case, it may make sense to start with the mips port, and adapt it for your needs. cheers, dalibor topic

Re: [kaffe] undefined reference to isinf, isnan when cross compiling

2004-08-15 Thread Dalibor Topic
D greene wrote: Thanks Dalibor for your response. thanks for the bug report. Does configure detect isnan and isinf? cheers, dalibor topic Seems like I'm not detecting it, here's the relevant snippets from config.log: ac_cv_func_isinf=no ac_cv_func_isnan=no Thanks for the quick reply. I've got

Re: [kaffe] undefined reference to isinf, isnan when cross compiling

2004-08-15 Thread Dalibor Topic
D greene wrote: Thanks Dalibor for your response. thanks for the bug report. Does configure detect isnan and isinf? cheers, dalibor topic Seems like I'm not detecting it, here's the relevant snippets from config.log: ac_cv_func_isinf=no ac_cv_func_isnan=no Thanks for the quick reply. I've got

Re: [kaffe] undefined reference to isinf, isnan when cross compiling

2004-08-15 Thread Dalibor Topic
D greene wrote: Thanks Dalibor for your response. thanks for the bug report. Does configure detect isnan and isinf? cheers, dalibor topic Seems like I'm not detecting it, here's the relevant snippets from config.log: configure:43911: test -s conftest configure:43914: $? = 0 configure:43926

Re: [kaffe] KJC is failing or other error?

2004-08-15 Thread Dalibor Topic
of Jikes, that seems to have a slight problem. The code above builds fine for me using jikes 1.21 on ix86, or using javac. cheers, dalibor topic ___ kaffe mailing list [EMAIL PROTECTED] http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Re: [kaffe] java exception

2004-08-15 Thread Dalibor Topic
/ cheers, dalibor topic ___ kaffe mailing list [EMAIL PROTECTED] http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Re: [kaffe] error while compiling kaffe for fbsd

2004-08-15 Thread Dalibor Topic
from scratch with make CFLAGS=-Wall and then trying to fix the warnings on your platform in the gc first. That should a) clean up potential sources of trouble, and b) give you an overview of the code, in case that you still need to debug it afterwards. cheers, dalibor topic

Re: [kaffe] solaris compile errors

2004-08-15 Thread Dalibor Topic
reported here: http://www.mail-archive.com/[EMAIL PROTECTED]/msg06866.html . You may want to check out the thread for Ito's workaround, or wait for Guilhem's fix for the issue. cheers, dalibor topic ___ kaffe mailing list [EMAIL PROTECTED] http://kaffe.org/cgi

Re: [kaffe] __SIGRTMIN undefined: kaffe/kaffevm/systems/unix-pthreads/thread-impl.c

2004-08-15 Thread Dalibor Topic
want. Otherwise, just use SIGRTMIN. */ #ifdef SIGRTMIN #ifndef __SIGRTMIN #define __SIGRTMIN SIGRTMIN #define __SIGRTMAX SIGRTMAX /* likewise */ #endif #endif would that work for you, if it's in common.h? cheers, dalibor topic ___ kaffe mailing list

Re: [kaffe] kaffe

2004-08-14 Thread Dalibor Topic
be more than happy to pay for it. The best payment you could make would be helping to merge the port Rainer did back into the main source tree, really. :) cheers, dalibor topic ___ kaffe mailing list [EMAIL PROTECTED] http://kaffe.org/cgi-bin/mailman/listinfo

Re: [kaffe] undefined reference to isinf, isnan when cross compiling

2004-08-14 Thread Dalibor Topic
to `isnan' collect2: ld returned 1 exit status make[2]: *** [kaffe-bin] Error 1 Any pointers would be appreciated. My build params: Hi D greene, thanks for the bug report. Does configure detect isnan and isinf? cheers, dalibor topic ___ kaffe mailing list

Re: [kaffe] Interpreter mode

2004-08-12 Thread Dalibor Topic
to configure. cheers, dalibor topic ___ kaffe mailing list [EMAIL PROTECTED] http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Re: [kaffe] CVS kaffe (dalibor): Reworked support for class library profiles and big math

2004-08-10 Thread Dalibor Topic
, or an 'explicitely enable GMP support during configure to make the default' approach? cheers, dalibor topic ___ kaffe mailing list [EMAIL PROTECTED] http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Re: [kaffe] kaffe/jikes makes incompatible code for jdk1.3?

2004-08-10 Thread Dalibor Topic
code version used by giving jikes a -target 1.2 argument (see the jikes documentation). I did -target 1.3 ... and serlvet api is still in main, sorry for the whistle ;-) No problem ;) cheers, dalibor topic ___ kaffe mailing list [EMAIL PROTECTED] http

[kaffe] Small kjc problem in BeanBug regression test

2004-08-06 Thread Dalibor Topic
extends LinkedHashMap goes missing somehow. Jikes 1.21 generates all three inner classes. cheers, dalibor topic ___ kaffe mailing list [EMAIL PROTECTED] http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Re: [kaffe] kaffe/jikes makes incompatible code for jdk1.3? (was: [Detelin Batchovski] Bug#262897: libservlet2.3-java_4.0-4: Failed start Tomcat4 after upgrade)

2004-08-05 Thread Dalibor Topic
upstream should be a quick solution. cheers, dalibor topic [1] And didn't document the changes, of course. :) ___ kaffe mailing list [EMAIL PROTECTED] http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Re: Bug#263161: [kaffe] kaffe: different compilers giving different results for the same source file

2004-08-05 Thread Dalibor Topic
to keep the specifications in sync, but I've heard that someone is working on a third, updated edition of the language and vm specifications. Usage of 'super' alone is not in Java as specified by JLS2, I'd say. cheers, dalibor topic ___ kaffe mailing

Re: [kaffe] kaffe/jikes makes incompatible code for jdk1.3?

2004-08-05 Thread Dalibor Topic
software :) But then, I tend to view the JDK like the Netscape Navigator: it was great that it was around, but after a while it was less and less needed, since free software alternatives made it unnecessary for free operating systems. :) cheers, dalibor topic

Re: [kaffe] Bug Report Darwin/x86

2004-08-04 Thread Dalibor Topic
/gnu/java/security/action/SetAccessibleAction.java file. Could you update your CVS checkout again and retry, please? cheers, dalibor topic ___ kaffe mailing list [EMAIL PROTECTED] http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Re: [kaffe] Bug Report - Darwin 7.2.1 Link Failure

2004-08-04 Thread Dalibor Topic
-awt --enable-pure-java-math Hi Michael, most of those symbols seems to come from the stats module in kaffe/kaffevm. Does that module get compiled ? cheers, dalibor topic ___ kaffe mailing list [EMAIL PROTECTED] http://kaffe.org/cgi-bin/mailman/listinfo

Re: [kaffe] configure shows error messages

2004-08-01 Thread Dalibor Topic
Ito Kazumitsu wrote: Today's configure shows the following two messages. ./configure: line 27350: test: no: integer expression expected ./configure: line 53725: test: =: unary operator expected I forced configure to pass by changing thanks a lot, Ito! I've checked the patch in. cheers, dalibor

Re: [kaffe] Latest version failed with 'without-x' configuration.

2004-07-31 Thread Dalibor Topic
, as that disables the building (and configure checks for) native awt code. cheers, dalibor topic ___ kaffe mailing list [EMAIL PROTECTED] http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Re: [kaffe] Re: m68k/jit3 can print Hello World!

2004-07-30 Thread Dalibor Topic
, etc. cheers, dalibor topic ___ kaffe mailing list [EMAIL PROTECTED] http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Re: [kaffe] Re: m68k/jit3 can print Hello World!

2004-07-30 Thread Dalibor Topic
expected as I needed to clean up some things. cheers, dalibor topic ___ kaffe mailing list [EMAIL PROTECTED] http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Re: [kaffe] jit3 move_register

2004-07-30 Thread Dalibor Topic
again, as they somehow got dumped under a lot of other stuff in my TODO list, and now I have problems figuring out what to apply. cheers, dalibor topic ___ kaffe mailing list [EMAIL PROTECTED] http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Re: [kaffe] m68k improvements

2004-07-29 Thread Dalibor Topic
World!' thread, still there are enough room to improve. That's your turn ;- The latest result (with jit3) I have is 44 failure for m68k/netbsd, and 52 or 59 failure for m68k/linux depends on shared or statically linked. Yep, I've got the check them in, actually. Sorry for the delay! cheers, dalibor

Re: [kaffe] Plans (updated)

2004-07-29 Thread Dalibor Topic
, and to express build dependencies (clib on jni headers, jni headers on class files, class files on java files) in a more straight forward way. cheers, dalibor topic ___ kaffe mailing list [EMAIL PROTECTED] http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Re: [kaffe] CVS kaffe (dalibor): Fixed turning off native AWT backends

2004-07-25 Thread Dalibor Topic
Helmer Krämer wrote: On Fri, 23 Jul 2004 19:18:34 -0700 Kaffe CVS [EMAIL PROTECTED] wrote: PatchSet 5005 Date: 2004/07/24 01:43:27 Author: dalibor Branch: HEAD Tag: (none) Log: Fixed turning off native AWT backends 2004-07-24 Dalibor Topic [EMAIL PROTECTED] Fixed disabling of native

Re: [kaffe] Swing/AWT merge from GNU Classpath done

2004-07-24 Thread Dalibor Topic
Ito Kazumitsu wrote: Hi, : == Dalibor Topic [EMAIL PROTECTED] writes: : * configure now tries to build all three awts by default. Xlib, Qt(e) : and classpath's gtk awt. Classpath's GTK awt is the default, but you can : switch kaffe to use another one by simply using an -X* option. So I had

Re: [kaffe] NetBSD/sparc error

2004-07-24 Thread Dalibor Topic
gtk peers can run with jthreads somehow. cheers, dalibor topic ___ kaffe mailing list [EMAIL PROTECTED] http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Re: [kaffe] Swing/AWT merge from GNU Classpath done

2004-07-23 Thread Dalibor Topic
be defined, or --with-qtdir option given I didn't have to give --without-classpath-gtk-awt that just seemed to work. Thanks, I've now fixed the native AWT code disabling to actually work. cheers, dalibor topic ___ kaffe mailing list [EMAIL PROTECTED

[kaffe] Re: Info Kaffe on ARM/uClinux [was: Implementing JVM for ecos]

2004-07-23 Thread Dalibor Topic
and a little more of tricking. :-) Ah, yes, trickery is always involved ;) As soon as I have some time to spend on it I will contact those devel to discuss the better way add the uClinux support on Kaffe! Thank you very much for your kind offer! cheers, dalibor topic [1] Well, ok, beside running

Re: [kaffe] Re: NetBSD/sparc error

2004-07-23 Thread Dalibor Topic
in.) ./../../kaffe/kaffe/kaffe/main.c: In function `options': Thanks for the bug report, Riccardo. I've fixed that particular porblem in the CVS. cheers, dalibor topic ___ kaffe mailing list [EMAIL PROTECTED] http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

[kaffe] Swing/AWT merge from GNU Classpath done

2004-07-22 Thread Dalibor Topic
on Classpath's AWT Swing implementation over the last years. cheers, dalibor topic [1] It's been sitting there for a while, and it has always been hard to resync over and over again. ___ kaffe mailing list [EMAIL PROTECTED] http://kaffe.org/cgi-bin

Re: [kaffe] Does kaffe work on IPv6 networks??

2004-07-22 Thread Dalibor Topic
, dalibor topic ___ kaffe mailing list [EMAIL PROTECTED] http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Re: [kaffe] Plans and progress

2004-07-20 Thread Dalibor Topic
Dalibor Topic wrote: Guilhem Lavaux wrote: on the merging side of things: * merge in gnu crypto rest of jessie. check with jim pick for crypto regulations. done. I've added the pure java DNS lookup code from dbsjava, too, since adding it made the build simpler. Unfortunately, the build

Re: [kaffe] CVS kaffe (guilhem): Fixes for Solaris.

2004-07-19 Thread Dalibor Topic
Guilhem Lavaux wrote: Dalibor Topic wrote: I've rewritten the check to use AC_CHECK_MEMBERS, as that's the autoconf macro to check for such things. :) Hi Dalibor, I've found that it also exists a macro called AC_STRUCT_TIMEZONE which does actually everything. ;) rotfl! you win! :) cheers

Re: [kaffe] How to install kaffe in a pda?

2004-07-19 Thread Dalibor Topic
this helps, dalibor topic ___ kaffe mailing list [EMAIL PROTECTED] http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Re: [kaffe] IllegalAccessError running CGLib

2004-07-19 Thread Dalibor Topic
to be ported into 1.1.5 branch? Thanks! I hope that we'll get CVS head stable and shiny enough for everyine to pull it over wholesale to the 1.1.5 branch. :) cheers, dalibor topic ___ kaffe mailing list [EMAIL PROTECTED] http://kaffe.org/cgi-bin/mailman/listinfo

Re: [kaffe] some problems in reduing the KaffeVM size

2004-07-19 Thread Dalibor Topic
. cheers, dalibor topic ___ kaffe mailing list [EMAIL PROTECTED] http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Re: [kaffe] strange libtool/linking error

2004-07-19 Thread Dalibor Topic
what was happening? Or is the error gone now? cheers, dalibor topic ___ kaffe mailing list [EMAIL PROTECTED] http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Re: [kaffe] CVS kaffe (guilhem): Fixes for Solaris.

2004-07-18 Thread Dalibor Topic
macro to check for such things. :) cheers, dalibor topic ___ kaffe mailing list [EMAIL PROTECTED] http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Re: [kaffe] Plans and progress

2004-07-18 Thread Dalibor Topic
Dalibor Topic wrote: my plans: * switch profile support over to scheme proposed at [1]. pretty much done, I'll have to deal with the bignums first, though. * make classpath's pure java big nums the default, as they can be built anywhere * build gmp big nums as well, if gmp is available * use

Re: [kaffe] Re: [Rxtx] Rxtx with kaffe

2004-07-16 Thread Dalibor Topic
-verbosejit to print out the invoked methods. cheers, dalibor topic ___ kaffe mailing list [EMAIL PROTECTED] http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Re: nbsp; [kaffe]nbsp; Qt-AWTnbsp; Illegalnbsp; instructionnbsp; Error,nbsp; Isnbsp; itnbsp; anbsp; b

2004-07-16 Thread Dalibor Topic
values, ugh. | | Sure, I had tested this before, and it's 8 but not 20. So I just changed it. | BTW, Jerry and I are at the same project, so we have the same error. :) Thanks ;) What are you guys using kaffe for, if I may ask out of curiosity? cheers, dalibor topic

Re: [kaffe] Segmentation fault

2004-07-16 Thread Dalibor Topic
Stage2 wrote: - Original Message - From: Dalibor Topic [EMAIL PROTECTED] To: Stage2 [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Wednesday, July 14, 2004 7:37 PM Subject: Re: [kaffe] Segmentation fault Stage2 wrote: I have a little problem with the kaffe's awt on qt

Re: [kaffe] Can't find libawt?

2004-07-16 Thread Dalibor Topic
, for example, or using the interpreter instead of the ocassionally flaky kaffe arm jit. But the best way is to fire up gdb and see what breaks. :) On a side note, Jim Huang fixed a crash with kaffe's qt awt today, afaik, so that might help, too ;) cheers, dalibor topic

Re: [kaffe] java.lang.ArrayIndexOutOfBoundsException thrown by Stack.push()

2004-07-15 Thread Dalibor Topic
Jai wrote: hi Hi Jai, can u send any programm with code with ArrayOutOfBoundException and NullPointerException thanks I'm sorry, I don't think I understand. Do you want the source code for NullPointerException ?? cheers, dalibor topic ___ kaffe

[kaffe] Autoconf issues and temporary workarounds

2004-07-15 Thread Dalibor Topic
situation. I'll be putting up make dist tarballs for him on my account on kaffe.org so that he can use those on his boxes that are behind latest autotools. You can fetch the daily dist snaps at http://www.kaffe.org/~robilad/kaffe-1.1.x-cvs.tar.gz . cheers, dalibor topic

Re: [kaffe] m68k/netbsd/jit3 trial

2004-07-15 Thread Dalibor Topic
list yet :( See http://article.gmane.org/gmane.comp.java.vm.kaffe.general/5467/match=+kaffe++jit3+funcs for details. cheers, dalibor topic ___ kaffe mailing list [EMAIL PROTECTED] http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Re: [kaffe] errors on MacosX 10.1

2004-07-15 Thread Dalibor Topic
/jthread.h:356: illegal function prototype, found `__attribute__' I assume that gcc 2.9x preferred to see variable attributes behind the variable declaration, so you could try shuffling the UNUSED to the back of the parameter list. cheers, dalibor topic

Re: [kaffe] Re: fixing tests/internal

2004-07-15 Thread Dalibor Topic
Kaffe_JavaVMInitArgs instead of the new mechanism (which is still experimental). BTW, I'll continue writing new JNI 1.2 testcases to be sure the API is functioning. Thanks for the quick reply, guys, that fixed it. I'll check it in. cheers, dalibor topic

<    3   4   5   6   7   8   9   10   11   12   >