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: Sat, 17 Dec 2011 16:25:32 -0800 Message-ID: References: <87vcpg8twf.fsf@pobox.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=0015175ce2823aac8604b452df38 X-Trace: dough.gmane.org 1324167949 29040 80.91.229.12 (18 Dec 2011 00:25:49 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 18 Dec 2011 00:25:49 +0000 (UTC) Cc: guile-user@gnu.org To: Andy Wingo Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Sun Dec 18 01:25:44 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 1Rc4ZR-0004G4-A1 for guile-user@m.gmane.org; Sun, 18 Dec 2011 01:25:41 +0100 Original-Received: from localhost ([::1]:46044 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rc4ZQ-0007Ec-O5 for guile-user@m.gmane.org; Sat, 17 Dec 2011 19:25:40 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:51401) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rc4ZM-0007EU-74 for guile-user@gnu.org; Sat, 17 Dec 2011 19:25:37 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rc4ZK-0000ag-IP for guile-user@gnu.org; Sat, 17 Dec 2011 19:25:36 -0500 Original-Received: from mail-ey0-f169.google.com ([209.85.215.169]:59769) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rc4ZK-0000aW-86 for guile-user@gnu.org; Sat, 17 Dec 2011 19:25:34 -0500 Original-Received: by eabm6 with SMTP id m6so2904025eab.0 for ; Sat, 17 Dec 2011 16:25:32 -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 :cc:content-type; bh=RJKOXGfKb8gFlppMp+jDiLDyGtpTwbOUxGwL18ZexHI=; b=ZCh9JK+JTXB+axp/pjLjbT6d3366lKl++POf4q4fyP6BfbDhaKeKXexwXjiknVTYMY VQXcxPt8+RZxnKzLwHbE0fVA0W6j5Oreh7dFG6NZ/YMTUrYuLryX2aYxQNtoX8pH4RnP EDeVBeB9XxHx69HemT9Ch+CVwfHzfdBq4OD18= Original-Received: by 10.204.143.137 with SMTP id v9mr291305bku.116.1324167932324; Sat, 17 Dec 2011 16:25:32 -0800 (PST) Original-Received: by 10.204.51.205 with HTTP; Sat, 17 Dec 2011 16:25: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:9059 Archived-At: --0015175ce2823aac8604b452df38 Content-Type: text/plain; charset=ISO-8859-1 I succeeded in installing guile 2.0.3 after I installed gcc 4.6.2 separately from Xcode installation. Thanks, Dongyoon On Fri, Dec 16, 2011 at 12:49 PM, Dongyoon Oh wrote: > Hi, Andy > > Thanks for your comment! > So I waited patiently and move onto the next stage but I still got an > error in make: > > make all-am > CC readline.lo > readline.c: In function 'init_bouncing_parens': > readline.c:445: warning: implicit declaration of function > 'rl_get_keymap_name' > readline.c:445: warning: passing argument 1 of 'strncmp' makes pointer > from integer without a cast > CCLD libguilereadline-v-18.la > Undefined symbols for architecture x86_64: > "_rl_get_keymap_name", referenced from: > _init_bouncing_parens in readline.o > ld: symbol(s) not found for architecture x86_64 > collect2: ld returned 1 exit status > make[3]: *** [libguilereadline-v-18.la] Error 1 > > Best, > Dongyoon > > > On Fri, Dec 16, 2011 at 6:37 AM, Andy Wingo wrote: > >> Hi Dongyoon, >> >> On Fri 16 Dec 2011 14:58, Dongyoon Oh writes: >> >> > 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?). >> > [...] >> >> These are benign; we should get around to fixing them, but they do not >> indicate errors. >> >> > 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? >> >> This step takes approximately forever ;-). Or, 4 minutes or so on my >> machine. But if you wait long enough, it does continue. >> >> Regards, >> >> Andy >> -- >> http://wingolog.org/ >> > > --0015175ce2823aac8604b452df38 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable I succeeded in installing guile 2.0.3 after I installed gcc 4.6.2 separatel= y from Xcode installation.

Thanks,
Dongyoon

On Fri, Dec 16, 2011 at 12:49 PM, Dongyoon Oh <dyoh47@gmail.com> wrote:
Hi, Andy

Thanks for your comment! So I waited patiently and move onto the next stage but I still got an err= or in make:

make=A0 all-am
=A0 CC=A0=A0=A0=A0 readline.lo
readline.c: In func= tion 'init_bouncing_parens':
readline.c:445: warning: implicit declaration of function 'rl_get_keyma= p_name'
readline.c:445: warning: passing argument 1 of 'strncmp&= #39; makes pointer from integer without a cast
=A0 CCLD=A0=A0 libguilereadline-v-18.l= a
Undefined symbols for architecture x86_64:
=A0 "_rl_get_keymap_name= ", referenced from:
=A0=A0=A0=A0=A0 _init_bouncing_parens in readli= ne.o
ld: symbol(s) not found for architecture x86_64
collect2: ld ret= urned 1 exit status
make[3]: *** [libguilereadline-v-18.la] Error 1

Best,
Dongyoon


On Fri, De= c 16, 2011 at 6:37 AM, Andy Wingo <wingo@pobox.com> wrote:
Hi Dongyoon,

On Fri 16 Dec 2011 14:58, Dongyoon Oh <dyoh47@gmail.com> writes:

> 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?).
> [...]

These are benign; we should get around to fixing them, but they do not
indicate errors.

> 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 stucks at this moment (i waited for about 10= mins but there was no change)
> Can anyone help me?

This step takes approximately forever ;-). =A0Or, 4 minutes or so on = my
machine. =A0But if you wait long enough, it does continue.

Regards,

Andy
--
http://wingolog.org/=


--0015175ce2823aac8604b452df38--