Summary
Chicken doesn't build out of the box on recent macosx
Metadata
- Id: 3779298c45faf78a5d25d75b3d49be1346b9b235
- Trac id: 1836
- Type: defect
- Reporter: alaric
- Owner:
- Cc:
- Status: new
- Component: build system
- Estimated difficulty: trivial
- Resolution:
- Priority: major
- Milestone: someday
- Version: 5.3.0
- Changetime: 2024-06-07 12:29:40 UTC
- Created: 2024-06-07 12:29:40 UTC
- Keywords: macosx
Description
A friend wanted to build Chicken 5.3.0 on his "Mac OS 14" mac, and complained that it looked in the wrong place for tools.
He had to override stuff to make it build:
make PLATFORM=macosx PREFIX=...redacted... C_COMPILER=/usr/bin/gcc \
LIBRARIAN=/usr/bin/ar POSTINSTALL_PROGRAM=/usr/bin/install_name_tool \
install
He has the XCode cli tools installed but not the UI. The makefile was trying to find stuff under /Developer/... but it ain't there no more.