bug-guile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Intel Mac-mini OSX 10.5.1 guile test results


From: Roger Mc Murtrie
Subject: Re: Intel Mac-mini OSX 10.5.1 guile test results
Date: Fri, 25 Jan 2008 19:20:39 +1100

On 25/01/2008, at 12:31 PM, Roger Mc Murtrie wrote:

I'm having trouble implementing the patches.
The problem seems to occur when autoconf runs.
It generates configure with a CR after the 3 in the guile version number:

#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.61 for guile-readline -n 1.8.3
.
#


I managed to get configure to work by changing in guile-readline/ configure.in
AC_INIT(guile-readline,
        m4_esyscmd(. ../GUILE-VERSION && echo -n ${GUILE_VERSION}))
to
AC_INIT(guile-readline,[1.8.3],address@hidden)

Something wrong with the m4_esyscmd or AC_INIT syntax?

then:
./configure
make

completed successfully
then
make checks
.
.
make  check-TESTS
PASS: test-system-cmds
PASS: test-require-extension
PASS: test-num2integral
PASS: test-round
PASS: test-gh
PASS: test-asmobs
PASS: test-list
PASS: test-unwind
PASS: test-conversion
PASS: test-use-srfi
===================
All 10 tests passed
===================
.
.
.
Totals for this test run:
passes:                 11867
failures:               0
unexpected passes:      0
expected failures:      25
unresolved test cases:  9
untested test cases:    0
unsupported test cases: 9
errors:                 0

PASS: check-guile
==================
All 1 tests passed
==================

Roger




reply via email to

[Prev in Thread] Current Thread [Next in Thread]