Changes between Initial Version and Version 1 of Ticket #72897
- Timestamp:
- Aug 24, 2025, 9:08:18 PM (6 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #72897
- Property Keywords sequoia added
- Property Port gtk-sharp2 added
-
Property
Summary
changed from
gtk-sharp2 needs CFLAG on Sequoiatogtk-sharp2: int conversion errors
-
Ticket #72897 – Description
initial v1 1 1 The gtk-sharp2 port errors with the following error on Sequoia 15.6.1 (note that this is from the main.log output) 2 2 3 {{{ 3 4 :info:build windowmanager.c:113:12: error: incompatible integer to pointer conversion assigning to 'gpointer' (aka 'void *') from 'long' [-Wint-conversion] 4 5 5 :info:build 113 | list [i] = data [i]; 6 }}} 6 7 7 8 This can be fixed with the addition of 8 9 10 {{{ 9 11 configure.args CFLAGS=-Wno-int-conversion 12 }}} 10 13 11 14 to the Portfile.
