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.8 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM,PLING_QUERY autolearn=no autolearn_force=no version=3.4.4 Path: border1.nntp.dca1.giganews.com!nntp.giganews.com!news.glorb.com!news.unit0.net!cyclone03.ams2.highwinds-media.com!news.highwinds-media.com!voer-me.highwinds-media.com!peer03.am1!peering.am1!npeersf04.am4!fx23.fr7.POSTED!not-for-mail From: Phil Subject: Re: gtkada working on a Ubuntu Machine.... ??&##?!!!! Newsgroups: comp.lang.ada References: <2YyXv.259296$8M5.213334@fx09.fr7> <5l92l110rpc$.1v8caxflsb8tq.dlg@40tude.net> User-Agent: Pan/0.136 (I'm far too busy being delicious; GIT 926a150 git://git.gnome.org/pan2) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Message-ID: X-Complaints-To: abuse@easynews.com Organization: Forte - www.forteinc.com 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 Oct 2014 15:30:16 GMT X-Received-Body-CRC: 356939935 X-Received-Bytes: 2115 Xref: number.nntp.giganews.com comp.lang.ada:189764 Date: 2014-10-14T15:30:16+00:00 List-Id: On Fri, 03 Oct 2014 18:11:36 +0200, Dmitry A. Kazakov wrote: > On Fri, 03 Oct 2014 15:06:38 GMT, Phil wrote: > >> I am wondering if someone can give me some pointers on the best way to >> get gtkada properly installed. > > Depends on the Gtk version. Normally, you get the packages and install > them. That's all. > >> On either windows or Ubuntu. > > For Windows the latest public GtkAda + Gtk is in the GNAT GPL 2014. > > Is Ubuntu a Debian clone? Then you install Debian's Gtk and GtkAda > packages. > Ubuntu is based on debian. > Make sure you are using same Gtk version on all platforms, because Gtk > 2.x is incompatible with Gtk 3.x. [ GNAT GPL 2014 comes with Gtk 3.8. ] Thanks for the tip, will be useful later. > Check if the project refers to gtkada.gpr or the corresponding one of > the installation. Antique versions used gtkada2.gpr, if I correctly > remember. GCC 4.6 is pretty ancient for Debian. Should be 4.8 if not 4.9 > already. I have started a new thread, with more information. Is the gtkada.gpr still worth checking? When I wrote software a long time ago, we never used gtkada style stuff. It was an embedded system. Text based screen! Thanks for your answers so far.