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,UTF8 X-Google-Thread: 103376,e51d19b82fc71695 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-07-17 08:20:52 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!lnewspeer01.lnd.ops.eu.uu.net!bnewsoutpeer01.bru.ops.eu.uu.net!bnewsinpeer01.bru.ops.eu.uu.net!bnewspost00.bru.ops.eu.uu.net!emea.uu.net!read.news.fr.uu.net!not-for-mail From: "Nicolas Setton" Organization: ACT Europe Subject: Re: [GPS] undefined attribute "Executable" Date: Thu, 17 Jul 2003 17:19:30 +0200 User-Agent: Pan/0.13.3.90 (Back in the Garnome) Message-ID: Newsgroups: comp.lang.ada References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit NNTP-Posting-Host: crolles.act-europe.fr X-Trace: 1058455249 read.news.fr.uu.net 241 212.157.227.150 X-Complaints-To: abuse@fr.uu.net Xref: archiver1.google.com comp.lang.ada:40406 Date: 2003-07-17T17:19:30+02:00 List-Id: > I just installed the GPS, and I always get an »undefined attribvute > "Executable"« when trying to build something. The offending line seems to > be: > > for Executable ("main.adb") use "main"; My guess is that your version of GNAT doesn't support this project attribute. In this case, the work-around is indeed not to specify an executable in your project ;-) (If needed, you can always write a simple makefile and call "make" from GPS) By the way, there is a gps-users mailing list on http://libre.act-europe.fr/gps which is used for this kind of questions Cheers, Nico