From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-1.9 required=3.0 tests=BAYES_00,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.6 X-Received: by 2002:a37:a80c:: with SMTP id r12mr9652907qke.299.1630080822935; Fri, 27 Aug 2021 09:13:42 -0700 (PDT) X-Received: by 2002:a25:bc10:: with SMTP id i16mr6260603ybh.73.1630080822611; Fri, 27 Aug 2021 09:13:42 -0700 (PDT) Path: eternal-september.org!reader02.eternal-september.org!weretis.net!feeder8.news.weretis.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 27 Aug 2021 09:13:42 -0700 (PDT) In-Reply-To: Injection-Info: google-groups.googlegroups.com; posting-host=82.29.185.3; posting-account=BB6egAoAAABAjLp4zvd3f5IX5HWUSLwu NNTP-Posting-Host: 82.29.185.3 References: <1611e861-1ba8-4004-95bd-f02669061a76n@googlegroups.com> <80a76693-4850-469e-9e37-8a3c12cc6128n@googlegroups.com> <58753498-d2c7-4a24-8604-59c9d950faf8n@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <3d2856ef-b019-4574-b05e-d4a92e483caen@googlegroups.com> Subject: Re: GtkAda on macOS Big Sur From: Gareth Baker Injection-Date: Fri, 27 Aug 2021 16:13:42 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: reader02.eternal-september.org comp.lang.ada:62558 List-Id: Pascal, Okay - thanks for replying. The testgtk program does the same thing, a window opens up with the program= shrunk to 1/4 size against a black background. The gtk3-demo is slightly different in that it opens up on its own but I th= ink again it is 1/4 of the size it should be and the mouse clicks do not wo= rk where they should. I=E2=80=99m on macOS 15.5.2. Other programs run from the terminal (python with qt GUI) work okay. Thanks Gareth On Friday, 27 August 2021 at 16:53:19 UTC+1, Blady wrote: > Le 27/08/2021 =C3=A0 13:16, Gareth Baker a =C3=A9crit :=20 > > Pascal,=20 > >=20 > > I used the xnadalib-ce-2021 from source force (2021-big-sur folder); GN= AT version from the same source (latest version).=20 > >=20 > > Any GtkAda program I tried has the same issue but the simplest is the t= erminal hello-world from here:=20 > >=20 > > https://blady.pagesperso-orange.fr/telechargements/gtkada/gtk-ada.pdf > Thanks Gareth for reading despite the tutorial is in French language.=20 >=20 > I'm confused because the screen captures were actually done with GTKAda= =20 > CE 2021 on macOS 11.=20 > The console icon of the Hello program should appear in the Mac Dock,=20 > click on the icon to put the window in front.=20 >=20 > Is GTKAda installed in /usr/local, see=20 > https://sourceforge.net/projects/gnuada/files/GNAT_GPL%20Mac%20OS%20X/202= 1-big-sur/=20 > ?=20 >=20 > To test it, as shown in tutorial section 1, could you run the GTKAda=20 > test program?=20 > $ xnadalib=3D/usr/local/xnadalib-ce-2021=20 > $ cd $xnadalib/share/examples/gtkada/testgtk=20 > $ export XDG_DATA_DIRS=3D$xnadalib/share=20 > $ ./testgtk=20 >=20 > If not good, could you run the GTK test program?=20 > % export XDG_DATA_DIRS=3D/usr/local/xnadalib-ce-2021/share=20 > % cd /usr/local/xnadalib-ce-2021/bin=20 > % ./gtk3-demo=20 >=20 > HTH, Pascal.