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: Josh Blum
Subject: Re: [Discuss-gnuradio] Trouble building (32-bit Linux, volk-related?)
Date: Sun, 18 Mar 2012 19:05:23 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.2) Gecko/20120216 Thunderbird/10.0.2


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



reply via email to

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