Namazu: a Full-Text Search Engine

This index contains 81,291 documents and 1,265,498 keywords.

Last modified: 2024-05-06


Query: [How to search]

Display: Description: Sort:

Results:

References: [ SWIG: 3552 ]

Total 3552 documents matching your query.

61. Re: [Discuss-gnuradio] CVS compilation problems / automake 1.9.4 (score: 4)
Author: Berndt Josef Wulf <wulf@ping.net.au>
Date: Sat, 25 Dec 2004 12:32:12 +1030
FYI: Gnuradio CVS as of 24-dec-04 builds fine with a later version of libtool. SWIG Version 1.3.22 automake (GNU automake) 1.9.3 autoconf (GNU Autoconf) 2.59 libtool (GNU libtool) 1.5.10 (1.1220.2.13
/archive/html/discuss-gnuradio/2004-12/msg00087.html (7,659 bytes)

62. RE: [Discuss-gnuradio] Problems building swig 1.3.23 (score: 37)
Author: hamlin@accelenet.net
Date: Thu, 30 Dec 2004 16:52:09 -0800
I had the same problem as Bill reported on Dec 13, when trying to execute the dial_tone.py program that I copied from the "Exploring GnuRadio" web-page. On my Fedora-2 core system, I built and instal
/archive/html/discuss-gnuradio/2004-12/msg00110.html (6,267 bytes)

63. Re: [Discuss-gnuradio] Problems building swig 1.3.23 (score: 40)
Author: Eric Blossom <eb@comsec.com>
Date: Sat, 1 Jan 2005 13:31:49 -0800
In swig 1.2.23 they removed a feature that we were using having to do with supporting C++ applications with multiple swig modules. They have apparently added it back (or something similar) in 1.3.24.
/archive/html/discuss-gnuradio/2005-01/msg00000.html (5,128 bytes)

64. Re: [Discuss-gnuradio] More swig info... (score: 42)
Author: Eric Blossom <eb@comsec.com>
Date: Sun, 2 Jan 2005 11:32:15 -0800
I've made a couple of small changes to gnuradio-core that now have swig 1.3.22 and 1.3.23 both working. swig's support for multiple c++ modules has changed a lot in 1.3.24. I haven't yet figured out
/archive/html/discuss-gnuradio/2005-01/msg00001.html (5,996 bytes)

65. [Discuss-gnuradio] Problems building from CVS on FreeBSD (score: 9)
Author: "Daniel O'Connor" <darius@dons.net.au>
Date: Mon, 3 Jan 2005 22:43:47 +1030
Hi, I'm trying to build GNU Radio from CVS on FreeBSD -current, but I'm not having much luck with autoconf and friends :( Here's a summary of what I ran.. aclocal19 -I config libtoolize15 --automake
/archive/html/discuss-gnuradio/2005-01/msg00002.html (19,178 bytes)

66. Re: [Discuss-gnuradio] Problems building from CVS on FreeBSD (score: 2)
Author: "Daniel O'Connor" <darius@dons.net.au>
Date: Tue, 4 Jan 2005 18:32:41 +1030
Also, I modified the SWIG port to get the requisite version and installed that.. I'm not sure I really want to go to the bother of installing a custom set of auto* tools just to build GNU radio thoug
/archive/html/discuss-gnuradio/2005-01/msg00012.html (6,344 bytes)

67. Re: [Discuss-gnuradio] error (score: 2)
Author: Job de Haas <joblists@itsx.com>
Date: Mon, 10 Jan 2005 21:39:31 +0100
Hi, I'm running a sarge system and just tried the tarballs from the site. For me the compile and make check worked fine with just the debian packages installed for all the required software. Without
/archive/html/discuss-gnuradio/2005-01/msg00056.html (7,557 bytes)

68. Re: [Discuss-gnuradio] error (score: 2)
Author: Martin Dvh <gnuradiomail@olifantasia.com>
Date: Tue, 11 Jan 2005 06:39:52 +0100
I have a gnuradio cvs version from a while back which was compiled with I have a recent cvs version compiled with gcc 3.4 which fails with a segmentation fault. gcc-3.4 --version gcc-3.4 (GCC) 3.4.2
/archive/html/discuss-gnuradio/2005-01/msg00064.html (12,442 bytes)

69. Re: [Discuss-gnuradio] error (score: 6)
Author: Martin Dvh <gnuradiomail@olifantasia.com>
Date: Tue, 11 Jan 2005 16:24:14 +0100
Did the test program catch the error and say it caught a SIGBUS? I just got the output as shown above: Tonight I rebuilt recent cvs with gcc-3.4 and my whole system up-to-date (dist-update, dist-upg
/archive/html/discuss-gnuradio/2005-01/msg00066.html (14,445 bytes)

70. Re: [Discuss-gnuradio] error (score: 2)
Author: Eric Blossom <eb@comsec.com>
Date: Tue, 11 Jan 2005 08:05:15 -0800
You might want to try running tests/test_vmcircbuf under gdb and see what happens. I suspect that you'll see that its getting a SIGSEGV or SIGBUS from some place below test_factory even though there
/archive/html/discuss-gnuradio/2005-01/msg00067.html (8,469 bytes)

71. [Discuss-gnuradio] Error while compiling Gnuradio 2.3 from CVS (score: 25)
Author: Meenal <mpant@ncsa.uiuc.edu>
Date: Tue, 11 Jan 2005 13:05:16 -0600
Hello, I get the following error while building GNUradio 2.3 from cvs, on Fedora Core 3 , using $./for-all-dirs ../buildit These look like Python import errors. I have set the PYTHONPATH as PYTHONPAT
/archive/html/discuss-gnuradio/2005-01/msg00071.html (15,798 bytes)

72. Re: [Discuss-gnuradio] Error while compiling Gnuradio 2.3 from CVS (score: 2)
Author: Stephane Fillod <f8cfe@free.fr>
Date: Tue, 11 Jan 2005 20:56:02 +0100
[...] [..] Can the following patch solve your problem? It is required for Cygwin to work, so committing is to be considered. Index: src/lib/general/gr_deinterleave.cc == RCS file: /cvsroot/gnuradio/g
/archive/html/discuss-gnuradio/2005-01/msg00073.html (11,066 bytes)

73. Re: [Discuss-gnuradio] Error while compiling Gnuradio 2.3 from CVS (score: 2)
Author: Eric Blossom <eb@comsec.com>
Date: Tue, 11 Jan 2005 17:25:48 -0800
Stephane, I did commit the rename from gr_io_signature::INFINITE to gr_io_signature::IO_INFINITE a while back. That should solve the problem on Cygwin/MinGW. I don't think this problem has to do wit
/archive/html/discuss-gnuradio/2005-01/msg00078.html (6,906 bytes)

74. Re: [Discuss-gnuradio] Error while compiling Gnuradio 2.3 from CVS (score: 3)
Author: Eric Blossom <eb@comsec.com>
Date: Tue, 11 Jan 2005 17:17:23 -0800
Check your SWIG version. If you're using 1.3.24, fall back to 1.3.23. Anybody looking for a bit of a challenge, figure out how to get SWIG 1.3.24 to successfully generate multiple c++ modules that pl
/archive/html/discuss-gnuradio/2005-01/msg00079.html (7,466 bytes)

75. [Discuss-gnuradio] make check test failures, Mac OS X, Python/SWIG (score: 46)
Author: Jonathan Jacky <jon@u.washington.edu>
Date: Wed, 12 Jan 2005 11:28:48 -0800 (PST)
I built gnuradio-core from CVS on Mac OS X. After I installed all the prerequisites and made a few edits in the configure file (where autoconfigure couldn't find things on the Mac), the bootstrap, co
/archive/html/discuss-gnuradio/2005-01/msg00090.html (8,609 bytes)

76. Re: [Discuss-gnuradio] make check test failures, Mac OS X, Python/SWIG (score: 41)
Author: Eric Blossom <eb@comsec.com>
Date: Wed, 12 Jan 2005 11:56:10 -0800
gcc 3.3 on OS/X works fine. One note: under OS/X, when building gnuradio-core, you have to "make install" before "make check" will work. [The problem is related to trying to run the python code using
/archive/html/discuss-gnuradio/2005-01/msg00092.html (7,306 bytes)

77. Re: [Discuss-gnuradio] make check test failures, Mac OS X, Python/SWIG (score: 33)
Author: Jonathan Jacky <jon@u.washington.edu>
Date: Wed, 12 Jan 2005 13:03:30 -0800 (PST)
One note: under OS/X, when building gnuradio-core, you have to "make install" before "make check" will work. That fixed it. "make install" completes without errors, then "make check" passes all the
/archive/html/discuss-gnuradio/2005-01/msg00095.html (5,807 bytes)

78. txtKMf6v2mMSK.txt (score: 13)
Author: unknown
Date: Wed, 12 Jan 2005 16:58:33 -0500
Index: src/lib/swig/Makefile.am == RCS file: /cvsroot/gnuradio/gnuradio-core/src/lib/swig/Makefile.am,v retrieving revision 1.12 diff -u -r1.12 Makefile.am -- src/lib/swig/Makefile.am 5 Nov 2004 05:4
/archive/html/discuss-gnuradio/2005-01/txtKMf6v2mMSK.txt (1,707 bytes)

79. Re: [Discuss-gnuradio] make check test failures, Mac OS X, Python/SWIG (score: 37)
Author: Stephane Fillod <f8cfe@free.fr>
Date: Wed, 12 Jan 2005 22:44:58 +0100
[...] Can these system limits be pushed further? (I know next to nothing of OSX) Have you tried the tricks at http://comsec.com/wiki?MacOsX ? If you have at least one factory working, you can ignore
/archive/html/discuss-gnuradio/2005-01/msg00098.html (8,109 bytes)

80. Re: [Discuss-gnuradio] Error while compiling Gnuradio 2.3 from CVS (score: 4)
Author: Stephane Fillod <f8cfe@free.fr>
Date: Wed, 12 Jan 2005 23:04:29 +0100
Eric, Indeed, it has to do with SWIG, at least the Cygwin version I have ;-) The ioinf.patch file follows in that manner src/lib/io/sdr_1000.i. Talking about SWIG issues, you may solve the SDR1000 de
/archive/html/discuss-gnuradio/2005-01/msg00099.html (7,885 bytes)


This search system is powered by Namazu v2.0.21

sysadmin@gnu.org