This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Importing new classpath


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/

Attachment: signature.asc
Description: This is a digitally signed message part


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]