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
>> <ian.culli...@netcomm.com.au> 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

_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to