Changes between Initial Version and Version 2 of Ticket #69471
- Timestamp:
- Mar 10, 2024, 10:01:47 PM (8 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #69471
- Property Cc DrLex0 added
-
Property
Version
changed from
to
2.9.1
- Property Port gtk2 gimp added
-
Ticket #69471 – Description
initial v2 8 8 For some reason the gtk2 build always causes the “Install Command Line Developer Tools.app” to be launched, claiming that “The "m4" command requires the command line developer tools,” even though they are already installed. I re-installed them just to be sure, it made no difference. I guess this is unrelated to the actual failure. 9 9 10 The gtk2 build again fails,digging into the log reveals this error:10 The gtk2 build fails; digging into the log reveals this error: 11 11 {{{ 12 12 :info:build gtkscale.c:1474:50: error: incompatible function pointer types passing 'GCompareFunc' (aka 'int (*)(const void *, const void *)') to parameter of type 'GCompareDataFunc' (aka 'int (*)(const void *, const void *, void *)') [-Wincompatible-function-pointer-types]