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: can't build guile 2.0.3 Date: Fri, 16 Dec 2011 05:58:15 -0800 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=0015175cfec80bbcab04b435fed1 X-Trace: dough.gmane.org 1324043918 31429 80.91.229.12 (16 Dec 2011 13:58:38 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 16 Dec 2011 13:58:38 +0000 (UTC) To: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Fri Dec 16 14:58:34 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 1RbYIy-0003DE-8K for guile-user@m.gmane.org; Fri, 16 Dec 2011 14:58:32 +0100 Original-Received: from localhost ([::1]:59713 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RbYIx-0005YL-Ro for guile-user@m.gmane.org; Fri, 16 Dec 2011 08:58:31 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:39963) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RbYIn-0005GA-G1 for guile-user@gnu.org; Fri, 16 Dec 2011 08:58:27 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RbYIi-00026j-Po for guile-user@gnu.org; Fri, 16 Dec 2011 08:58:21 -0500 Original-Received: from mail-ee0-f41.google.com ([74.125.83.41]:45607) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RbYIi-00026c-Eq for guile-user@gnu.org; Fri, 16 Dec 2011 08:58:16 -0500 Original-Received: by eekc41 with SMTP id c41so3404285eek.0 for ; Fri, 16 Dec 2011 05:58:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=95Kaqy1fsDLF5SMM3yy0G4OYiAjtPr4UwUmcW/pPaGQ=; b=x1JHG7npxzuWQSYZxQZyYi+JmQhEMIgBPqoT8qqKo7KixGuWyWRq+CaZk+XhvGw5fP Xcl3UXEsQSZwleOHUcwKWPaIAHV4MXgNo9hQTuYbqUPORazTIec33C0bYfzR2S2iGAtL z1ZavURWyyXEvejWqkZb+fMMB4OSsPaYBBA/c= Original-Received: by 10.204.152.140 with SMTP id g12mr2962789bkw.98.1324043895290; Fri, 16 Dec 2011 05:58:15 -0800 (PST) Original-Received: by 10.204.51.205 with HTTP; Fri, 16 Dec 2011 05:58:15 -0800 (PST) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 74.125.83.41 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:9051 Archived-At: --0015175cfec80bbcab04b435fed1 Content-Type: text/plain; charset=ISO-8859-1 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 --0015175cfec80bbcab04b435fed1 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi,

I installed all the dependencies ( libgmp, libiconv, libintl, l= ibltdl, libunistring,libgc, libffi) of guile 2.0.3
but I get build error= s 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






--0015175cfec80bbcab04b435fed1--