[TDK-BETA] What flags do I use to get tdk 4.0 beta to check tcl 8.5 code?
by Larry W. Virden other posts by this author
Feb 20 2007 7:23AM messages near this date
view in the new Beta List Site
[TDK-BETA] Questions about TclApp
|
Re: [TDK-BETA] What flags do I use to get tdk 4.0 beta to check tcl 8.5code?
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:
$ 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
^
--
<URL: http://wiki.tcl.tk/ >
Even if explicitly stated to the contrary, nothing in this posting
should be construed as representing my employer's opinions.
<URL: mailto:lvirden@[...].com > <URL: http://www.purl.org/NET/lvirden/
>
_______________________________________________
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
|