From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Neil Jerram Newsgroups: gmane.lisp.guile.user Subject: Re: guile and XML (mixp) Date: Wed, 22 Nov 2006 18:51:55 +0000 Message-ID: <87wt5nwbzo.fsf@ossau.uklinux.net> References: <1164216402.3464.33.camel@localhost.localdomain> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1164221596 7369 80.91.229.2 (22 Nov 2006 18:53:16 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 22 Nov 2006 18:53:16 +0000 (UTC) Cc: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Wed Nov 22 19:53:12 2006 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GmxDH-0006AG-2z for guile-user@m.gmane.org; Wed, 22 Nov 2006 19:52:51 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GmxDG-0001Hq-LB for guile-user@m.gmane.org; Wed, 22 Nov 2006 13:52:50 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GmxDC-0001Gq-Bx for guile-user@gnu.org; Wed, 22 Nov 2006 13:52:46 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GmxDA-0001Dc-5v for guile-user@gnu.org; Wed, 22 Nov 2006 13:52:45 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GmxD9-0001DT-Or for guile-user@gnu.org; Wed, 22 Nov 2006 13:52:43 -0500 Original-Received: from [80.84.72.33] (helo=mail3.uklinux.net) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GmxD9-0000bN-Q1 for guile-user@gnu.org; Wed, 22 Nov 2006 13:52:43 -0500 Original-Received: from laruns (host86-145-51-69.range86-145.btcentralplus.com [86.145.51.69]) by mail3.uklinux.net (Postfix) with ESMTP id 7C70540A39C; Wed, 22 Nov 2006 18:52:42 +0000 (UTC) Original-Received: from laruns (laruns [127.0.0.1]) by laruns (Postfix) with ESMTP id 369BA6F71F; Wed, 22 Nov 2006 18:51:56 +0000 (GMT) Original-To: Paul Emsley In-Reply-To: <1164216402.3464.33.camel@localhost.localdomain> (Paul Emsley's message of "Wed, 22 Nov 2006 17:26:42 +0000") User-Agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux) X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:5668 Archived-At: Paul Emsley writes: > Anyone using mixp and can help out here? > > > $ [configure/make/make install all clean] > $ cd test > $ guile-expat test-mixp.scm > /xxx/guile/1.6/ice-9/syncase.scm:130:16: In procedure scm-error in expression (scm-error (quote misc-error) who ...): > /xxx/share/guile/1.6/ice-9/syncase.scm:130:16: invalid syntax () > > $ guile --version > Guile 1.6.7 > > using mixp-0.4 Whoever is doing (use-modules (ice-9 syncase)) needs to do (use-syntax (ice-9 syncase)) instead. Regards, Neil _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://lists.gnu.org/mailman/listinfo/guile-user