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: Trouble building Guile 1.9.13 Date: Sun, 05 Dec 2010 16:58:08 +0000 Message-ID: <87vd38kvhb.fsf@ossau.uklinux.net> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1291568348 10129 80.91.229.12 (5 Dec 2010 16:59:08 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 5 Dec 2010 16:59:08 +0000 (UTC) Cc: guile-user@gnu.org To: Peter TB Brett Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Sun Dec 05 17:59:02 2010 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PPHvR-0006Po-58 for guile-user@m.gmane.org; Sun, 05 Dec 2010 17:59:01 +0100 Original-Received: from localhost ([127.0.0.1]:34979 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PPHvQ-0000pU-Ns for guile-user@m.gmane.org; Sun, 05 Dec 2010 11:59:00 -0500 Original-Received: from [140.186.70.92] (port=45839 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PPHvM-0000pF-LX for guile-user@gnu.org; Sun, 05 Dec 2010 11:58:58 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PPHvJ-0008AH-W8 for guile-user@gnu.org; Sun, 05 Dec 2010 11:58:56 -0500 Original-Received: from mail3.uklinux.net ([80.84.72.33]:49716) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PPHvJ-0007ty-RQ for guile-user@gnu.org; Sun, 05 Dec 2010 11:58:53 -0500 Original-Received: from arudy (unknown [78.149.200.254]) by mail3.uklinux.net (Postfix) with ESMTP id BF8A01F68BB; Sun, 5 Dec 2010 16:58:12 +0000 (GMT) Original-Received: from neil-laptop (neil-laptop [192.168.11.7]) by arudy (Postfix) with ESMTP id 4423C38013; Sun, 5 Dec 2010 16:58:09 +0000 (GMT) In-Reply-To: (Peter TB Brett's message of "Sun, 05 Dec 2010 10:46:58 +0000") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4-2.6 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:8293 Archived-At: Peter TB Brett writes: > ERROR: In procedure skip_block_comment: > ERROR: /home/peter/src/guile/guile-tools:1:2: unterminated `#! ... !#' comment > guile: uncaught throw to wrong-type-arg: (#f Wrong type (expecting ~A): ~S (exact integer (#t # # #)) ((#t # # #))) > make[3]: *** [guile-procedures.texi] Error 1 > > > Am I missing something? In my tree, guile-tools is in the "meta" subdirectory, and I don't see where a path of ".../guile/guile-tools" could come from. Did you "git clone" into a new directory? Neil