diff options
author | Eric Blossom <eb@comsec.com> | 2010-11-16 21:40:55 -0800 |
---|---|---|
committer | Eric Blossom <eb@comsec.com> | 2010-11-16 21:40:55 -0800 |
commit | 8c81cf7d318d99f508e81bffcfd4c12ba0a2966e (patch) | |
tree | 26952dd5223873cc64852f0ef16d0510993a62ca /Guile-TODO | |
parent | 8180bb1d7020e07c9b0a217820c68d07f0d98a74 (diff) |
Fix guile related problem with gr-usrp
Diffstat (limited to 'Guile-TODO')
-rw-r--r-- | Guile-TODO | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Guile-TODO b/Guile-TODO index 68c1247e7b..80d3d3bf9c 100644 --- a/Guile-TODO +++ b/Guile-TODO @@ -18,11 +18,6 @@ In no particular order: 6) Fix printed representation of blocks in gr_block.i -7) Fix gr-usrp so that it works. Probably related to - warning received when generating python bindings. - Making the swig/python warning go away will probably resolve the - guile problem. - 8) Fix gr_message_{sink,source} so that they work under guile. (Not sure if I disabled one or both of these...) @@ -86,3 +81,8 @@ These are done: the constructors into the same name. E.g. audio_alsa_sink -> sink. (Causes problem when multiple gr-* modules are used.) +7) [DONE] Fix gr-usrp so that it works. Probably related to + warning received when generating python bindings. + Making the swig/python warning go away will probably resolve the + guile problem. + |