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=-0.3 required=5.0 tests=BAYES_00,FREEMAIL_FROM, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,fb87658050c2858a X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-07-05 12:32:50 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!news.tele.dk!148.122.208.68!news2.oke.nextra.no!nextra.com!news3.oke.nextra.no.POSTED!not-for-mail Reply-To: "Frank" From: "Frank" Newsgroups: comp.lang.ada References: <9ff447f2.0107042118.7916b39e@posting.google.com> Subject: Re: Problem with GLADE-3.11p X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Message-ID: NNTP-Posting-Host: 130.67.135.240 X-Complaints-To: news-abuse@nextra.no NNTP-Posting-Date: Thu, 05 Jul 2001 21:32:39 MEST Organization: Nextra Public Access X-Trace: news3.oke.nextra.no 994361559 130.67.135.240 Date: Thu, 5 Jul 2001 21:31:34 +0200 Xref: archiver1.google.com comp.lang.ada:9489 Date: 2001-07-05T21:31:34+02:00 List-Id: Hi! I think this looks like another posting here recently, look for "Problem with glade" by Adrian Hoe, 7.jul-2001 somewhere else in this newsgroup. Frank Adrian Hoe wrote in message news:9ff447f2.0107042118.7916b39e@posting.google.com... > Hello, > > I downloaded GLADE-3.11p and tried to make from source on OpenLinux > 2.3 with GNAT-3.11p compiler. The compilation stopped with one > warning: > > gnatmake -m -gnatpg -O2 -gnatpn -I. -I. -I../ada \ > ./xe_build.adb -o gnatdist > gnatgcc -c -I./ -gnatpg -O2 -gnatpn -I. -I. -I../ada -I- > ../ada/debug.adb > debug.ads:36:06: warning: no entities of "Types" are referenced > gnatmake: "../ada/debug.adb" compilation error > make[1]: *** [gnatdist] Error 4 > make[1]: Leaving directory > `/home/byhoe/download/Ada-glade/glade-3.11p/Dist' > make: *** [all-recursive] Error 1 > > > I could not figure out why? Can anyone help? > > Thanks and best regards, > > Adrian Hoe