From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Frank J. R. Hanstick" Newsgroups: gmane.lisp.guile.user Subject: Compilation failure. Date: Wed, 28 May 2008 05:53:21 -0700 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v753) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1211979322 11182 80.91.229.12 (28 May 2008 12:55:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 28 May 2008 12:55:22 +0000 (UTC) To: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Wed May 28 14:56:03 2008 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.50) id 1K1LAa-0002Kb-Tk for guile-user@m.gmane.org; Wed, 28 May 2008 14:54:21 +0200 Original-Received: from localhost ([127.0.0.1]:52735 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K1L9p-000586-Le for guile-user@m.gmane.org; Wed, 28 May 2008 08:53:33 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K1L9m-000580-L1 for guile-user@gnu.org; Wed, 28 May 2008 08:53:30 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K1L9k-00057e-R0 for guile-user@gnu.org; Wed, 28 May 2008 08:53:30 -0400 Original-Received: from [199.232.76.173] (port=44109 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K1L9k-00057b-Ox for guile-user@gnu.org; Wed, 28 May 2008 08:53:28 -0400 Original-Received: from qmta02.westchester.pa.mail.comcast.net ([76.96.62.24]:52080) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K1L9k-0002yM-NN for guile-user@gnu.org; Wed, 28 May 2008 08:53:28 -0400 Original-Received: from OMTA02.westchester.pa.mail.comcast.net ([76.96.62.19]) by QMTA02.westchester.pa.mail.comcast.net with comcast id Wxre1Z0040QuhwU520Dn00; Wed, 28 May 2008 12:53:25 +0000 Original-Received: from [192.168.10.2] ([24.19.213.91]) by OMTA02.westchester.pa.mail.comcast.net with comcast id X0tN1Z0021yspeY3N00000; Wed, 28 May 2008 12:53:23 +0000 X-Authority-Analysis: v=1.0 c=1 a=7y2W0WE4yyqSwRCC2y0A:9 a=RaXordablTezXZN3G1aSxpXwTNwA:4 a=b8hG5vVbyAkA:10 X-Mailer: Apple Mail (2.753) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. 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:6589 Archived-At: Hello, I am trying to build guile for MacOS 10.4.11 and run into the following error: /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. - I. -I.. -I./.. -g -O2 -MT readline.lo -MD -MP -MF .deps/ readline.Tpo -c -o readline.lo readline.c mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -g -O2 -MT readline.lo -MD - MP -MF .deps/readline.Tpo -c readline.c -fno-common -DPIC -o .libs/ readline.o readline.c: In function 'rl_cleanup_after_signal': readline.c:109: error: 'rl_pending_input' undeclared (first use in this function) readline.c:109: error: (Each undeclared identifier is reported only once readline.c:109: error: for each function it appears in.) readline.c: In function 'scm_init_readline': readline.c:564: warning: assignment from incompatible pointer type make[4]: *** [readline.lo] Error 1 make[4]: Leaving directory `/Users/frank/guile-1.8.5/guile-readline' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/Users/frank/guile-1.8.5/guile-readline' make[2]: *** [all] Error 2 make[2]: Leaving directory `/Users/frank/guile-1.8.5/guile-readline' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/Users/frank/guile-1.8.5' make: *** [all] Error 2