|
|
 |
tdk-beta
Re: [TDK-BETA] What flags do I use to get tdk 4.0 beta to check tcl 8.5code?
by Andreas Kupries other posts by this author
Feb 20 2007 5:12PM messages near this date
view in the new Beta List Site
[TDK-BETA] What flags do I use to get tdk 4.0 beta to check tcl 8.5 code?
|
Re: [TDK-BETA] Questions about TclApp
> I've installed the beta ActiveTcl 8.5a6 and the beta TDK 4.0. When I try
> something simple, I seem to need something more:
We have to work on the checker to make it 8.5 ready.
It currently has no rules for commands new to or changed in 8.5 and so is
not recognizing it as supported yet.
Thank you for the reminder.
> $ cat simple.tcl
> #! /tmp/.lwv/ActiveTcl-8.5/bin/tclsh
> package require Tcl 8.5
> $ tclchecker /tmp/.lwv/simple.tcl
> scanning: /tmp/.lwv/simple.tcl
> checking: /tmp/.lwv/simple.tcl
> /tmp/.lwv/simple.tcl:2 (pkgVConflict) Conflict between requested (8.5)
> and actually checked (8.4) version.
> package require Tcl 8.5
> ^
> $ tclsh
> % info patchlevel
> 8.5a6
> $ tclchecker -use Tcl8.5 /tmp/.lwv/simple.tcl
> Falling back to Tcl 8.4, user asked for unsupported version 8.5.
> scanning: /tmp/.lwv/simple.tcl
> checking: /tmp/.lwv/simple.tcl
> /tmp/.lwv/simple.tcl:2 (pkgVConflict) Conflict between requested (8.5)
> and actually checked (8.4) version.
> package require Tcl 8.5
> ^
--
Andreas Kupries <andreask@[...].com>
Developer @ http://www.ActiveState.com
Tel: +1 778-786-1122
_______________________________________________
Tdk-beta mailing list
Tdk-beta@[...].com
http://listserv.ActiveState.com/mailman/listinfo/tdk-beta
Thread:
Kevin Walzer
Larry W. Virden
Andreas Kupries
Andreas Kupries
Troy Topnik
Larry W. Virden
|
|
|
 |
|