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,b2e3c95be583034a X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news1.google.com!newsfeed2.dallas1.level3.net!news.level3.com!newsfeed-00.mathworks.com!lon-transit.news.telstra.net!pit-transit.telstra.net!lon-in.news.telstra.net!news.telstra.net!news-server.bigpond.net.au!53ab2750!not-for-mail From: "Paul" Newsgroups: comp.lang.ada References: <87lkbuzkue.fsf@ludovic-brenta.org> <0kzBi.28391$4A1.7829@news-server.bigpond.net.au> <46d6e47b$0$7556$edfadb0f@dread11.news.tele.dk> <46d7d820$0$7685$9b4e6d93@newsspool2.arcor-online.net> Subject: Re: Ada on Linux X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.3138 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3138 X-RFC2646: Format=Flowed; Response Message-ID: Date: Sat, 01 Sep 2007 08:58:26 GMT NNTP-Posting-Host: 124.176.22.28 X-Complaints-To: abuse@bigpond.net.au X-Trace: news-server.bigpond.net.au 1188637106 124.176.22.28 (Sat, 01 Sep 2007 18:58:26 EST) NNTP-Posting-Date: Sat, 01 Sep 2007 18:58:26 EST Organization: BigPond Internet Services Xref: g2news2.google.com comp.lang.ada:1644 Date: 2007-09-01T08:58:26+00:00 List-Id: I'm very pleased to say I've had some success. Following Georg's suggestion below I have managed to get the testgdk program compiled and running although it will not run the Open GL component - something to follow up on. My final problems have been with paths, shared libraries and the like but I'm making progress. I'm going to stop for a bit and rewrite all my notes including various suggestions from contributors to my dilemma so I can recreate this again. My own little test program fails with a gazillion link errors so obviously I haven't got the paths sorted yet. Kind of reminds me of my days at uni in the 80's running pascal compilation assignments on the mainframe and having to collective the pages of error printout the next day. I was so pleased when the college started Turbo Pascal. Thanks again for all your help. Regards Paul "Georg Bauhaus" wrote in message news:46d7d820$0$7685$9b4e6d93@newsspool2.arcor-online.net... > Paul wrote: >> >> Is there a package I can download using apt-get that will install the >> gtkada ada libraries? Or do I have to compile the libraries from the >> gtkada libre site? https://libre.adacore.com/GtkAda/ I'm a bit concerned >> about that because following the second path is how I got into strife the >> first time around. > > In cases like these I have found the Debian package dependencies > listings useful: > > $ apt-cache search glade | grep ada > > This turns up a number of packages. Among these are > libgtkada-gllade-2.8 and libgtkada2-dev. > Looking at their respective lists of dependencies makes > me think that all necessary libraries for writing Gtk > programs with Ada will be drawn in when you install them. > > Have you tried the Synaptic Package Manger, or dselect? > (The latter is only for those who would agree that vi is > really a powerful editing programs :-) > > > -- Georg >