Re: kbs update
lvirden <[email protected]> Fri, 02 Nov 2007 05:54:13 -0700
| Newsgroups | gmane.comp.lang.tcl.starkit |
|---|---|
| Message-ID | <[email protected]> |
Okay, I fetched the latest version of the kbs.tgz file this morning. I extracted it and typed: $ ./kbs.tcl -r --CC=cc --enable-symbols --enable-64bit --enable- threads install kbspkg-8.5 >> kbs.output 2>&1 & It ran for a while, and ended up getting an error about the Makefile. That's when I realized I was in a different window, and had to reset the path and symlinks to point to gmake as "make". So I did that and started kbs again. This time I get: === Require eval: tcloo-0.1 === Make /tmp/.lwv/kbs/buildSunOS/tcloo-0.1 "/tmp/.lwv/kbs/sources/tcloo-0.1/generic/tclOOInt.h", line 84: syntax error befo re or at: GetFrameInfoValueProc "/tmp/.lwv/kbs/sources/tcloo-0.1/generic/tclOOInt.h", line 84: cannot recover fr om previous errors cc: acomp failed for /tmp/.lwv/kbs/sources/tcloo-0.1/generic/tclOO.c make: *** [tclOO.o] Error 2 === Require error: tcloo-0.1 child process exited abnormally Error in execution of "install kbspkg-8.5": === Package failed for: tcloo-0.1 Require failed for: tcloo-0.1 The problem _seems_ to me to be that GetFrameInfoValueProc isn't being found in any of the files in the kbs source tree. I'm in the process of starting over, this time with the make change, to see if this resolves things. ... Nope - rebuilt using a fresh copy of kbs, and with the right make. Either the tcloo code has a problem, or kbs isn't loading something that is required...