Changes between Version 1 and Version 2 of Ticket #66170, comment 4


Ignore:
Timestamp:
Nov 6, 2022, 7:12:18 PM (2 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #66170, comment 4

    v1 v2  
    1 I think you can get rid of this change, as most likely all you need is to define {{{__STDC_FORMAT_MACROS}}}, commonly needed on 10.6.
     1I think you can probably revert the header change, as most likely all you need is to define {{{__STDC_FORMAT_MACROS}}}, commonly needed on 10.6.
    22
    3 We talked about this before <https://trac.macports.org/ticket/66042> and you felt it was the wrong fix (not sure why) but  I was never sure why the <cinttypes> switch seemed to work, TBH.
    43{{{
    54- #include <inttypes.h>
    65+ #include <cinttypes>
    76}}}
     7
     8or maybe the header change is right too.