On Tue, 2012-03-20 at 04:58 +1100, Tom Rondeau wrote: > 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
Ok, now CMake builds volk without orc support and it seems to work. Given that there isn't an updated orc package for Ubuntu 10.10, what's the recommended course of action? a) Live without orc support. Does it make much of a difference on x86? The build-gnuradio script does not install or check for liborc. b) Install orc from source. Messy, and causes problems if you later install a package with a dependency on liborc. c) Install a newer liborc package from a PPA. A quick search of Launchpad didn't find any. d) Get a newer distro. Personally I'm not ready to deal with this yet, and I suspect many users feel the same way because Ubuntu 10.10 is the last pre-Unity version. Thanks, Ian ______________________________________________________________________ This communication contains information which may be confidential or privileged. The information is intended solely for the use of the individual or entity named above. If you are not the intended recipient, be aware that any disclosure, copying, distribution or use of the contents of this information is prohibited. If you have received this communication in error, please notify me by telephone immediately. ______________________________________________________________________ _______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio