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=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.66.148.2 with SMTP id to2mr11504441pab.23.1440247463278; Sat, 22 Aug 2015 05:44:23 -0700 (PDT) X-Received: by 10.182.105.130 with SMTP id gm2mr196121obb.13.1440247463242; Sat, 22 Aug 2015 05:44:23 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!news.glorb.com!se8no8317790igc.0!news-out.google.com!f6ni1884igi.0!nntp.google.com!x6no3290526igd.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sat, 22 Aug 2015 05:44:22 -0700 (PDT) In-Reply-To: <1pwzgwhy55yz3$.s7sid277ggvr.dlg@40tude.net> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=92.105.173.67; posting-account=DQbqYQoAAACn8hHn2LmG2aF7Mhbxl_Lf NNTP-Posting-Host: 92.105.173.67 References: <0d2ca159-baab-4781-bc56-d957f5bd61b6@googlegroups.com> <1pwzgwhy55yz3$.s7sid277ggvr.dlg@40tude.net> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <704291a2-c74a-4ea3-9348-3d4a32cad5cc@googlegroups.com> Subject: Re: Gtkada on Mac using Quartz From: ahlan@marriott.org Injection-Date: Sat, 22 Aug 2015 12:44:23 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: news.eternal-september.org comp.lang.ada:27573 Date: 2015-08-22T05:44:22-07:00 List-Id: Problem solved. It appears that i can't type. I used macport to install Gtk and typed +quatz instead of +quartz and so it installed the X11 version instead of Quartz. :-( After I reinstalled it for +quartz I was able to use the installation of GtkAda to build the bindings. I was also able to build testgtk and my test program. Although both of these work under Ubuntu and windows, neither work under Yosemite. Perhaps the problem lies by my using a newer version of Gtk? Has anyone any experience with Gtk on Mac? Should I use an older version? If so which - 3.8.4 perhaps? On Saturday, August 22, 2015 at 10:47:21 AM UTC+2, Dmitry A. Kazakov wrote: > On Sat, 22 Aug 2015 01:30:22 -0700 (PDT), ahlan@marriott.org wrote: > > > I then started the build by issuing the command Make > > This started - but quickly failed ;-( > > > > gcc -c -gnat05 -gnatQ -O2 -gnatn -gnatws gtkada-mdi.adb > > gcc -c -gnat05 -gnatQ -O2 -gnatn -gnatws gtkada-intl.adb > > gcc -c -gnat05 -gnatQ -O2 -gnatn -gnatws gtkada-handlers.ads > > gcc -c -gnat05 -gnatQ -O2 -gnatn -gnatws gtkada-file_selection.adb > > /Users/Ahlan/Documents/gtkada-gpl-2015-src/src/misc_osx.m:37:10: fatal error: > > 'gdk/gdkquartz.h' file not found > > #include > > ^ > > gcc -c -gnat05 -gnatQ -O2 -gnatn -gnatws gtkada-dialogs.adb > > 1 error generated. > > > > compilation of misc_osx.m failed > > > > gprbuild: *** compilation phase failed > > > > Has anyone any idea why the file gdkquartz.h is missing? > > Because you didn't install it? I don't know Mac OS, I suppose gdkquartz.h > is a part of a gtk-quartz developing package you should have installed. > > BTW, gtkada-dialogs might not work under GTK 3.16. Guys are busy loading > GTK with new incompatibilities... I am going to publish GtkAda > contributions with replacements for deprecated dialog functions tomorrow. > > > Has anyone ventured down this path - perhaps even getting GtkAda to work? > > I compiled GtkAda for Fedora and Debian. (ARM targets need some work > because they have gprbuild broken) > > -- > Regards, > Dmitry A. Kazakov > http://www.dmitry-kazakov.de On Saturday, August 22, 2015 at 10:47:21 AM UTC+2, Dmitry A. Kazakov wrote: > On Sat, 22 Aug 2015 01:30:22 -0700 (PDT), ahlan@marriott.org wrote: > > > I then started the build by issuing the command Make > > This started - but quickly failed ;-( > > > > gcc -c -gnat05 -gnatQ -O2 -gnatn -gnatws gtkada-mdi.adb > > gcc -c -gnat05 -gnatQ -O2 -gnatn -gnatws gtkada-intl.adb > > gcc -c -gnat05 -gnatQ -O2 -gnatn -gnatws gtkada-handlers.ads > > gcc -c -gnat05 -gnatQ -O2 -gnatn -gnatws gtkada-file_selection.adb > > /Users/Ahlan/Documents/gtkada-gpl-2015-src/src/misc_osx.m:37:10: fatal error: > > 'gdk/gdkquartz.h' file not found > > #include > > ^ > > gcc -c -gnat05 -gnatQ -O2 -gnatn -gnatws gtkada-dialogs.adb > > 1 error generated. > > > > compilation of misc_osx.m failed > > > > gprbuild: *** compilation phase failed > > > > Has anyone any idea why the file gdkquartz.h is missing? > > Because you didn't install it? I don't know Mac OS, I suppose gdkquartz.h > is a part of a gtk-quartz developing package you should have installed. > > BTW, gtkada-dialogs might not work under GTK 3.16. Guys are busy loading > GTK with new incompatibilities... I am going to publish GtkAda > contributions with replacements for deprecated dialog functions tomorrow. > > > Has anyone ventured down this path - perhaps even getting GtkAda to work? > > I compiled GtkAda for Fedora and Debian. (ARM targets need some work > because they have gprbuild broken) > > -- > Regards, > Dmitry A. Kazakov > http://www.dmitry-kazakov.de