Le 27/08/2021 à 19:12, Simon Wright a écrit :
> Gareth Baker <
gareth...@gmail.com> 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!
macOS 11.5.2 too.
> I had to run "sudo xattr -d com.apple.quarantine" on bin/*, lib/*.dylib,
> lib/*.so, and the testgtk program.
I forgot to mention that in Readme, I'll change it on SF.
I should package the whole as you do for GNAT.
Thanks for the typo, fixed in source text.
The reported behavior by Gareth and you is quite puzzling.
Maybe one configuration difference could be Xcode.
I installed only Xcode (no CL tools):
% xcodebuild -version
Xcode 12.5.1
Build version 12E507
% pkgutil --pkg-info=com.apple.pkg.CLTools_Executables
No receipt for 'com.apple.pkg.CLTools_Executables' found at '/'.
% xcode-select -p
/Applications/Xcode.app/Contents/Developer
I guess nothing relevant was printed in the Terminal.
However, could you check the dylib loading with DYLD_PRINT_LIBRARIES?
For instance:
% DYLD_PRINT_LIBRARIES=1 ./gtk3-demo
Other ideas are welcome :-)
Pascal.