This is the mail archive of the guile@cygnus.com mailing list for the guile project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Kamel SEHIL <skel@bocal.cs.univ-paris8.fr> writes:
> ok now i have an other prob , i want to install guile-scwm
I should say that I know nothing about this package, so take my advice
a bit carefully.
> when i edit the make file i have
>
> all: Makefile $(DATA)
>
> have i just to do make install ???
That is probably the case.
> i try this solution that install me the *.scm on my --prefix path
>
> i do ../../../bin/guile -l init.scm
>
> i got
>
> guile: Could not find slib/require.scm in
> ("/home/skel/guile/share/guile/site" "/home/skel/guile/share/guile/1.3a"
> "/home/skel/guile/share/guile" ".")
>
>
> what about this require.scm
You need to install ftp://ftp-swiss.ai.mit.edu/pub/scm/slib2c1.tar.gz
under /home/skel/guile/share/site.
/mdj