From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andy Wingo Newsgroups: gmane.lisp.guile.devel Subject: Re: make documentation fails on Cygwin 1.7. Date: Mon, 28 Jun 2010 14:43:47 +0200 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1277728980 25990 80.91.229.12 (28 Jun 2010 12:43:00 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 28 Jun 2010 12:43:00 +0000 (UTC) Cc: guile-devel@gnu.org To: Jeff Sparkes Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Mon Jun 28 14:42:56 2010 Return-path: Envelope-to: guile-devel@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 1OTDfs-0008Ho-Cm for guile-devel@m.gmane.org; Mon, 28 Jun 2010 14:42:56 +0200 Original-Received: from localhost ([127.0.0.1]:57884 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OTDfr-0001qq-O4 for guile-devel@m.gmane.org; Mon, 28 Jun 2010 08:42:55 -0400 Original-Received: from [140.186.70.92] (port=57822 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OTDfj-0001qX-3O for guile-devel@gnu.org; Mon, 28 Jun 2010 08:42:48 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OTDfh-0007OW-FX for guile-devel@gnu.org; Mon, 28 Jun 2010 08:42:47 -0400 Original-Received: from a-pb-sasl-quonix.pobox.com ([208.72.237.25]:63848 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OTDfh-0007CO-Cr for guile-devel@gnu.org; Mon, 28 Jun 2010 08:42:45 -0400 Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id AACE7BF19F; Mon, 28 Jun 2010 08:41:18 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; s=sasl; bh=q6f2USyaoS8sS7URq2kTSppbp4I=; b=xpnt42 MPlt7WxXyAQRoWjaA9H6YZVDKyr/Egtg6tqyMDY3dftwQM3d7uT95LjAyVwvfm7J YCvm0EbVcc1V3aeqau5MnwopZJrcz6GF/5bG1lXGxqcKJbgZVnKTIgUQeJkrVT+A 3/iaEocqae0qU6siKMtJJhJYAaSgowoijb4bg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; q=dns; s=sasl; b=TxAyFa43R5m8SfRk2Tvq35EuzfLAAgMc fZGzzwzwMRkKkbuhSivKeOlj9vcQNCepg+SSWcyMaNT3+He/xMQMFHkJN5vi7AZb 9NEobrVOaPNuxcw2nK9hDonMXRzaak6mhELlUAGwkV2BzM2mbddR3Mv4cXQQT0Ph itub5zlkxoE= Original-Received: from a-pb-sasl-quonix. (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id 92BE6BF19E; Mon, 28 Jun 2010 08:41:17 -0400 (EDT) Original-Received: from unquote.localdomain (unknown [83.202.24.141]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTPSA id 21D2CBF19B; Mon, 28 Jun 2010 08:41:15 -0400 (EDT) In-Reply-To: (Jeff Sparkes's message of "Thu, 24 Jun 2010 11:57:57 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) X-Pobox-Relay-ID: 722C267A-82B2-11DF-A766-9056EE7EF46B-02397024!a-pb-sasl-quonix.pobox.com X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:10575 Archived-At: Hi Jeff, On Thu 24 Jun 2010 17:57, Jeff Sparkes writes: > /cygdrive/c/Users/jsparkes/src/scheme/guile/guile/doc/ref//sxml-match.texi:22: Cross reference to nonexistent node `sxml simple' (perhaps incorrect sectioning?). Odd, this. Can you grep standard-library.texi for "@node sxml simple" ? That is a generated file, but I don't know of a problem with the generation rules... Perhaps it is a cygwin-specific issue generating that file. Thanks, Andy -- http://wingolog.org/