Re: [kaffe] Weird warnings on powerpc-macosx

2003-10-31 Thread Dalibor Topic
Hallo Michael, Michael Franz wrote: Dalibor, Does this mean that Kaffe is working again on Mac OS X? I tried earlier this week and still had build issues. Unfortunatley, is still has one big build issue: it crashes during the compilation of the class library. It receives a signal

Re: [kaffe] Weird warnings on powerpc-macosx

2003-10-31 Thread Michael Franz
Dalibor, I had spent some time on this before, but I had to give up, when I had more time, it seemed like a lot had changed in Kaffe and I didn't have time to relearn the structure. Unfortunatley, is still has one big build issue: it crashes during the compilation of the class library. It

[kaffe] Weird warnings on powerpc-macosx

2003-10-30 Thread Dalibor Topic
Hi Tim, while I'm taking the chance to root out the warnings on macosx, I stumbled accross a weird one in kaffe.def. Namely all code of the form (METHOD_NATIVECODE(method_method())== soft_null_call) ) raises a gcc warning sayng that the comparison of distinct pointer types lacks a cast. I'm

Re: [kaffe] Weird warnings on powerpc-macosx

2003-10-30 Thread Timothy Stack
Hi Tim, hi, while I'm taking the chance to root out the warnings on macosx, I stumbled accross a weird one in kaffe.def. Namely all code of the form (METHOD_NATIVECODE(method_method())== soft_null_call) ) raises a gcc warning sayng that the comparison of distinct pointer types