installing module in site path

2021-11-11 Thread Damien Mattei
hello, i'm trying to install module in the site path, it works in local but does not compile from site path (i'm under mac os monterey with guile 3.0.7) here is the output and variables: mattei@macbook-pro-touch-bar library-FunctProg % echo $GUILE_LOAD_PATH /opt/homebrew/share/guile/site/3.0 matt

Re: installing module in site path

2021-11-11 Thread Damien Mattei
well, i find myself a quick solution: the problem was with include that needs an absolute path, worked well locally, but not in a site context so i changed my include in code with *include-from-path.* *see: https://www.gnu.org/software/guile/manual/html_node/Local-Inclusion.html