Closed
Description
FYI, I noticed that rustsat-cadical
fails to compile on macOS.
It turned out to be caused by this issue in cc
:
- 1.0.86 producing
clang: error: invalid version number in '-mmacosx-version-min=1.1'
on macos 10.14 rust-lang/cc-rs#963 - Console output is full of
xcrun: error: unable to lookup item 'PlatformVersion' from command line tools installation
rust-lang/cc-rs#1001
It works fine after doing cargo add cc@=1.0.83
.
So most likely rustsat-cadical
will work fine once the bug in cc
gets fixed, but I'm posting this here so that others who are struggling to get rustsat-cadical
work will find a workaround somewhere…
Metadata
Metadata
Assignees
Labels
No labels