Re: STk 3.0b

From: Takahasi Mamoru <taka_at_soum.co.jp>
Date: Wed, 11 Oct 1995 12:15:29 +0900

From: "Harvey J. Stein" <hjstein_at_MATH.HUJI.AC.IL>
> 11. In Widget demo (run from within "make demo"), tried "See code",
> but it gave:
>
> Unable to show the code of the file "Wlabel.stklos"
> **** Tk error ("") "
> (command bound to event)"

  Widget demo is rewritten in STklos, so extension of the files is
chnaged from `.stk' to `.stklos'. But in `Demos/Makefile'

   install:
           -if [ ! -d $(DEMODIR) ] ; then mkdir -p $(DEMODIR); fi
           for i in *.stk *.stklos Widget/*.stk ; \
           do \ ^^^^^
                             :

extension remains `*.stk', so `Widget/*.stklos' files are not
insatlled. Consequently `See code' complains ...

---
--  Wonderful STk !
-
Received on Wed Oct 11 1995 - 04:17:39 CET

This archive was generated by hypermail 2.3.0 : Mon Jul 21 2014 - 19:38:59 CEST