From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Brad Collins Newsgroups: gmane.lisp.guile.user Subject: problem building guile-reader Date: Thu, 29 Jul 2010 17:50:33 -0700 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1280452877 12214 80.91.229.12 (30 Jul 2010 01:21:17 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 30 Jul 2010 01:21:17 +0000 (UTC) To: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Fri Jul 30 03:21:15 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 1OeeHj-0002M8-5c for guile-user@m.gmane.org; Fri, 30 Jul 2010 03:21:15 +0200 Original-Received: from localhost ([127.0.0.1]:54722 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OeeHi-00081s-Jj for guile-user@m.gmane.org; Thu, 29 Jul 2010 21:21:14 -0400 Original-Received: from [140.186.70.92] (port=36470 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OeeHd-00081d-MO for guile-user@gnu.org; Thu, 29 Jul 2010 21:21:10 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OeeHc-0008T5-I9 for guile-user@gnu.org; Thu, 29 Jul 2010 21:21:09 -0400 Original-Received: from outmail148110.authsmtp.com ([62.13.148.110]:58190) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OeeHc-0008Sp-8m for guile-user@gnu.org; Thu, 29 Jul 2010 21:21:08 -0400 Original-Received: from mail-c194.authsmtp.com (mail-c194.authsmtp.com [62.13.128.121]) by punt7.authsmtp.com (8.14.2/8.14.2) with ESMTP id o6U0p38J054595 for ; Fri, 30 Jul 2010 01:51:03 +0100 (BST) Original-Received: from bulma (wsip-70-166-83-54.sd.sd.cox.net [70.166.83.54]) (authenticated bits=0) by mail.authsmtp.com (8.14.2/8.14.2) with ESMTP id o6U0ob41057421 for ; Fri, 30 Jul 2010 01:50:49 +0100 (BST) Original-Received: by bulma (sSMTP sendmail emulation); Thu, 29 Jul 2010 17:50:34 -0700 User-Mail-Address: brad@chenla.la User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) X-Server-Quench: 868c823a-9b74-11df-80b9-0022640b883e X-AuthReport-Spam: If SPAM / abuse - report it at: http://www.authsmtp.com/abuse X-AuthRoute: OCd3YQkdA1ZfVg0W IigEASlEQEMhLwtD HB4HIE5HO1cTfQtX LwBdNFVFawVbZ0xd HGQLWlREUFx7XGJ/ awgfagVDY0xIQQ1p Tk1NXVBXFgB3AVJe AHseDUt2dgVDf3py ZAhgXnBeEkx8fRV1 QE0FCGRUYmN9aWFL Bl1Qd1FdbQNKfB1D blAtXHsONCtHJCUy GwI2dzosPDFTKSJa Cg4QLFYfBFwGFzIx XXie X-Authentic-SMTP: 61633431313830.1015:706/Kp X-AuthFastPath: 0 (Was 255) X-AuthVirus-Status: No virus detected - but ensure you scan with your own anti-virus system. X-detected-operating-system: by eggs.gnu.org: FreeBSD 6.x (1) 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:8039 Archived-At: Trying to build and install Guile-Reader on Guile 1.8.7 (installed using latest package via yum) running on Fedora 13. Configure works without any problem but when I try make, it dies with the following error: Making all in doc make[2]: Entering directory `/home/deerpig/sandbox/guile-reader-0.5/doc' /usr/bin/guile -L ../modules -l "./extract-c-doc.scm" -e '(apply main (cdr (command-line)))' -- "../src/reader.c" "gcc -E" "-I.. -I.. -I../src -I../src " \ standard-token-reader token-reader-specification \ token-reader-procedure 'token-reader-escape?' > token-reader-api-doc.texi extracting Texinfo doc from `../src/reader.c'... ../src/reader.c:1546:2: warning: #warning "Compiling the slow, Lightning-free, implementation!" Backtrace: In unknown file: ?: 0* [parse-documentation-item " loca"] ?: 1* (letrec ((read-strings #)) (let* (# #) (if # # #))) In ../modules/system/documentation/c-snarf.scm: 102: 2 (let* (# #) (if # # #)) In unknown file: ... ?: 3 [scm-error misc-error #f "~A ~S" ("invalid documentation item" "loca") #f] : In procedure scm-error in expression (scm-error (quote misc-error) #f ...): : invalid documentation item "loca" make[2]: *** [token-reader-api-doc.texi] Error 1 make[2]: Leaving directory `/home/deerpig/sandbox/guile-reader-0.5/doc' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/deerpig/sandbox/guile-reader-0.5' make: *** [all] Error 2 ---- Does anyone have any idea how to work around this? b/ -- Brad Collins skype|twitter|wave: deerpig http://chenla.la