discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] Error building with new ZMQ


From: Michael Dickens
Subject: Re: [Discuss-gnuradio] Error building with new ZMQ
Date: Mon, 19 May 2014 15:59:10 -0400

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 <address@hidden> 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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]