chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] Can't install Spock (binary works, spock library doe


From: Felix
Subject: Re: [Chicken-users] Can't install Spock (binary works, spock library doesn't)
Date: Mon, 04 Jun 2012 16:21:08 +0200 (CEST)

From: Дмитрий <address@hidden>
Subject: Re:[Chicken-users] Can't install Spock (binary works, spock library 
doesn't)
Date: Mon, 04 Jun 2012 17:56:30 +0400

>> Attached is the current setup script, you can do
>> 
>> chicken-install -r spock
>> 
>> and copy the script into the "spock" subdirectory and do
>> 
>> cd spock
>> chicken-install
> 
> It has been ALMOST installed, but now I'm having problems with the library 
> files. ^^"
> 
> I had to make the following changes to your setup new script:
> 
> ---[cut]---
> 39:
> FROM (list "chicken-spock"
> TO (list executable
> 
> 57:
> FROM: (list "library.js" '("spock/library.scm" "chicken-spock")
> TO: (list "library.js" `("spock/library.scm" ,executable)
> 
> 60:
> FROM: (list "library-debug.js" '("spock/library.scm" "chicken-spock")
> TO: (list "library-debug.js" `("spock/library.scm" ,executable)
> ---[/cut]---

Ugh. Sorry. I do these sort of broken fixes all the time, yet I never
learn something from it.

> I hope this can be fixed.

I will try to.


cheers,
felix



reply via email to

[Prev in Thread] Current Thread [Next in Thread]