View · Search · Index
No registered users in community xowiki
in last 10 minutes

Re: [Xotcl] NX on windows

From: Gustaf Neumann <neumann_at_wu.ac.at>
Date: Tue, 31 Jul 2012 10:07:20 +0200

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