chicken-hackers
[Top][All Lists]
Advanced

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

Re: [Chicken-hackers] address@hidden: Re: 4.8.0 release?]


From: Mario Domenech Goulart
Subject: Re: [Chicken-hackers] address@hidden: Re: 4.8.0 release?]
Date: Mon, 10 Sep 2012 20:43:15 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.91 (gnu/linux)

Hi Felix,

On Mon, 10 Sep 2012 21:20:24 +0200 (CEST) Felix <address@hidden> wrote:

>> Does the attached patch improve things?
>
> Sorry, but I can't wait to hear about it. 

Sorry, I had a long day at work today and my cygwin VM is at home.

Your patch does improve things.  I had to add some very horrible hacks
to runtests.sh to make the test suite work.  I don't know if they make
sense:

 # for cygwin
-test -f ../cygchicken-0.dll && cp ../cygchicken-0.dll .
+if test -f ../cygchicken-0.dll; then
+    cp ../cygchicken-0.dll .
+    cp ../cygchicken-0.dll reverser/tags/1.0
+fi
+mv ../cygchicken-0.dll ../cygchicken-0.dll_


Attached is the full patch which makes "make check" work on my system.

Best wishes.
Mario
-- 
http://parenteses.org/mario

Attachment: cygwin-fixes.diff
Description: Text Data


reply via email to

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