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-Thread: 103376,c1a2f44f8ac0643b X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news4.google.com!border1.nntp.dca.giganews.com!border2.nntp.dca.giganews.com!nntp.giganews.com!local01.nntp.dca.giganews.com!nntp.comcast.com!news.comcast.com.POSTED!not-for-mail NNTP-Posting-Date: Wed, 12 Jul 2006 19:51:56 -0500 Date: Wed, 12 Jul 2006 20:50:12 -0400 From: Jeffrey Creem User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: problems with'ing ncurses support References: <1152700230.062898.37290@p79g2000cwp.googlegroups.com> In-Reply-To: <1152700230.062898.37290@p79g2000cwp.googlegroups.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Message-ID: NNTP-Posting-Host: 24.147.74.171 X-Trace: sv3-6Oo2XmlpVS3JGy5v1tCR5umsw3FUnDe1zRLGxkD9XkiMLsyv8Qc/SpC591m61cPoH/A9hfpMwVxJxR3!kublCTh9qHdyER1L+fTu7AM4QtIoVSC9oSMIu7CEY8swXa35ep9DQ1X23P1uU0+EaxyPN5mCjiJW!iao= X-Complaints-To: abuse@comcast.net X-DMCA-Complaints-To: dmca@comcast.net X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.32 Xref: g2news2.google.com comp.lang.ada:5654 Date: 2006-07-12T20:50:12-04:00 List-Id: randomm@mindless.com wrote: > X-No-Archive: Yes > > Hello all, > > I've just built ncurses 5.5 to try to use it with GNAT 3.15p on Linux. > The build went fine and it looks to me as though all the Ada files went > in the proper directories. > > I'm trying to compile the rain.adb sample program from inside Emacs as > follows: > > ------------------------------------------------------------------------------------------------------------------------------------- > cd /home/adauser/ncurses-5.5/Ada95/samples/ > cd /home/adauser/ncurses-5.5/Ada95/samples/ && gnatmake -o > /home/adauser/ncurses-5.5/Ada95/samples/rain rain -g -cargs -gnatqflo > -O -bargs -largs > gcc -c -g -gnatqflo -O rain.adb > Maybe I am missing something but how is gnatmake supposed to find the ncurses source code. Seems like a missing -I. What directory does ncurses install the .ads files into?