[Chicken-users] Compiling readline.egg on Mac OS X 10.4.10

2007-10-03 Thread Ozzi
I have installed the latest version of Chicken from SVN. When I run: sudo chicken-setup readline I get the following response: Password: The extension readline does not exist. Do you want to download it ? (yes/no/abort) [yes] yes downloading readline.egg from (www.call-with-current-continuatio

Re: [Chicken-users] Compiling readline.egg on Mac OS X 10.4.10

2007-10-03 Thread Kon Lovett
On Oct 3, 2007, at 10:55 AM, Ozzi wrote: I have installed the latest version of Chicken from SVN. When I run: sudo chicken-setup readline I get the following response: Password: The extension readline does not exist. Do you want to download it ? (yes/no/abort) [yes] yes downloading readline

Re: [Chicken-users] Compiling readline.egg on Mac OS X 10.4.10

2007-10-03 Thread Ozzi
Do you know if I will cause problems if I just change that symlink to point to a macports-installed version of libreadline? Is there a better approach? Thanks for the help, Ozzi Kon Lovett wrote: On Oct 3, 2007, at 10:55 AM, Ozzi wrote: I have installed the latest version of Chicken from S

Re: [Chicken-users] Compiling readline.egg on Mac OS X 10.4.10

2007-10-03 Thread Kon Lovett
On Oct 3, 2007, at 11:21 AM, Ozzi wrote: Do you know if I will cause problems if I just change that symlink to point to a macports-installed version of libreadline? Is there a better approach? Monkey w/ Apple's installation at your peril. Suggest you add symlinks from /usr/local include &

Re: [Chicken-users] Compiling readline.egg on Mac OS X 10.4.10

2007-10-03 Thread Ozzi
Thanks. I did this: ln -s /opt/local/lib/libchicken.dylib /usr/local/ and it seemed to work. I have tab completion and history now, anyway. Should this go on the Wiki somewhere, or maybe in the readline egg documentation? Unless it's already there and I couldn't find it, of course. Kon Lovet

Re: [Chicken-users] Compiling readline.egg on Mac OS X 10.4.10

2007-10-04 Thread felix winkelmann
On 10/3/07, Ozzi <[EMAIL PROTECTED]> wrote: > Thanks. I did this: > > ln -s /opt/local/lib/libchicken.dylib /usr/local/ > > and it seemed to work. I have tab completion and history now, anyway. > > Should this go on the Wiki somewhere, or maybe in the readline egg > documentation? Unless it's alre

Re: [Chicken-users] Compiling readline.egg on Mac OS X 10.4.10

2007-10-04 Thread Zbigniew
Done: http://chicken.wiki.br/readline On 10/4/07, felix winkelmann <[EMAIL PROTECTED]> wrote: > Putting this on the wiki would be helpful indeed. ___ Chicken-users mailing list Chicken-users@nongnu.org http://lists.nongnu.org/mailman/listinfo/chicken-u

Re: [Chicken-users] Compiling readline.egg on Mac OS X 10.4.10

2007-10-04 Thread Ozzi
I also put some info under "Platforms" http://chicken.wiki.br/platforms#Installing%20the%20readline%20egg I'm wondering if an "Installation" page on the wiki would be useful. For example, pretty much everyone will want to install readline, but it's not necessarily clear to new users that they s

Re: [Chicken-users] Compiling readline.egg on Mac OS X 10.4.10

2007-10-04 Thread Zbigniew
OK, the readline egg now detects non-GNU readline during the build phase: Error: This extension requires GNU readline; we found a non-GNU readline such as libedit. Please install GNU readline. For more information, consult http://chicken.wiki.br/readline#Installation%20problems. On 10/4/07, Zbi