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

2015-08-08 Thread Erik Falor
On Sat, Aug 08, 2015 at 02:10:41PM +1200, Evan Hanson wrote: On 2015-08-07 18:30, Alexej Magura wrote: Fixed the problem; rolled out v4.1.0 of the Readline egg. Works here with Readline library version 6.3. Evan Same here. Thanks, Alexej! -- Erik Falor Registered Linux User #445632

Re: [Chicken-users] Bug in readline 4.0 egg; missing function (Erik Falor)

2015-08-07 Thread Alexej Magura
I'm getting a different error than your's, Erik, I get: #;1 acsi: symbol lookup error: /usr/lib/chicken/7/apropos.so: undefined symbol: C_mutate instead of #;1 acsi: symbol lookup error: /usr/lib/chicken/7/readline.so: undefined symbol: C_enumerate_symbols

Re: [Chicken-users] Bug in readline 4.0 egg; missing function (Erik Falor)

2015-08-07 Thread Jeremy Steward
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Would libreadline versions factor into this? On the machine where I am experiencing this error, I am using GNU libreadline7 ver 6.3.8-1 from Cygwin. Further, I'm using libncurses 4.9. Let me know if any more information is necessary. Regards, -

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

2015-08-07 Thread Jeremy Steward
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 As of today I installed CHICKEN 4.10, and have encountered this problem as well. However, unlike Erik Fair, I have not even been able to install the egg with chicken-install. Is there a workaround in the meantime to get this working, such as

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

2015-08-07 Thread Jeremy Steward
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Would it be possible to replace readline with linenoise in your workflow? Unfortunately the main benefit of readline currently is that it supports history (linenoise does not, at least when I last checked). It's not the worst break in the world,

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

2015-08-07 Thread Leonardo Taccari
Hello Jeremy, Jeremy Steward writes: Unfortunately the main benefit of readline currently is that it supports history (linenoise does not, at least when I last checked). It's not the worst break in the world, as I can always use the SLIME egg, but that does not preserve history across

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

2015-08-07 Thread Jeremy Steward
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Thank you! This does solve my problem for the time being. Cheers, - -- Jeremy Steward -BEGIN PGP SIGNATURE- Version: GnuPG v2 iQIcBAEBCAAGBQJVxOyZAAoJEHVwwAZUeZnZBdIP/iCLbztdsjVlswVHJ67oCWjo

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

2015-08-07 Thread Alexej Magura
Fixed the problem; rolled out v4.1.0 of the Readline egg. ___ Chicken-users mailing list Chicken-users@nongnu.org https://lists.nongnu.org/mailman/listinfo/chicken-users

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

2015-08-07 Thread Evan Hanson
On 2015-08-07 18:30, Alexej Magura wrote: Fixed the problem; rolled out v4.1.0 of the Readline egg. Works here with Readline library version 6.3. Evan ___ Chicken-users mailing list Chicken-users@nongnu.org

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

2015-08-06 Thread Erik Falor
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':