discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Still missing gnuradio-runtime in OOT modules...


From: Marcus Müller
Subject: Re: [Discuss-gnuradio] Still missing gnuradio-runtime in OOT modules...
Date: Tue, 24 Sep 2013 10:32:21 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130805 Thunderbird/17.0.8

Hi Achilleas,

sorry if I write something someone else already suggested; I can't seem to find your previous post, as you seem to have a lot :)
However, the problem is usually pkg-config not finding gnuradio runtime.
So please run
pkg-config --libs gnuradio-runtime
This should return something like
-L<path to the libraries> -lgnuradio-runtime -lgnuradio-pmt 

If it does not return successfully, please find your gnuradio-runtime.pc and append its path to the PKG_CONFIG_PATH variable.
In theory, this should not be necessary if you installed GNU Radio to the default prefix or used the "multiple installations" method from the FAQ (http://gnuradio.org/redmine/projects/gnuradio/wiki/FAQ#The-problem-of-multiple-installs).

Hope that helped,
Greetings,
Marcus

On 09/24/2013 01:37 AM, Achilleas Anastasopoulos wrote:
I have the latest master installed and tested on a 64bit Fedora 18 .
When I generate an OOT module with gr_modtool i still cannot build/compile,
since I get the error

-- checking for module 'gnuradio-runtime'
--   package 'gnuradio-runtime' not found
-- Could NOT find GNURADIO_RUNTIME (missing:  GNURADIO_RUNTIME_LIBRARIES)

when I cmake it.

I followed the instructions for copying the FindGnuradioRuntime.cmake file
as suggested in a previous post but it still does not work for me...

Any suggestions?

thanks
Achilleas


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


reply via email to

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