chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] chicken 4.8.3 on MinGW


From: Mario Domenech Goulart
Subject: Re: [Chicken-users] chicken 4.8.3 on MinGW
Date: Fri, 04 Apr 2014 00:09:50 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Hi Claude,

On Thu, 3 Apr 2014 19:04:49 -0400 (EDT) Claude Marinier <address@hidden> wrote:

> On Thu, 3 Apr 2014, Peter Bex wrote:
>> On Wed, Apr 02, 2014 at 11:08:35PM -0400, Claude Marinier wrote:
>>>
>>> I am happily using Chicken Scheme 4.8.3 on MS Windows 7 and Vista. The
>>> key is reading the README file and the helpful web page.
>>>
>>> There is one problem: make check fails as follows. Note that I built from
>>> a Windows command prompt like this.
>>>
>>>   mingw32-make PLATFORM=mingw PREFIX=C:/Chicken
>>>   mingw32-make PLATFORM=mingw PREFIX=C:/Chicken install
>>>   chicken-install numbers
>>>
>>> All those work without error and I can compile and run my application.
>>
>> Thanks for your report.  Have you tried a git master build?  We recently
>> fixed this bug, but there's no dev snapshot in which it is fixed yet.
>> It should be fixed in 4.9.0 as well.
>
> I am willing to try this. One question: Is it possible to do all the
> work from a MS Windows command prompt or should I do some of the work
> on Linux?

You can do everything on Windows.  Here's roughly how you can build the
git code (you'll need a working chicken -- I'll assume it's under
c:/Chicken):

  $ git clone git://code.call-cc.org/chicken-core
  $ cd chicken-core
  $ make PLATFORM=mingw PREFIX=c:/chicken-master 
CHICKEN=c:/Chicken/bin/chicken.exe boot-chicken
  $ make PLATFORM=mingw PREFIX=c:/chicken-master CHICKEN=./chicken-boot.exe 
spotless install check

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



reply via email to

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