From ff62557a42b6ce89a711f9d0603c0fe52a891ed8 Mon Sep 17 00:00:00 2001 From: Eric Blossom Date: Sun, 21 Nov 2010 16:01:48 -0800 Subject: Make Guile bindings work with --with-gnuradio-core et al. --- Guile-TODO | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Guile-TODO') 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- -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 > working -- cgit