Re: Can't build NQP on the JVM any more :-(

2013-05-04 Thread Nicholas Clark
On Fri, May 03, 2013 at 11:16:40AM -0400, Will Coleda wrote: > Same error here, with: > > % java -version > java version "1.7.0_10" > Java(TM) SE Runtime Environment (build 1.7.0_10-b18) > Java HotSpot(TM) 64-Bit Server VM (build 23.6-b04, mixed mode) > % sw_vers > ProductName: Mac OS X > ProductV

Re: Can't build NQP on the JVM any more :-(

2013-05-03 Thread Will Coleda
Same error here, with: % java -version java version "1.7.0_10" Java(TM) SE Runtime Environment (build 1.7.0_10-b18) Java HotSpot(TM) 64-Bit Server VM (build 23.6-b04, mixed mode) % sw_vers ProductName: Mac OS X ProductVersion: 10.8.3 BuildVersion: 12D78 On Fri, May 3, 2013 at 8:10 AM, Nicholas C

Can't build NQP on the JVM any more :-(

2013-05-03 Thread Nicholas Clark
I can't build NQP master for the JVM any more: java -cp src/vm/jvm/stage0:nqp-runtime.jar:3rdparty/asm/asm-4.1.jar nqp --bootstrap --module-path=src/stage1 --setting-path=src/stage1 \ --setting=NQPCORE --no-regex-lib --target=classfile \ --output=src/stage1/QAST.class src/sta