bug-guile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #30170] Auto-compilation erroneously recompiles dependencies [1.9.1


From: Ludovic Courtès
Subject: [bug #30170] Auto-compilation erroneously recompiles dependencies [1.9.11]
Date: Fri, 18 Jun 2010 14:54:53 +0000
User-agent: Mozilla/5.0 (GNU; rv:1.9.1.7) Gecko/20100107 IceCat/3.6 (like Firefox/3.6)

Follow-up Comment #1, bug #30170 (project guile):

Andy> Is it because of "."? What if you replaced "." with `pwd` ?

Indeed, that solves the problem:

#v+
$ guile -L $PWD bar.scm
;;; note: source file bar.scm
;;;       newer than compiled
/home/ludo/.cache/guile/ccache/2.0-0.R-LE-8/home/ludo/src/guile/bar.scm.go
;;; note: autocompilation is enabled, set GUILE_AUTO_COMPILE=0
;;;       or pass the --no-autocompile argument to disable.
;;; compiling bar.scm
;;; note: source file /home/ludo/src/guile/foo.scm
;;;       newer than compiled
/home/ludo/.cache/guile/ccache/2.0-0.R-LE-8/home/ludo/src/guile/foo.scm.go
;;; compiling /home/ludo/src/guile/foo.scm
;;; compiled
/home/ludo/.cache/guile/ccache/2.0-0.R-LE-8/home/ludo/src/guile/foo.scm.go
;;; compiled
/home/ludo/.cache/guile/ccache/2.0-0.R-LE-8/home/ludo/src/guile/bar.scm.go
hello!

$ guile -L $PWD bar.scm
hello!
#v-

Missing a `canonicalize-path'?

Ludo'.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?30170>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]