Re: [Discuss-gnuradio] build errors

2013-08-14 Thread Ralph A. Schmid, dk5ras
Hmm, it _was_ a new copy, last one one hour ago...or any changes since then? Ralph. From: munn...@gmail.com [mailto:munn...@gmail.com] On Behalf Of Kurtis Heimerl Sent: Wednesday, 14 August, 2013 18:52 To: Ralph A. Schmid Cc: openbts-disc...@lists.sourceforge.net; Kurtis Heimerl Subject: Re:

[Discuss-gnuradio] Build errors on CentOS 6.3

2013-05-24 Thread Marcus D. Leech
A friend of mine is building the latest maint on CentOS 6.3, and is getting the following build error: /home/bvacaliuc/src/build-gnuradio/gnuradio/gr-digital/include/digital_impl_mpsk_snr_est.h:248: Error: Unexpected character `' [ 1%] Built target doxygen_target [ 1%] Generating

Re: [Discuss-gnuradio] Build errors on CentOS 6.3

2013-05-24 Thread Marcus D. Leech
On 05/24/2013 12:24 PM, Marcus D. Leech wrote: A friend of mine is building the latest maint on CentOS 6.3, and is getting the following build error: /home/bvacaliuc/src/build-gnuradio/gnuradio/gr-digital/include/digital_impl_mpsk_snr_est.h:248: Error: Unexpected character `' [ 1%] Built

Re: [Discuss-gnuradio] Build errors: Ubuntu 12.04 LTS 32-bit

2013-02-13 Thread Erik Jakobsen
I tried it again with Ubuntu 32bit. Got this: Done building and installing Gnu Radio GRC freedesktop icons install ...Done Done function gnuradio_build at: Wed Feb 13 10:08:21 CET 2013 Starting function rtl_build at: Wed Feb 13 10:08:21 CET 2013 you do not appear to have the 'rtl-sdr' directory

Re: [Discuss-gnuradio] Build errors: Ubuntu 12.04 LTS 32-bit

2013-02-13 Thread Erik Jakobsen
I tried it again with Ubuntu 32bit. Got this: Done building and installing Gnu Radio GRC freedesktop icons install ...Done Done function gnuradio_build at: Wed Feb 13 10:08:21 CET 2013 Starting function rtl_build at: Wed Feb 13 10:08:21 CET 2013 you do not appear to have the 'rtl-sdr'

Re: [Discuss-gnuradio] Build errors: Ubuntu 12.04 LTS 32-bit

2013-02-11 Thread Ralph A. Schmid, dk5ras
Hi, If you care to give this a try (I think removing this will only cause runtime errors, not build errors): http://pastebin.com/wXhz5Diq How Do I apply it? Save the content to a file, then something with the diff command? Sorry, I am not yet very deep into this Linux stuff, still learning

Re: [Discuss-gnuradio] Build errors: Ubuntu 12.04 LTS 32-bit

2013-02-11 Thread Martin Braun (CEL)
On Mon, Feb 11, 2013 at 09:28:26AM +0100, Ralph A. Schmid, dk5ras wrote: Hi, If you care to give this a try (I think removing this will only cause runtime errors, not build errors): http://pastebin.com/wXhz5Diq How Do I apply it? Save the content to a file, then something with the

Re: [Discuss-gnuradio] Build errors: Ubuntu 12.04 LTS 32-bit

2013-02-11 Thread Erik Jakobsen
On Mon, Feb 11, 2013 at 09:28:26AM +0100, Ralph A. Schmid, dk5ras wrote: Hi, If you care to give this a try (I think removing this will only cause runtime errors, not build errors): http://pastebin.com/wXhz5Diq How Do I apply it? Save the content to a file, then something with the diff

Re: [Discuss-gnuradio] Build errors: Ubuntu 12.04 LTS 32-bit

2013-02-11 Thread Josh Blum
I was looking through the diffs for something that might be bringing in more typedefs of integer types. Its possible that these std vector typedefs in pmt swig could be the cause: If you care to give this a try (I think removing this will only cause runtime errors, not build errors):

Re: [Discuss-gnuradio] Build errors: Ubuntu 12.04 LTS 32-bit

2013-02-11 Thread Johnathan Corgan
On Mon, Feb 11, 2013 at 12:28 PM, Josh Blum j...@ettus.com wrote: So, the PMT vector template declarations are causing redundant types to splatter into global typespace. Removing them seems to help, but its not what we really want. I believe that naming the typedefs maybe solve the issue

Re: [Discuss-gnuradio] Build errors: Ubuntu 12.04 LTS 32-bit

2013-02-10 Thread Alexandru Csete
On Sun, Feb 10, 2013 at 8:52 AM, Ralph A. Schmid, dk5ras ra...@schmid.xxx wrote: For me 3.6.2 worked, but I usually use the automated script, and this takes the latest one, this means, 3.6.3. Yesterday I did some tests, on a 64 bit Kubuntu it works just fine, just 32 bit makes trouble. But

Re: [Discuss-gnuradio] Build errors: Ubuntu 12.04 LTS 32-bit

2013-02-10 Thread Martin Braun (CEL)
On Sun, Feb 10, 2013 at 11:04:56AM +0100, Alexandru Csete wrote: PS: It is possible to have two (or more) versions of gnuradio installed at the same time but you have to take special measures. Simply installing one version after the other is likely to (partially) overwrite the previous

Re: [Discuss-gnuradio] Build errors: Ubuntu 12.04 LTS 32-bit

2013-02-10 Thread Josh Blum
On 02/09/2013 11:18 PM, Marcus D. Leech wrote: On 09/02/13 11:43 PM, Marcus D. Leech wrote: On 09/02/13 10:15 PM, Josh Blum wrote: this is going to be tough. Somebody changed something, and it accidentally confused swig on x86 machines. Its trying to export types for size_t and unsigned int

Re: [Discuss-gnuradio] Build errors: Ubuntu 12.04 LTS 32-bit

2013-02-10 Thread Ralph A. Schmid, dk5ras
Hi, PS: It is possible to have two (or more) versions of gnuradio installed at the same time but you have to take special measures. Simply installing one version after the other is likely to (partially) overwrite the previous version. This is just fine for me, OpenBTS needs not very much

[Discuss-gnuradio] Build errors: Ubuntu 12.04 LTS 32-bit

2013-02-09 Thread Marcus D. Leech
Last few error lines: ON_wrap.cxx:5493:22: error: previous definition of ‘struct swig::traitsunsigned int’ /home/mleech/gnuradio/build/gnuradio-core/src/lib/swig/gnuradio_core_generalPYTHON_wrap.cxx:6071:23: error: redefinition of ‘struct swig::traits_asvalunsigned int’

Re: [Discuss-gnuradio] Build errors: Ubuntu 12.04 LTS 32-bit

2013-02-09 Thread Josh Blum
On 02/09/2013 07:04 PM, Marcus D. Leech wrote: Last few error lines: ON_wrap.cxx:5493:22: error: previous definition of ‘struct swig::traitsunsigned int’ /home/mleech/gnuradio/build/gnuradio-core/src/lib/swig/gnuradio_core_generalPYTHON_wrap.cxx:6071:23: error: redefinition of ‘struct

Re: [Discuss-gnuradio] Build errors: Ubuntu 12.04 LTS 32-bit

2013-02-09 Thread Marcus D. Leech
On 09/02/13 09:06 PM, Josh Blum wrote: On 02/09/2013 07:04 PM, Marcus D. Leech wrote: Last few error lines: ON_wrap.cxx:5493:22: error: previous definition of ‘struct swig::traitsunsigned int’

Re: [Discuss-gnuradio] Build errors: Ubuntu 12.04 LTS 32-bit

2013-02-09 Thread Josh Blum
Since its in core/general swig stuff, can you build with the last few recent additions removed from the top level .i file? diff --git a/gnuradio-core/src/lib/general/general.i b/gnuradio-core/src/lib/general/general.i index 1446088..dfd918b 100644 ---

Re: [Discuss-gnuradio] Build errors: Ubuntu 12.04 LTS 32-bit

2013-02-09 Thread Marcus D. Leech
On 09/02/13 10:15 PM, Josh Blum wrote: this is going to be tough. Somebody changed something, and it accidentally confused swig on x86 machines. Its trying to export types for size_t and unsigned int (if you saw the other email thread). Any idea what version you were last able to compile on

Re: [Discuss-gnuradio] Build errors: Ubuntu 12.04 LTS 32-bit

2013-02-09 Thread Marcus D. Leech
On 09/02/13 11:43 PM, Marcus D. Leech wrote: On 09/02/13 10:15 PM, Josh Blum wrote: this is going to be tough. Somebody changed something, and it accidentally confused swig on x86 machines. Its trying to export types for size_t and unsigned int (if you saw the other email thread). Any idea

Re: [Discuss-gnuradio] Build errors: Ubuntu 12.04 LTS 32-bit

2013-02-09 Thread Ralph A. Schmid, dk5ras
: Re: [Discuss-gnuradio] Build errors: Ubuntu 12.04 LTS 32-bit Since its in core/general swig stuff, can you build with the last few recent additions removed from the top level .i file? diff --git a/gnuradio-core/src/lib/general/general.i b/gnuradio-core/src/lib/general/general.i

[Discuss-gnuradio] Build errors on systems with non-English configuration

2012-06-14 Thread mleech
I've gotten not-very-good reports of build-gnuradio failing on systems that are set for languages other than English, and which contain pathname components with non-English characters. This appears to affect the underlying Gnu Radio build when it uses Python internally, and also to Gnu Radio

[Discuss-gnuradio] Build errors on F10 x86_64 with latest trunk

2008-12-01 Thread Marcus D. Leech
I can't get beyond this error in ./configure --with-boost=$BOOST_PREFIX configure: error: Component usrp: PKGCONFIG cannot find info for usrp, with PKG_CONFIG_PATH = [ NONE/lib64/pkgconfig ] . I've tried installing the yum usrp package, but that didn't help. -- Marcus Leech Principal

Re: [Discuss-gnuradio] Build errors on F10 x86_64 with latest trunk

2008-12-01 Thread Johnathan Corgan
On Mon, Dec 1, 2008 at 10:11 AM, Marcus D. Leech [EMAIL PROTECTED] wrote: I can't get beyond this error in ./configure --with-boost=$BOOST_PREFIX configure: error: Component usrp: PKGCONFIG cannot find info for usrp, with PKG_CONFIG_PATH = [ NONE/lib64/pkgconfig ] . Hmm. This is the GNU

Re: [Discuss-gnuradio] Build errors

2007-01-18 Thread Eric Blossom
Bob's machine is using ltmain.sh (GNU libtool) 1.5.22 Debian 1.5.22-4 (1.1220.2.365 2005/12/18 22:14:06) I'm using (SuSE 10.1) ltmain.sh (GNU libtool) 1.5.22 (1.1220.2.365 2005/12/18 22:14:06) It looks like the Debian folks may have applied some kind of a patch to libtool

Re: [Discuss-gnuradio] Build errors

2007-01-17 Thread Illix
I'm getting the same problem (as far as I can tell) on an Ubuntu 6.10machine. The build fails with undefined references in libmblock.so and libmblock-qa.so. --Illix On 1/16/07, Eric Blossom [EMAIL PROTECTED] wrote: On Tue, Jan 16, 2007 at 11:24:55AM -0500, Robert W McGwier wrote: Those

Re: [Discuss-gnuradio] Build errors

2007-01-17 Thread Eric Blossom
On Wed, Jan 17, 2007 at 05:45:33PM -0500, Illix wrote: I'm getting the same problem (as far as I can tell) on an Ubuntu 6.10machine. The build fails with undefined references in libmblock.so and libmblock-qa.so. OK, I've looked at the log file that Bob sent me and compared it to what I see

Re: [Discuss-gnuradio] Build errors

2007-01-17 Thread Robert McGwier
Agreed Eric Blossom wrote: On Wed, Jan 17, 2007 at 05:45:33PM -0500, Illix wrote: I'm getting the same problem (as far as I can tell) on an Ubuntu 6.10machine. The build fails with undefined references in libmblock.so and libmblock-qa.so. OK, I've looked at the log file that Bob

Re: [Discuss-gnuradio] Build errors

2007-01-17 Thread Martin Dvh
Robert McGwier wrote: Agreed Eric Blossom wrote: On Wed, Jan 17, 2007 at 05:45:33PM -0500, Illix wrote: I'm getting the same problem (as far as I can tell) on an Ubuntu 6.10machine. The build fails with undefined references in libmblock.so and libmblock-qa.so. OK, I've looked at

Re: [Discuss-gnuradio] Build errors

2007-01-16 Thread Bob McGwier
Those machines I described, all running Ubuntu 6.1 32bit, exhibit the problem. This is 3 independent machines. I svn fresh copies of the source and did ./bootstrap;./configure --enable-doxygen;make and the make fails on all three machines. HP laptop, Mini-ITX P4-HT, and old dual

Re: [Discuss-gnuradio] Build errors

2007-01-16 Thread Eric Blossom
On Tue, Jan 16, 2007 at 11:24:55AM -0500, Robert W McGwier wrote: Those machines I described, all running Ubuntu 6.1 32bit, exhibit the problem. This is 3 independent machines. I svn fresh copies of the source and did ./bootstrap;./configure --enable-doxygen;make and the make fails

[Discuss-gnuradio] Build errors

2007-01-15 Thread Robert McGwier
I am getting build errors on 3 different machines which heretofore have worked perfectly. It involves the pmt/mblock code. The failure to build comes in the last step of building the libmblock.so and libmblock-qa.so. pmt_nth, pmt_intern, pmt_wrong_type::pmt_wrong_type, are all