Importing new classpath
Mark Wielaard
mark@klomp.org
Sun Nov 6 18:38:00 GMT 2005
Hi,
I tried to quickly import the new GNU Classpath 0.19 release into my
libgcj working directory and it seems to build and work almost out of
the box. The only patchlet I needed was the following to get the new
javax.sound providers linking (they use JNI):
--- scripts/makemake.tcl (revision 106562)
+++ scripts/makemake.tcl (working copy)
@@ -43,6 +43,7 @@
set package_map(gnu/java/beans) bc
set package_map(gnu/java/awt/peer/gtk) bc
set package_map(gnu/java/awt/peer/qt) bc
+set package_map(gnu/javax/sound/midi) bc
set package_map(org/xml) bc
set package_map(org/w3c) bc
Besides that just follow the HACKING guide and make sure to have
automake 1.9.3 installed.
If some others can try this out (I have not tested very hard yet, and
only on GNU/Linux x86) then maybe we can import classpath 0.19 or CVS
before the 4.1 branch. There are lots of bug fixes in 0.19 so I think it
is really worth it.
Cheers,
Mark
--
Escape the Java Trap with GNU Classpath!
http://www.gnu.org/philosophy/java-trap.html
Join the community at http://planet.classpath.org/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <http://gcc.gnu.org/pipermail/java/attachments/20051106/43e7c87a/attachment.sig>
More information about the Java
mailing list