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=0.0 required=3.0 tests=BAYES_20,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.6 X-Received: by 2002:a0c:d60c:: with SMTP id c12mr7124767qvj.18.1629558939484; Sat, 21 Aug 2021 08:15:39 -0700 (PDT) X-Received: by 2002:a25:5556:: with SMTP id j83mr32636827ybb.309.1629558939331; Sat, 21 Aug 2021 08:15:39 -0700 (PDT) Path: eternal-september.org!reader02.eternal-september.org!news.mixmin.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: Sat, 21 Aug 2021 08:15:39 -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> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <5fa5e1c8-0b4f-407d-a32e-4b909869321cn@googlegroups.com> Subject: Re: GtkAda on macOS Big Sur From: Gareth Baker Injection-Date: Sat, 21 Aug 2021 15:15:39 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: reader02.eternal-september.org comp.lang.ada:62518 List-Id: On Saturday, 21 August 2021 at 15:47:29 UTC+1, Dmitry A. Kazakov wrote: > On 2021-08-21 16:28, Gareth Baker wrote:=20 > > I hope someone can help - I've used GtkAda before with no problems (Ada= Core CE and Xnadalib) but I'm now getting an odd behaviour. Using the recen= t Ce-2021 versions (and actually all other previous versions back to 2019).= The programs compile okay but when launched they appear as a small rectang= le (top left quarter) within a larger window with a black background.=20 > >=20 > > Am I missing some setting that not mentioned in the README(s)? > Hmm, a console application? Do you have the linker switch -mwindows on?= =20 >=20 > --=20 > Regards,=20 > Dmitry A. Kazakov=20 > http://www.dmitry-kazakov.de No it should be the basic one window with 'Hello World' label in the middle= . It's launched from the terminal (zsh). Thanks Gareth