ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> tcljava-dev
tcljava-dev
Error during build: Re: [tcljava-dev] Performance results for new TJC compiler
by Tom Poindexter other posts by this author
Mar 2 2006 9:38AM messages near this date
Re: [tcljava-dev] Performance results for new TJC compiler | [tcljava-dev] Re: Error during build
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
tpoindex@[...].net


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
tcljava-dev mailing list
tcljava-dev@[...].net
https://lists.sourceforge.net/lists/listinfo/tcljava-dev
Thread:
Mo DeJong
Mo DeJong
Mo DeJong
Tom Poindexter
Mo DeJong
Tom Poindexter
Mo DeJong
Tom Poindexter
Tom Poindexter

Privacy Policy | Email Opt-out | Feedback | Syndication
© 2004 ActiveState, a division of Sophos All rights reserved