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.i | ||
| Makefile | ||
| matrix.c | ||
| matrix.i | ||
| README | ||
| runme.scm | ||
| vector.c | ||
| vector.h | ||
| vector.i | ||
Matrix example. To run the example, execute the program 'matrix' and type the following : (load "runme.scm") (do-test 0) Alternatively, use the command-line: ./my-guile -e do-test -s runme.scm Or, if your operating system is spiffy enough: ./runme.scm