On 02/11/2014 10:47 AM, Marcus Müller wrote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Bastians solution seems to have fixed your problem by adding the
gr-blocks library to your linker targets.
But now your error exposes that you didn't link against the gr-runtime.
Are you sure you have something like
set(GR_REQUIRED_COMPONENTS RUNTIME BLOCKS)

...and maybe also PMT
set(GR_REQUIRED_COMPONENTS RUNTIME BLOCKS PMT)

and not deleted the RUNTIME component, leaving only
set(GR_REQUIRED_COMPONENTS BLOCKS)
?

_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to