On Tue, May 15, 2012 at 2:55 AM, Kire Pudsje wrote:
> 2012/5/14 Patrik Tast :
>> Hi,
>>
>>
>>> File in question for reference:
>>> http://gnuradio.org/cgit/gnuradio.git/tree/cmake/Modules/FindQwt.cmake
>>>
>>
>> Could the *find that dependency* be automatized using locate and grep
>> instead of ha
Perfect,
Patrik
- Original Message -
From: "Kire Pudsje"
To: "Patrik Tast"
Cc:
Sent: Tuesday, May 15, 2012 9:55
Subject: Re: [Discuss-gnuradio] patch to make FindQwt.cmake work on OpenSuse
12.1
2012/5/14 Patrik Tast :
Hi,
File in question for reference:
2012/5/14 Patrik Tast :
> Hi,
>
>
>> File in question for reference:
>> http://gnuradio.org/cgit/gnuradio.git/tree/cmake/Modules/FindQwt.cmake
>>
>
> Could the *find that dependency* be automatized using locate and grep
> instead of hard-coding where to look in?
> I'm using latest qwt for other del
atrik
- Original Message -
From: "Josh Blum"
To:
Sent: Sunday, May 13, 2012 20:56
Subject: Re: [Discuss-gnuradio] patch to make FindQwt.cmake work on OpenSuse
12.1
On 05/13/2012 08:49 AM, Tom Rondeau wrote:
On Sat, May 12, 2012 at 5:07 PM, Kire Pudsje
wrote:
I tried to i
On Sun, May 13, 2012 at 1:56 PM, Josh Blum wrote:
>
>
> On 05/13/2012 08:49 AM, Tom Rondeau wrote:
>> On Sat, May 12, 2012 at 5:07 PM, Kire Pudsje wrote:
>>> I tried to install gnuradio from git on my machine. The only problem I
>>> encountered is that the qwt library could not be found (ie. gr-q
> Dont think /sw is a common install prefix.
Once upon a time /sw was the default install prefix for external
packages on MacOSX with the fink distro (apt/dpkg) ... but I have no
idea what macports defaults and that seems to be the more popular way
to install on MacOSX in the GNURadio community.
On 05/13/2012 08:49 AM, Tom Rondeau wrote:
> On Sat, May 12, 2012 at 5:07 PM, Kire Pudsje wrote:
>> I tried to install gnuradio from git on my machine. The only problem I
>> encountered is that the qwt library could not be found (ie. gr-qtgui
>> was disabled). Attached is a patch, to solve this
On Sat, May 12, 2012 at 5:07 PM, Kire Pudsje wrote:
> I tried to install gnuradio from git on my machine. The only problem I
> encountered is that the qwt library could not be found (ie. gr-qtgui
> was disabled). Attached is a patch, to solve this problem. It includes
> the /usr/lib64 directory an
I tried to install gnuradio from git on my machine. The only problem I
encountered is that the qwt library could not be found (ie. gr-qtgui
was disabled). Attached is a patch, to solve this problem. It includes
the /usr/lib64 directory and qwt5 library.
Furthermore, if anyone is interested, the li