From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Neil Jerram Newsgroups: gmane.lisp.guile.bugs Subject: Re: ERROR: In procedure scm_i_lreadparen: #:1:7: end of file Date: Sun, 18 Oct 2009 22:41:35 +0100 Message-ID: <87eip0752o.fsf@ossau.uklinux.net> References: <87y6uuslki.fsf@arudy.ossau.uklinux.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1255902752 11064 80.91.229.12 (18 Oct 2009 21:52:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 18 Oct 2009 21:52:32 +0000 (UTC) Cc: bug-guile@gnu.org To: "Andrius Burokas (javamustang)" Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Sun Oct 18 23:52:22 2009 Return-path: Envelope-to: guile-bugs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Mzdfo-0006tS-GR for guile-bugs@m.gmane.org; Sun, 18 Oct 2009 23:52:20 +0200 Original-Received: from localhost ([127.0.0.1]:42494 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mzdfn-00023l-S9 for guile-bugs@m.gmane.org; Sun, 18 Oct 2009 17:52:19 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mzdf7-0001qv-Hn for bug-guile@gnu.org; Sun, 18 Oct 2009 17:51:37 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mzdf2-0001qM-SJ for bug-guile@gnu.org; Sun, 18 Oct 2009 17:51:36 -0400 Original-Received: from [199.232.76.173] (port=53803 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mzdf2-0001qJ-Hq for bug-guile@gnu.org; Sun, 18 Oct 2009 17:51:32 -0400 Original-Received: from mail3.uklinux.net ([80.84.72.33]:51757) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mzdf2-0003Co-4k for bug-guile@gnu.org; Sun, 18 Oct 2009 17:51:32 -0400 Original-Received: from arudy (host86-145-159-48.range86-145.btcentralplus.com [86.145.159.48]) by mail3.uklinux.net (Postfix) with ESMTP id A64B41F664E; Sun, 18 Oct 2009 22:51:31 +0100 (BST) Original-Received: from arudy (arudy [127.0.0.1]) by arudy (Postfix) with ESMTP id D307938024; Sun, 18 Oct 2009 22:41:35 +0100 (BST) In-Reply-To: (Andrius Burokas's message of "Mon, 30 Mar 2009 12:07:56 +0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.4-2.6 X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.bugs:4347 Archived-At: "Andrius Burokas (javamustang)" writes: > 2009/3/24 Neil Jerram >> >> "Andrius Burokas (javamustang)" writes: >> >> > Hello, >> > >> > =A0 I'm having troubles to compile guile from source (guile-1.8.6). I = am getting >> > these errors: >> >> > ERROR: In procedure scm_i_lreadparen: >> > ERROR: #:1:7: end of file >> > make[3]: *** [guile-procedures.texi] Error 1 >> >> Can you post the first 10 lines of your libguile/alist.doc file? >> > > Sure: [...] > but I guess Your question is whether the files libguile/*.doc are > empty or not? Well, they are generated with content. Sure there may be > problems with new line characters - I build on WinXP platform. Hi Andrius, Sorry for the late follow-up. This problem was eventually traced to an MSYS shell problem, and fixed by upgrading; see [1] for details. Regards, Neil [1] http://lists-archives.org/mingw-users/14268-problem-with-argc-argv-under-ms= ys.html