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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,f1afd0be1adb52ea,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!news.maxwell.syr.edu!sn-xit-03!sn-xit-08!sn-post-01!supernews.com!corp.supernews.com!not-for-mail From: "GlesgaMick" Newsgroups: comp.lang.ada Subject: How do i configure AdaGIDE to use the GNAT compiler? Date: Sun, 26 Sep 2004 09:27:18 -0400 Organization: www.talkaboutprogramming.com Message-ID: X-Newsreader: www.talkaboutprogramming.com Content-Type: text/plain; X-Complaints-To: abuse@supernews.com Xref: g2news1.google.com comp.lang.ada:4210 Date: 2004-09-26T09:27:18-04:00 List-Id: ok, i use windows ME, i installed "gnat-3.15p-nt.exe" to D:\GNAT. then i installed AdaGIDE to that directory (as instructed at setup). i create a simple "Hello, World!" program to test that its working. ie: --start code with Ada.Text_Io; procedure Hello is begin Ada.Text_Io.Put_Line("Hello world!"); end Hello; --end code when i click "compile" i get the message: Compiling... gnat1: invalid switch: 2 Completed. i can use gnatmake from the command line and it works, so how do i configure GIDE to work, so i can just click?