Alex Sassmannshausen <alex.sassmannshau...@gmail.com> writes: > Hello, > > Don't know if anyone else has had any further luck getting guile-wm to > run, but I'm currently hitting the error: > ERROR: In procedure scm-error: > ERROR: no code for module (guile-wm shared) > > This is after a successful configure; make; make install of both > guile-xcb and guile-wm. > > Is there anything else I need to do before using guile-wm? > > (I'm invoking it from within an .xinitrc file). > > Best wishes, > > Alex >
Do you know what directory the files for guile-wm were installed in? It should be your guile site directory (/usr/share/guile/site or something similar to that). If the directory they are in isn't in the %load-path variable that's defined when you start Guile, it won't be able to find them. When I start guile up, the variable %load-path is the list '("./" "/usr/share/guile/2.0" "/usr/share/guile/site/2.0" "/usr/share/guile/site" "/usr/share/guile"). Could you send me yours and also the output of running make install for Guile WM? I'd like to improve the build script so that it works for everyone else and not just me! Thanks for trying this out, -- Mark Witmer