discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Trouble building (32-bit Linux, volk-related?)


From: Tom Rondeau
Subject: Re: [Discuss-gnuradio] Trouble building (32-bit Linux, volk-related?)
Date: Mon, 19 Mar 2012 13:58:31 -0400

On Sun, Mar 18, 2012 at 10:05 PM, Josh Blum <address@hidden> wrote:

On 03/18/2012 04:38 PM, Ian Cullinan wrote:
> On Fri, 2012-03-16 at 23:34 +1100, Tom Rondeau wrote:
>> On Fri, Mar 16, 2012 at 2:07 AM, Ian Cullinan
>> <address@hidden> wrote:
>>         I'm having trouble building gnuradio from git on my 32-bit
>>         Ubuntu 10.10 machine.
>>
>>
>> What version of Orc is installed on your system?
>
>
> $ aptitude show liborc-0.4-dev
> Package: liborc-0.4-dev
> State: installed
> Automatically installed: no
> Version: 0.4.6-1
>
>

That may not be an acceptable version of orc, given that volk seems to
be using some features not in 0.4.6. I might recommend this change:

diff --git a/volk/cmake/FindORC.cmake b/volk/cmake/FindORC.cmake
index 8d8c2d1..1c4c417 100644
--- a/volk/cmake/FindORC.cmake
+++ b/volk/cmake/FindORC.cmake
@@ -1,5 +1,5 @@
 FIND_PACKAGE(PkgConfig)
-PKG_CHECK_MODULES(PC_ORC orc-0.4)
+PKG_CHECK_MODULES(PC_ORC "orc-0.4 > 0.4.11")

-Josh

I just pushed a fix for this. Cmake now tests for the version number and autotools has been updated to check for the same version number.

Thanks,
Tom
 

reply via email to

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