Changes between Initial Version and Version 2 of Ticket #53057


Ignore:
Timestamp:
Dec 12, 2016, 9:04:06 PM (7 years ago)
Author:
mf2k (Frank Schima)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #53057

    • Property Keywords zmq header pragma removed
    • Property Status changed from new to assigned
    • Property Owner set to stromnov
  • Ticket #53057 – Description

    initial v2  
    11Since 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{{{
    33               #pragma GCC diagnostic ignored "-Wcpp"
    4 
     4}}}
    55
    66