diff options
author | Eric Blossom <eb@comsec.com> | 2010-10-28 15:05:52 -0700 |
---|---|---|
committer | Eric Blossom <eb@comsec.com> | 2010-11-10 12:13:53 -0800 |
commit | 299aba578b76e1f07cb3e4e5ff59ee6b306afb5a (patch) | |
tree | 827f1f80a477a4caa59676bdc24a02c60d502e83 /Makefile.swig | |
parent | 4cfeec9a0be5606cfadd03b0fcfa0615766b1676 (diff) |
Version that builds guile goops bindings, but dependencies are hosed.
Doesn't compile cleanly, but does enough to allow experimentation with
goops wrappers. We're currently seeing the nasty interaction between
the package system, the "export" syntax, and generic-functions.
See thread here:
http://lists.gnu.org/archive/html/guile-user/2006-05/msg00007.html
for background.
Diffstat (limited to 'Makefile.swig')
-rw-r--r-- | Makefile.swig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.swig b/Makefile.swig index 2608a57be1..c8b07f6172 100644 --- a/Makefile.swig +++ b/Makefile.swig @@ -51,6 +51,12 @@ SWIG_GUILE_FLAGS = \ -guile \ -scm \ -scmstub \ + -package gnuradio \ + -Linkage module \ + -proxy \ + -goopsprefix gr: \ + -emit-slot-accessors \ + -emit-setters \ -outdir . ## standard swig flags used by most components |