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, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,f15b862e11b575a4 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news4.google.com!feeder.news-service.com!94.75.214.39.MISMATCH!aioe.org!.POSTED!not-for-mail From: "Nasser M. Abbasi" Newsgroups: comp.lang.ada Subject: Re: Air traffic control system in Java Date: Sun, 06 Mar 2011 08:23:27 -0800 Organization: Aioe.org NNTP Server Message-ID: References: <4d6ffe16$0$17930$a8266bb1@postbox2.readnews.com> <4d711c62$0$27719$882e7ee2@usenet-news.net> <4d712326$0$27719$882e7ee2@usenet-news.net> <4d712b6a$0$17204$882e7ee2@usenet-news.net> <0b3daa32-8571-4a7f-a96f-cd876f4c4127@d12g2000prj.googlegroups.com> <4d712e64$0$17204$882e7ee2@usenet-news.net> <1l023eg1ilrni.xwge3tgrabol$.dlg@40tude.net> <882b38e2-0eaa-4b2e-944c-692eca47908f@q12g2000prb.googlegroups.com> Reply-To: nma@12000.org NNTP-Posting-Host: tUYQ4Ty9mMw9Pdc8TJRFQA.user.speranza.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: abuse@aioe.org User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101207 Thunderbird/3.1.7 X-Notice: Filtered by postfilter v. 0.8.2 Xref: g2news1.google.com comp.lang.ada:17904 Date: 2011-03-06T08:23:27-08:00 List-Id: On 3/5/2011 4:47 PM, Jeffrey Carter wrote: > On 03/05/2011 12:37 AM, Nasser M. Abbasi wrote: >> >> Other than GPS and the work by Dmitry and few others using GTK here, >> where are the Ada GUI apps written using GTK Ada? > > You could look at Mine Detector: > > http://pragmada.x10hosting.com/mindet.html > Thanks. I did. I installed everything now on linux, gcc, gnat, gtkada, but get compile error on the above game. The .exe runs ok on windows, but was trying to compile it from source on linux, just try see if I can compile an Ada gtk app. $ gnatmake -I../pragmarc mine_detector.adb `gtkada-config` gcc-4.4 -c -I../pragmarc -I/usr/share/ada/adainclude/gtkada2 mine_detector.adb gcc-4.4 -c -I../pragmarc -I/usr/share/ada/adainclude/gtkada2 user_if.adb user_if.adb:543:22: subprogram "First_Game" has wrong convention user_if.adb:543:22: does not match convention of access type "Init_Function" gnatmake: "user_if.adb" compilation error I send email to pragmada@mchsi.com (mailing shown on the web site), but email bounced back). May be no body home any more. --Nasser