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.

101. [Discuss-gnuradio] Failed test in 'make check' (score: 6)
Author: <db931@uow.edu.au>
Date: Tue, 15 Feb 2005 19:13:39 +1100
Hi, I've been fighting to compile the gnuradio-core-2.4 from tarball on a Ubuntu distro. I'm pretty new to Linux world and it's a bit of a challenge as it's not a development distribution. (I may add
/archive/html/discuss-gnuradio/2005-02/msg00163.html (9,428 bytes)

102. RE: [Discuss-gnuradio] CVS tree broken? (score: 2)
Author: "Robert McGwier" <rwmcgwier@comcast.net>
Date: Fri, 18 Feb 2005 19:54:58 -0500
Eric: Everything is built and running and the behavior you described is exactly what I saw in the files downloaded from the links on the Wiki. When I did bootstrap/for-all-dirs, it blew with "No make
/archive/html/discuss-gnuradio/2005-02/msg00250.html (5,590 bytes)

103. [Discuss-gnuradio] I built the most recent tarballs on a gentoo/amd64 system (score: 2)
Author: Robert Kelley <pasha@kali.com>
Date: Sat, 19 Feb 2005 14:19:47 -0800
It works! At least I was able to run dial-tone.py I had to create an ebuild for the most recent swig. I had to change line 529 in fusb_linux.cc because my pointers are 64 bits whereas ints are only 3
/archive/html/discuss-gnuradio/2005-02/msg00273.html (5,935 bytes)

104. Re: [Discuss-gnuradio] I built the most recent tarballs on a gentoo/amd64 system (score: 2)
Author: Eric Blossom <eb@comsec.com>
Date: Sat, 19 Feb 2005 15:16:25 -0800
Thanks! Is a long 64 bits or do you have to use long long to get 64 bits? Eric
/archive/html/discuss-gnuradio/2005-02/msg00274.html (6,166 bytes)

105. Re: [Discuss-gnuradio] I built the most recent tarballs on a gentoo/amd64 system (score: 2)
Author: "Daniel O'Connor" <darius@dons.net.au>
Date: Sun, 20 Feb 2005 10:48:03 +1030
Might I suggest that if you want a specific width data type you use [u]int[8,16,32,64]_t? It's portable too :) -- Daniel O'Connor software and network engineer for Genesis Software - http://www.gsoft
/archive/html/discuss-gnuradio/2005-02/msg00276.html (7,020 bytes)

106. Re: [Discuss-gnuradio] Debian Segmentation fault during make check (score: 2)
Author: "Damien B." <smallpandabear@gmail.com>
Date: Thu, 24 Feb 2005 11:48:31 +1100
Hi, I managed to install Gnu-radio project on ubuntu (based on debian) without the 'make check' error message. Here is a small walk-though. I'll add a Wiki entry if you think it's worth it. (Sorry fo
/archive/html/discuss-gnuradio/2005-02/msg00332.html (10,939 bytes)

107. Re: [Discuss-gnuradio] Build fails after latest update from cvs today (score: 2)
Author: Eric Blossom <eb@comsec.com>
Date: Wed, 23 Feb 2005 21:12:12 -0800
I just checked it out from scratch and it builds OK for me. Did you $ ./bootstrap && ./configure --enable-maintainer-mode after updating? You shouldn't have to, but you might try $ cd gnuradio-core/s
/archive/html/discuss-gnuradio/2005-02/msg00335.html (5,348 bytes)

108. txtuHTRpIgWZ3.txt (score: 2)
Author: unknown
Date: Sat, 26 Feb 2005 17:23:09 -0500
Mark set Loading view...done address@hidden gr-build]$ sudo -v address@hidden gr-build]$ ./for-all-dirs ../buildit 2>&1 | tee make.log >>> /home/john/gr-build/gnuradio-core configure.ac: installing `
/archive/html/discuss-gnuradio/2005-02/txtuHTRpIgWZ3.txt (5,268 bytes)

109. [Discuss-gnuradio] Missing Makefile.in (score: 2)
Author: Joshua Lackey <jl@noether.uoregon.edu>
Date: Mon, 28 Feb 2005 14:32:24 -0800
Does anyone else have to "./bootstrap" twice in a freshly checked-out tree? I'm wondering if it is just my setup, but I have to "./bootstrap; ./bootstrap" or else the Makefile.in doesn't appear. addr
/archive/html/discuss-gnuradio/2005-02/msg00397.html (6,436 bytes)

110. Re: [Discuss-gnuradio] Missing Makefile.in (score: 2)
Author: mgray@ess-us.com
Date: Mon, 28 Feb 2005 15:37:42 -0700 (MST)
Yes, I have to do that with FC3 and the latest patches. It reports the same error you are showing below.
/archive/html/discuss-gnuradio/2005-02/msg00398.html (7,268 bytes)

111. Re: [Discuss-gnuradio] bytes_to_syms (score: 2)
Author: Eric Blossom <eb@comsec.com>
Date: Tue, 1 Mar 2005 13:39:21 -0800
gr.bytes_to_syms is the SWIG generated wrapper for gr_bytes_to_syms. The interface exported to Python is in gr_bytes_to_syms.i As you've probably figured out by now, the gr_simple_framer.cc is very s
/archive/html/discuss-gnuradio/2005-03/msg00004.html (5,058 bytes)

112. [Discuss-gnuradio] max_streams problem in own module (score: 3)
Author: Charles Clancy <clancy@cs.umd.edu>
Date: Wed, 2 Mar 2005 10:23:22 -0500 (EST)
I'm trying to write a gnuradio 2.2 module that computes the phase of a complex baseband signal, mostly as a learning excercise in developing a 4-FSK receiver. (Is there an existing module that could
/archive/html/discuss-gnuradio/2005-03/msg00016.html (7,331 bytes)

113. [Discuss-gnuradio] Re: max_streams problem in own module (score: 3)
Author: Charles Clancy <clancy@cs.umd.edu>
Date: Wed, 2 Mar 2005 10:32:33 -0500 (EST)
Correction -- I'm using gnuradio 2.4, not 2.2 as I mistyped in my previous message. This is on a RHEL-AS3 system. [ t. charles clancy ]--[ address@hidden ]--[ www.cs.umd.edu/~clancy ] [ computer scie
/archive/html/discuss-gnuradio/2005-03/msg00017.html (7,949 bytes)

114. Re: [Discuss-gnuradio] max_streams problem in own module (score: 3)
Author: Eric Blossom <eb@comsec.com>
Date: Wed, 2 Mar 2005 11:27:33 -0800
Yes: gr.complex_to_arg () FYI, there's also: gr.complex_to_mag(), gr.complex_to_real(), gr.complex_to_imag(), gr.complex_to_float() These are all in gnuradio-core/src/lib/general/gr_complex_to_xxx.{h
/archive/html/discuss-gnuradio/2005-03/msg00022.html (8,763 bytes)

115. [Discuss-gnuradio] latest swig debian package source? (score: 34)
Author: Kwan Hong Lee <kwan@media.mit.edu>
Date: Thu, 3 Mar 2005 01:26:54 -0500 (EST)
Hi, does anybody know of any source for swig 1.3.24 debian package? Thank you. -kwan http://www.media.mit.edu/~kwan/info.html
/archive/html/discuss-gnuradio/2005-03/msg00031.html (5,666 bytes)

116. Re: [Discuss-gnuradio] latest swig debian package source? (score: 34)
Author: Krzysztof Kamieniecki <krys@kamieniecki.com>
Date: Thu, 03 Mar 2005 01:47:05 -0500
It's currently in unstable. Hi, does anybody know of any source for swig 1.3.24 debian package? Thank you. -kwan http://www.media.mit.edu/~kwan/info.html _____________________________________________
/archive/html/discuss-gnuradio/2005-03/msg00032.html (6,407 bytes)

117. Re: [Discuss-gnuradio] latest swig debian package source? (score: 34)
Author: Ramakrishnan Muthukrishnan <mrkrishnan@gmail.com>
Date: Thu, 3 Mar 2005 13:52:20 +0530
It's in unstable, there were some experimental packages at pkg-swig.alioth.debian.org -- Ramakrishnan http://www.hackGNU.org Join FSF as an Associate Member at: <URL:http://member.fsf.org/join?referr
/archive/html/discuss-gnuradio/2005-03/msg00033.html (5,860 bytes)

118. Re: [Discuss-gnuradio] bytes_to_syms (score: 2)
Author: Rahul Dhar <rdhar@cmu.edu>
Date: Fri, 4 Mar 2005 15:27:42 -0500
For some reason, the receiving side does not get exactly what the transmitting side sends. I have a text file of size 4096 bytes. The payload size is 1024 bytes, so I expect to see 4 frames. However,
/archive/html/discuss-gnuradio/2005-03/msg00044.html (6,171 bytes)

119. txtNziKUuuDCR.txt (score: 6)
Author: unknown
Date: Thu, 10 Mar 2005 01:48:30 -0500
include ../Makefile.common SWIGCPPOPTIONS = -python -noruntime -c++ \ -I$(GRINCLUDEDIR) \ -I$(SWIGINCLUDEDIR) CPPOPTIONS = -I$(GRINCLUDEDIR)
/archive/html/discuss-gnuradio/2005-03/txtNziKUuuDCR.txt (694 bytes)

120. txtMKLmGBLOwy.txt (score: 3)
Author: unknown
Date: Thu, 10 Mar 2005 01:48:30 -0500
# gnu radio include GRINCLUDEDIR = /usr/local/include/gnuradio # swig includes SWIGINCLUDEDIR = $(GRINCLUDEDIR)/swig
/archive/html/discuss-gnuradio/2005-03/txtMKLmGBLOwy.txt (124 bytes)


This search system is powered by Namazu v2.0.21

sysadmin@gnu.org