-
Notifications
You must be signed in to change notification settings - Fork 4
Fix build with newer CMake and LLVM versions. #41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Current main branch should work fine on recent macos unless Apple has pushed updates in the last week that change that. |
Yes, it broke for me within the last week. Try
|
016e170
to
c17c082
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Works on updated macOS system. Needs to be double checked on other platforms so I will leave open for now
Looks like there are issues on windows. The patches aren't playing nice from a brief glance at the output.
@sneurlax if you have the debug output saved still please link/post here. |
@cassandras-lies I get this error, revolving error MSB8066: https://gist.github.com/sneurlax/41d54b4f34fcf97def234be66fda1986 |
I believe the failure to apply patches earlier in the build process is what you are referring to and those don't appear in that gist. It looks like the |
I've updated the patch so it will work without errors, including on Windows though I haven't tried it there. Note that running ./scripts/prebuild.{sh,bat} will reset and clean source directories to those specified in .gitmodules; if you'd prefer dirty directories be unpatched, tell me and I'll update it to do that instead. |
c17c082
to
f37e84b
Compare
This is needed to build on Mac now.