On Sun, Mar 18, 2012 at 10:05 PM, Josh Blum <j...@joshknows.com> 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
> >> <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


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
_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to