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.

241. Re: [Discuss-gnuradio] USRP on NetBSD, partly/mostly working now (score: 3)
Author: Eric Blossom <eb@comsec.com>
Date: Fri, 16 Dec 2005 15:44:14 -0800
Thanks. Yes. ./configure --help says this: Some influential environment variables: CC C compiler command CFLAGS C compiler flags LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a nons
/archive/html/discuss-gnuradio/2005-12/msg00148.html (12,485 bytes)

242. Re: [Discuss-gnuradio] Making a new packet_sink (score: 2)
Author: Eric Blossom <eb@comsec.com>
Date: Fri, 16 Dec 2005 16:05:11 -0800
Should work fine. My guess is that your mr.i file says something like: GR_SWIG_BLOCK_MAGIC(gr,packet_sink) and it should say GR_SWIG_BLOCK_MAGIC(mr,packet_sink) Good. However, it looks like you're st
/archive/html/discuss-gnuradio/2005-12/msg00150.html (6,875 bytes)

243. [Discuss-gnuradio] Error (score: 2)
Author: zang@eden.rutgers.edu
Date: Thu, 22 Dec 2005 16:22:18 -0500 (EST)
I met the following error again and again when I tried to install GnuRadio 2.6 or run the write-a-block. Can anyone tell me what's wrong? I have installed the latest swig, but I use python 2.3. Impor
/archive/html/discuss-gnuradio/2005-12/msg00237.html (4,157 bytes)

244. Reply: [Discuss-gnuradio] Error (score: 2)
Author: zang@eden.rutgers.edu
Date: Thu, 22 Dec 2005 18:21:21 -0500 (EST)
OK, after I downgrade swig to 1.3.23, clean everything and rebuild everything, the problem seems being solved. Zang
/archive/html/discuss-gnuradio/2005-12/msg00238.html (4,185 bytes)

245. Re: Reply: [Discuss-gnuradio] Error (score: 3)
Author: Eric Blossom <eb@comsec.com>
Date: Fri, 23 Dec 2005 12:48:16 -0800
The downgrade shouldn't have been required. We work with all versions of SWIG through 1.3.27. The problem was most likely a "state" install, where the install directory contain versions compiled unde
/archive/html/discuss-gnuradio/2005-12/msg00253.html (4,718 bytes)

246. [Discuss-gnuradio] Error during "make" gr-usrp (score: 3)
Author: Elaine Garbarine <egarbarine@gmail.com>
Date: Sun, 01 Jan 2006 10:44:21 -0500
Hello all, I'm having a problem when I attempt a make on the gr-usrp module. I get the following errors: /opt/local/bin/swig -c++ -fvirtual -python -modern -I/System/Library/Frameworks/Python.framewo
/archive/html/discuss-gnuradio/2006-01/msg00002.html (6,357 bytes)

247. Re: [Discuss-gnuradio] Error during "make" gr-usrp (score: 3)
Author: Eric Blossom <eb@comsec.com>
Date: Sun, 1 Jan 2006 08:26:18 -0800
Did you first build and install gnuradio-core? Are you trying to build this on OS/X? If so, please note that high-performance USRP support is not complete. Eric
/archive/html/discuss-gnuradio/2006-01/msg00003.html (6,925 bytes)

248. Re: [Discuss-gnuradio] Error during "make" gr-usrp (score: 3)
Author: Elaine Garbarine <egarbarine@gmail.com>
Date: Sun, 01 Jan 2006 11:41:57 -0500
gnuradio-core is built and I didn't have any major problems there. I am in fact trying to build this on OS X and I know there isn't really full support for this platform just yet but I was hoping som
/archive/html/discuss-gnuradio/2006-01/msg00004.html (7,718 bytes)

249. Re: [Discuss-gnuradio] Error during "make" gr-usrp (score: 3)
Author: Michael Dickens <mdickens@nd.edu>
Date: Sun, 1 Jan 2006 16:22:00 -0500
'gnuradio.i' is found in ${prefix}/include/gnuradio/swig/, and is supposed to be installed by gnuradio-core (via "sudo make install" or equivalent). You can copy it from gr-build/gnuradio-core/src/li
/archive/html/discuss-gnuradio/2006-01/msg00007.html (7,494 bytes)

250. [Discuss-gnuradio] Yet another installation problem (score: 2)
Author: Elaine Garbarine <egarbarine@gmail.com>
Date: Wed, 04 Jan 2006 11:20:34 -0500
This time I'm attempting a Red Hat install of GNU Radio and I've got the core and gr-wxgui installed without any problems. I've also got the usrp module installed with no errors or issues. I'm attemp
/archive/html/discuss-gnuradio/2006-01/msg00029.html (5,732 bytes)

251. Re: [Discuss-gnuradio] Yet another installation problem (score: 3)
Author: Jonathan Jacky <jon@u.washington.edu>
Date: Wed, 4 Jan 2006 10:14:12 -0800 (PST)
make[1]:**No rule to make target '/swig/gnuradio.i', needed by 'usrp0.cc'. Stop This usually means that make expected to find the file /swig/gnuradio.i already present, but couldn't find it (so then
/archive/html/discuss-gnuradio/2006-01/msg00030.html (6,259 bytes)

252. Re: [Discuss-gnuradio] Yet another installation problem (score: 2)
Author: Geoffrey Bunza <geoffb@vigilan.com>
Date: Thu, 05 Jan 2006 10:22:28 -0800
I've just completed successfully building Gnuradio for the USRP on Fedora Core 4... after encountering a dozen or so problems, including this one. Jon Jacky points you in the right direction. You nee
/archive/html/discuss-gnuradio/2006-01/msg00034.html (7,736 bytes)

253. Re: [Discuss-gnuradio] Yet another installation problem (score: 2)
Author: Geoffrey Bunza <geoffb@vigilan.com>
Date: Thu, 05 Jan 2006 10:23:13 -0800
Addendum to my last email: I found that using precompiled RPM's for the Fedora Core 4 installation was asking for problems, so as a new rule, I am avoiding them were possible. Also The default gcc pr
/archive/html/discuss-gnuradio/2006-01/msg00035.html (8,284 bytes)

254. [Discuss-gnuradio] huge SWIG generated <module>.cc and <module>.py files? (score: 34)
Author: Joshua Lackey <jl@noether.uoregon.edu>
Date: Thu, 5 Jan 2006 20:47:49 -0800
I'm not sure if this is common but I'm trying to track this down so I thought I would ask to see if anyone else has seen this. I'm constructing my own module and I patterned it after the howto. When
/archive/html/discuss-gnuradio/2006-01/msg00048.html (5,369 bytes)

255. Re: [Discuss-gnuradio] huge SWIG generated <module>.cc and <module>.py files? (score: 34)
Author: Joshua Lackey <jl@noether.uoregon.edu>
Date: Thu, 5 Jan 2006 23:33:48 -0800
Haha. Nevermind. I had: '%include "gnuradio.i"' rather than '%import "gnuradio.i"' in my <module>.i file... Makes a big difference. :) Quoting Joshua Lackey (address@hidden): -- Joshua Lackey, PhD. -
/archive/html/discuss-gnuradio/2006-01/msg00049.html (6,309 bytes)

256. Re: [Discuss-gnuradio] GnuRadio build dependencies (score: 2)
Author: Jonathan Jacky <jon@u.washington.edu>
Date: Fri, 6 Jan 2006 09:30:33 -0800 (PST)
I looked on the wiki but couldn't find anything that listed the version dependencies. That would be a useful thing to add if/when someone has a chance. It's in gnuradio-core/README: autoconf 2.57 or
/archive/html/discuss-gnuradio/2006-01/msg00056.html (6,062 bytes)

257. Re: [Discuss-gnuradio] GnuRadio build dependencies (score: 2)
Author: John Ackermann N8UR <jra@febo.com>
Date: Fri, 06 Jan 2006 13:01:43 -0500
I looked on the wiki but couldn't find anything that listed the version dependencies. That would be a useful thing to add if/when someone has a chance. It's in gnuradio-core/README: autoconf 2.57 or
/archive/html/discuss-gnuradio/2006-01/msg00059.html (6,563 bytes)

258. Re: [Discuss-gnuradio] GnuRadio build dependencies (score: 2)
Author: Eric Blossom <eb@comsec.com>
Date: Fri, 6 Jan 2006 16:26:31 -0800
FYI, It's in the gnuradio-core README. Pretty much anything reasonable current should work: autoconf 2.57 or later automake 1.7.4 or later libtool 1.5 or later swig 1.3.23,24,25,27 Eric
/archive/html/discuss-gnuradio/2006-01/msg00067.html (6,423 bytes)

259. Re: [Discuss-gnuradio] Yet another installation problem (score: 2)
Author: n4hy <n4hy@idaccr.org>
Date: Mon, 09 Jan 2006 16:29:56 -0500
I have never once regretting changing over to SUSE. YAST is just too awesome. I have gone ahead and installed gcc-4.0.2 on all my machines. You can use the python 2.4.1 that comes with SUSE 10. I hav
/archive/html/discuss-gnuradio/2006-01/msg00113.html (9,594 bytes)

260. Re: [Discuss-gnuradio] Windows Port Error (score: 2)
Author: Robert Roberts <robert.roberts@case.edu>
Date: Mon, 23 Jan 2006 14:51:57 -0500
Hello, I've installed the new 2.6 installer on both this Opteron as well as a Pentium D system. In both cases I no longer get the buffer error, but now get the following error when I try to run an ex
/archive/html/discuss-gnuradio/2006-01/msg00211.html (11,606 bytes)


This search system is powered by Namazu v2.0.21

sysadmin@gnu.org