From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Hugh Sasse Newsgroups: gmane.lisp.guile.user Subject: Re: Gmp now working, but number.c:147 isinf declared implicitly. Date: Tue, 23 Jan 2007 11:01:18 +0000 (WET) Message-ID: References: <87fyafvol7.fsf@zip.com.au> <87fyacuj4h.fsf@zip.com.au> <877ivjam2c.fsf@zip.com.au> <873b643qy8.fsf@zip.com.au> <87d556wz5v.fsf@zip.com.au> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: sea.gmane.org 1169550160 19384 80.91.229.12 (23 Jan 2007 11:02:40 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 23 Jan 2007 11:02:40 +0000 (UTC) Cc: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Tue Jan 23 12:02:30 2007 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 1H9JQ6-0005it-2R for guile-user@m.gmane.org; Tue, 23 Jan 2007 12:02:30 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H9JQ5-00084H-OQ for guile-user@m.gmane.org; Tue, 23 Jan 2007 06:02:29 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1H9JQ2-000844-E7 for guile-user@gnu.org; Tue, 23 Jan 2007 06:02:26 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1H9JQ1-00083g-JX for guile-user@gnu.org; Tue, 23 Jan 2007 06:02:25 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H9JQ1-00083c-Gb for guile-user@gnu.org; Tue, 23 Jan 2007 06:02:25 -0500 Original-Received: from [146.227.160.29] (helo=mail2.dmu.ac.uk) by monty-python.gnu.org with esmtp (Exim 4.52) id 1H9JQ0-0002aE-Py for guile-user@gnu.org; Tue, 23 Jan 2007 06:02:25 -0500 Original-Received: from localhost (localhost [127.0.0.1]) by mail2.dmu.ac.uk (Postfix) with ESMTP id B8DE27DCA3C; Tue, 23 Jan 2007 11:02:23 +0000 (GMT) Original-Received: from europa.cse.dmu.ac.uk (europa.cse.dmu.ac.uk [146.227.57.47]) by mail2.dmu.ac.uk (Postfix) with ESMTP id 670B17DC9A8; Tue, 23 Jan 2007 11:01:23 +0000 (GMT) Original-Received: from brains ([146.227.22.1]) by europa.cse.dmu.ac.uk (8.13.6/8.13.6) with ESMTP id l0NB1IiV026178; Tue, 23 Jan 2007 11:01:19 GMT Original-Received: from brains.eng.cse.dmu.ac.uk ([146.227.22.1] helo=brains) by brains with esmtp (Exim 4.44) id 1H9JOw-0000NV-NJ; Tue, 23 Jan 2007 11:01:18 +0000 X-X-Sender: hgs@brains.eng.cse.dmu.ac.uk Original-To: Kevin Ryde In-Reply-To: <87d556wz5v.fsf@zip.com.au> 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:5816 Archived-At: On Tue, 23 Jan 2007, Kevin Ryde wrote: > Hugh Sasse writes: > > > > I'm stumped. And sun's native patch implementation chokes on this. > > Should have been ok. Change the lines manually, or checkout the cvs > "branch_release-1-8" if you're brave. bash-2.05$ cvs -z3 -d:pserver:anonymous@cvs.savannah.gnu.org:/sources/guile co -r branch_release-1-8 guile seems to have got the correct stuff, looking at guile-core/configure.in... bash-2.05$ autoconf configure.in:42: error: possibly undefined macro: AM_INIT_AUTOMAKE If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. configure.in:49: error: possibly undefined macro: AM_MAINTAINER_MODE configure.in:50: error: possibly undefined macro: AM_CONFIG_HEADER configure.in:65: error: possibly undefined macro: AC_LIBTOOL_WIN32_DLL configure.in:76: error: possibly undefined macro: AM_PROG_CC_STDC configure.in:78: error: possibly undefined macro: AM_PROG_CC_C_O configure.in:80: error: possibly undefined macro: AC_LIBTOOL_DLOPEN configure.in:81: error: possibly undefined macro: AC_PROG_LIBTOOL configure.in:82: error: possibly undefined macro: AC_CHECK_LIB configure.in:88: error: possibly undefined macro: AM_CONDITIONAL configure.in:90: error: possibly undefined macro: AM_PATH_LISPDIR configure.in:198: error: possibly undefined macro: AC_LIBOBJ configure.in:715: error: possibly undefined macro: AM_GNU_GETTEXT bash-2.05$ pwd /scratch/hgs/guile/guile/guile-core bash-2.05$sh-2.05$ autconf --version; automake --version bash: autconf: command not found automake (GNU automake) 1.9.6 Written by Tom Tromey . Copyright 2005 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. bash-2.05$ bash-2.05$ : for completeness... bash-2.05$ ggrep -C 4 AC_INIT ./configure.in dnl "echo -n" since -n is not portable (see autoconf manual "Limitations of dnl Builtins"), in particular on solaris it results in a literal "-n" in dnl the output. dnl AC_INIT(patsubst(m4_esyscmd(. ./GUILE-VERSION && echo ${PACKAGE}),[ ]), patsubst(m4_esyscmd(. ./GUILE-VERSION && echo ${GUILE_VERSION}),[ ]), [bug-guile@gnu.org]) bash-2.05$ So I think I've picked up the correct thing. Hugh _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://lists.gnu.org/mailman/listinfo/guile-user