Re: kitgen with packages - KBS
rene <[email protected]>
| Newsgroups | gmane.comp.lang.tcl.starkit |
|---|---|
| Message-ID | <[email protected]> |
> Strange. Didn't the "Requires Itcl" rule in Itk.kbs force a download > & build of Itcl, just before the Sources command ran? Yes, but the link command failed because the "Itk-3.3" directory in the ".../kitgen/sources/Itk-3.3/../Itcl-3.3" path does not exist. You need something like [file join [file directory $path] Itcl-3.3] rene