RE: [Java-gnome-developer] Windows-Port in progress...
Brought to you by:
afcowie
From: Jeffrey M. <Jef...@Br...> - 2002-10-24 19:15:21
|
I am very glad to hear you are starting this effort. Please keep us informed on your progress and don't hesitate to ask questions. I would really like to see this project succeed! =20 It might be a much easier task to port the latest in cvs. The code does not use the generator. All of the glue code is contained in the src/jni directory. It also uses GTK2. The implementation is also much cleaner. =20 -Jeff >=20 > > Hi Gnu-Java-Folks! > >=20 > > As I=B4ve promised several times before, I=B4m finaly starting=20 > > now to make a=20 > > build of java-gtk-0.7.1 for windows, because I=B4ve heard, that=20 > > a working=20 > > gcj with jni is out for windows using the cygwin-libraries. > >=20 > > So the port will be based on cygwin, I hope thats not too=20 > > ugly for your=20 > > needs... > >=20 > > My problem is the glue-c-code: > > I cant simply compile it, because java-gtk is in the=20 > > gtk-1.3.0/windows-port from www.gtk.org->win32 without gtk-config. > > So, please could anybody explain me, which files I should=20 > compile and=20 > > wich files I need to link togehter to a library. > > I=B4ve already looked into /src/code/jni/glue or so..., and=20 > > there are some=20 > > C-Files in it. Is it right, that I only need to do gcc -c *.c=20 > > and then=20 > > link every *.o to a shared library (I think gcc has such a=20 > > flag..). Do I=20 > > need the java/jni-inicludes. > >=20 > > I hope you=B4re not angry to me, because I=B4ve promised so=20 > > often, that I=B4ll=20 > > do a port. But belive me, my problem is simply time. Now I=B4ve=20 > > downloaded=20 > > cygwin and I=B4m ready to start "work" (fun)... > >=20 > > Mfg Linuxhippy > >=20 >=20 |