Namazu: a Full-Text Search Engine

This index contains 81,307 documents and 1,265,630 keywords.

Last modified: 2024-05-23


Query: [How to search]

Display: Description: Sort:

Results:

References: [ SWIG: 3552 ]

Total 3552 documents matching your query.

341. Re: [Discuss-gnuradio] SWIG Includes for GRExtras blocks (score: 34)
Author: Roy Thompson <rthompso@gmail.com>
Date: Mon, 12 Nov 2012 17:24:07 -0500
Well, I guess it fixed the compilation problem, but now I am having a problem when I try to import the swig module in Python: Traceback (most recent call last): File "/root/mockup_test.py", line 15,
/archive/html/discuss-gnuradio/2012-11/msg00135.html (5,721 bytes)

342. Re: [Discuss-gnuradio] building gnuradio - those annoying swig doc errors (score: 34)
Author: Johnathan Corgan <jcorgan@corganenterprises.com>
Date: Tue, 3 Jul 2012 14:35:41 -0700
On Tue, Jul 3, 2012 at 2:11 PM, Josh Blum <address@hidden> wrote:   Ever build gnuradio with a lot of -j* and catch some error like "swig doc generation failed, retrying..."? I believe this is a dep
/archive/html/discuss-gnuradio/2012-07/msg00036.html (6,741 bytes)

343. [Discuss-gnuradio] building gnuradio - those annoying swig doc errors (score: 34)
Author: Josh Blum <josh@ettus.com>
Date: Tue, 03 Jul 2012 14:11:57 -0700
Hey list, Ever build gnuradio with a lot of -j* and catch some error like "swig doc generation failed, retrying..."? I believe this is a dependency specification issue with the build system. Well, I
/archive/html/discuss-gnuradio/2012-07/msg00031.html (5,807 bytes)

344. Re: [Discuss-gnuradio] swig gnuradio.i cannot find gruel _common.i in 3.6.0 (score: 34)
Author: mleech@ripnet.com
Date: Tue, 10 Apr 2012 14:15:03 -0400
There was a 3-line patch that I had to add to CMakelists.txt in the "swig" subdir to get my gr-pocsag module to build with the latest Gnu Radio. I wonder if the latest howto-write-a-block-cmake has b
/archive/html/discuss-gnuradio/2012-04/msg00209.html (7,152 bytes)

345. Re: [Discuss-gnuradio] swig gnuradio.i cannot find gruel_common.i in 3.6.0 (score: 34)
Author: Johnathan Corgan <jcorgan@corganenterprises.com>
Date: Tue, 10 Apr 2012 11:11:42 -0700
Probably not. Please send. Also, on the new master branch, the howto no longer has 'cmake' in the directory name. Johnathan
/archive/html/discuss-gnuradio/2012-04/msg00208.html (6,536 bytes)

346. Re: [Discuss-gnuradio] git HEAD: Could not create output directory .../swig/runtime_swig_doc_swig_docs/xml (score: 34)
Author: Tom Rondeau <tom@trondeau.com>
Date: Tue, 20 Mar 2012 13:22:35 -0400
Hi, building gnuradio HEAD, bbddd082607a8632322d7774ae8ad54e7e84f6de with script -c 'export PKG_CONFIG_PATH=/opt/uhd/lib/pkgconfig; cmake -DCMAKE_INSTALL_PREFIX=/opt/gnuradio .. && make -j6 && make i
/archive/html/discuss-gnuradio/2012-03/msg00382.html (6,359 bytes)

347. [Discuss-gnuradio] git HEAD: Could not create output directory .../swig/runtime_swig_doc_swig_docs/xml (score: 34)
Author: Timo Juhani Lindfors <timo.lindfors@iki.fi>
Date: Mon, 19 Mar 2012 18:06:29 +0200
Hi, building gnuradio HEAD, bbddd082607a8632322d7774ae8ad54e7e84f6de with script -c 'export PKG_CONFIG_PATH=/opt/uhd/lib/pkgconfig; cmake -DCMAKE_INSTALL_PREFIX=/opt/gnuradio .. && make -j6 && make i
/archive/html/discuss-gnuradio/2012-03/msg00353.html (5,879 bytes)

348. Re: [Discuss-gnuradio] Problem with new swig docs stuff (score: 34)
Author: Justin Ford <justin_ford@hotmail.com>
Date: Mon, 12 Dec 2011 17:47:26 +0000
-- I've built successfully on the latest master branch so this appears fixed as of (or sooner): $ git status     Merge remote-tracking branch 'jblum/cmake_qtgui_fix' Thanks! Justin
/archive/html/discuss-gnuradio/2011-12/msg00168.html (6,689 bytes)

349. RE: [Discuss-gnuradio] gr_qtgui, SWIG. QT Signals and such (score: 34)
Author: "Mike Cornelius" <dr@drelectro.com>
Date: Wed, 5 Jan 2011 08:28:04 +1100
Hi Alex, Credit where credit is due, It was actually your gqrx project that got me started on this :) I noticed in your screenshots that you had changed the plot colours and I thought 'That looks ni
/archive/html/discuss-gnuradio/2011-01/msg00053.html (9,120 bytes)

350. Re: [Discuss-gnuradio] Swig 2.0 (score: 34)
Author: Michael Dickens <mlk@alum.mit.edu>
Date: Thu, 17 Jun 2010 12:10:28 -0600
Works for me on OSX.
/archive/html/discuss-gnuradio/2010-06/msg00268.html (4,439 bytes)

351. Re: [Discuss-gnuradio] Swig 2.0 (score: 34)
Author: Thomas Tsou <ttsou@vt.edu>
Date: Thu, 17 Jun 2010 11:11:10 -0700
I just tried it with a new build. I didn't notice any immediate differences. Thomas
/archive/html/discuss-gnuradio/2010-06/msg00267.html (4,382 bytes)

352. [Discuss-gnuradio] Swig 2.0 (score: 34)
Author: Philip Balister <philip@balister.org>
Date: Thu, 17 Jun 2010 11:17:04 -0400
I just noticed Swig 2.0 is out. Has anyone tried it with gnuradio yet? Philip
/archive/html/discuss-gnuradio/2010-06/msg00260.html (4,341 bytes)

353. Re: [Discuss-gnuradio] C++ Vector equivalent in Python using swig (score: 34)
Author: Eric Blossom <eb@comsec.com>
Date: Wed, 14 Apr 2010 10:23:36 -0700
We pass const std::vector<foo> &bar which semantically allows a copy to be made of the data (a copy from a python representation to the C++ representation). If you use std::vector<foo> &bar The copy
/archive/html/discuss-gnuradio/2010-04/msg00264.html (6,014 bytes)

354. Re: [Discuss-gnuradio] C++ Vector equivalent in Python using swig (score: 34)
Author: Tom Rondeau <trondeau1122@gmail.com>
Date: Wed, 14 Apr 2010 09:56:48 -0400
Python tuples and lists can be passed as std::vector<X> to the C++ block. You can look in gr_ofdm_mapper_bcv to see one example of how we did this. More complicated, look at gr_ofdm_insert_preamble w
/archive/html/discuss-gnuradio/2010-04/msg00260.html (5,430 bytes)

355. Re: [Discuss-gnuradio] Swig Error (score: 34)
Author: Eric Blossom <eb@comsec.com>
Date: Thu, 2 Apr 2009 11:35:52 -0700
$ c++filt _ZN7db_base4dbidEv db_base::dbid() Given the missing symbol, it appears that at least part of your installation is from a relatively recent copy of the trunk, since db_base is part of the C
/archive/html/discuss-gnuradio/2009-04/msg00049.html (5,757 bytes)

356. [Discuss-gnuradio] Swig Error (score: 34)
Author: gohar anwar <goharanwar3@yahoo.com>
Date: Thu, 2 Apr 2009 11:02:23 -0700 (PDT)
Hi, I am getting the following error while running a programme. Programme is fine. I have checked it on other PC. I think there is some thing wrong with the installation of SWIG or else. ## Traceback
/archive/html/discuss-gnuradio/2009-04/msg00047.html (5,074 bytes)

357. [Discuss-gnuradio] swig error during compiling (score: 34)
Author: feldmaus <feldmann_markus@gmx.de>
Date: Tue, 13 Jan 2009 13:23:00 +0100
Hi All, i think there is an misconfiguration in the swig package ?! I did the following: /configure --enable-gr-wxgui --enable-grc --enable-usrp --enable-gr-usrp --enable-gr-audio-alsa --enable-gnura
/archive/html/discuss-gnuradio/2009-01/msg00155.html (5,244 bytes)

358. Re:[Discuss-gnuradio] This python version requires swig to be run.... (score: 34)
Author: Vincenzo Pellegrini <wwvince@gmail.com>
Date: Fri, 14 Dec 2007 02:17:54 +0100
thanks Eric, thanks Matt.. it was my fault: I had forgotten to update the swig interface file path within configure.ac now everything is all right on both F7 and F8 best regards vincenzo
/archive/html/discuss-gnuradio/2007-12/msg00178.html (4,746 bytes)

359. Re: [Discuss-gnuradio] Compile/swig error (score: 34)
Author: Tom Rondeau <trondeau@vt.edu>
Date: Tue, 30 Oct 2007 10:38:33 +0000
Alex Young wrote: Eric Blossom wrote: command line, and enter "from gnuradio import gr" and this is what i get: You need to make install from gnuradio-core. You're not rebuilding the swig glue. Thank
/archive/html/discuss-gnuradio/2007-10/msg00454.html (6,663 bytes)

360. Re: [Discuss-gnuradio] Compile/swig error (score: 34)
Author: Eric Blossom <eb@comsec.com>
Date: Sat, 27 Oct 2007 09:24:26 -0700
Looks like your code isn't linked into the library. Did you add it to libgeneral_la_SOURCES in general/Makefile.am? In general, you'd be better off building your new stuff "out of the tree" using the
/archive/html/discuss-gnuradio/2007-10/msg00423.html (6,764 bytes)


This search system is powered by Namazu v2.0.21

sysadmin@gnu.org