chicken-hackers
[Top][All Lists]
Advanced

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

Re: [Chicken-hackers] [PATCH] run test suite on mingw


From: Mario Domenech Goulart
Subject: Re: [Chicken-hackers] [PATCH] run test suite on mingw
Date: Fri, 28 Oct 2011 21:00:35 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.91 (gnu/linux)

Hi Felix,

On Fri, 28 Oct 2011 09:03:42 -0400 (EDT) Felix <address@hidden> wrote:

>> So I used something like
>> 
>>   make PLATFORM=mingw PREFIX=c:/mario/master \
>>     CHICKEN=c:/local/chicken-4.7.0/bin/chicken \
>>     spotless boot-chicken
>
> CHICKEN must use backslashes, the forward slahes in PREFIX are
> a special case.

Ok.  I think README should have a note about that.  I've attached a
suggestion.  Feel free to change it.


> I push another fix. Doing
>
> mingw32-make PLATFORM=mingw CHICKEN=chicken-boot boot-chicken 
>
> worked for me now. I haven't done a full build or install after this,
> since I'm fed up for today.

Works for me too!  I could bootstrap, build, install and test the master
code.  Thanks.

I've also tested your patch for the test suite on mingw.  It works fine,
except for a little issue:

-cp ..\libchicken.dll .
+copy ..\libchicken.dll .

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

Attachment: 0001-README-note-about-use-of-back-slashes-for-CHICKEN-on.patch
Description: Text Data


reply via email to

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