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

2007-10-21 Thread felix winkelmann
On 10/20/07, Rick Taube [EMAIL PROTECTED] wrote: ahh! thanks very much! it would be nice to add a line about this differnece in the readme's installation section. Done. Thanks for the suggestion. cheers, felix ___ Chicken-users mailing list

[Chicken-users] chicken build failing on ppc

2007-10-20 Thread Rick Taube
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

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

2007-10-20 Thread Mario Domenech Goulart
Hi Rick, On Sat, 20 Oct 2007 08:31:27 -0500 Rick Taube [EMAIL PROTECTED] 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

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

2007-10-20 Thread Rick Taube
ahh! thanks very much! it would be nice to add a line about this differnece in the readme's installation section. 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