Re: git clone guile 1.9 build problem on MacOS X 10.5.2

2008-04-16 Thread Steven Wu
track down where the problem occurred: configure.in 3: m4_esyscmd(. ../GUILE-VERSION echo -n $ {GUILE_VERSION})) It looks like MacOS X /bin/sh did not know -n flag, and it generated '-n 1.9.0 ' steve

Re: git clone guile 1.9 build problem on MacOS X 10.5.2

2008-04-16 Thread Ludovic Courtès
Hi, Steven Wu [EMAIL PROTECTED] writes: track down where the problem occurred: configure.in 3: m4_esyscmd(. ../GUILE-VERSION echo -n $ {GUILE_VERSION})) It looks like MacOS X /bin/sh did not know -n flag, and it generated '-n 1.9.0 ' Thanks for finding it out! I just committed a fix

Re: git clone guile 1.9 build problem on MacOS X 10.5.2

2008-04-15 Thread Ludovic Courtès
Hi, Steven Wu [EMAIL PROTECTED] writes: silly me, here we go: configure:2881: gccconftest.c 5 conftest.c:5: error: missing terminating character conftest.c:7: error: missing terminating character configure:2884: $? = 1 configure:2922: result: configure: failed program was: | /*

Re: git clone guile 1.9 build problem on MacOS X 10.5.2

2008-04-14 Thread Ludovic Courtès
Hi Steven, By relevant part of `config.log', I meant the few lines around checking for C compiler default output file name... in `guile-readline/config.log'. It should show the test file that `configure' tried to compile, the command line it used, and the compilation error it got. Thanks,

Re: git clone guile 1.9 build problem on MacOS X 10.5.2

2008-04-14 Thread Steven Wu
silly me, here we go: configure:2881: gccconftest.c 5 conftest.c:5: error: missing terminating character conftest.c:7: error: missing terminating character configure:2884: $? = 1 configure:2922: result: configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME

Re: git clone guile 1.9 build problem on MacOS X 10.5.2

2008-04-14 Thread Steven Wu
looks like the problems are in the configure file, where I found the following: PACKAGE_VERSION='-n 1.9.0 ' PACKAGE_STRING='guile-readline -n 1.9.0 ' If I changed them by hand, the problem went away. steve

git clone guile 1.9 build problem on MacOS X 10.5.2

2008-04-13 Thread Steven Wu
Hi, I was building guile 1.9 from git clone src, and I run into the following problems: $ ./autogen.sh $ ./configure --prefix=/usr --enable-shared --enable-maintainer-mode -- enable-threads ... === configuring in guile-readline (/Users/wus/local/src/gnu/guile/ guile-readline) configure:

Re: git clone guile 1.9 build problem on MacOS X 10.5.2

2008-04-13 Thread Steven Wu
config.log: lispdir='${datarootdir}/emacs/site-lisp' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' lt_ECHO='/bin/echo' mandir='${datarootdir}/man' mkdir_p='$(top_builddir)/build-aux/install-sh -c -d' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/usr'