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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,4ed8b5776ecf56c4 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-11-22 06:26:35 PST Path: archiver1.google.com!news2.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.online.be!195.129.110.18.MISMATCH!bnewspeer00.bru.ops.eu.uu.net!emea.uu.net!newsfeed.siemens.de!news.mch.sbs.de!not-for-mail From: Alfred Hilscher Newsgroups: comp.lang.ada Subject: Re: Ada on NT Date: Thu, 22 Nov 2001 15:25:59 +0100 Organization: Siemens AG Message-ID: <3BFD0AF7.41174DAE@icn.siemens.de> References: <3BFCE549.C6EA47B5@kfunigraz.ac.at> <3BFD0315.8B1C43B8@kfunigraz.ac.at> NNTP-Posting-Host: 139.21.122.158 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 4.5 [en] (WinNT; I) X-Accept-Language: en Xref: archiver1.google.com comp.lang.ada:16864 Date: 2001-11-22T15:25:59+01:00 List-Id: Siegfried Gonzi wrote: > > Michal Nowak wrote: > > > I found it very useful and functional. What a joke? Tell us all, > > we will laugh with you if it is good enough. > > There are two possibilities: > > a) You can laugh, because you think I am a fool I think nobody here will do this. > b) I do not laugh anymore after this installation-nightmare So what are your actual problems ? Maybe you've got the wrong archive (e.g. the source distrib). I've downloaded from here ftp://cs.nyu.edu/pub/gnat/3.13p/winnt/ both, the compiler and AdaGide a kind of IDE. Both are EXE-files which automatically install, and everything runs fine. > I would really like to start programming in Ada ( at home I have installed Ada83 for > the Macintosh and what I have seen thus far has been not too bad at all; it seems Ada > is well suited for numerical analysis; as an academic user I use programming only for > that sort of tasks). > > But it seems that the Windows version (no, I plan not to start to install Linux/BSD; I > do not have enough time to foster these user-unfriendly systems) impedes my plan: > > Question 1: After downloading the Gnat-compiler and unzipping it I have installed it > (administrator rights have been required). For download and install see above. > Question 2: I want to make the hello-world example Run AdaGide, type in the "with Text_IO; ...", press "F2" for compile "F3" for build, "F4" for execute. > Question 3: It seems before question 2 can be performed I have to build Ada for NT, > okay: Then maybe you've got the source distribution, not the binary (see link above). > Question 4: (an citation from the Win32 binding section): > > -Open a DOS command window. > -Run the SETPATH.BAT command from the directory where GNAT is installed. > - \win32ada\setpath (first edit \win32ada\setpath.bat if you are using gnat 3.08) > - cd \win32ada\src > - copy gnat\*.* > -gnatmake withall (ignore error messages at link time) (Optionally) I've written a lot of Windows code, even GUIs. There is no need to run a DOS command window at all. > My windows experience is dated back to 1995 and I am not sure what setpath.bat is, but > this script is not available (with the Gnat distribution). Forget it, you really don't need it.