Re: [racket-users] Error loading libreadline dll when using readline package

2020-04-09 Thread K H
Thanks for the info, Matthew, On Thu, Apr 9, 2020 at 7:02 AM Matthew Flatt wrote: > I think you probably have the "readline-gpl" package installed. That's > where the "libreadline-5.dll" comes from in "private/readline-lib.rkt": > > Yes. Prior to installing readline-gpl the file not found was "l

Re: [racket-users] Error loading libreadline dll when using readline package

2020-04-09 Thread Matthew Flatt
I think you probably have the "readline-gpl" package installed. That's where the "libreadline-5.dll" comes from in "private/readline-lib.rkt": (define readline-library (ffi-lib "libreadline" '("5" "6" "4" ""))) Even if "7" were added to that list, `ffi-lib` assumes a versioning convention that a

[racket-users] Error loading libreadline dll when using readline package

2020-04-08 Thread K H
I'm running on cygwin on Windows 7 and I have the following error when attempting to use the readline package: $ racket -il readline Welcome to Racket v7.6. ffi-lib: couldn't open "libreadline-5.dll" (The specified module could not be found.; errid=126) > ,ex I get the same error either from a cy