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 12:49:56 -0800 Message-ID: References: <87vcpg8twf.fsf@pobox.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=0015175cd5445b224e04b43bbe62 X-Trace: dough.gmane.org 1324068616 15753 80.91.229.12 (16 Dec 2011 20:50:16 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 16 Dec 2011 20:50:16 +0000 (UTC) Cc: guile-user@gnu.org To: Andy Wingo Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Fri Dec 16 21:50:12 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 1RbejK-0004vG-Vk for guile-user@m.gmane.org; Fri, 16 Dec 2011 21:50:11 +0100 Original-Received: from localhost ([::1]:34512 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RbejF-0005A0-4e for guile-user@m.gmane.org; Fri, 16 Dec 2011 15:50:05 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:39031) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RbejA-00059i-1N for guile-user@gnu.org; Fri, 16 Dec 2011 15:50:01 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rbej8-0004y6-NU for guile-user@gnu.org; Fri, 16 Dec 2011 15:49:59 -0500 Original-Received: from mail-ey0-f169.google.com ([209.85.215.169]:44457) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rbej8-0004xi-I6 for guile-user@gnu.org; Fri, 16 Dec 2011 15:49:58 -0500 Original-Received: by eabm6 with SMTP id m6so2216534eab.0 for ; Fri, 16 Dec 2011 12:49:57 -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=oMCv4kg3dGINyVg7g6PNfaMVsILsYYdxV7+WHtxQMeY=; b=NWHBYsY0Ip/l/j6O4bmzu1NVdwobEq2Vv+J4MyWEpyoy/ChruqjUG2c59jp6RXUa+f 2FQ9uUIqvu8KUUyBONDG0dD187R8GY3QW0r4EEmIKkuKmNHUntuC6Wv6vSdYeLpSta2m 7UMzaVE7cd8oA310StvEzChtB9E6On2J0X2OU= Original-Received: by 10.204.153.12 with SMTP id i12mr3118438bkw.134.1324068596556; Fri, 16 Dec 2011 12:49:56 -0800 (PST) Original-Received: by 10.204.51.205 with HTTP; Fri, 16 Dec 2011 12:49:56 -0800 (PST) In-Reply-To: <87vcpg8twf.fsf@pobox.com> 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:9055 Archived-At: --0015175cd5445b224e04b43bbe62 Content-Type: text/plain; charset=ISO-8859-1 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/ > --0015175cd5445b224e04b43bbe62 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi, Andy

Thanks for your comment!
So I waited patiently and mov= e onto the next stage but I still got an error in make:

make=A0 all= -am
=A0 CC=A0=A0=A0=A0 readline.lo
readline.c: In function '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.la
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, Dec 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/=

--0015175cd5445b224e04b43bbe62--