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 autolearn=ham autolearn_force=no version=3.4.6 Path: eternal-september.org!reader02.eternal-september.org!aioe.org!RKN7TKnHC01q0gdg6EhkbQ.user.46.165.242.75.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: GtkAda on macOS Big Sur Date: Fri, 27 Aug 2021 20:48:39 +0100 Organization: Aioe.org NNTP Server Message-ID: References: <1611e861-1ba8-4004-95bd-f02669061a76n@googlegroups.com> <80a76693-4850-469e-9e37-8a3c12cc6128n@googlegroups.com> <58753498-d2c7-4a24-8604-59c9d950faf8n@googlegroups.com> <3d2856ef-b019-4574-b05e-d4a92e483caen@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: gioia.aioe.org; logging-data="32278"; posting-host="RKN7TKnHC01q0gdg6EhkbQ.user.gioia.aioe.org"; mail-complaints-to="abuse@aioe.org"; User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (darwin) X-Notice: Filtered by postfilter v. 0.9.2 Cancel-Lock: sha1:Smu4PBfqCixxhbzBjSCbzwRmiBU= Xref: reader02.eternal-september.org comp.lang.ada:62561 List-Id: Gareth Baker writes: > Humm - not sure why but removing the security attribute does not work > for me. Without removing it the programs won't run at all, unless you've turned off system integrity protection (bad idea). And having removed it, as I said, I see the same unexpected behaviour you do. Pascal, I'm on a MacBook Pro (Retina, 13-inch, Early 2015) > On Friday, 27 August 2021 at 18:12:31 UTC+1, Simon Wright wrote: >> Gareth Baker writes: >> >> > 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 think again it is 1/4 of the size it should be and the mouse clicks >> > do not work where they should. >> Same here. >> > I’m on macOS 15.5.2. >> 11.5.2 I think! >> >> I had to run "sudo xattr -d com.apple.quarantine" on bin/*, lib/*.dylib, >> lib/*.so, and the testgtk program. >> >> Also, on page 2 of >> https://blady.pagesperso-orange.fr/telechargements/gtkada/gtk-ada.pdf, >> it should say >> $ PATH=/opt/gnat-ce-2021/bin:$PATH >> not >> $ PATH=/opt/gnat-ce-2021:$PATH