chicken-users
[Top][All Lists]
Advanced

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

[Chicken-users] Bug in readline 4.0 egg; missing function


From: Erik Falor
Subject: [Chicken-users] Bug in readline 4.0 egg; missing function
Date: Thu, 6 Aug 2015 00:21:41 -0600
User-agent: Mutt/1.5.23 (2014-03-12)

Hello Alexej,

When I build the readline egg I see a warning about a missing function
'C_enumerate_symbols':

  '/usr/bin/csc' -feature compiling-extension -setup-mode    -s -O2 
readline.scm -C -D_GNU_SOURCE=1 -C -std=gnu99 -lreadline -lhistory -ltermcap
readline.c: In function 'stub553':
readline.c:105:1: warning: implicit declaration of function 
'C_enumerate_symbols' [-Wimplicit-function-declaration]
 C_r=((C_word)C_enumerate_symbols(t0,t1));
 ^


Later, when I use the readline egg within csi and hit 'Tab' to
complete a string, csi crashes. This is what happens when I attempt to
complete the string "a":

address@hidden ~]% csi
#;1> acsi: symbol lookup error: /usr/lib/chicken/7/readline.so: undefined 
symbol: C_enumerate_symbols


-- 
Erik Falor
Registered Linux User #445632                    http://unnovative.net

Attachment: pgpHVP7EGLJL5.pgp
Description: PGP signature


reply via email to

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