[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
#1836: Chicken doesn't build out of the box on recent macosx
From: |
Chicken Trac |
Subject: |
#1836: Chicken doesn't build out of the box on recent macosx |
Date: |
Fri, 07 Jun 2024 10:29:40 -0000 |
#1836: Chicken doesn't build out of the box on recent macosx
-----------------------------------------+--------------------------
Reporter: Alaric Snell-Pym | Type: defect
Status: new | Priority: major
Milestone: someday | Component: build system
Version: 5.3.0 | Keywords: macosx
Estimated difficulty: trivial |
-----------------------------------------+--------------------------
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.
--
Ticket URL: <https://bugs.call-cc.org/ticket/1836>
CHICKEN Scheme <https://www.call-cc.org/>
CHICKEN Scheme is a compiler for the Scheme programming language.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- #1836: Chicken doesn't build out of the box on recent macosx,
Chicken Trac <=