Changes between Version 1 and Version 2 of Ticket #66170, comment 4
- Timestamp:
- Nov 6, 2022, 7:12:18 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #66170, comment 4
v1 v2 1 I think you can get rid of thischange, as most likely all you need is to define {{{__STDC_FORMAT_MACROS}}}, commonly needed on 10.6.1 I 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. 2 2 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.4 3 {{{ 5 4 - #include <inttypes.h> 6 5 + #include <cinttypes> 7 6 }}} 7 8 or maybe the header change is right too.