[armedbear-devel] bug: example java-to-lisp1 does not compile (ABCL 1.2.1)
David Catteeuw
davidcatteeuw at gmail.com
Thu Jul 4 08:37:54 UTC 2013
Hello,
While experimenting with ABCL, i noticed that the
example "java-to-lisp1" cannot be compiled using ABCL 1.2.1. It
does compile using ABCL 1.1.1.
The method "findPackage(String)" seems to have disappeared
from "Packages" in the new release.
java-to-lisp1$ javac -cp /Applications/Dev/abcl-1.1.1/abcl.jar:. *.java
java-to-lisp1$ javac -cp /Applications/Dev/abcl-1.2.1/abcl.jar:. *.java
MainAlternative.java:39: cannot find symbol
symbol : method findPackage(java.lang.String)
location: class org.armedbear.lisp.Packages
Packages.findPackage("CL-USER");
^
1 error
java-to-lisp1$ java version "1.6.0_51"
Java(TM) SE Runtime Environment (build 1.6.0_51-b11-457-10M4509)
Java HotSpot(TM) 64-Bit Server VM (build 20.51-b01-457, mixed mode)
java-to-lisp1$ javac -version
javac 1.6.0_51
java-to-lisp1$
Kind regards,
david.
More information about the armedbear-devel
mailing list