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,b7d0df4caba54f2 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.74.201 with SMTP id w9mr2664332pbv.0.1331317719885; Fri, 09 Mar 2012 10:28:39 -0800 (PST) Path: h9ni7136pbe.0!nntp.google.com!news2.google.com!news.glorb.com!feeder.erje.net!news2.arglkargh.de!news.swapon.de!eternal-september.org!feeder.eternal-september.org!mx04.eternal-september.org!.POSTED!not-for-mail From: Eilie Newsgroups: comp.lang.ada Subject: Re: Ncurses and Ada Date: Fri, 9 Mar 2012 18:28:39 +0000 (UTC) Organization: A noiseless patient Spider Message-ID: References: <87wr6tu07k.fsf@ludovic-brenta.org> Mime-Version: 1.0 Injection-Date: Fri, 9 Mar 2012 18:28:39 +0000 (UTC) Injection-Info: mx04.eternal-september.org; posting-host="Djv7k0en5Qxna71K2VR8XQ"; logging-data="27322"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX188AtRw05/Gi/MnemTi1aRr" User-Agent: slrn/0.9.9p1 (Linux) Cancel-Lock: sha1:BOKc6rh5S9EfKp0AUUYGZ53L104= Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: 2012-03-09T18:28:39+00:00 List-Id: On 2012-03-09, Ludovic Brenta wrote: > > I don't know what platform you develop on but Debian is your friend :) > and Nicolas Boulenguez made sure it is as easy as possible for you to > use ncurses in your programs: > > aptitude install libncursesada2-dev > > then look in the file /usr/share/ada/adainclude/ncursesada.gpr. > I'm on Arch Linux and i have /usr/share/ada/adainclude but i don't have /usr/share/ada/adainclude/ncursesada.gpr in it. I already find out wich options should i use to compile my code with ncurses. Anyway thank you for your attention.