Opened 6 years ago
Closed 2 years ago
#57741 closed defect (fixed)
cfxr @0.2.1: Error "Compiling for earlier than macOS 10.6 is no longer supported" (on Mojave)
Reported by: | lhaeger (Lothar Haeger) | Owned by: | reid@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | mojave | Cc: | |
Port: | cfxr |
Description
Seems like no pre-compiled package for Mojave exists and build from source fails with "Compiling for earlier than macOS 10.6 is no longer supported" (See attached log).
Attachments (1)
Change History (3)
Changed 6 years ago by lhaeger (Lothar Haeger)
comment:1 Changed 6 years ago by ryandesign (Ryan Carsten Schmidt)
Keywords: | mojave added |
---|---|
Owner: | set to reid@… |
Port: | cfxr added |
Status: | new → assigned |
comment:2 Changed 2 years ago by kencu (Ken)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
And of course the reason why there is no binary is that this error is encountered while trying to produce it. :)
It is true that macOS Mojave removed the ability to target ancient macOS versions. This project targets Mac OS X 10.5. I thought the settings the xcode portgroup sets would override that, but maybe not.