Re: [Java-gnome-developer] troubles compiling gnome-java
Brought to you by:
afcowie
From: Damien <da...@ca...> - 2001-08-08 13:18:57
|
On 08 Aug 2001 12:46:57 +0100, Bastien Nocera wrote: > On 08 Aug 2001 13:11:02 +0200, Damien wrote: > > On 08 Aug 2001 11:56:41 +0100, Bastien Nocera wrote: > > > Hi, > > > > > > I just wanted to try out Gnome-Java. After a bit of hacking to get the > > > Makefiles to point to the right javac (they're insisting that my javac > > > binary be in /usr/bin/javac or something like that), I hit the wall when > > > it gets to compiling src/other/callback_dispatcher.c > <snip> > > > The piece of code if first chokes on is (at line 57): > > > JNIEXPORT jobject JNICALL > > > Java_Gtk_Object_get(JNIEnv *env, jobject obj, jstring str) > > > { > > > return NULL; > > > } > > > > > > I'm using Sun's JDK Version 1.3.0 FCS for Linux, on a Debian/x86 > > > unstable system. > > > > > > Any ideas ? > > > > > > Cheers > > > > Have you installed GCJ ?? because it's seem like Sun and GCJ jni.h are > > conflicting. I had the same problem wich I resolve by removing GCJ ... > > Oh, yes I had, works much better now ;) Thanks a whole lot > > Does any of you know if gnome-java a) is supposed to work b) might be > working c) will never be working with gcj ? > > Cheers > > There is one project: http://gnome-gcj.sourceforge.net , but it seems to be in early development stage ... Dam |