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":

[fadein@voyager ~]% 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: pgprqQk5qh7PB.pgp
Description: PGP signature

_______________________________________________
Chicken-users mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to