From 469022d311c3a979b5a228b472891a21b56f3a6d Mon Sep 17 00:00:00 2001 From: Geert Janssens Date: Wed, 24 Apr 2013 17:23:06 +0200 Subject: Disable guile 2's autocompilation feature for the test suite Autocompilation generates a lot of warnings. Most of them just informational, but it clutters the test output. --- Doc/Manual/Guile.html | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Doc/Manual') diff --git a/Doc/Manual/Guile.html b/Doc/Manual/Guile.html index 53368bc77..8ecdf249c 100644 --- a/Doc/Manual/Guile.html +++ b/Doc/Manual/Guile.html @@ -56,6 +56,12 @@ SWIG works with Guile versions 1.8.x and 2.0.x. Support for version 1.6.x has been dropped. The last version of SWIG that still works with Guile version 1.6.x is SWIG 2.0.9. +

+Note that starting with guile 2.0, the guile sources can be compiled for +improved performance. This is currently not tested with swig +so your mileage may vary. To be safe set environment variable +GUILE_AUTO_COMPILE to 0 when using swig generated guile code. +

23.2 Meaning of "Module"

-- cgit v1.2.3