Changes between Initial Version and Version 1 of Ticket #66170, comment 4
- Timestamp:
- Nov 6, 2022, 6:49:18 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #66170, comment 4
initial v1 1 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. 2 2 3 We talked about this before <https://trac.macports.org/ticket/66042> and you felt i swas the wrong fix (not sure why) but I was never sure why the <cinttypes> switch seemed to work, TBH.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 4 {{{ 5 5 - #include <inttypes.h>