[Chicken-users] Can't install Spock

2012-06-04 Thread Дмитрий
Hello! I've tried installing Spock via ``chicken-install`` and had no luck. Can someone explain what should I do to get it running? I've tried on 2 computers (both run Windows 7, 32-bit; in one case I've used the Chicken+IUP package, in the other I've compiled Chicken from source using

Re: [Chicken-users] Can't install Spock

2012-06-04 Thread Mario Domenech Goulart
Hi Dmitry, On Mon, 04 Jun 2012 16:02:58 +0400 Дмитрий dm...@yandex.by wrote: I've tried installing Spock via ``chicken-install`` and had no luck. Can someone explain what should I do to get it running? I've tried on 2 computers (both run Windows 7, 32-bit; in one case I've used the

Re: [Chicken-users] Can't install Spock

2012-06-04 Thread Thomas Chust
Дмитрий wrote: [...] \usr\local\bin\csc -feature compiling-extension -setup-mode-S -O3 -d0 -feature standalone chicken-spock.scm -o chicken-spock chicken-spock -library-path spock -optimize -library -o library.js cat config.js runtime.js library.js spock/spock-runtime.js

Re: [Chicken-users] Can't install Spock

2012-06-04 Thread Felix
From: Дмитрий dm...@yandex.by Subject: [Chicken-users] Can't install Spock Date: Mon, 04 Jun 2012 16:02:58 +0400 Hello! I've tried installing Spock via ``chicken-install`` and had no luck. Can someone explain what should I do to get it running? The setup-script did not detect

Re: [Chicken-users] Can't install Spock

2012-06-04 Thread Дмитрий
Thank you very much for your answers! generated instead (this is a shortcoming of the make macro). I have tried to make the setup script handle the .exe extension on windows - please try spock 0.07, which should be available via chicken-install shortly. Well, it is not (yet) available for me.

Re: [Chicken-users] Can't install Spock

2012-06-04 Thread Felix
From: Дмитрий dm...@yandex.by Subject: Re: [Chicken-users] Can't install Spock Date: Mon, 04 Jun 2012 16:49:18 +0400 Thank you very much for your answers! generated instead (this is a shortcoming of the make macro). I have tried to make the setup script handle the .exe extension on windows

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

2012-06-04 Thread Дмитрий
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

[Chicken-users] Can't install Spock (binary works, spock library doesn't)

2012-06-04 Thread Дмитрий
But, of course, now it works _for me_. ^^ I've manually deleted that concatenated file, and copied the spock library. My helloworld.js works just fine. :) Though I hope something can be done to that concatenating behaviour. _ Best regards, Dmitry

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

2012-06-04 Thread Felix
From: Дмитрий dm...@yandex.ru 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