From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dongyoon Oh Newsgroups: gmane.lisp.guile.user Subject: Re: can't build guile 2.0.3 Date: Fri, 16 Dec 2011 06:00:32 -0800 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=0015175cfec8409cac04b4360681 X-Trace: dough.gmane.org 1324044062 32458 80.91.229.12 (16 Dec 2011 14:01:02 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 16 Dec 2011 14:01:02 +0000 (UTC) To: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Fri Dec 16 15:00:57 2011 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RbYLI-00048p-Pb for guile-user@m.gmane.org; Fri, 16 Dec 2011 15:00:57 +0100 Original-Received: from localhost ([::1]:51270 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RbYLD-0007On-De for guile-user@m.gmane.org; Fri, 16 Dec 2011 09:00:51 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:51796) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RbYL3-0007O1-3d for guile-user@gnu.org; Fri, 16 Dec 2011 09:00:47 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RbYKw-00030e-AB for guile-user@gnu.org; Fri, 16 Dec 2011 09:00:40 -0500 Original-Received: from mail-ey0-f169.google.com ([209.85.215.169]:37679) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RbYKv-00030U-Vp for guile-user@gnu.org; Fri, 16 Dec 2011 09:00:34 -0500 Original-Received: by eabm6 with SMTP id m6so1852722eab.0 for ; Fri, 16 Dec 2011 06:00:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=+ukuZYzbO4ZLv4zE4uZ55I45B//OZkUcfkBZcBxZELo=; b=FLRZsC9Mr7id1DaVKST+X/K8wWSfpZy0iHNKPkglhO2wELc0fwWkqEHhO2bjueeGKz UDksFa8w7u8Tm3ka31Dq+TocXjXjChURHIHpsprEGHY/58Xgw1Nt4yFy3/4J81mttjXq NTjOIEBdL0YzCayi+Sdbdg2ZIIVAzwDSgeEDY= Original-Received: by 10.204.152.140 with SMTP id g12mr2965987bkw.98.1324044032973; Fri, 16 Dec 2011 06:00:32 -0800 (PST) Original-Received: by 10.204.51.205 with HTTP; Fri, 16 Dec 2011 06:00:32 -0800 (PST) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.215.169 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:9052 Archived-At: --0015175cfec8409cac04b4360681 Content-Type: text/plain; charset=ISO-8859-1 BTW, I'm using Mac OS X 10.7.2(Lion) Thanks, Dongyoon On Fri, Dec 16, 2011 at 5:58 AM, Dongyoon Oh wrote: > Hi, > > I installed all the dependencies ( libgmp, libiconv, libintl, libltdl, > libunistring,libgc, libffi) of guile 2.0.3 > but I get build errors when I use the 'make' command. > > >./configure #it worked > > make > > rm -f guile-procedures.txt > makeinfo --force -o guile-procedures.txt guile-procedures.texi || test -f > guile-procedures.txt > /Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:11408: > Cross reference to nonexistent node `Backslash Escapes' (perhaps incorrect > sectioning?). > /Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:11103: > Cross reference to nonexistent node `Network Address Conversion' (perhaps > incorrect sectioning?). > /Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:11042: > Cross reference to nonexistent node `Network Databases' (perhaps incorrect > sectioning?). > /Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:10992: > Cross reference to nonexistent node `Network Databases' (perhaps incorrect > sectioning?). > /Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:9929: > Cross reference to nonexistent node `Hash Tables' (perhaps incorrect > sectioning?). > /Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:9922: > Cross reference to nonexistent node `Hash Tables' (perhaps incorrect > sectioning?). > /Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:9915: > Cross reference to nonexistent node `Hash Tables' (perhaps incorrect > sectioning?). > /Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:9829: > Cross reference to nonexistent node `File Ports' (perhaps incorrect > sectioning?). > /Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:9137: > Cross reference to nonexistent node `Vtables' (perhaps incorrect > sectioning?). > /Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:8740: > Cross reference to nonexistent node `Locales' (perhaps incorrect > sectioning?). > /Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:8533: > Cross reference to nonexistent node `Bitwise Operations' (perhaps incorrect > sectioning?). > /Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:7236: > Cross reference to nonexistent node `Character Sets' (perhaps incorrect > sectioning?). > /Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:7214: > Cross reference to nonexistent node `Character Sets' (perhaps incorrect > sectioning?). > /Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:7158: > Cross reference to nonexistent node `Multiple Values' (perhaps incorrect > sectioning?). > /Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:6041: > Cross reference to nonexistent node `File Ports' (perhaps incorrect > sectioning?). > /Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:5752: > Cross reference to nonexistent node `Ports and File Descriptors' (perhaps > incorrect sectioning?). > /Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:5741: > Cross reference to nonexistent node `Ports and File Descriptors' (perhaps > incorrect sectioning?). > /Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:5730: > Cross reference to nonexistent node `Ports and File Descriptors' (perhaps > incorrect sectioning?). > /Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:3794: > Cross reference to nonexistent node `File Ports' (perhaps incorrect > sectioning?). > /Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:3601: > Cross reference to nonexistent node `Locales' (perhaps incorrect > sectioning?). > /Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:3280: > Cross reference to nonexistent node `Hash Tables' (perhaps incorrect > sectioning?). > /Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:3273: > Cross reference to nonexistent node `Hash Tables' (perhaps incorrect > sectioning?). > /Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:3266: > Cross reference to nonexistent node `Hash Tables' (perhaps incorrect > sectioning?). > /Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:2670: > Cross reference to nonexistent node `Character Encoding of Source Files' > (perhaps incorrect sectioning?). > /Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:2664: > Cross reference to nonexistent node `Ports and File Descriptors' (perhaps > incorrect sectioning?). > /Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:2646: > Cross reference to nonexistent node `Ports and File Descriptors' (perhaps > incorrect sectioning?). > /Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:1979: > Cross reference to nonexistent node `Ports and File Descriptors' (perhaps > incorrect sectioning?). > /Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:1967: > Cross reference to nonexistent node `Closing' (perhaps incorrect > sectioning?). > Making all in module > GUILEC ice-9/eval.go > wrote `ice-9/eval.go' > GUILEC ice-9/psyntax-pp.go > > > > It seems that the program stucks at this moment (i waited for about 10mins > but there was no change) > Can anyone help me? > > - Dongyoon > > > > > > > --0015175cfec8409cac04b4360681 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable BTW, I'm using Mac OS X 10.7.2(Lion)

Thanks,
Dongyoon
On Fri, Dec 16, 2011 at 5:58 AM, Dongyoon Oh <= span dir=3D"ltr"><dyoh47@gmail.com> wrote:
Hi,

I installed all the dependencies= ( libgmp, libiconv, libintl, libltdl, libunistring,libgc, libffi) of guile= 2.0.3
but I get build errors when I use the 'make' command.

>.= /configure=A0=A0=A0=A0 #it worked
> make=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0

rm -f guile-procedures.t= xt
makeinfo --force -o guile-procedures.txt guile-procedures.texi || tes= t -f guile-procedures.txt
/Users/Dongyoon/Downloads/guile-2.0.3/libguile= //guile-procedures.texi:11408: Cross reference to nonexistent node `Backsla= sh Escapes' (perhaps incorrect sectioning?).
/Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:11103= : Cross reference to nonexistent node `Network Address Conversion' (per= haps incorrect sectioning?).
/Users/Dongyoon/Downloads/guile-2.0.3/libgu= ile//guile-procedures.texi:11042: Cross reference to nonexistent node `Netw= ork Databases' (perhaps incorrect sectioning?).
/Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:10992= : Cross reference to nonexistent node `Network Databases' (perhaps inco= rrect sectioning?).
/Users/Dongyoon/Downloads/guile-2.0.3/libguile//guil= e-procedures.texi:9929: Cross reference to nonexistent node `Hash Tables= 9; (perhaps incorrect sectioning?).
/Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:9922:= Cross reference to nonexistent node `Hash Tables' (perhaps incorrect s= ectioning?).
/Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-proce= dures.texi:9915: Cross reference to nonexistent node `Hash Tables' (per= haps incorrect sectioning?).
/Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:9829:= Cross reference to nonexistent node `File Ports' (perhaps incorrect se= ctioning?).
/Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-proced= ures.texi:9137: Cross reference to nonexistent node `Vtables' (perhaps = incorrect sectioning?).
/Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:8740:= Cross reference to nonexistent node `Locales' (perhaps incorrect secti= oning?).
/Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedure= s.texi:8533: Cross reference to nonexistent node `Bitwise Operations' (= perhaps incorrect sectioning?).
/Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:7236:= Cross reference to nonexistent node `Character Sets' (perhaps incorrec= t sectioning?).
/Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-pr= ocedures.texi:7214: Cross reference to nonexistent node `Character Sets'= ; (perhaps incorrect sectioning?).
/Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:7158:= Cross reference to nonexistent node `Multiple Values' (perhaps incorre= ct sectioning?).
/Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-p= rocedures.texi:6041: Cross reference to nonexistent node `File Ports' (= perhaps incorrect sectioning?).
/Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:5752:= Cross reference to nonexistent node `Ports and File Descriptors' (perh= aps incorrect sectioning?).
/Users/Dongyoon/Downloads/guile-2.0.3/libgui= le//guile-procedures.texi:5741: Cross reference to nonexistent node `Ports = and File Descriptors' (perhaps incorrect sectioning?).
/Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:5730:= Cross reference to nonexistent node `Ports and File Descriptors' (perh= aps incorrect sectioning?).
/Users/Dongyoon/Downloads/guile-2.0.3/libgui= le//guile-procedures.texi:3794: Cross reference to nonexistent node `File P= orts' (perhaps incorrect sectioning?).
/Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:3601:= Cross reference to nonexistent node `Locales' (perhaps incorrect secti= oning?).
/Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedure= s.texi:3280: Cross reference to nonexistent node `Hash Tables' (perhaps= incorrect sectioning?).
/Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:3273:= Cross reference to nonexistent node `Hash Tables' (perhaps incorrect s= ectioning?).
/Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-proce= dures.texi:3266: Cross reference to nonexistent node `Hash Tables' (per= haps incorrect sectioning?).
/Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:2670:= Cross reference to nonexistent node `Character Encoding of Source Files= 9; (perhaps incorrect sectioning?).
/Users/Dongyoon/Downloads/guile-2.0.= 3/libguile//guile-procedures.texi:2664: Cross reference to nonexistent node= `Ports and File Descriptors' (perhaps incorrect sectioning?).
/Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:2646:= Cross reference to nonexistent node `Ports and File Descriptors' (perh= aps incorrect sectioning?).
/Users/Dongyoon/Downloads/guile-2.0.3/libgui= le//guile-procedures.texi:1979: Cross reference to nonexistent node `Ports = and File Descriptors' (perhaps incorrect sectioning?).
/Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:1967:= Cross reference to nonexistent node `Closing' (perhaps incorrect secti= oning?).
Making all in module
=A0 GUILEC ice-9/eval.go
wrote `ice-= 9/eval.go'
=A0 GUILEC ice-9/psyntax-pp.go



It seems that the program stu= cks at this moment (i waited for about 10mins but there was no change)
= Can anyone help me?

= - Dongyoon







--0015175cfec8409cac04b4360681--