delorie.com/archives/browse.cgi | search |
On Sun, 17 Jul 2016, John Griessen (john AT ecosensory DOT com) [via geda-user AT delorie DOT com] wrote: > Some deprecated features have been used. Set the environment variable > GUILE_WARN_DEPRECATED to "detailed" and rerun the program to get more > information. Set it to "no" to suppress this message. > Now, it I run gschem, it compiles some things -- is that normal? > gschem > ;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0 > ;;; or pass the --no-auto-compile argument to disable. > ;;; compiling /usr/local/share/gEDA/scheme/gschem/keymap.scm > ;;; ... This is both normal. The first one indicates that some of the Scheme code used in gEDA uses deprecated language features (e.g. the "(ice-9 syncase)" module). The second is Guile compiling the newly-installed Scheme files when they are first run.
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |