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,XPRIO autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,2f866bc7acdb13ab,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-10-06 04:59:41 PST Path: archiver1.google.com!news2.google.com!news1.google.com!newsfeed.stanford.edu!news.tele.dk!small.news.tele.dk!148.122.208.68!news2.oke.nextra.no!nextra.com!news1.oke.nextra.no.POSTED!not-for-mail Reply-To: "Frank" From: "Frank" Newsgroups: comp.lang.ada Subject: Recompiling Glade from sources on RedHat Linux 6.2 (GNAT 3.13p-7) 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: <46Cv7.10572$tu6.246895@news1.oke.nextra.no> NNTP-Posting-Host: 130.67.138.22 X-Complaints-To: news-abuse@nextra.no NNTP-Posting-Date: Sat, 06 Oct 2001 13:41:52 MET DST Organization: Nextra Public Access X-Trace: readme.online.no 1002368513 130.67.138.22 Date: Sat, 6 Oct 2001 13:39:42 +0200 Xref: archiver1.google.com comp.lang.ada:13825 Date: 2001-10-06T13:39:42+02:00 List-Id: Hi ! This is regarding Linux 6.2 RedHat, GNAT 3-13p-7. I have removed the RPM installation of glade, and have compiled the source in a private directory (./configure --prefix=/home/frank/glade/glade-3.13p-src) I have added the path to the compiled gnatdist first in the PATH I get a gnatdist produced. When I try to "make" the Examples, I get the response: gcc: mainloop.adb: Ada compiler not installed on this system gnatdist: "mainloop.ali" WARNING: ALI or object file not found after compile (full output at end of this post). I have a feeling that it is something with some of my paths? (In my opinion GNAT is installed :-) Should I change the variables ADA_OBJECTS_PATH, ADA_INCLUDE_PATH, ADAHOME? This is not mentioned in the INSTALL file, but I see that some of these variables have references to garlic. Do I need the sources for the GNAT? As I understand it a subset of Ada is in the glade source distribution. Frank " [frank@localhost Examples]$ make Making all in Eratho make[1]: Entering directory `/home/frank/glade/glade-3.13p-src/Examples/Eratho' Making all in absolute make[2]: Entering directory `/home/frank/glade/glade-3.13p-src/Examples/Eratho/absolute' /home/frank/glade/glade-3.13p-src/bin/gnatdist -I. absolute.cfg gcc: mainloop.adb: Ada compiler not installed on this system gnatdist: "mainloop.ali" WARNING: ALI or object file not found after compile gnatdist: mainloop.adb compilation error make[2]: *** [mainloop] Error 4 make[2]: Leaving directory `/home/frank/glade/glade-3.13p-src/Examples/Eratho/absolute' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/frank/glade/glade-3.13p-src/Examples/Eratho' make: *** [all-recursive] Error 1 "