Le 21 décembre à 10:28:37 [email protected] (Ludovic Courtès) écrit notamment:
| Hi, > | Jean Magnan de Bornier <[email protected]> writes: > | > ............................... | > 09:48 j...@boreebo /home/jean/skribilo % guile -c '(use-modules (system reader))' | > ERROR: no code for module (system reader) | > ............................... | > but: | > ............................... | > 09:48 j...@boreebo /home/jean/skribilo % ls $GUILE_LOAD_PATH | > total 12 | > drwxr-xr-x 2 root root 4096 2010-12-19 06:37 documentation | > drwxr-xr-x 2 root root 4096 2010-12-19 06:37 reader | > -rw-r--r-- 1 root root 2210 2010-12-19 06:37 reader.scm | > ............................... | > | > Should not GUILE_LOAD_PATH point to this dir (guile-reader)? > | No. “test -d $GUILE_LOAD_PATH/system/reader.scm” should be true | (assuming there’s only one component in $GUILE_LOAD_PATH). OK so I say: 10:48 j...@boreebo /home/jean/skribilo % GUILE_LOAD_PATH=/usr/local/share/guile-reader/ ............ and then I get exactly the same error with ./configure : checking if (system reader) is available... no configure: error: required guile module not found: (system reader) -- Jean _______________________________________________ Skribilo-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/skribilo-users
