Error during build: Re: [tcljava-dev] Performance results for new TJC compiler
Brought to you by:
mdejong
From: Tom P. <tpo...@ny...> - 2006-03-02 17:38:00
|
Mo, I got this error while trying to compile tjc: $ make tjc2 compile TJC Tcl source files tjc tjc.tjc error: cannot read: /home/tpoindex/src/java/tcljava.cvs/build/tjc2/bldTJC/source/tjc/*.java 1 error real 9m39.976s user 8m8.844s sys 0m5.013s make[1]: *** [tjc2/tjc.jar] Error 255 make: *** [tjc2] Error 2 I'm current on CVS, and ran: cvs -q up -dP ./configure --enable-jacl --disable-tclblend make make tjc2 My Java is: $ java -version java version "1.5.0_06" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-b05) Java HotSpot(TM) 64-Bit Server VM (build 1.5.0_06-b05, mixed mode) and machine: $ uname -a Linux xxxxxxxx 2.6.12-10-amd64-generic #1 Mon Feb 13 12:14:05 UTC 2006 x86_64 GNU/Linux Jacl ('make install' after above build) and TJC work otherwise: $ jaclsh % package require TJC 1.0 % proc foo {args} {puts "foo here"} % info body foo puts "foo here" % foo foo here % TJC::compile foo % after 10000 % info body foo "foo" isn't a procedure % foo foo here Small request: how about a '-wait' option for TJC::compile that waits until compilation is completed, throwing a Tcl error on compile error? -- Tom Poindexter tpo...@ny... |