Re: kbs: build problems

Rene Zaumseil <[email protected]> Thu, 8 Nov 2007 11:28:55 +0100
Newsgroups gmane.comp.lang.tcl.starkit
Message-ID <[email protected]>
Am Donnerstag, 8. November 2007 10:07 schrieb Uwe Koloska:
> Hello,
>
> I try to build kbs myself on windows inside an msys environment.  So far I
> have found two problems.  Both while building
>   ./kbs.tcl -r install kbspkg-8.5
>
> === Require eval: tcloo-0.1
> === Configure C:/msys/home/koloska/kbs/buildWindowsNT/tcloo-0.1
> configure: WARNING: cannot find sdx; building starkits will fail; building
> as a
> normal library still supported
Just a warning. You can ignore it.
> === Make C:/msys/home/koloska/kbs/buildWindowsNT/tcloo-0.1
> make: *** No rule to make target `TclOO.res.o', needed by `TclOO01.dll'.
> Stop.
Yes windows again. Do the following:

In file 'kbs/kbs/defs.kbs' insert the following line in Package tcloo-0.1 in 
the ned of the Configure part:
  file copy -force [file join [Srcdir tcl] TclOO.rc] [Makedir tcl]
then type:
  ./kbs.tcl distclean tcloo-0.1
  ./kbs.tcl install tcloo-0.1

That's it. I put also a new kbs.tgz on the net.

Btw.

Zur schnelleren Problemlösung kannst Du mich auch unter Radebeul 1605389 bzw 
017623232970 anrufen.


rene