Re: can only wrap a starkit the first time
Schelte Bron <[email protected]> Fri, 5 Feb 2010 22:22:32 +0100
| Newsgroups | gmane.comp.lang.tcl.starkit |
|---|---|
| Message-ID | <[email protected]> |
On Sunday 31 January 2010 20:08:52 jemptymethod wrote: > $ ./tclkitsh ../sdx.kit wrap ozone.vfs > couldn't open "ozone.vfs": permission denied > while executing > "open $name w" You ask sdx to create a kit called ozone.vfs, but ozone.vfs is the directory containing the files you want to wrap. You can't have a file and a directory with the same name. So the simple solution is to specify a different name for the output: $ ./tclkitsh ../sdx.kit wrap ozone.kit Schelte. -- You received this message because you are subscribed to the "starkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/starkit?hl=en