Gnuradio-core.pc file is missing

Dear All,

I want to install gnuradio. I write what I did and what I could not do:

system: Ubuntu 13.04

  1. installed Install Dependencies for my systems as in your web page:
    http://gnuradio.org/redmine/projects/gnuradio/wiki/UbuntuInstall

  2. run - git clone gnuradio.git - GNU Radio

  3. run -
    cd gnuradio
    mkdir build
    cd build
    cmake …/
    make

  4. make test

  5. sudo make install

what do I need? - I need gruradio-core. That is not in the
folder pkgconfig. There is not any folder with the name gruradio-core
and the file gruradio-core.pc.
I set “export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/local/lib/pkgconfig”
for my application but it does not work.

Can you guys help me to figure it out?

Nasimi

On Mon, Oct 28, 2013 at 11:52:19PM +0400, nesimi eldarov wrote:

what do I need? - I need gruradio-core. That is not in the folder pkgconfig.
There is not any folder with the name gruradio-core and the
file gruradio-core.pc.
I set “export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/local/lib/pkgconfig” for my
application but it does not work.

gnuradio-core is gone in 3.7. If you have 13.04 and want a 3.6 GNU
Radio, I recommend uninstalling all you just installed, and use apt-get
install gnuradio, because 13.04 ships an older version.

MB

Karlsruhe Institute of Technology (KIT)
Communications Engineering Lab (CEL)

Dipl.-Ing. Martin B.
Research Associate

Kaiserstraße 12
Building 05.01
76131 Karlsruhe

Phone: +49 721 608-43790
Fax: +49 721 608-46071
www.cel.kit.edu

KIT – University of the State of Baden-Württemberg and
National Laboratory of the Helmholtz Association

Вторник, 29 октября 2013, 10:11 +01:00 от “Martin B. (CEL)”
[email protected]:

On Mon, Oct 28, 2013 at 11:52:19PM +0400, nesimi eldarov wrote:

what do I need? - I need gruradio-core. That is not in the folder pkgconfig.
There is not any folder with the name gruradio-core and the
file gruradio-core.pc.
I set “export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/local/lib/pkgconfig” for my
application but it does not work.

gnuradio-core is gone in 3.7. If you have 13.04 and want a 3.6 GNU
Radio, I recommend uninstalling all you just installed, and use apt-get
install gnuradio, because 13.04 ships an older version.

hi Martin,

I run : sudo apt-get install gnuradio

It installed something in a short time.

However that did not work when I run another application; it produces
this error:

checking for GNURADIO_CORE… configure: error: Package requirements
(gnuradio-core >= 3) were not met:
No package ‘gnuradio-core’ found
I set “export
PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/local/lib/pkgconfig”. But no help.

On Tue, Oct 29, 2013 at 6:46 AM, nesimi eldarov [email protected]
wrote:

application but it does not work.
It installed something in a short time.
But no help.


nesimi eldarov

What does ‘pkg-config --modversion’ return?

Tom

(gnuradio-core >= 3) were not met:

Tom

it returned during installation:

checking pkg-config is at least version 0.18… yes

Another strange thing is that usr/local/lib/pkgconfig folder is empty.

When I search for ‘*.pc’ files it shows all files in
./.local/share/Trash/files/gnuradio.2/build/ folder.

Вторник, 29 октября 2013, 15:54 +01:00 от “Martin B. (CEL)”
[email protected]:

checking for GNURADIO_CORE… configure: error: Package requirements
(gnuradio-core >= 3) were not met:

Did you also apt-get install gnuradio-dev? If no, does that help?
No, unfortunately. That also does not help.
Actually I had folders in usr/local/lib for gnuradio. Now, nothing. And
also there is not any .pc file in the system when I search.

The application that I want to install requires ’ GNURadio Version:
3.2.2 '. Do you think that can cause a problem?

On Tue, Oct 29, 2013 at 11:55 AM, nesimi eldarov [email protected]
wrote:

However that did not work when I run another application; it produces this
Actually I had folders in usr/local/lib for gnuradio. Now, nothing. And also
there is not any .pc file in the system when I search.

The application that I want to install requires ‘GNURadio Version: 3.2.2’.
Do you think that can cause a problem?


nesimi eldarov

If you’ve uninstalled your previous version of GNU Radio and then used
apt-get to install, gnuradio will be installed into /usr and not
/usr/local.

Also, you’ll want to install gnuradio-dev to make sure you get all of
the files you’ll need to compile against it.

And, yes, using as old a version as 3.2.2 will be a problem. Hard to
know how that will work and behave on newer systems.

Tom

On Tue, Oct 29, 2013 at 02:46:20PM +0400, nesimi eldarov wrote:

checking for GNURADIO_CORE… configure: error: Package requirements
(gnuradio-core >= 3) were not met:

Did you also apt-get install gnuradio-dev? If no, does that help?

MB


Karlsruhe Institute of Technology (KIT)
Communications Engineering Lab (CEL)

Dipl.-Ing. Martin B.
Research Associate

Kaiserstraße 12
Building 05.01
76131 Karlsruhe

Phone: +49 721 608-43790
Fax: +49 721 608-46071
www.cel.kit.edu

KIT – University of the State of Baden-Württemberg and
National Laboratory of the Helmholtz Association