GNU bug report logs -
#19237
Guile-2.0.11 OS X 10.10.1 build error
Previous Next
Reported by: Hans Aberg <haberg-1 <at> telia.com>
Date: Sun, 30 Nov 2014 23:52:02 UTC
Severity: normal
Done: ludo <at> gnu.org (Ludovic Courtès)
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Thu, 04 Dec 2014 18:23:36 +0100
with message-id <87r3wf1g87.fsf <at> gnu.org>
and subject line Re: bug#19237: Guile-2.0.11 OS X 10.10.1 build error
has caused the debbugs.gnu.org bug report #19237,
regarding Guile-2.0.11 OS X 10.10.1 build error
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
19237: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=19237
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
I get a build error [1] with guile-2.0.11 on OS X 10.10.1. It looks like an illegal int to pointer conversion cause a name to not be defined, and then the linking fails.
1. make
...
Making all in guile-readline
SNARF readline.x
/Applications/Xcode.app/Contents/Developer/usr/bin/make all-am
CC readline.lo
../../guile-2.0.11/guile-readline/readline.c:433:16: warning: implicit declaration of function 'rl_get_keymap_name' is invalid in C99
[-Wimplicit-function-declaration]
if (strncmp (rl_get_keymap_name (rl_get_keymap ()), "vi", 2))
^
../../guile-2.0.11/guile-readline/readline.c:433:16: warning: incompatible integer to pointer conversion passing 'int' to parameter of type 'const char *'
[-Wint-conversion]
if (strncmp (rl_get_keymap_name (rl_get_keymap ()), "vi", 2))
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/string.h:84:26: note: passing argument to parameter here
int strncmp(const char *, const char *, size_t);
^
2 warnings generated.
CCLD libguilereadline-v-18.la
Undefined symbols for architecture x86_64:
"_rl_get_keymap_name", referenced from:
_scm_init_readline in readline.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[3]: *** [libguilereadline-v-18.la] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
[Message part 3 (message/rfc822, inline)]
Hans Aberg <haberg-1 <at> telia.com> skribis:
>> On 3 Dec 2014, at 23:21, Ludovic Courtès <ludo <at> gnu.org> wrote:
>>
>> Could it be because Guile is being compiled against libeditline instead
>> of GNU Readline?
>>
>> Readline support in Guile requires GNU Readline.
>
> It looked as though that the readline in the Guile distribution is too
> old - no other readline installed on the system.
Actually there’s no Readline in Guile itself, just the guile-readline
bindings.
> I just installed the latest GNU readline into /usr/local/, and then
> Guile compiled.
OK, so I guess it was really libeditline’s Readline semi-compatibility
shim that was being used.
Closing this bug now.
Thanks,
Ludo’.
This bug report was last modified 10 years and 167 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.