discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] cmake / Could not find a package configuration fi


From: Dimitri
Subject: Re: [Discuss-gnuradio] cmake / Could not find a package configuration file provided by "Gnuradio"
Date: Thu, 04 Sep 2014 07:36:15 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.0

Hi Michael,
Thanks for your answer. I actually tried to build the latest version from the git repo, but it stopped at 98% with the following errors: [ 98%] Building CXX object gr-dtv/lib/CMakeFiles/gnuradio-dtv.dir/atsc/atsc_viterbi_decoder_impl.cc.o
    Linking CXX shared library libgnuradio-dtv-3.7.6git.so
    /usr/bin/ld: cannot find -lgnuradio-analog
    /usr/bin/ld: cannot find -lgnuradio-filter
    collect2: error: ld returned 1 exit status
Couldn't find out what I'm missing. I have libgnuradio-digital3.7.2.1 installed but I don't know if that's the one.

On 03.09.2014 22:25, Michael Dickens wrote:
Hi Dimitri - I'm not sure the GR cmake files are being installed in that version of GR.  On Linux 
by default, these files will be installed into "${prefix}/lib/cmake/gnuradio/", and there 
will be one called "GnuradioConfig.cmake".  gr-baz does not provide this specific file, 
and if the specific GR version does not either then it's no wonder CMake is erroring out.  Is there 
any way to install a newer version of GR? - MLD

On Sep 3, 2014, at 1:33 PM, Dimitri <address@hidden> wrote:
I've recently installed gnuradio (3.7.2.1, through apt-get install) on my 
Ubuntu 14.04.

I'd like now to build gr-baz, but cmake returns the following errors:
    CMake Warning at CMakeLists.txt:132 (find_package):
      By not providing "FindGnuradio.cmake" in CMAKE_MODULE_PATH this project 
has
      asked CMake to find a package configuration file provided by "Gnuradio",




reply via email to

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