Complete the prototype removal in ca1431. The script prevents SWIGTOOL=gdb from working as gdb can't be used to debug a shell script, it requires a binary. Add support for SWIGTOOL in all the examples. SWIG_LIB_DIR and SWIGEXE must now instead be set by all Makefiles. See issue #473. |
||
|---|---|---|
| .. | ||
| example.c | ||
| example.i | ||
| Makefile | ||
| README | ||
| runme.scm | ||
A very simple example. To run it, start the program 'my-guile' and type: (load "runme.scm") Alternatively, you can use the shell command: ./my-guile -s runme.scm