From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: mark@markwitmer.com Newsgroups: gmane.lisp.guile.user Subject: Re: [ANN] Guile-WM 0.1/Guile XCB 1.1 Date: Mon, 26 Aug 2013 14:38:45 -0400 Message-ID: <87sixwe1qi.fsf@markwitmer.com> References: <87eh9iw7l8.fsf@markwitmer.com> <87haeebxyv.fsf@tines.lan> <87txido2ga.fsf@gmail.com> <87vc2tabrt.fsf@tines.lan> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1377456005 14401 80.91.229.3 (25 Aug 2013 18:40:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 25 Aug 2013 18:40:05 +0000 (UTC) To: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Sun Aug 25 20:40:07 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 1VDfEM-0004lt-Vg for guile-user@m.gmane.org; Sun, 25 Aug 2013 20:40:07 +0200 Original-Received: from localhost ([::1]:47305 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VDfEM-00065a-KY for guile-user@m.gmane.org; Sun, 25 Aug 2013 14:40:06 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41287) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VDfE8-00064o-8N for guile-user@gnu.org; Sun, 25 Aug 2013 14:39:58 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VDfE2-0008Hw-Fu for guile-user@gnu.org; Sun, 25 Aug 2013 14:39:52 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:37152) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VDfE2-0008Hk-9v for guile-user@gnu.org; Sun, 25 Aug 2013 14:39:46 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VDfE0-0004QY-Qs for guile-user@gnu.org; Sun, 25 Aug 2013 20:39:44 +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 ; Sun, 25 Aug 2013 20:39:44 +0200 Original-Received: from mark by cpe-184-58-115-186.woh.res.rr.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 25 Aug 2013 20:39:44 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 18 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:K4derCopTYazBFOSR891AIdWZRQ= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 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:10697 Archived-At: Mark H Weaver writes: > Here's what happens on my Debian wheezy system, starting from a pristine > git checkout (using "git clean -dxf"): > ... > ice-9/boot-9.scm:106:20: In procedure #: > ice-9/boot-9.scm:106:20: no code for module (xcb xml) > make: *** [xcb/event-loop.go] Error 1 > mhw@tines:~/guile-xcb$ Thanks for sending this. That was another file placed out of order in Makefile.am. I've pushed a fix for that as well now and did a complete make uninstall/make/make install and it looks all right. I believe (fingers crossed!) it should build correctly if you pull the latest changes. -- Mark Witmer