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,e793d50ead4087cc X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit X-Received: by 10.180.24.130 with SMTP id u2mr7142807wif.6.1356660472075; Thu, 27 Dec 2012 18:07:52 -0800 (PST) Path: l12ni247975wiv.1!nntp.google.com!feeder1.cambriumusenet.nl!feed.tweaknews.nl!194.134.4.91.MISMATCH!news2.euro.net!newsfeed20.multikabel.net!multikabel.net!newsfeed10.multikabel.net!news.astraweb.com!border5.a.newsrouter.astraweb.com!Xl.tags.giganews.com!border2.nntp.ams.giganews.com!nntp.giganews.com!local2.nntp.ams.giganews.com!nntp.brightview.co.uk!news.brightview.co.uk.POSTED!not-for-mail NNTP-Posting-Date: Thu, 27 Dec 2012 20:03:54 -0600 From: Robert Matthews Date: Fri, 28 Dec 2012 02:03:21 +0000 User-Agent: KNode/4.9.3 Subject: Re: Thickening Ada GTK or Vala Binding ? Newsgroups: comp.lang.ada References: <0c94b952-2bdf-4f25-98a3-91a67ed2355d@googlegroups.com> <6f0f1150-ee8c-4a3b-a64c-2cd32fe2ba53@googlegroups.com> MIME-Version: 1.0 Message-ID: X-Usenet-Provider: http://www.giganews.com X-Trace: sv3-Yrqfiar1axZm9tRiU2q5Z1yO59eQOL+l8S/5wf7ibIVNx9Gr1WJNkyTs4AtnCISyEaj3DLleqXYZfMf!tYlYgw4nRsOmv0CHNBQp+liKz4Hth4PIFBE52XCMj+hntQ3BHyiFD66TpfAHOx8kFAL90XjEHBVT!QX7uhd22qCPG8IuyCJFfFCDA X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.40 X-Original-Bytes: 2019 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit Date: 2012-12-28T02:03:21+00:00 List-Id: Patrick wrote: > Hi Robert > > This is exactly the sort of thing I was hoping to write but you did it for > me! Thanks so much for sharing your code with everyone. It even has a > simple sqlite3 binding :) > > I am working through the code and having a little trouble as my archeture > is 64 bits. > > I have been changing the _library files from /usr/lib/386-linuxi-gnu" to > /usr/lib/x86_64-linux-gnu and making progress. I noticed: > > Library_Name use "gtk-3"; in some of the gpr files. I am on debain stable > and don't have gtk3 dev files installed I am guessing I will need them. > > I will keeping working on this, thanks so much again for sharing ! > > -Patrick Glad to help. As I am now on 64-bit, perhaps you could share the results of your efforts. I think I used some Gtk3 features so you probably do need those dev files. Robert.