summaryrefslogtreecommitdiff
path: root/Guile-TODO
diff options
context:
space:
mode:
authorEric Blossom2010-11-21 16:01:48 -0800
committerEric Blossom2010-11-21 16:01:48 -0800
commitff62557a42b6ce89a711f9d0603c0fe52a891ed8 (patch)
treeed2f5241cb6d8d7627f5b18b84b03cd0673f4f5c /Guile-TODO
parent4aa79b727486e1ecb4decf1945b178eb6a93cc4c (diff)
downloadgnuradio-ff62557a42b6ce89a711f9d0603c0fe52a891ed8.tar.gz
gnuradio-ff62557a42b6ce89a711f9d0603c0fe52a891ed8.tar.bz2
gnuradio-ff62557a42b6ce89a711f9d0603c0fe52a891ed8.zip
Make Guile bindings work with --with-gnuradio-core et al.
Diffstat (limited to 'Guile-TODO')
-rw-r--r--Guile-TODO6
1 files changed, 3 insertions, 3 deletions
diff --git a/Guile-TODO b/Guile-TODO
index bd81e96b4..7cbf5ac60 100644
--- a/Guile-TODO
+++ b/Guile-TODO
@@ -34,9 +34,6 @@ In no particular order:
13) Change guile libnames to libguile-gnuradio-<module-name>
-14) Add support to setup_guile_test_env.in for
- "withlibs", OS/X (DYLD_LIBRARY_PATH), windows (PATH)
-
15) Rewrite gr-run-waveform as C/C++ code that embeds guile.
See if we can't statically link libguile into this.
Will need to figure out which packages provide libguile.a.
@@ -84,4 +81,7 @@ These are done:
8) [DONE] Fix gr_message_{sink,source} so that they work under guile.
(Not sure if I disabled one or both of these...)
+14) [DONE] Add support to setup_guile_test_env.in for
+ "withlibs", OS/X (DYLD_LIBRARY_PATH), windows (PATH)
+
17) [DONE] Get std::vector< std::complex<float> > working