Thanks.
Now getting:
gcc -L. chicken.o batch-driver.o core.o optimizer.o lfa2.o
compiler-syntax.o scrutinizer.o support.o c-platform.o c-backend.o
user-pass.o -o chicken \
-lchicken -lm
install_name_tool -change libchicken.dylib
/Users/arnaud/projects/microgpt/microgpt-scheme/chicken-core/boot/chicken-6.0.0pre1/libchicken.dylib
chicken
error:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/install_name_tool:
changing install names or rpaths can't be redone for: chicken (for
architecture arm64) because larger updated load commands do not fit (the
program must be relinked, and you may need to use -headerpad or
-headerpad_max_install_names)
make: *** [chicken] Error 1
I tried brew upgrade chicken which install 5.4.0 but did not work either.
Regards,
--
Arnaud Bailly - @dr_c0d3
On Wed, May 13, 2026 at 10:14 PM Felix Winkelmann <
[email protected]> wrote:
> On Wed May 13, 2026 at 9:07 PM CEST, Arnaud Bailly wrote:
> > I checked out source code and did:
> >
> >[...]
> >
> > Error: (line 5248) invalid `#!' token: "bwp"
> > make: *** [library.c] Error 70
> >
> >
> > Not sure what I am doing wrong, haven't built chicken in a while I
> confess.
>
> Your bootstrap compiler is too old. You can try to run this in the
> working copy:
>
> ./scripts/bootstrap.sh
>
> This downloads a tarball that should work and then builds a bootstrap
> compiler.
>
>
> cheers,
> felix
>
>