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,XPRIO autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,f584584414f854c6,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-09-29 11:55:31 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!feed.textport.net!out.nntp.be!propagator-SanJose!news-in-sanjose!newshub2.rdc1.sfba.home.com!news.home.com!news1.rdc1.nj.home.com.POSTED!not-for-mail From: "John Foley" Newsgroups: comp.lang.ada Subject: AdaGide on Windows X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Message-ID: Date: Sat, 29 Sep 2001 18:55:31 GMT NNTP-Posting-Host: 24.10.112.87 X-Complaints-To: abuse@home.net X-Trace: news1.rdc1.nj.home.com 1001789731 24.10.112.87 (Sat, 29 Sep 2001 11:55:31 PDT) NNTP-Posting-Date: Sat, 29 Sep 2001 11:55:31 PDT Organization: Excite@Home - The Leader in Broadband http://home.com/faster Xref: archiver1.google.com comp.lang.ada:13519 Date: 2001-09-29T18:55:31+00:00 List-Id: Recently I downloaded and installed gnat-3.13p-nt.exe and adagide-6.26.exe on my windows 2000 machine. I try to "build" a very simple program from AdaGide. Here is the program text ================== with Ada.Text_Io; use Ada.Text_Io; procedure hello is begin put_line ("hello world"); END hello; ================== I save this file to the name: hello.adb This program will compile fine, but when I attempt to build it via AdaGide, I get this output in the debug window: Building... GNATMAKE 3.13p (20000509) Copyright 1995-2000 Free Software Foundation Inc. "hello.ali" being checked ... -> "hello.ali" missing. gnatbind -x hello.ali program: Cannot find: gnatbind.exe.ali gnatmake: *** bind failed Done--error detected. I guessed that these errors had to do with environment settings so I played around with the dialog in Tools | GNAT options in current directory ... All of my efforts thus far have failed so I turn to Usenet, any help would be greatly appreciated.