Re: [Java-gnome-developer] Java-Gnome on Win32 (using mingw)
Brought to you by:
afcowie
From: <fer...@lo...> - 2003-03-21 15:25:28
|
Hi, > > PS: It is possible to compile Java-Gnome using just GCJ, > > without using a Java2 > > SDK for compiling classes? I'm afraid the mixture of > > Unix-style GCC and > > Windows-style javac is messing up the libraries, and > > using Unix-style compilers > > all the time could solve this. > > I'm not sure if it's the same in 0.7, but in the code from > cvs you can add the following line to build.xml: > <property name="build.compiler" value="gcj"/> So I guess it isn't, release 0.7 uses autoconf and makefiles instead of ant. I understand that GCC and GCJ should be capable of building the entire java-gnome suite without help of a Java2 SDK, the problem is directing configure to do so. []s, Fernando Lozano |