From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mark H Weaver Newsgroups: gmane.lisp.guile.user Subject: Re: [ANN] Guile-WM 0.1/Guile XCB 1.1 Date: Sun, 25 Aug 2013 15:33:22 -0400 Message-ID: <87d2p1a7lp.fsf@tines.lan> References: <87eh9iw7l8.fsf@markwitmer.com> <87haeebxyv.fsf@tines.lan> <87txido2ga.fsf@gmail.com> <87vc2tabrt.fsf@tines.lan> <87sixwe1qi.fsf@markwitmer.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1377459236 12376 80.91.229.3 (25 Aug 2013 19:33:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 25 Aug 2013 19:33:56 +0000 (UTC) Cc: guile-user@gnu.org To: mark@markwitmer.com Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Sun Aug 25 21:33:58 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 1VDg4T-00011g-Uf for guile-user@m.gmane.org; Sun, 25 Aug 2013 21:33:58 +0200 Original-Received: from localhost ([::1]:47429 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VDg4T-0001HE-Hv for guile-user@m.gmane.org; Sun, 25 Aug 2013 15:33:57 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:49855) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VDg4G-0001H4-0v for guile-user@gnu.org; Sun, 25 Aug 2013 15:33:49 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VDg4B-00005P-0c for guile-user@gnu.org; Sun, 25 Aug 2013 15:33:43 -0400 Original-Received: from world.peace.net ([96.39.62.75]:40254) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VDg4A-00005H-Sz for guile-user@gnu.org; Sun, 25 Aug 2013 15:33:38 -0400 Original-Received: from 209-6-91-212.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com ([209.6.91.212] helo=tines.lan) by world.peace.net with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1VDg42-0007jr-Qu; Sun, 25 Aug 2013 15:33:31 -0400 In-Reply-To: <87sixwe1qi.fsf@markwitmer.com> (mark@markwitmer.com's message of "Mon, 26 Aug 2013 14:38:45 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 96.39.62.75 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:10698 Archived-At: mark@markwitmer.com writes: > 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. That fixes the build for me. Thanks! Mark