guile-devel
[Top][All Lists]
Advanced

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

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


From: Steven Wu
Subject: Re: git clone guile 1.9 build problem on MacOS X 10.5.2
Date: Mon, 14 Apr 2008 22:22:03 -0700

silly me, here we go:
configure:2881: gcc    conftest.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 "guile-readline"
| #define PACKAGE_TARNAME "guile-readline"
| #define PACKAGE_VERSION "-n 1.9.0
| "
| #define PACKAGE_STRING "guile-readline -n 1.9.0
| "
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h.  */
|
| int
| main ()
| {
|
|   ;
|   return 0;
| }
configure:2929: error: C compiler cannot create executables
See `config.log' for more details.

The problem is the newline before closing quote.

steve




reply via email to

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