discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Cmake can't find 'gnuradio-pmt'


From: Ron Economos
Subject: Re: [Discuss-gnuradio] Cmake can't find 'gnuradio-pmt'
Date: Thu, 26 Feb 2015 14:53:41 -0800
User-agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.6.0

Just to be fair to the openLTE folks, it builds just fine here with a properly installed GNU Radio.

Ron

On 02/26/2015 02:15 PM, Tom Rondeau wrote:
On Thu, Feb 26, 2015 at 4:36 PM, ben Gee <address@hidden> wrote:
thanks Tom! That seemed to get me one step further. 
a couple of notes:
1) do you any thoughts on the next error (output included below)? looks like the same thing except, polarssl is now not mentioned in the findgnuradio.cmake file.

First, that's now a problem with the openlte build system and nothing to do with GNU Radio.

Second, it's not polarssl that's the problem here. When it says it didn't find it, it means that pkg-config couldn't locate it, but you'll notice the second two lines have found the libraries and headers because cmake went and looked for them on its own.

The real problem is the next line where it says it can't find gr-osmosdr, which is either not installed or is installed somewhere where the openlte cmake system isn't able to find it. 

2) a friend mentioned to me that there is a pybombs recipe for openlte which i ran successfully (while feeling like a bit of a dope for not thinking of it first).

Might as well stick with pybombs. It knows what it's doing with these things.
 
Specifically, since it all gets installed into the same prefix, that's helping cmake find things easier.

Tom





reply via email to

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