Here's a sample with:
  Gnu Radio 3.1.1
  g++ 4.0.1
  Python 2.4.4
  Swig 1.3.33
  OSX 10.4.11


[eds-mac:~] edwardc% python
Python 2.4.4 (#1, Dec 19 2007, 10:55:40)
[GCC 4.0.1 (Apple Computer, Inc. build 5363)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> from gnuradio import gr
>>> gr.firdes.hilbert(0)
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
File "/usr/local/lib/python2.4/site-packages/gnuradio/gr/gnuradio_swig_py_general.py", line 2837, in hilbert
    return _gnuradio_swig_py_general.firdes_hilbert(*args)
IndexError: Hilbert:  Must have odd number of taps
>>> ^D


[eds-mac:~] edwardc% g++ --version
i686-apple-darwin8-g++-4.0.1 (GCC) 4.0.1 (Apple Computer, Inc. build 5363)
Copyright (C) 2005 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.


[eds-mac:~] edwardc% swig -version

SWIG Version 1.3.31

Compiled with /usr/bin/g++-4.0 [i686-apple-darwin8.8.2]
Please see http://www.swig.org for reporting bugs and further information


[eds-mac:~] edwardc% uname -a
Darwin eds-mac.gsfc.nasa.gov 8.11.1 Darwin Kernel Version 8.11.1: Wed Oct 10 18:23:28 PDT 2007; root:xnu-792.25.20~1/RELEASE_I386 i386 i386

@(^.^)@  Ed



Johnathan Corgan wrote:

So far from all the reports (thanks guys, keep them coming), the
works/fails distinction is whether gcc is < 4.1 or not.  But we don't
have enough "works" examples to really draw that conclusion yet.



_______________________________________________
Discuss-gnuradio mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to