>>>>> "Mark" == Mark Wielaard <[EMAIL PROTECTED]> writes:

Raif> which version of ASM this tool relies on?

>> I'm using ASM 2.2.1.

Mark> Please do clearly document such things in the INSTALL file.

Sorry about that -- I didn't even think about ASM versions when I did
this.

I am checking in the appended update to the INSTALL file.

Tom

2006-07-31  Tom Tromey  <[EMAIL PROTECTED]>

        * INSTALL: Updated for ASM.

Index: INSTALL
===================================================================
RCS file: /cvsroot/classpath/classpath/INSTALL,v
retrieving revision 1.38
diff -u -r1.38 INSTALL
--- INSTALL     31 Jul 2006 19:01:27 -0000      1.38
+++ INSTALL     31 Jul 2006 22:37:10 -0000
@@ -80,6 +80,13 @@
          http://www.xmlsoft.org/XSLT/
          Minimum version of libxslt required: 1.1.11
 
+       For building the javah tool, you will need the ASM library.
+       Current version 2.2.1 is needed (other 2.2.x versions should
+       be ok; 3.x is not ok).  You can get ASM from
+       http://asm.objectweb.org/
+       You will need to pass the --with-asm option to configure
+       and point it at your ASM jar file.
+
        For building the documentation you will need
 
        - texinfo 4.2 or higher.
@@ -125,6 +132,8 @@
   --enable-xmlj           compile native libxml/xslt library default=no
   --enable-load-library   enable to use JNI native methods default=yes
   --enable-local-sockets  enable build of local Unix sockets
+  --with-asm=/path/to/asm.jar
+                          the ASM jar to use for javah
   --with-jikes            to compile the class library using jikes
                           the default is to use gcj
   --with-glibj            define what to install (zip|flat|both|none)

Reply via email to