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,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.107.136.168 with SMTP id s40mr7389717ioi.107.1515362376417; Sun, 07 Jan 2018 13:59:36 -0800 (PST) X-Received: by 10.157.81.209 with SMTP id d17mr98942oth.6.1515362376188; Sun, 07 Jan 2018 13:59:36 -0800 (PST) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!gandalf.srv.welterde.de!weretis.net!feeder6.news.weretis.net!feeder.usenetexpress.com!feeder-in1.iad1.usenetexpress.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!g80no1386838itg.0!news-out.google.com!b73ni4481ita.0!nntp.google.com!g80no1386831itg.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sun, 7 Jan 2018 13:59:35 -0800 (PST) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=2601:645:c001:2a91:81f5:3f14:20a6:2f13; posting-account=fxr6CwoAAABjARAbZ01okNaxDpxQT8RH NNTP-Posting-Host: 2601:645:c001:2a91:81f5:3f14:20a6:2f13 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Install and binding for gtkada with GNAT/GPS on Mac OSX Sierra From: Mace Ayres Injection-Date: Sun, 07 Jan 2018 21:59:36 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: reader02.eternal-september.org comp.lang.ada:49807 Date: 2018-01-07T13:59:35-08:00 List-Id: Much discussed topic, but anyway. I have GNAT/GPS running for my learning t= o program with Ada. But, continuous problems getting gtkada operation. Dire= ctory structure is: /usr/local/gnat & /usr/local/gtkada/; I keep my sources= over in /Users/Me/gnat/... After download of gtkada and unzip into /usr/local/gtkada/ I run the config= ure executable and it runs, pausing to create config.lt. Then it fails beca= use of missing files: No package 'glib-2.0' found No package 'atk' found No= package 'pango' found No package 'cairo' found No package 'cairo-gobject' = found No package 'gdk-pixbuf-2.0' found The config.lt is very long and looks nothing like a simple pig-config.ac fi= le, listing needed files and meta data Do I need to write up the pkg-config.ac file for gtkada bindings myself? My PKG_CONFIG_PATH is set to "/opt/pkgconfig/bin" Instructions say to run c= onfigure.ac with autoconf, but I can't get that to work.