Changes between Initial Version and Version 2 of Ticket #53057
- Timestamp:
- Dec 12, 2016, 9:04:06 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #53057
- Property Keywords zmq header pragma removed
-
Property
Status
changed from
new
toassigned
- Property Owner set to stromnov
-
Ticket #53057 – Description
initial v2 1 1 Since zmq in MacPorts is now version 4.2, the czmq package (at czmq v3.0.2) no longer builds. This is due to czmq_prelude.h attempting to #import the deprecated zmq_utils. As a result of this import we end up with a clang compiler error arising from line zmq_utils:40 2 2 {{{ 3 3 #pragma GCC diagnostic ignored "-Wcpp" 4 4 }}} 5 5 6 6