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.230.165 with SMTP id sz5mr1946653pbc.1.1331315823614; Fri, 09 Mar 2012 09:57:03 -0800 (PST) Path: h9ni7051pbe.0!nntp.google.com!news1.google.com!news.glorb.com!feeder.erje.net!newsfeed.straub-nv.de!eternal-september.org!feeder.eternal-september.org!mx04.eternal-september.org!.POSTED!not-for-mail From: Ludovic Brenta Newsgroups: comp.lang.ada Subject: Re: Ncurses and Ada Date: Fri, 09 Mar 2012 18:57:03 +0100 Organization: A noiseless patient Spider Message-ID: <87wr6tu07k.fsf@ludovic-brenta.org> References: Mime-Version: 1.0 Injection-Info: mx04.eternal-september.org; posting-host="xrf1/HdPZYFvklQglr790A"; logging-data="13016"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19DypoXPlAqCut4+PMBfbO9" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) Cancel-Lock: sha1:lLAU9/G84MpBtd/enUQlxkXWSgU= sha1:xbFWDLCuuTQYXxDgwPaZHPVU5sE= Content-Type: text/plain; charset=us-ascii Date: 2012-03-09T18:57:03+01:00 List-Id: Eilie writes on comp.lang.ada: > Hello, > I started learn ada recently and mess with ncurses. > I know this is somewhat unrelated but maybe someone can help me here. > I build ncurses with Ada support, > Ada examples(rain and so on) has been built fine. > But i don't know how should i build mine programs that uses ncurses. > For example: I copy rain.adb from examples dir to some other dir, > How can i build it? What options of gnatmake should i pick to build it? 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. -- Ludovic Brenta.