On 28.07.12 22:23, Rene Zaumseil wrote:
Am Freitag, 27. Juli 2012, 12:32:20 schrieb Gustaf Neumann:
- got an error that wget is not installed; installed wget, added GnuWin32/bin to the path
Ok, I have the sources downloaded under unix and then copied to windows.
maybe, your kbs.tcl script could obtain wget automatically? This would make life for newbies easier. i had the impression, the script was supposed to work under win.
I have installed the 20110211 version last year because my older installation from the tcl sourceforge side was not working anymore. I think it was a problem with missing libraries.
For the record, the version " mingw-get-inst-20120426" works fine.
Oh,may be here. I have put the kbs directory under: C:\MinGW\msys\1.0\home\rene Could you also try to put the kbs directory under these path?
See the previous mail, the "path" in general was not the problem, but the drive. After the copy, the script kbs.tcl continued nicely until it run again into troubles in the compilation of vfs.c (trying to access incomplete type Tcl_StatBuf, see below). According to the sources, definition of Tcl_StatBuf has changed in tcl 8.5.12 (most likely it will work with 8.5.11). I hacked locally vfs.c by defining a type Tcl_StatBuf_ (using the definition of pat thoyts in [1]. Then vfs compiled fine.
Then I run than into the problem:
--2012-07-30 10:28:40-- http://equi4.com/pub/tk/tars/zlib.tar.gz Auflösen des Hostnamen »equi4.com«.... 188.142.57.184 Wiederverwendung der bestehenden Verbindung zu www.equi4.com:80. HTTP Anforderung gesendet, warte auf Antwort... 200 OK Länge: 502488 (491K) [text/plain] In »zlib.tar.gz« speichern.
100%[========================================================> ] 502.488 606K/s in 0,8s
2012-07-30 10:28:41 (606 KB/s) - »zlib.tar.gz« gespeichert [502488/502488]
=== Configure C:/Users/neumann/Downloads/kbs/buildWindowsNT/zlib1.2.3-static /usr/bin/env: ./configure: No such file or directory === Require error: zlib1.2.3-static child process exited abnormally Error in execution of 'install kbskit8.5': === Package failed for: zlib1.2.3-static Require failed for: zlib1.2.3-static
In .../Downloads/kbs/buildWindowsNT/zlib1.2.3-static i have now two entries, __dev__null__ and zlib (the latter is a directory containing configure. So, maybe the directory is path in kbs.tcl is incorrect....
Stopping here -gustaf neumann
[1] http://old.nabble.com/-Tcl-bugs----tcl-Bugs-2651823---Tcl_StatBuf-definition...
=== Install C:/Users/neumann/Downloads/kbs/buildWindowsNT/tk8.5-static === Require done: tk8.5-static === Require eval: tk8.5 === Require tk8.5 === Require tcl8.5 === Require eval: tcl8.5 === Make C:/Users/neumann/Downloads/kbs/buildWindowsNT/tcl8.5 === Install C:/Users/neumann/Downloads/kbs/buildWindowsNT/tcl8.5 === Require done: tcl8.5 === Require leave: tcl8.5 === Make C:/Users/neumann/Downloads/kbs/buildWindowsNT/tk8.5 === Install C:/Users/neumann/Downloads/kbs/buildWindowsNT/tk8.5 === Require done: tk8.5 === Require eval: vfs1.4-static === Make C:/Users/neumann/Downloads/kbs/buildWindowsNT/vfs1.4-static c:/Users/neumann/Downloads/kbs/sources/vfs1.4/generic/vfs.c: In Funktion »VfsStat«: c:/Users/neumann/Downloads/kbs/sources/vfs1.4/generic/vfs.c:1128:12: Fehler: Dereferenzierung eines Zeigers auf unvollständigen Typen c:/Users/neumann/Downloads/kbs/sources/vfs1.4/generic/vfs.c:1142:13: Fehler: Dereferenzierung eines Zeigers auf unvollständigen Typen c:/Users/neumann/Downloads/kbs/sources/vfs1.4/generic/vfs.c:1149:13: Fehler: Dereferenzierung eines Zeigers auf unvollständigen Typen c:/Users/neumann/Downloads/kbs/sources/vfs1.4/generic/vfs.c:1156:13: Fehler: Dereferenzierung eines Zeigers auf unvollständigen Typen c:/Users/neumann/Downloads/kbs/sources/vfs1.4/generic/vfs.c:1163:13: Fehler: Dereferenzierung eines Zeigers auf unvollständigen Typen c:/Users/neumann/Downloads/kbs/sources/vfs1.4/generic/vfs.c:1170:13: Fehler: Dereferenzierung eines Zeigers auf unvollständigen Typen c:/Users/neumann/Downloads/kbs/sources/vfs1.4/generic/vfs.c:1177:13: Fehler: Dereferenzierung eines Zeigers auf unvollständigen Typen c:/Users/neumann/Downloads/kbs/sources/vfs1.4/generic/vfs.c:1184:13: Fehler: Dereferenzierung eines Zeigers auf unvollständigen Typen c:/Users/neumann/Downloads/kbs/sources/vfs1.4/generic/vfs.c:1191:13: Fehler: Dereferenzierung eines Zeigers auf unvollständigen Typen c:/Users/neumann/Downloads/kbs/sources/vfs1.4/generic/vfs.c:1198:13: Fehler: Dereferenzierung eines Zeigers auf unvollständigen Typen c:/Users/neumann/Downloads/kbs/sources/vfs1.4/generic/vfs.c:1205:13: Fehler: Dereferenzierung eines Zeigers auf unvollständigen Typen c:/Users/neumann/Downloads/kbs/sources/vfs1.4/generic/vfs.c:1210:10: Fehler: Dereferenzierung eines Zeigers auf unvollständigen Typen c:/Users/neumann/Downloads/kbs/sources/vfs1.4/generic/vfs.c:1212:10: Fehler: Dereferenzierung eines Zeigers auf unvollständigen Typen c:/Users/neumann/Downloads/kbs/sources/vfs1.4/generic/vfs.c:1215:10: Fehler: Dereferenzierung eines Zeigers auf unvollständigen Typen make: *** [vfs.o] Error 1 === Require error: vfs1.4-static child process exited abnormally Error in execution of 'install kbskit8.5': === Package failed for: vfs1.4-static Require failed for: vfs1.4-static