Changes between Version 1 and Version 2 of Ticket #63585, comment 9


Ignore:
Timestamp:
Oct 9, 2021, 5:39:57 PM (3 years ago)
Author:
mascguy (Christopher Nielsen)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #63585, comment 9

    v1 v2  
    66In terms of where I'm currently at: Based on the compilation errors related to C99, my first thought was to patch the build to specify C11. But that alone didn't make a difference, which suggests that there's more to it.
    77
    8 Simply specifying the C11 standard to `configure` didn't cut it either, perhaps due to the AutoConf script. But this patch - as ugly as it is - does take care of that. But again, it didn't make a difference, so I could use some guidance from any of you folks with more familiarity with Clang intricacies:
    9 
    10 https://github.com/macports/macports-ports/compare/master...mascguy:mascguy-pygtk
     8Currently evaluating other options...