Changes between Initial Version and Version 1 of Ticket #72897


Ignore:
Timestamp:
Aug 24, 2025, 9:08:18 PM (6 months ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

We would rather fix the code than suppress the warning.

If fixing the code is too difficult then use configure.cflags-append -Wno-int-conversion instead.

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 Sequoia to gtk-sharp2: int conversion errors
  • Ticket #72897 – Description

    initial v1  
    11The gtk-sharp2 port errors with the following error on Sequoia 15.6.1 (note that this is from the main.log output)
    22
     3{{{
    34:info:build windowmanager.c:113:12: error: incompatible integer to pointer conversion assigning to 'gpointer' (aka 'void *') from 'long' [-Wint-conversion]
    4 
    55:info:build   113 |                 list [i] = data [i];
     6}}}
    67
    78This can be fixed with the addition of
    89
     10{{{
    911configure.args      CFLAGS=-Wno-int-conversion
     12}}}
    1013
    1114to the Portfile.