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.224.184.11 with SMTP id ci11mr16799314qab.1.1356658897529; Thu, 27 Dec 2012 17:41:37 -0800 (PST) Received: by 10.49.12.238 with SMTP id b14mr4962968qec.18.1356658897513; Thu, 27 Dec 2012 17:41:37 -0800 (PST) Path: k2ni3151qap.0!nntp.google.com!ee4no2654570qab.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 27 Dec 2012 17:41:37 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=70.53.16.242; posting-account=cUi90woAAADTaOISowbbHM8GUD0-opJO NNTP-Posting-Host: 70.53.16.242 References: <0c94b952-2bdf-4f25-98a3-91a67ed2355d@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <6f0f1150-ee8c-4a3b-a64c-2cd32fe2ba53@googlegroups.com> Subject: Re: Thickening Ada GTK or Vala Binding ? From: Patrick Injection-Date: Fri, 28 Dec 2012 01:41:37 +0000 Content-Type: text/plain; charset=ISO-8859-1 Date: 2012-12-27T17:41:37-08:00 List-Id: 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