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: a07f3367d7,d53a70a10d79b10f X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII Path: g2news2.google.com!news1.google.com!news.glorb.com!news2.glorb.com!news-in-01.newsfeed.easynews.com!news-in-02.newsfeed.easynews.com!easynews!core-easynews-01!easynews.com!en-nntp-01.dc1.easynews.com.POSTED!not-for-mail From: Rob Solomon Newsgroups: comp.lang.ada Subject: Re: Window Management Message-ID: References: <3e75f9e0-9689-4ac7-b5c2-5bf262751382@t21g2000yqi.googlegroups.com> X-Newsreader: Forte Agent 4.2/32.1118 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Complaints-To: abuse@easynews.com Organization: Forte Inc. http://www.forteinc.com/apn/ X-Complaints-Info: Please be sure to forward a copy of ALL headers otherwise we will be unable to process your complaint properly. Date: Tue, 14 Jul 2009 20:14:47 -0400 Xref: g2news2.google.com comp.lang.ada:7065 Date: 2009-07-14T20:14:47-04:00 List-Id: On Sun, 5 Jul 2009 16:25:48 -0700 (PDT), Ludovic Brenta wrote: >Rob Solomon wrote on comp.lang.ada: >> I have a lot of experience w/ Modula-2 and would like to know how to >> find comparable packages and subprograms to these Modules. �Idealy, I >> would like the same code to work under WinXP and Ubuntu 9.04 >[...] > >I think the closest equivalent to your specification is TextTools >[1,2]. It is a library working on top of curses and supports both of >the systems you mention. However, as the name implies, it only deals >with text-mode interfaces (with mouse). If you need a graphical >interface, you will have to write a library on top of either GtkAda >[3,4] or QtAda[5]. HTH > >[1] http://www.pegasoft.ca/tt.html >[2] http://packages.qa.debian.org/libt/libtexttools.html >[3] http://libre.adacore.com/GtkAda/ >[4] http://packages.qa.debian.org/libg/libgtkada2.html >[5] http://www.qtada.com/en/index.html I am trying texttools from pegasoft but it won't compile. I unpacked it to ~/Download/texttools-2.0.5/ I looked at C_code.c and didn't see what to change. I think I have ncurses5 I am using a virtual linuxmint 5 running under vmware workstation to test this. make gives me a lot of errors from curses.c: In function CKeyPress and I'm getting a lot of undefined types. chtype stdscr too many to list. I don't know what to do.