Re: [Discuss-gnuradio] build fails

2014-12-24 Thread Ron Economos
It's a bug on 32-bit systems. Verified here on Ubuntu 13.10 32-bit. Re-running cmake is not going to help. Ron On 12/24/2014 07:04 AM, West, Nathan wrote: On Wed, Dec 24, 2014 at 2:42 AM, Ron Economos wrote: A fix for this is to change line 39 in volk/kernels/volk/volk_64u_popcntpuppet_64u.h

Re: [Discuss-gnuradio] build fails

2014-12-24 Thread West, Nathan
On Wed, Dec 24, 2014 at 2:42 AM, Ron Economos wrote: > A fix for this is to change line 39 in > volk/kernels/volk/volk_64u_popcntpuppet_64u.h > > from > > #ifdef LV_HAVE_SSE4_2 > > to > > #if LV_HAVE_SSE4_2 && LV_HAVE_64 > > Ron > > > On 12/23/2014 11:41 PM, Ralph A. Schmid, dk5ras wrote: > > Hi a

Re: [Discuss-gnuradio] build fails

2014-12-24 Thread Ron Economos
A fix for this is to change line 39 in volk/kernels/volk/volk_64u_popcntpuppet_64u.h from #ifdef LV_HAVE_SSE4_2 to #if LV_HAVE_SSE4_2 && LV_HAVE_64 Ron On 12/23/2014 11:41 PM, Ralph A. Schmid, dk5ras wrote: Hi all, With latest sources (after a git pull) the build fails. Kubuntu 14.04 32

[Discuss-gnuradio] build fails

2014-12-23 Thread Ralph A. Schmid, dk5ras
Hi all, With latest sources (after a git pull) the build fails. Kubuntu 14.04 32 bit, and a new gnuradio folder did not change things. Here the output: [ 5%] Building C object volk/lib/CMakeFiles/volk.dir/volk_machine_avx_32_mmx_orc.c.o In file included from /home/ras/gnuradio/build/volk/lib

Re: [Discuss-gnuradio] build fails

2013-02-19 Thread Ralph A. Schmid, dk5ras
Aah, I see, now it compiles. Great! Ralph. Sent from my mobile... - Reply message - From: "Tom Rondeau" To: "Ralph A. Schmid" Cc: "GNURadio Discussion List" Subject: [Discuss-gnuradio] build fails Date: Tue, Feb 19, 2013 20:30 On Tue, Feb 19, 2013 at 2

Re: [Discuss-gnuradio] build fails

2013-02-19 Thread Tom Rondeau
On Tue, Feb 19, 2013 at 2:26 PM, Ralph A. Schmid wrote: > Hi, > > made right now a git pull, got the error below. About 14 hours ago, three > changes earlier, it worked on the same machine and system. > > Any ideas? :) > > Ralph. > > [ 1%] Built target volk > [ 1%] Built target test_all > [ 1%

[Discuss-gnuradio] build fails

2013-02-19 Thread Ralph A. Schmid
Hi, made right now a git pull, got the error below. About 14 hours ago, three changes earlier, it worked on the same machine and system. Any ideas? :) Ralph. [ 1%] Built target volk [ 1%] Built target test_all [ 1%] Built target volk_profile [ 1%] Built target doxygen_target [ 1%] Built t

Re: [Discuss-gnuradio] Build fails

2013-02-08 Thread Ralph A. Schmid, dk5ras
gt; Cc: discuss-gnuradio@gnu.org > Subject: Re: [Discuss-gnuradio] Build fails > > Well, thats probably the issue, size_t is an unsigned int > > namespace swig { > template <> struct traits { > typedef value_category category; > static const char* type_name() {

Re: [Discuss-gnuradio] Build fails

2013-02-08 Thread Ralph A. Schmid, dk5ras
riday, 08 February, 2013 19:20 > To: Ralph A. Schmid, dk5ras > Cc: discuss-gnuradio@gnu.org > Subject: Re: [Discuss-gnuradio] Build fails > > > > On 02/08/2013 04:18 AM, Ralph A. Schmid, dk5ras wrote: > > Hi, > > > > I got the error by installing the late

Re: [Discuss-gnuradio] Build fails

2013-02-08 Thread Josh Blum
ruary 08, 2013 9:49 AM >> To: discuss-gnuradio@gnu.org >> Subject: Re: [Discuss-gnuradio] Build fails >> >> >> >> On 02/08/2013 02:08 AM, Ralph A. Schmid, dk5ras wrote: >>> Hi, >>> >>> On a relatively fresh installed Kubuntu 12.04 LTS 3

Re: [Discuss-gnuradio] Build fails

2013-02-08 Thread Josh Blum
/tmp/gnuradio_core_generalPYTHON_wrap.zip > > Ralph. > >> -Original Message- >> From: discuss-gnuradio-bounces+ralph=schmid@gnu.org >> [mailto:discuss-gnuradio-bounces+ralph=schmid@gnu.org] On Behalf Of >> Josh Blum >> Sent: Friday, February 08

Re: [Discuss-gnuradio] Build fails

2013-02-08 Thread Ralph A. Schmid, dk5ras
Behalf Of > Josh Blum > Sent: Friday, February 08, 2013 9:49 AM > To: discuss-gnuradio@gnu.org > Subject: Re: [Discuss-gnuradio] Build fails > > > > On 02/08/2013 02:08 AM, Ralph A. Schmid, dk5ras wrote: > > Hi, > > > > On a relatively fresh installed Kubuntu

Re: [Discuss-gnuradio] Build fails

2013-02-08 Thread Ralph A. Schmid, dk5ras
t; Sent: Friday, February 08, 2013 9:49 AM > To: discuss-gnuradio@gnu.org > Subject: Re: [Discuss-gnuradio] Build fails > > > > On 02/08/2013 02:08 AM, Ralph A. Schmid, dk5ras wrote: > > Hi, > > > > On a relatively fresh installed Kubuntu 12.04 LTS 32bit x86 wit

Re: [Discuss-gnuradio] Build fails

2013-02-08 Thread Josh Blum
On 02/08/2013 02:08 AM, Ralph A. Schmid, dk5ras wrote: > Hi, > > On a relatively fresh installed Kubuntu 12.04 LTS 32bit x86 with all updates > the build of gnuradio fails. I am using the build script, but also the > manual build fails in a similar way. Already installed on the machine is a > pa

[Discuss-gnuradio] Build fails

2013-02-08 Thread Ralph A. Schmid, dk5ras
Hi, On a relatively fresh installed Kubuntu 12.04 LTS 32bit x86 with all updates the build of gnuradio fails. I am using the build script, but also the manual build fails in a similar way. Already installed on the machine is a partial gnuradio 3.4.2 for OpenBTS support, together with USRP1 drivers

Re: [Discuss-gnuradio] Build fails for ARMel

2012-05-16 Thread Philip Balister
On 05/16/2012 04:42 AM, Adam Baxter wrote: > Hi, building GNURadio 3.5.3.2 from the Debian Testing sources fails on > ARMel with GCC version 4.6.3 (Debian 4.6.3-1) The gnuradio source assumes if you are on arm, you have access to the NEON instructions. (Building gnuradio for arm without NEON will

[Discuss-gnuradio] Build fails for ARMel

2012-05-16 Thread Adam Baxter
Hi, building GNURadio 3.5.3.2 from the Debian Testing sources fails on ARMel with GCC version 4.6.3 (Debian 4.6.3-1) /usr/src/gnuradio-3.5.3.2/build/gnuradio-core/src/lib && /usr/bin/gcc -Dgnuradio_core_EXPORTS -DTRY_SHM_VMCIRCBUF -DHAVE_NETDB_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_SELE

Re: [Discuss-gnuradio] build fails on make check - finally got it all working

2005-07-05 Thread Eric Blossom
On Mon, Jul 04, 2005 at 08:40:12PM -0700, Ges wrote: > > I am sorry. I didnt realise the paths were absolute. No problem. Normally it "just works", so I'm a bit puzzled. That's why I suggested the --srcdir=DIR option. Did --srcdir solve your problem? I'm curious about what part of your confi

Re: [Discuss-gnuradio] build fails on make check - finally got it all working

2005-07-04 Thread Ges
I am sorry. I didnt realise the paths were absolute. I am not sure if it is related to my use of AFS...it doesnt look like it, because I dont work off AFS, I just have some of the executables in /usr/local/.. symbolically linked to some AFS files. But then again, I shall check up on this sometime

Re: [Discuss-gnuradio] build fails on make check - finally got it all working

2005-07-04 Thread Eric Blossom
On Mon, Jul 04, 2005 at 10:12:17AM -0700, Ges wrote: > Hi, > > I finally got it all working on 2 machines(thanks to > all the help I got from the mailing list). Tried to > compile everything after the new CVS update. Now I > dont get the configure problems with "no dev lib" for > python. No patch

[Discuss-gnuradio] build fails on make check - finally got it all working

2005-07-04 Thread Ges
Hi, I finally got it all working on 2 machines(thanks to all the help I got from the mailing list). Tried to compile everything after the new CVS update. Now I dont get the configure problems with "no dev lib" for python. No patch required - unlike earlier when I need to use Mark's patch (just as

Re: [Discuss-gnuradio] Build fails after latest update from cvs today

2005-02-23 Thread Eric Blossom
On Wed, Feb 23, 2005 at 06:45:20PM -0600, Meenal wrote: > Build fails in gnuradio-core during run_tests as follows > Meenal > > > -- > Ran 1 test in 0.019s > > OK > E > ===

[Discuss-gnuradio] Build fails after latest update from cvs today

2005-02-23 Thread Meenal
Build fails in gnuradio-core during run_tests as follows Meenal -- Ran 1 test in 0.006s OK . -- Ran 1 test in 0.006s OK . -