RE: [Java-gnome-developer] troubles compiling gnome-java
Brought to you by:
afcowie
From: Jeffrey M. <Jef...@Br...> - 2001-08-08 14:27:20
|
There have been several requests to make this happen. My primary focus has been on making the bindings as robust as possible in there present form. Currently there is an incredible shortage of development resources on this project (I am currently the only developer working on the project) and am not sure when I will get a chance to address this request. -----Original Message----- From: Damien [mailto:da...@ca...] Sent: Wednesday, August 08, 2001 9:17 AM To: jav...@li... Subject: Re: [Java-gnome-developer] troubles compiling gnome-java 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 _______________________________________________ java-gnome-developer mailing list jav...@li... http://lists.sourceforge.net/lists/listinfo/java-gnome-developer |