chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] chicken build failing on ppc


From: Mario Domenech Goulart
Subject: Re: [Chicken-users] chicken build failing on ppc
Date: 20 Oct 2007 10:51:34 -0300
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4

Hi Rick,

On Sat, 20 Oct 2007 08:31:27 -0500 Rick Taube <address@hidden> wrote:

> i am trying to build the svn trunk chicken on a ppc mac, osx 10.4.10
> and its failing becuase for some reason the Makefile.macosx script is
> calling /usr/local/bin/chicken which doesnt exist on my machine.
> since the same software built fine on my 10.4 mac at work yesterday
> im guessing the problem has something to do with once having an
> earlier versoin of chicken installed on this machine? but i did an
> 'make uninstall' of it prior to tryig to make the 2.7 chicken and
> 'find /usr/local -name "*chick*" ' doesnt turn anything up
> 
> so im stumped as to why its trying to call /usr/local/bin/chicken
> before it has compiled it.
> best, rick

To build chicken from SVN trunk you need an installed chicken.  You
can pass a value for CHICKEN to make to indicate where chicken is:

$ make PLATFORM-=my-platform CHICKEN=/path/to/chicken 

(where `chicken' is a binary file)

If you don't have chicken installed, you can get the latest tarball
from http://chicken.wiki.br/releases.  You don't need chicken to build
the code of these tarballs -- a C compiler is enough.

Best wishes,
Mario




reply via email to

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