From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: mark.d.witmer@gmail.com Newsgroups: gmane.lisp.guile.user Subject: Re: [ANN] Guile-WM 0.1/Guile XCB 1.1 Date: Tue, 27 Aug 2013 09:04:42 -0400 Message-ID: <87eh9f474l.fsf@gmail.com> References: <87eh9iw7l8.fsf@markwitmer.com> <87haeebxyv.fsf@tines.lan> <87txido2ga.fsf@gmail.com> <87vc2tabrt.fsf@tines.lan> <87sixwe1qi.fsf@markwitmer.com> <87d2p1a7lp.fsf@tines.lan> <878uzowy3w.fsf@honeybear.home> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1377525277 9332 80.91.229.3 (26 Aug 2013 13:54:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 26 Aug 2013 13:54:37 +0000 (UTC) To: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Mon Aug 26 15:54:39 2013 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VDxFf-0000rq-4Y for guile-user@m.gmane.org; Mon, 26 Aug 2013 15:54:39 +0200 Original-Received: from localhost ([::1]:51590 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VDxFe-0004mp-Ap for guile-user@m.gmane.org; Mon, 26 Aug 2013 09:54:38 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:34035) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VDwUR-0001vJ-1v for guile-user@gnu.org; Mon, 26 Aug 2013 09:05:58 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VDwUJ-00029Y-Ni for guile-user@gnu.org; Mon, 26 Aug 2013 09:05:50 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:57124) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VDwUJ-000299-9R for guile-user@gnu.org; Mon, 26 Aug 2013 09:05:43 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VDwUH-000645-7G for guile-user@gnu.org; Mon, 26 Aug 2013 15:05:41 +0200 Original-Received: from cpe-184-58-115-186.woh.res.rr.com ([184.58.115.186]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 26 Aug 2013 15:05:41 +0200 Original-Received: from mark.d.witmer by cpe-184-58-115-186.woh.res.rr.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 26 Aug 2013 15:05:41 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 39 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: cpe-184-58-115-186.woh.res.rr.com User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) Cancel-Lock: sha1:UJNreSDP/qzNEwh6m2vI79zxAXA= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-Mailman-Approved-At: Mon, 26 Aug 2013 09:54:31 -0400 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:10720 Archived-At: Alex Sassmannshausen 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