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!news3.google.com!feeder.news-service.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 13:59:43 -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:17910 Date: 2011-03-06T13:59:43-08:00 List-Id: On 3/6/2011 9:09 AM, Jeffrey Carter wrote: > On 03/06/2011 09:23 AM, Nasser M. Abbasi wrote: >> >> $ 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 > > Which version are you trying to build? This sounds like one of the earlier > versions being built with a later version of GtkAda. V6.0 should build with the > latest versions of GtkAda. > Sorry I did not say. I put all the inforation in the email I send which bounced back. Yes, I tried V4.0 and V5.0 sources on this page http://pragmada.x10hosting.com/mindet.html I must have overlooked V6.0 link, which now I see. So, I downloaded that V 6.0, and it builds ok and runs fine, on linux. $ 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 gcc-4.4 -c -I../pragmarc -I/usr/share/ada/adainclude/gtkada2 field.ads gcc-4.4 -c -I../pragmarc -I/usr/share/ada/adainclude/gtkada2 field-operations.adb gnatbind -I../pragmarc -aI/usr/share/ada/adainclude/gtkada2 -aO/usr/lib/ada/adalib/gtkada2 -x mine_detector.ali gnatlink mine_detector.ali -L/usr/lib -lgtkada2 -pthread -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lm -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 $ nice to finally be able an Ada GUI application from source. >> I send email to pragmada@mchsi.com (mailing shown on the web site), but >> email bounced back). May be no body home any more. > > I thought that had been updated. Should be > > pragmada@pragmada.x10hosting.com > They still then have the old email on this page, where I went to download the additional source needed to build the program: http://pragmada.x10hosting.com/pragmarc.htm You'll see the "contact us" link on this page is the one I used. I am using Linux mint, and was easy to install gcc and all the needed Ada software needed, also gps. I think Linux is easier to use than Windows for software development. Thanks --Nasser