[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Unable to import (ice-9 psyntax)
From: |
Maxime Devos |
Subject: |
Re: Unable to import (ice-9 psyntax) |
Date: |
Wed, 15 Feb 2023 21:18:20 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.7.0 |
On 15-02-2023 07:43, Damien Mattei wrote:
same problem:
(base) mattei@MacBook-Pro-Touch-Bar library-FunctProg % guile
GNU Guile 3.0.8.99-f3ea8
Copyright (C) 1995-2022 Free Software Foundation, Inc.
Guile comes with ABSOLUTELY NO WARRANTY; for details type `,show w'.
This program is free software, and you are welcome to redistribute it
under certain conditions; type `,show c' for details.
Enter `,help' for help.
scheme@(guile-user)> (import (ice-9 psyntax))
;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
;;; or pass the --no-auto-compile argument to disable.
;;; compiling /usr/local/share/guile/3.0/ice-9/psyntax.scm
;;; compiled
/Users/mattei/.cache/guile/ccache/3.0-LE-8-4.6/usr/local/share/guile/3.0/ice-9/psyntax.scm.go
While compiling expression:
No variable named syntax? in #<module (#{ g116}#) 1017f9320>
scheme@(guile-user)>
Questions:
* is /usr/local/lib/guile/3.0/ccache present in %load-compiled-path?
* does /usr/local/lib/guile/3.0/ccache exist?
* does /usr/local/lib/guile/3.0/ccache/ice-9/psyntax.go exist?
* is /usr/local/lib/guile/3.0/ccache/ice-9/psyntax.go newer than
/usr/local/share/guile/3.0/ice-9/psyntax.scm going by mtime?
Greetings,
Maxime
OpenPGP_0x49E3EE22191725EE.asc
Description: OpenPGP public key
OpenPGP_signature
Description: OpenPGP digital signature
Re: Unable to import (ice-9 psyntax), Maxime Devos, 2023/02/16