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.

41. Re: [Discuss-gnuradio] Why SWIG has been selected as C++ wrapper for Python for GNURadio ? (score: 45)
Author: Marcus Leech <mleech@ripnet.com>
Date: Fri, 20 Jun 2014 14:47:19 +0000 (UTC)
I find that it's relatively-common for people to criticize existing codebases because they don't use library <foo>, or aren't written in <vogue-language-of-the-week>, or don't use <exciting-new-frame
/archive/html/discuss-gnuradio/2014-06/msg00344.html (11,342 bytes)

42. Re: [Discuss-gnuradio] Why SWIG has been selected as C++ wrapper for Python for GNURadio ? (score: 45)
Author: Tom Rondeau <tom@trondeau.com>
Date: Fri, 20 Jun 2014 09:33:11 -0400
Hi Joe, Disclaimer: I haven't been around when SWIG was introduced into GNU Radio. These are somewhat educated guesses, but since I've had *some* fun with SWIG, I wondered myself and this is what I
/archive/html/discuss-gnuradio/2014-06/msg00346.html (10,020 bytes)

43. Re: [Discuss-gnuradio] swig gnuradio.i cannot find gruel_common.i in 3.6.0 (score: 45)
Author: Alexandru Csete <oz9aec@gmail.com>
Date: Sun, 15 Apr 2012 21:36:56 +0200
Thanks Tom, that helped (together with adding the check for gruel in gr_standalone.m4). Alex
/archive/html/discuss-gnuradio/2012-04/msg00357.html (9,345 bytes)

44. Re: [Discuss-gnuradio] swig gnuradio.i cannot find gruel_common.i in 3.6.0 (score: 45)
Author: Tom Rondeau <tom@trondeau.com>
Date: Sun, 15 Apr 2012 14:45:56 -0400
The change was from commit aaa98c095a85724a8782a28717162c1d30d865c2. Here's the relevant lines changed in Makefile.common to get this to work. I'm not really sure why, buy swignincludedir is not the
/archive/html/discuss-gnuradio/2012-04/msg00355.html (8,670 bytes)

45. Re: [Discuss-gnuradio] swig gnuradio.i cannot find gruel _common.i in 3.6.0 (score: 45)
Author: mleech@ripnet.com
Date: Tue, 10 Apr 2012 13:42: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/msg00207.html (21,361 bytes)

46. Re: [Discuss-gnuradio] SWIG 1.3.31 now required on the trunk (score: 45)
Author: Eric Blossom <eb@comsec.com>
Date: Fri, 1 Dec 2006 02:29:35 -0800
No, not very difficult. You do have to download and build SWIG 1.3.31. They: (1) allow Python to subclass C++ base classes with virtual functions, (2) allow C++ code to transparently invoke Python co
/archive/html/discuss-gnuradio/2006-12/msg00002.html (6,864 bytes)

47. Re: SWIG doesn't recognize argument in make() (score: 44)
Author: Stéphane Ancelot <sancelot88@gmail.com>
Date: Tue, 17 Nov 2020 09:34:51 +0100
Hi guys, Using swig using cmake is like using a blackbox and unfortunately is not consistent between cmake versions. This is better to hardcode your own swig sequence in CMake I have not any time t
/archive/html/discuss-gnuradio/2020-11/msg00162.html (16,460 bytes)

48. Re: [Discuss-gnuradio] GNURadio build swig code fail on USB (score: 44)
Author: David <david.zod.miller@gmail.com>
Date: Thu, 21 Sep 2017 18:51:08 +0100
Now very embarrassed, Issue was the mount, I created a "hello world" executable, and couldn't run that either, massive clue! Mount options in fstab included "user" which mounts (rw,nosuid,nodev,noexe
/archive/html/discuss-gnuradio/2017-09/msg00170.html (18,773 bytes)

49. Re: [Discuss-gnuradio] GNURadio build swig code fail on USB (score: 44)
Author: Cinaed Simson <cinaed.simson@gmail.com>
Date: Wed, 20 Sep 2017 21:40:50 -0700
My guess is you have path problems. Multiple installs of the same program is tricky business. The test will be to uninstall gnuradio from the sdcard after the installation on the usb, and see if the
/archive/html/discuss-gnuradio/2017-09/msg00162.html (25,673 bytes)

50. Re: [Discuss-gnuradio] GNURadio build swig code fail on USB (score: 44)
Author: David <david.zod.miller@gmail.com>
Date: Tue, 19 Sep 2017 17:50:56 +0100
Many Thanks Cinaed for going to this trouble :-). My USB drive partitions: Disk /dev/sda: 465.8 GiB, 500107862016 bytes, 976773168 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/p
/archive/html/discuss-gnuradio/2017-09/msg00143.html (17,437 bytes)

51. Re: [Discuss-gnuradio] GNURadio build swig code fail on USB (score: 44)
Author: Cinaed Simson <cinaed.simson@gmail.com>
Date: Mon, 18 Sep 2017 17:08:12 -0700
It works for me - but my setup is slightly different. I have a odroid-xu4 using emmc for the internal drive and it's running Debian 8.8. Ubuntu is a fork of Debian so typically (system wise) what wor
/archive/html/discuss-gnuradio/2017-09/msg00135.html (21,404 bytes)

52. Re: [Discuss-gnuradio] GNURadio build swig code fail on USB (score: 44)
Author: David <david.zod.miller@gmail.com>
Date: Mon, 18 Sep 2017 17:18:04 +0100
oops, USB mount should be OS is installed on SD card (no emmc). I built UHD, as odroid user, on the USB drive, cmake, make, sudo make install. Works fine. Then try to build GNURadio, as odroid user,
/archive/html/discuss-gnuradio/2017-09/msg00122.html (15,604 bytes)

53. Re: [Discuss-gnuradio] GNURadio build swig code fail on USB (score: 44)
Author: David <david.zod.miller@gmail.com>
Date: Mon, 18 Sep 2017 17:09:33 +0100
Hi Cinaed, OS is installed on SD card (no emmc). I built UHD, as odroid user, on the USB drive, cmake, make, sudo make install. Works fine. Then try to build GNURadio, as odroid user, on USB drive, c
/archive/html/discuss-gnuradio/2017-09/msg00121.html (14,872 bytes)

54. Re: [Discuss-gnuradio] GNURadio build swig code fail on USB (score: 44)
Author: Cinaed Simson <cinaed.simson@gmail.com>
Date: Sun, 17 Sep 2017 23:02:29 -0700
Just to be clear, you re-installed the os on the odroid and not the usb drive? Have you built the UHD software on the usb drive? Blow away the build directory and try it again. If it fails, try it as
/archive/html/discuss-gnuradio/2017-09/msg00118.html (15,278 bytes)

55. Re: [Discuss-gnuradio] GNURadio build swig code fail on USB (score: 44)
Author: David <david.zod.miller@gmail.com>
Date: Sun, 17 Sep 2017 14:29:32 +0100
Hi Cinaed, Sorry no, USB build was first, after clean install of OS, then UHD. Only "cmake .. " disabled component left was gr-comedi. I think this may be a file-system thing, maybe how it is mounted
/archive/html/discuss-gnuradio/2017-09/msg00114.html (11,618 bytes)

56. Re: [Discuss-gnuradio] GNURadio build swig code fail on USB (score: 44)
Author: David <david.zod.miller@gmail.com>
Date: Sun, 17 Sep 2017 14:19:35 +0100
Hi, Not using pyBombs, building directly from GIT source. Good spot on the timing, I didn't think anyone would notice ;-) Reason is I do "cmake -DENABLE_DOXYGEN=OFF ..", as I thought it was something
/archive/html/discuss-gnuradio/2017-09/msg00113.html (12,009 bytes)

57. Re: [Discuss-gnuradio] GNURadio build swig code fail on USB (score: 44)
Author: Cinaed Simson <cinaed.simson@gmail.com>
Date: Sat, 16 Sep 2017 13:44:25 -0700
My guess is the sdcard version is installed and when your try to build the USB version, the paths are getting confused. I'd recommend doing a make uninstall for the sdcard version, build the USB vers
/archive/html/discuss-gnuradio/2017-09/msg00111.html (12,051 bytes)

58. Re: [Discuss-gnuradio] GNURadio build swig code fail on USB (score: 44)
Author: Cinaed Simson <cinaed.simson@gmail.com>
Date: Sat, 16 Sep 2017 13:27:38 -0700
You don't appear to be comparing equivalent builds. The USB build bombs shortly after doxygen at 9% but then you compare it to sdcard build at 11% with no indication of doxygen being called. -- Cinae
/archive/html/discuss-gnuradio/2017-09/msg00109.html (11,937 bytes)

59. Re: [Discuss-gnuradio] GNURadio build swig code fail on USB (score: 44)
Author: David <david.zod.miller@gmail.com>
Date: Sat, 16 Sep 2017 15:48:06 +0100
Hello Kyeong, Thanks for the reply, It's ext4, the OS is Ubuntu, Doing lsattr, for example: address@hidden:/mnt# lsattr --e-- ./uhd --e-- ./lost+found --e-- ./gnuradio --e-- ./gnuradio.broken Don't k
/archive/html/discuss-gnuradio/2017-09/msg00107.html (11,532 bytes)

60. Re: [Discuss-gnuradio] GNURadio build swig code fail on USB (score: 44)
Author: Kyeong Su Shin <ksshin@uw.edu>
Date: Sat, 16 Sep 2017 07:31:59 -0700
Hi All, Building GNURadio on a mounted USB drive (on an Odroid ARM device), fails here: Scanning dependencies of target _pmt_swig_doc_tag [  9%] Building CXX object gnuradio-runtime/swig/ CMakeFile
/archive/html/discuss-gnuradio/2017-09/msg00106.html (9,358 bytes)


This search system is powered by Namazu v2.0.21

sysadmin@gnu.org