Re: [kaffe] kaffe architecture documentation

2009-09-28 Thread Dalibor Topic
I have it? For web pages that have gone offline, you can try archive.org and its wayback machine. cheers, dalibor topic ___ kaffe mailing list kaffe@kaffe.org http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Re: [kaffe] Fwd: a bug report on make program in kaffe

2009-09-21 Thread Dalibor Topic
reference to `check_if_need_toswitch_words_in_jdouble' You need to look at the code in question to see why the code is being built using that function, without actually declaring or building it. cheers, dalibor topic ___ kaffe mailing list kaffe

Re: [kaffe] a bug report on make program in kaffe

2009-09-16 Thread Dalibor Topic
trying the build with ecj first. Why it'd go and compile files in /tmp is a bit of a mystery to me, though. What's your configure line? cheers, dalibor topic ___ kaffe mailing list kaffe@kaffe.org http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Re: [kaffe] How to merge GNU Classpath into old version kaffe?

2009-09-04 Thread Dalibor Topic
into kaffe 1.0.6. It's not very trivial, unfortunately. The best way to start is from 'above', replacing as much as you can from the classes beside those used in the kaffe and GNU Classpath VM interfaces, and then to tackle those at the end. good luck, dalibor topic

Re: [kaffe] First post here.

2009-09-04 Thread Dalibor Topic
, but it'd likely be a lot of work, as kaffe has changed a lot since the DOS port has been created. cheers, dalibor topic ___ kaffe mailing list kaffe@kaffe.org http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Re: [kaffe] (Easy) Install Question

2009-04-28 Thread Dalibor Topic
check See `config.log' for more details. Hi Chris, could you send me the config.log file? cheers, dalibor topic ___ kaffe mailing list kaffe@kaffe.org http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Re: [kaffe] About Memory Allocation

2009-03-31 Thread Dalibor Topic
demanding on startup - but that may be a bit of a longer project. cheers, dalibor topic ___ kaffe mailing list kaffe@kaffe.org http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Re: [kaffe] Some slides from the Free Java Meeting at Fosdem

2009-02-17 Thread Dalibor Topic
reply to this post, and I'll take care of the upload linking it from the main wiki page above asap. cheers, dalibor topic -- *** Dalibor Topic Tel: (+49 40) 23 646 738 Java F/OSS Ambassador AIM

Re: [kaffe] Free Java Meeting at Fosdem - Brussels, Belgium on 7 and 8 February 2009

2008-12-01 Thread Dalibor Topic
Wiki page for planning: http://wiki.debian.org/Java/DevJam/2009/Fosdem More updates on talk slots, etc. as we go, but please do sign up already if you know that you are coming - that'll make the Saturday/Sunday dinner event planning simpler. cheers, dalibor topic

Re: [kaffe] Removing GNU Classpath

2008-10-07 Thread Dalibor Topic
GNU Classpath to get a rough idea how that works, and then spend some time to understand and implement the corresponding functionality for your desired class library. cheers, dalibor topic ___ kaffe mailing list kaffe@kaffe.org http://kaffe.org/cgi-bin

Re: [kaffe] Artistic license request

2008-09-10 Thread Dalibor Topic
Adam Heath wrote: Why not use org.objectweb.asm? Running ASM requires being able to parse class files. ;) cheers, dalibor topic ___ kaffe mailing list kaffe@kaffe.org http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Re: [kaffe] Server downtime

2008-08-13 Thread Dalibor Topic
, Jim. A lot of the good Java Libre stuff that happened in the past years would not have happened without you providing the playground for it. cheers, dalibor topic ___ kaffe mailing list kaffe@kaffe.org http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

[kaffe] Re: Want Readme file for configuring kaffe in JIT MODE

2008-04-23 Thread Dalibor Topic
it for you using --with-engine=jit or --with-engine=ji3. But you shouldn't have to specify that, anyway, as the configure script checkes whether a jit engine exists, and configures the build automatically to make it. cheers, dalibor topic ___ kaffe mailing

Re: [kaffe] Microsoft Features in Kaffe

2008-04-07 Thread Dalibor Topic
Michael Franz schrieb: It is a strange story. There are only 3 Java classes as the result of this? Is there c code for this too? I haven't seen any C code for it. It seems it was abandoned quite quickly. cheers, dalibor topic ___ kaffe mailing

Re: [kaffe] Microsoft Features in Kaffe

2008-04-06 Thread Dalibor Topic
seen free software using those APIs. cheers, dalibor topic ___ kaffe mailing list kaffe@kaffe.org http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Re: [kaffe] Kaffe on sh4-linux architecture

2008-04-06 Thread Dalibor Topic
, that the config used to be in Kaffe's main release, however this isn't the case anymore... Could anyone help me, finding this config, or finding a compatible java for sh4? It was moved from config/superh to config/sh. http://kaffe.org/cgi-bin/viewcvs.cgi/kaffe/config/sh/ cheers, dalibor topic

Re: [kaffe] J2ME anf Kaffe

2008-04-06 Thread Dalibor Topic
ME4SE. cheers, dalibor topic ___ kaffe mailing list kaffe@kaffe.org http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Re: [kaffe] Swing GTK

2008-03-24 Thread Dalibor Topic
? There is no specific gtk+ LF in GNU Classpath, afaik. CC:ing the Classpath list for further comments. I tried classpath head, but kaffe head would not compile. I ended up using kaffe head with classpath 0.97.1. Could you elaborate on that? cheers, dalibor topic

Re: [kaffe] Porting kaffe - Make error - relocation overflow

2008-03-19 Thread Dalibor Topic
files, and compiling them separately. cheers, dalibor topic ___ kaffe mailing list kaffe@kaffe.org http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Re: [kaffe] Compiling Kaffe on Arm for Windows Mobile

2008-03-18 Thread Dalibor Topic
Mario Latronico wrote: i will look also at these. If i will make any progress i will report on the list. great, and good luck! cheers, dalibor topic ___ kaffe mailing list kaffe@kaffe.org http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Re: [kaffe] comparison of open source jvm

2008-03-17 Thread Dalibor Topic
Michael Franz wrote: On Sat, Mar 15, 2008 at 5:11 PM, Dalibor Topic [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Rohit wrote: I know i must be missing few important things to consider for this comparison. Also many of you must have already analyzed

Re: [kaffe] Error during giving make command

2008-03-17 Thread Dalibor Topic
Are you sure that's an error in Kaffe? Kaffe's build system does not use Ant in any form. cheers, dalibor topic ___ kaffe mailing list kaffe@kaffe.org http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Re: [kaffe] Compiling Kaffe on Arm for Windows Mobile

2008-03-17 Thread Dalibor Topic
are in for a challenge, you could try making the Classpath Qt AWT peers work, and then making them work on Windows CE using the Qt port to WinCE. cheers, dalibor topic ___ kaffe mailing list kaffe@kaffe.org http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Re: [kaffe] some problems in developing kaffe

2008-03-15 Thread Dalibor Topic
see you've posted there now too, so I hope my answer there will help you get it working. cheers, dalibor topic ___ kaffe mailing list kaffe@kaffe.org http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Re: [kaffe] comparison of open source jvm

2008-03-15 Thread Dalibor Topic
for (or easy enough to cross-compile), ao that you can make your testing specific to your application and your environment, rather than having to make decisions based on generic comparisons. cheers, dalibor topic ___ kaffe mailing list kaffe@kaffe.org http

Re: [kaffe] unable to run programs using kaffe on my arm board.

2008-03-12 Thread Dalibor Topic
, and FAQ/FAQ.debugging for a general overview how to debug Kaffe. good luck, dalibor topic ___ kaffe mailing list kaffe@kaffe.org http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Re: Native libs AWT (Was: Re: Further cleanups (Was: Re: [kaffe] dealing with gjdoc))

2008-03-09 Thread Dalibor Topic
kloc four weeks ago. Next to go should be the compare_and_exchange atomic code imported from glibc. cheers, dalibor topic ___ kaffe mailing list kaffe@kaffe.org http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Re: [kaffe] how can i integrate kaffe run time in my device

2008-03-06 Thread Dalibor Topic
at the FAQ.cross-compling file in the FAQ directory of the kaffe source code. If Kaffe has not been ported yet to your operating system, you'll need to do that first, of course. Check out the kaffe porting docs on the web site for a guide how to go about that. good luck, dalibor topic

Re: [kaffe] problem in installing openssl

2008-03-05 Thread Dalibor Topic
, you can of course take a look yourself at how the configuration check for OpenSSL is done, and why it fails. The file config.log is used by the configure script to record such information. cheers, dalibor topic ___ kaffe mailing list kaffe

Re: [kaffe] Removed GMP math?

2008-03-05 Thread Dalibor Topic
Alan Eliasen wrote: Dalibor Topic wrote: On a side note, Andrew Hughes has just cleaned up and merged in Raif's patch, so it would be nice if you Alan could give Classpath's CVS head a shot and see if it works for you. Thanks very much! I had hoped to be able to test it out, but I might

Re: [kaffe] KAFFE_CFLAGS

2008-03-01 Thread Dalibor Topic
Kiyo Inaba wrote: Since we eliminated all imported packages, (if I understand correctly) the macro 'KAFFE_CFLAGS' may not be needed. Am I right? Yes, I've checked in the patch to remove KAFFE_CFLAGS. cheers, dalibor topic ___ kaffe mailing list

Re: [kaffe] Removed GMP math?

2008-02-28 Thread Dalibor Topic
, dalibor topic ___ kaffe mailing list kaffe@kaffe.org http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Re: [kaffe] Removed GMP math?

2008-02-28 Thread Dalibor Topic
Per Bothner wrote: Dalibor Topic wrote: Indeed. What I want though, is to see the GMP-based math code enter GNU Classpath, so that it gets maintained collaboratively, and becomes a shared feature among all the different GNU Classpath based VMs, rather than something only Kaffe is good

[kaffe] Re: kaffe 1.1.9 Spring Cleanup relased

2008-02-26 Thread Dalibor Topic
Jim Pick wrote: Excellent. I'll try to get it up on the website on Sunday (I have out-of-town visitors until then). Have fun at FOSDEM! It was great! Back home now, and wading through the mail and bug reports. cheers, dalibor topic ___ kaffe

Re: [kaffe] Testing sysdepCallMethod

2008-02-26 Thread Dalibor Topic
using it, so I'd suggest adapting it for your port (and sending patches to libffi developers :). It comes with an extensive test suite, too (and requires dejagnu for running the test suite). cheers, dalibor topic [0] http://sources.redhat.com/libffi

Re: [kaffe] Determining the SP_OFFSET

2008-02-21 Thread Dalibor Topic
in the target machine definition for GCC? Hi, in the developers directory, there is an sp_offset.c program. Compile it and run it, and it should give you the value. cheers, dalibor topic ___ kaffe mailing list kaffe@kaffe.org http://kaffe.org/cgi-bin

Re: [kaffe] Re: Linker Errors on OS X 10.4.11 - Kaffe 1.1.8

2008-02-21 Thread Dalibor Topic
. Could you try configuring and building with libffi instead? cheers, dalibor topic ___ kaffe mailing list kaffe@kaffe.org http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Re: [kaffe] Kaffe HEAD on OS X 10.4.11

2008-02-21 Thread Dalibor Topic
Michael Franz wrote: Hi, I have been able to get cvs head to build and run on OS X. The intrp and JIT both work and run with 29 of 149 failures. The boehm-gc hangs the process. Thanks, Michael, that's good news, compared to the build failures of 1.1.8. cheers, dalibor topic

Re: [kaffe] java.lang.NullPointerException

2008-02-21 Thread Dalibor Topic
A.V.Dharmadhikari wrote: How to solve this problem I'd suggest to avoid doing whatever is causing the NullPointerException. cheers, dalibor topic ___ kaffe mailing list kaffe@kaffe.org http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

[kaffe] kaffe 1.1.9 Spring Cleanup relased

2008-02-21 Thread Dalibor Topic
are interested in making it a couple of lines of code smaller, please join us. This Kaffe release should work better on arm linux and darwin in particular, then previous releases. I hope it works well for you too. Onward to 1.1.10, dalibor topic What's New In Kaffe 1.1.9

Re: [kaffe] ARM Cross-Compile using GNU EABI

2008-02-18 Thread Dalibor Topic
the interpreter, though. I plan to take another look at the cross-compilation FAQ for kaffe tomorrow. cheers, dalibor topic ___ kaffe mailing list kaffe@kaffe.org http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Re: [kaffe] cross-compile error

2008-02-18 Thread Dalibor Topic
Dalibor Topic wrote: Dalibor Topic wrote: Robert Schuster wrote: Hi, Robert Schuster schrieb: I now found a cacheflush implementation in libffi. I adjust this for kaffe and report back. I took what was said here[0] as a base for an OABI- EABI-compliant implementation of the cache flushing

Re: [kaffe] kaffe 1.1.9 todo list

2008-02-18 Thread Dalibor Topic
Dalibor Topic wrote: * interpreter fixes for arm-oabi/eabi * jit fixes for arm (patch sitting on my disk atm) * new Double.doubleToLongBits for Classpath (see above) done. * merging in sun.misc.Unsafe from cacao's hg tip todo. docs: * updating the cross-compilation FAQ - I think the most

[kaffe] Re: Classpath's doubleToLongBits

2008-02-17 Thread Dalibor Topic
Christian Thalinger schrieb: On Fri, 2008-02-08 at 12:25 +0100, Dalibor Topic wrote: Yeah, that's why I'd like to go step by step, and first slash the VM interface methods I can slash, and then implement it with ieee754.h as an option, (adding a #define BIG_ENDIAN __BIG_ENDIAN

Re: [kaffe] cross-compile error

2008-02-17 Thread Dalibor Topic
Dalibor Topic schrieb: Dalibor Topic wrote: Dalibor Topic wrote: My plan would be to look at making the interpreter pass on arm-oabi and arm-eabi without failures, and then to move on to the jits. I'd also like to see if I can rip out all the atomic* code in Kaffe's config dirs by using

Re: [kaffe] Re: OutOfMemoryError while compiling GNU Classpath

2008-02-16 Thread Dalibor Topic
Ito Kazumitsu wrote: From: Dalibor Topic [EMAIL PROTECTED] Subject: Re: [kaffe] Re: OutOfMemoryError while compiling GNU Classpath Date: Sat, 16 Feb 2008 00:39:12 +0100 I've committed a fix now. Thank you very much for spotting this embarassing bug, and I hope the fix will work for you, too

Re: [kaffe] Re: OutOfMemoryError while compiling GNU Classpath

2008-02-15 Thread Dalibor Topic
Dalibor Topic wrote: Kiyo Inaba wrote: Hi Ito-san, You wrote: I have found that recent Kaffe causes OutOfMemoryError in the process of this compiling. I tested this on a machine with rich memory, and have found out that, in order to compile GNU Classpath 0.96.1 with ecj, Since I gave up

Re: [kaffe] testing the upcoming libffi release

2008-02-15 Thread Dalibor Topic
Dalibor Topic wrote: Hi team, the libffi project is preparing a release. The current pre-release is 2.99.6, so if you have a chance to give it try on a platform not already listed at http://sourceware.org/libffi/ , please do, and report the results back to the libffi mailing list. It'd be nice

[kaffe] testing the upcoming libffi release

2008-02-15 Thread Dalibor Topic
depend on libffi in Kaffe in particular on non-mainstream platforms, as it's used and ported by many other projects, including gcc/gcj IcedTea, and our own sysdepCallMethod code hasn't seen much maintenance. cheers, dalibor topic ___ kaffe mailing list

Re: [kaffe] Re: OutOfMemoryError while compiling GNU Classpath

2008-02-15 Thread Dalibor Topic
Dalibor Topic wrote: Dalibor Topic wrote: Kiyo Inaba wrote: Hi Ito-san, You wrote: I have found that recent Kaffe causes OutOfMemoryError in the process of this compiling. I tested this on a machine with rich memory, and have found out that, in order to compile GNU Classpath 0.96.1 with ecj

[kaffe] kaffe 1.1.9 todo list

2008-02-15 Thread Dalibor Topic
to be cross-compiled first, with the same --prefix, and to pass the resulting include and library directories to kaffe's configure script. anything else I've missed? cheers, dalibor topic [0] http://article.gmane.org/gmane.comp.java.classpath.devel/9582 [1] Our developer room's schedule

Re: [kaffe] Porting to an embedded system which doesn't have an operating system

2008-02-14 Thread Dalibor Topic
tree. It would be probably be a fun project, though. cheers, dalibor topic ___ kaffe mailing list kaffe@kaffe.org http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Re: [kaffe] ARM Cross-Compile using GNU EABI

2008-02-14 Thread Dalibor Topic
, dalibor topic ___ kaffe mailing list kaffe@kaffe.org http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Re: [kaffe] Re: OutOfMemoryError while compiling GNU Classpath

2008-02-14 Thread Dalibor Topic
in FAQ about this memory issue. GNU Classpath CVS head is a bit tough on the compilers, agreed. ;) But this seems to be a kaffe issue, so I'll investigate to see if the new zzip based code is leaking memory. cheers, dalibor topic ___ kaffe

Re: [kaffe] Linker Errors on OS X 10.4.11 - Kaffe 1.1.8

2008-02-13 Thread Dalibor Topic
Dalibor Topic wrote: Michael Franz schrieb: Good luck! I had tried with darwin 8 and an earlier version, no success. Strange things happen. Is it possible to create an image off of a real installation? I have darwin 8 installed on a drive, can that be turned into an image to be used

Re: [kaffe] ARM Cross-Compile using GNU EABI

2008-02-12 Thread Dalibor Topic
quite likely. If it is, for example, a research platform, then that's quite unlikely. cheers, dalibor topic ___ kaffe mailing list kaffe@kaffe.org http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Re: [kaffe] PrimordialLoaderTest fails

2008-02-11 Thread Dalibor Topic
Ito Kazumitsu schrieb: You are right. I have rebuilt GNU Classpath and Kaffe, and have got the same good result. I'm glad to hear it all still works. cheers, dalibor topic ___ kaffe mailing list kaffe@kaffe.org http://kaffe.org/cgi-bin/mailman

Re: [kaffe] ARM Cross-Compile using GNU EABI

2008-02-11 Thread Dalibor Topic
configure script where you installed them all using --with-includes and --with-libs. cheers, dalibor topic ___ kaffe mailing list kaffe@kaffe.org http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Re: [kaffe] Linker Errors on OS X 10.4.11 - Kaffe 1.1.8

2008-02-11 Thread Dalibor Topic
installed it from scratch using the OSx86 Darwin in VMWare guide, and it works. I'll try to get networking going with the Darwin VMWare guide from Fink. cheers, dalibor topic ___ kaffe mailing list kaffe@kaffe.org http://kaffe.org/cgi-bin/mailman

Re: [kaffe] KAFFE_CFLAGS

2008-02-11 Thread Dalibor Topic
/104447.html When you remove it, please check if the build using a configure cache still works. Thanks! cheers, dalibor topic ___ kaffe mailing list kaffe@kaffe.org http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Re: [kaffe] cross-compile error

2008-02-11 Thread Dalibor Topic
Dalibor Topic wrote: Dalibor Topic wrote: My plan would be to look at making the interpreter pass on arm-oabi and arm-eabi without failures, and then to move on to the jits. I'd also like to see if I can rip out all the atomic* code in Kaffe's config dirs by using glib's atomic functions

Re: [kaffe] Linker Errors on OS X 10.4.11 - Kaffe 1.1.8

2008-02-11 Thread Dalibor Topic
in VMWare. cheers, dalibor topic ___ kaffe mailing list kaffe@kaffe.org http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

[kaffe] Re: Classpath's doubleToLongBits

2008-02-08 Thread Dalibor Topic
Christian Thalinger schrieb: On Fri, 2008-02-08 at 00:26 +0100, Dalibor Topic wrote: I've looked a bit closer at the 3 ARM OABI errors, in particular at the errors in test/regression/DoubleConst.java . That test fails because we get the bitstreams of the doubles being tested when we call

Re: [kaffe] zzlib dependency when building kaffeh only

2008-02-08 Thread Dalibor Topic
there), and pushing the corresponding generated header file in include/Makfile.am to the JNI header generation. The rest should be rather, as well. cheers, dalibor topic ___ kaffe mailing list kaffe@kaffe.org http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Classpath's doubleToLongBits (was: Re: [kaffe] cross-compile error)

2008-02-07 Thread Dalibor Topic
Dalibor Topic wrote: Dalibor Topic wrote: My plan would be to look at making the interpreter pass on arm-oabi and arm-eabi without failures, and then to move on to the jits. I'd also like to see if I can rip out all the atomic* code in Kaffe's config dirs by using glib's atomic functions

Re: [kaffe] Kaffe (ARM Cross-Compile using GNU EABI)

2008-02-06 Thread Dalibor Topic
on CVS head have changed. See FAQ/FAQ.requiredlibraries for the current list (zziplib, libltdl, classpath, etc.). Make sure you've cross compiled the required libraries first, and then pass them on to kaffe using --with-includes and --with-libs. cheers, dalibor topic

Re: [kaffe] porting to a custom built embedded system

2008-02-06 Thread Dalibor Topic
Sivaramakrishnan KC wrote: Hi, I am planning to port kaffe to a system with 32-bit microprocessor based on RISC architecture. It runs at 25Mhz. How do i go about porting kaffe to this system? Check out http://kaffe.org/doc/port-kaffe/port-kaffe-0.2.html cheers, dalibor topic

Re: [kaffe] cross-compile error

2008-02-06 Thread Dalibor Topic
Dalibor Topic wrote: My plan would be to look at making the interpreter pass on arm-oabi and arm-eabi without failures, and then to move on to the jits. I'd also like to see if I can rip out all the atomic* code in Kaffe's config dirs by using glib's atomic functions instead, as that would

Re: [kaffe] cross-compile error

2008-02-05 Thread Dalibor Topic
Dalibor Topic schrieb: Dalibor Topic wrote: Robert Schuster wrote: Hi. Dalibor Topic schrieb: On to the next problem: currently the jit regression test fails at a floating point test. The FAQ.arm says: From Kaffe's point of view, only 'FPA' is supported right now. Some effort has been

Re: [kaffe] Kaffe (ARM Cross-Compile using GNU EABI)

2008-02-04 Thread Dalibor Topic
think. See http://wiki.debian.org/ArmEabiHowto for how to grab a kernel for qemu armel. cheers, dalibor topic ___ kaffe mailing list kaffe@kaffe.org http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Re: [kaffe] javanio error

2008-02-04 Thread Dalibor Topic
/local/kaffe/lib/ or /usr/local/classpath/lib/classpath/ ? cheers, dalibor topic ___ kaffe mailing list kaffe@kaffe.org http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Re: [kaffe] Kaffe (ARM Cross-Compile using GNU EABI)

2008-02-04 Thread Dalibor Topic
. Which machine emulation / NetBSD port do you use in gxemul to get there? cheers, dalibor topic ___ kaffe mailing list kaffe@kaffe.org http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Re: [kaffe] cross-compile error

2008-02-03 Thread Dalibor Topic
Robert Schuster wrote: Hi. Dalibor Topic schrieb: On to the next problem: currently the jit regression test fails at a floating point test. The FAQ.arm says: From Kaffe's point of view, only 'FPA' is supported right now. Some effort has been started to use 'VFP', and I hope we can rewrite

Re: [kaffe] cross-compile error

2008-02-03 Thread Dalibor Topic
Dalibor Topic wrote: Robert Schuster wrote: Hi. Dalibor Topic schrieb: On to the next problem: currently the jit regression test fails at a floating point test. The FAQ.arm says: From Kaffe's point of view, only 'FPA' is supported right now. Some effort has been started to use 'VFP', and I

Re: [kaffe] Kaffe needs Python

2008-02-02 Thread Dalibor Topic
://www.freshports.org/devel/zziplib/ so you should be able to pkg_add -r zziplib it without requiring python. cheers, dalibor topic ___ kaffe mailing list kaffe@kaffe.org http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Re: [kaffe] cross-compile error

2008-02-02 Thread Dalibor Topic
Dalibor Topic wrote: Robert Schuster wrote: Hi, Robert Schuster schrieb: I now found a cacheflush implementation in libffi. I adjust this for kaffe and report back. I took what was said here[0] as a base for an OABI- EABI-compliant implementation of the cache flushing. It compiles nicely

Re: [kaffe] OpenSuse 10.3 - Kaffe compile make/ls/grep error

2008-01-27 Thread Dalibor Topic
you try building GNU Classpath 0.96.1 and Kaffe's CVS head instead? I've removed the javalib/external/classpath directory from Kaffe, so that we'll just use GNU Classpath 0.95+ on the system instead for the next release, and I'm wondering if that will work on OpenSUSE. cheers, dalibor topic

Re: [kaffe] cross-compile error

2008-01-27 Thread Dalibor Topic
, too. cheers, dalibor topic ___ kaffe mailing list kaffe@kaffe.org http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Re: [kaffe] org.kaffe.security.provider.Kaffe

2008-01-20 Thread Dalibor Topic
removed Kaffe.security, since we should use the security policy file from Classpath. I've left in the Kaffe secure random source, for now, as there is no GNU Classpath equivalent yet, as far I've seen. cheers, dalibor topic ___ kaffe mailing list

Re: [kaffe] patch: lower automake requirements

2008-01-20 Thread Dalibor Topic
Dalibor Topic wrote: Robert Schuster wrote: Hi, this patch makes life easier in OE land where automake 1.10 is still not the default. This patch is not a must have for me because this can easily be patched (even for dreaded CVS builds). 2008-01-19 Robert Schuster [EMAIL PROTECTED

Re: [kaffe] patch: add force option to installation

2008-01-19 Thread Dalibor Topic
Robert Schuster wrote: Hi, attached is a patch that makes installation procedure a bit more convenient if you regularly update an existing installation: It enforces the reinstallation of the symlinks. Thanks, good catch, I've checked it in. cheers, dalibor topic

Re: [kaffe] kaffe without embedded classpath

2008-01-19 Thread Dalibor Topic
Robert Schuster wrote: Robert Schuster schrieb: Hi Dalibor, Dalibor Topic schrieb: Is this the patch at http://lists.evolvis.org/pipermail/jalimo-commits/2007-August/00.html ? I have attached the one that is currently used for OE. And here is the one I propose for inclusion in kaffe

Re: [kaffe] patch: lower automake requirements

2008-01-19 Thread Dalibor Topic
, dalibor topic ___ kaffe mailing list kaffe@kaffe.org http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Re: [kaffe] cross-compile error

2008-01-19 Thread Dalibor Topic
the flush dcache arm assembler implementation from cacao in Kaffe? cheers, dalibor topic ___ kaffe mailing list kaffe@kaffe.org http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

[kaffe] removing gc and threads convenience libraries

2008-01-19 Thread Dalibor Topic
on to eliminating the convenience libs used for the engines. cheers, dalibor topic [1] Faster builds are better builds. ___ kaffe mailing list kaffe@kaffe.org http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Re: [kaffe] kaffe without embedded classpath

2008-01-18 Thread Dalibor Topic
prefer discussing them on the list then in the bug tracker, since the audience on the list includes people who don't subscribe to issues in the tracker, but may want to chip in on such cross-compilation features for embedded users. cheers, dalibor topic

Re: [kaffe] kaffe without embedded classpath

2008-01-18 Thread Dalibor Topic
Dalibor Topic wrote: Robert Schuster wrote: As I see from ./configure --help that neccessary build time options are already there what is missing are the ones for setting the runtime options. For cacao there is a patch floating around which adds a --with-target-classpath-classes switch

Re: [kaffe] make error while reconfiguring kaffe

2008-01-17 Thread Dalibor Topic
. More information on using configure is available in the file INSTALL. cheers, dalibor topic ___ kaffe mailing list kaffe@kaffe.org http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Re: Native libs AWT (Was: Re: Further cleanups (Was: Re: [kaffe] dealing with gjdoc))

2008-01-17 Thread Dalibor Topic
anyway. Let the distro / deployer make their choices, they should know what they are doing best. They can always simply build a couple of different Classpath configurations to play with, and build a VM against each, if they want to test configurations out. cheers, dalibor topic

Re: [kaffe] How to set environement path variable

2008-01-17 Thread Dalibor Topic
in 1.1.7, for example, you could start reading the failing test, and analyzing why it fails. Also please tell me how to set the environment path variable.??? http://en.wikipedia.org/wiki/Environment_variable#Getting_and_setting_environment_variables cheers, dalibor topic

Re: Native libs AWT (Was: Re: Further cleanups (Was: Re: [kaffe] dealing with gjdoc))

2008-01-17 Thread Dalibor Topic
Dalibor Topic wrote: * GNU MP big math I'd like to remove the feature and let GNU Classpath handle it for the next release. I've made the pure java java.math implementation from GNU Classpath the default now. I'll remove the GNU MP implementation in Kaffe in a week, unless something odd

Re: [kaffe] Re: How to set environement path variable

2008-01-17 Thread Dalibor Topic
been fixed meanwhile. I hope to roll out 1.1.9 soon, and if you are interested in trying out a release candidate, just send me an e-mail, and I'll put one up on the weekend, or come to our IRC channel #kaffe on irc.freenode.net for hands on help when I'm around. cheers, dalibor topic

Re: [kaffe] Unused 'libgc' is always loaded.

2008-01-16 Thread Dalibor Topic
-kaffe-bin: error while loading shared libraries: libgc.so.1: cannot open shared object file: No such file or directory I think '-lgc' is only needed for 'boehm-gc' configuration. Indeed. thank you very much, Kiyo, fixed in CVS now. cheers, dalibor topic

Re: [kaffe] make error while reconfiguring kaffe

2008-01-16 Thread Dalibor Topic
make distclean before you run configure again. cheers, dalibor topic ___ kaffe mailing list kaffe@kaffe.org http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Re: [kaffe] error while make after configuring to use interpreter engine and enabling debug

2008-01-16 Thread Dalibor Topic
, I'd suggest configuring from a different directory for each configuration you want to build, i.e. mkdir build-intrp-debug cd build-intrp-debug /path/to/kaffe/configure --your-options cheers, dalibor topic cheers, dalibor topic ___ kaffe mailing

Re: [kaffe] Query regarding installing Kaffe

2008-01-16 Thread Dalibor Topic
bugs, or just run it. ;) cheers, dalibor topic ___ kaffe mailing list kaffe@kaffe.org http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Re: [kaffe] Query regarding installing Kaffe

2008-01-16 Thread Dalibor Topic
meanwhile, since I can't reproduce it with current CVS head using GNU Classpath 0.96.1. cheers, dalibor topic ___ kaffe mailing list kaffe@kaffe.org http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Re: [kaffe] Error during make check

2008-01-16 Thread Dalibor Topic
sreejith k s wrote: hi, while i was running make check command ,showed the following error... FAIL: SoTimeout.java Must have been fixed meanwhile, since I can't reproduce it on current CVS head using GNU Classpath 0.96.1. cheers, dalibor topic

Re: [kaffe] Error during make check

2008-01-16 Thread Dalibor Topic
sreejith k s wrote: Also, I would like to bring to your notice that i am using kaffe 1.1.7version and gcc 3.4.6. Yeah, I can reproduce it with 1.1.7, but not with the current code base, which has changed a lot since 1.1.7 came out. cheers, dalibor topic

Re: [kaffe] problem installing kaffe during make check ...

2008-01-16 Thread Dalibor Topic
/' ../../BUILD_ENVIRONMENT | sh` ${dir}$tst Interesting. Is it a reproducible crash? In that case, could you tell me the compiler, os, cpu architecture, and configure flags used? cheers, dalibor topic ___ kaffe mailing list kaffe@kaffe.org http://kaffe.org/cgi-bin

  1   2   3   4   5   6   7   8   9   10   >