Changes between Initial Version and Version 1 of Ticket #64540
- Timestamp:
- Jan 27, 2022, 9:01:18 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #64540
- Property Keywords snowleopard lion added; 10.6 python310 re2 removed
- Property Port py-re2 added; py310-re2 removed
-
Ticket #64540 – Description
initial v1 1 1 Hi, a port update outdated on 10.6.8 resulted in this compile error for py310-re2: 2 2 {{{ 3 3 :info:build In file included from _re2.cc:37: 4 4 :info:build /opt/local/include/re2/re2.h:974:29: error: 'TARGET_OS_OSX' is not defined, evaluates to 0 [-Werror,-Wundef-prefix=TARGET_OS_] 5 5 :info:build #if (defined(__APPLE__) && !TARGET_OS_OSX) || defined(__MINGW32__) 6 }}}