Re: [Chicken-users] Difficulty installing Hyde egg

2011-04-05 Thread John Magolske
* Felix [110404 23:36]: > From: John Magolske > > * John Magolske [110403 11:14]: > >> I'd like to to install the Hyde egg into a location in my home > >> directory: > >> > >> % echo $CHICKEN_REPOSITORY > >> /home/john/.chicken/lib/chicken/5 > >> > >> % echo $CHICKEN_INCLUDE_PATH > >>

Re: [Chicken-users] Difficulty installing Hyde egg

2011-04-05 Thread Felix
> > This needn't be `chicken-install -init ~/tmp/foo/lib/chicken/5` ? No, I tried it exactly as shown above. > I guess I was thrown off by the above linked thread which stated: > > ~/chicken/lib/chicken/5 > You must also use this longer path for initialization via -init > I'm not sure

Re: [Chicken-users] Difficulty installing Hyde egg

2011-04-05 Thread John Magolske
* Felix [110405 09:06]: > [...] > > > > I tried your suggested sequence, things got stuck at the point of: > > > > rm -fr /var/lib/chicken/5/matchable.so > > cp -r matchable.so /var/lib/chicken/5/matchable.so > > cp: cannot create regular file `/var/lib/chicken/5/matchable.so': >

[Chicken-users] Cross platform way to make a notification sound?

2011-04-05 Thread Matt Welland
Is there an existing way to trigger a system bell or otherwise make a (prefereably user selectable) notification sound in chicken scheme on Linux and Windows? Thanks, Matt -=- ___ Chicken-users mailing list Chicken-users@nongnu.org http://lists.nongnu.

Re: [Chicken-users] Difficulty installing Hyde egg

2011-04-05 Thread Jim Ursetto
Hi John, On Apr 5, 2011, at 2:12 PM, John Magolske wrote: > If building chicken from source, could there be a way of doing > something like: > > SET(BINPATH /home/john/.chicken/bin) If building from source, you might as well just do make PREFIX=/home/john/.chicken and dispense with all the

[Chicken-users] srfi-19 giving error

2011-04-05 Thread Matt Welland
On Linux (Ubuntu 2.6.32-31 32 bit) I get the error seen below. Oddly enough srfi-19 installed fine on chicken-iup using chicken 4.6.5 on Windows 7. I suspect on a fresh install of chicken it will fail. When installed to an existing (as of a few days ago) install of chicken it is fine. Suggestions a

Re: [Chicken-users] Difficulty installing Hyde egg

2011-04-05 Thread Imran Rafique
On 5 April 2011 19:12, John Magolske wrote: > * Felix [110405 09:06]: >> Is this with CHICKEN_REPOSITORY set? > > Ah, I made a mistake...in my ~/.zshrc I had: > > CHICKEN_REPOSITORY=/home/jm/.chicken > > But what's needed is: > > export CHICKEN_REPOSITORY=/home/jm/.chicken > > So with that fixe