If I look through the tarball for zmq 3.2.4 or 4.0.4, I find only zmq.h, no zmq.hpp. From the look of it, zmq is written as mixed C/C++, and the API header is purely C (wrapped with extern "C" if included as C++). Hence, I think the CMake Find file needs to check for both zmq.hpp and zmq.h as the header, then somehow get that info into the gr-zeromq sources. - MLD
On May 19, 2014, at 12:37 PM, Johnathan Corgan <[email protected]> wrote: > As far as I know zmq.hpp is a separate file from zmq.h--it's the C++ > wrapper written around it. On Linux it is distributed with the libzmq > packages. _______________________________________________ Discuss-gnuradio mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
