Hi Martin,
Thanks for the pointer. For some reason I did not see your response in my in
box, but only now that I checked the online list. Saying that because on my own
I finally tracked the problem down, which made me curious about any responses...
For the sake of anyone who cares, the main clu
Hi Steven,
if you go to cgran.org, you'll find a bunch of OOTs that have external
dependencies. gr-nacl depends on libsodium, for example. I recommend
checking those CMake files for examples.
M
On 05/16/2016 08:37 AM, Steven Knudsen wrote:
> Hi,
>
> I would like to do something I think is not u
Hi,
I would like to do something I think is not uncommon and that’s to add XML
support to a block (e.g., to read a config file).
Everything compiles, but on link all the libxml2 functions generate “undefined
references”. I believe there is a missing -lxml2, but how and where to add?
Online se