[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Chicken-users] chicken build failing on ppc
From: |
Rick Taube |
Subject: |
[Chicken-users] chicken build failing on ppc |
Date: |
Sat, 20 Oct 2007 08:31:27 -0500 |
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
----
galen:/Lisp/chicken hkt$ make PLATFORM=macosx
make -f Makefile.macosx all
/usr/local/bin/chicken library.scm -quiet -no-trace -optimize-level 2
-include-path . -explicit-use -output-file library.c
make[1]: execvp: /usr/local/bin/chicken: Permission denied
make[1]: *** [library.c] Error 127
make: *** [all] Error 2
if i call make -n then it shows that this call is happening even
before chicken-defaults.h is created:
galen:/Lisp/chicken hkt$ make -n PLATFORM=macosx
make -f Makefile.macosx all
/usr/local/bin/chicken library.scm -quiet -no-trace -optimize-level 2
-include-path . -explicit-use -output-file library.c
echo "/* generated */" >chicken-defaults.h
echo "#define C_BUILD_TAG \"compiled 2007-10-20 on galen.local
(Darwin)\"" >>chicken-defaults.h
echo "#ifndef C_INSTALL_CC" >>chicken-defaults.h
echo "# define C_INSTALL_CC \"gcc\"" >>chicken-defaults.h
echo "#endif" >>chicken-defaults.h
echo "#ifndef C_INSTALL_CXX" >>chicken-defaults.h
echo "# define C_INSTALL_CXX \"g++\"" >>chicken-defaults.h
- [Chicken-users] chicken build failing on ppc,
Rick Taube <=