[Xotcl] NX on windows
Gustaf Neumann
neumann at wu.ac.at
Tue Jul 31 10:07:20 CEST 2012
On 30.07.12 21:28, Rene Zaumseil wrote:
> So try to remove the dir and start again. You should have a copy
> of the zlib1.2.3/* files insisde the build*/<package> dir.
removing the directory and retrying does not help. As said
before, the
contents are under buildWindowsNT/zlib1.2.3-static, but
under an additional
subdir "zlib".
> The line in kbs.tcl Package zlib1.2.3-static, Configure script is:
> eval file copy [glob [Get srcdir]/*] .
not sure, what the supposed current dir and srcdir should
look like.
A side note: since the script required tcl8.5, you should
consider to use
file copy {*}[glob [Get srcdir]/*] .
instead of the eval.
Anyhow, the plain built
1) obtaining tcl, make, make install
2) obtaining nsf, make make install
is working nicely (as stefan wrote).
-gn
More information about the Xotcl
mailing list