Greene, Geoffrey N | 12 Aug 23:46
Favicon

RE: FW: Help a noob?

Regrettably, 
OpenJDK 6: http://openjdk.dev.java.net/ does not appear to support IRIX.  I was thinking about just
copying the solaris-specific files.  
I'm losing hope here, but Does anyone know of an openjdk port onto irix?  Would it be as difficult as I think it would?

-----Original Message-----
From: Mario Xerxes Castelán Castro [mailto:mariocastelancastro <at> gmail.com] 
Sent: Tuesday, August 12, 2008 4:14 PM
To: Greene, Geoffrey N
Subject: Re: FW: Help a noob?

Greene, Geoffrey N escribió:
>
>   
>> Hey there.
>>
>> I'm trying to get classpath running on my sgi (old stuff, I know).
>> Can it be done?  I wanted to find out.
>>
>> I have a very small java app I really want to get working.  Right 
>> now, I only have Java 1.4 on this machine, but I really need 1.5.  I 
>> don't care if 90% of java doesn't work.
>>
>> OK, I've got all the underlying packages installed (gconf, orbit, 
>> cairo, idl, etc etc etc.  Took me quite awhile to get them all).
>>
>> In any event When I do a ./configure --disable-plugin, I get a 
>> complaint about missing javac -source 1.5
>>
>> But that's weird.  This is supposed to be a REPLACEMENT for 
(Continue reading)

Mark Wielaard | 13 Aug 11:29
Favicon

RE: FW: Help a noob?


On Tue, 2008-08-12 at 17:46 -0400, Greene, Geoffrey N wrote:
> Regrettably, 
> OpenJDK 6: http://openjdk.dev.java.net/ does not appear to support IRIX.  I was thinking about just
copying the solaris-specific files.  
> I'm losing hope here, but Does anyone know of an openjdk port onto irix?  Would it be as difficult as I think it would?

You could try Cacao, which works with both classpath and openjdk these
days. It supports irix/mips. See http://cacaovm.org/

Cheers,

Mark

Christian Thalinger | 13 Aug 14:00
Favicon

RE: FW: Help a noob?

On Wed, 2008-08-13 at 11:29 +0200, Mark Wielaard wrote:
> On Tue, 2008-08-12 at 17:46 -0400, Greene, Geoffrey N wrote:
> > Regrettably, 
> > OpenJDK 6: http://openjdk.dev.java.net/ does not appear to support
> IRIX.  I was thinking about just copying the solaris-specific files.  
> > I'm losing hope here, but Does anyone know of an openjdk port onto
> irix?  Would it be as difficult as I think it would?
> 
> You could try Cacao, which works with both classpath and openjdk these
> days. It supports irix/mips. See http://cacaovm.org/

I have to try to get CACAO compiled and running again on IRIX, but it
should not be too hard to do.  If I find some time...

- twisti

Greene, Geoffrey N | 13 Aug 19:39
Favicon

Gradual progress with classpath


Getting closer with classpath.  I did notice several places where __attribute was used instead of __attribute__.

Don't know if anyone cares, but these should probably be fixed for the sake of consistency.

Thanks

Andrew John Hughes | 14 Aug 17:52
Gravatar

Re: Gradual progress with classpath

On 13/08/2008, Greene, Geoffrey N <geoffrey.n.greene <at> boeing.com> wrote:
>
>  Getting closer with classpath.  I did notice several places where __attribute was used instead of __attribute__.
>
>  Don't know if anyone cares, but these should probably be fixed for the sake of consistency.
>
>  Thanks
>
>

Do you have any specific information on these locations?
--

-- 
Andrew :-)

Support Free Java!
Contribute to GNU Classpath and the OpenJDK
http://www.gnu.org/software/classpath
http://openjdk.java.net

PGP Key: 94EFD9D8 (http://subkeys.pgp.net)
Fingerprint: F8EF F1EA 401E 2E60 15FA  7927 142C 2591 94EF D9D8

Greene, Geoffrey N | 14 Aug 18:12
Favicon

RE: Gradual progress with classpath

Yup, here you go:

native/jni/gtk-peer/gnu_java_awt_peer_gtk_CairoSurface.c:(JNIEnv *env
__attribute((unused)), jobject obj __attribute((unused)),
native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkComponentPeer.c:component_f
ocus_in_cb (GtkWidget *widget __attribute((unused)),
native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkComponentPeer.c:
GdkEventFocus *event __attribute((unused)),
native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkComponentPeer.c:component_f
ocus_out_cb (GtkWidget *widget __attribute((unused)),
native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkComponentPeer.c:
GdkEventFocus *event __attribute((unused)),

-----Original Message-----
From: Andrew John Hughes [mailto:gnu_andrew <at> member.fsf.org] 
Sent: Thursday, August 14, 2008 11:53 AM
To: Greene, Geoffrey N
Cc: classpath <at> gnu.org
Subject: Re: Gradual progress with classpath

On 13/08/2008, Greene, Geoffrey N <geoffrey.n.greene <at> boeing.com> wrote:
>
>  Getting closer with classpath.  I did notice several places where
__attribute was used instead of __attribute__.
>
>  Don't know if anyone cares, but these should probably be fixed for
the sake of consistency.
>
>  Thanks
>
(Continue reading)


Gmane