From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,8e8939a9399573c2 X-Google-Attributes: gid103376,public From: mcc@tyrolia.cs.princeton.edu (Martin C. Carlisle) Subject: Re: Help building tash - with gnat Date: 1998/08/27 Message-ID: <6s4958$7so$1@cnn.Princeton.EDU>#1/1 X-Deja-AN: 385922498 References: <6s4654$q7k$1@nnrp1.dejanews.com> Organization: US Air Force Academy, Dept of Computer Science Newsgroups: comp.lang.ada Date: 1998-08-27T00:00:00+00:00 List-Id: In article <6s4654$q7k$1@nnrp1.dejanews.com>, wrote: >I am attempting to build tash on my Win NT 4.0 system. Tcl got installed fine. >I downloaded tash and am attempting to follow the instructions. > >a) Invoked setup.tcl and "saved" the configurations. (Did not make any >changes) b) Went to the win95 directory and tried to "make" But gnatmake >complains that tash.ali was not found after compilation. (Also twash.ali) I found I had to copy c:\Program Files\tcl\bin\Makefile.Macros to c:\tash802 (or wherever you installed). I don't use make anymore with Ada, so here's what I normally do: cd c:\tash802\src gnatmake tcl-tk-ada (above builds all the .o and .ali files) I am not interested in running twash, since I have Tcl/Tk 8.0 installed from Scriptics, so I am done. To compile another application, I then do gnatmake myapplication -Ic:\tash802\src -Lc:\tash802\win95 -largs -ltcl80 -ltk80 c:\tash802\win95\tclmacro.o c:\tash802\win95\tkmacro.o --Martin -- Martin C. Carlisle, Computer Science, US Air Force Academy mcc@cs.usafa.af.mil, http://www.usafa.af.mil/dfcs/bios/carlisle.html DISCLAIMER: This content in no way reflects the opinions, standard or policy of the US Air Force Academy or the United States Government.