-
Notifications
You must be signed in to change notification settings - Fork 3
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
Error when building from source #71
Comments
@danenders quick question: are you on an intel mac? What's the full output you see when you run |
Yeah, I am! All good if my janky computer is just too old to run this, but figured I'd flag the build error just in case it wasn't that! |
@danenders no worries, I have a feeling it's something to do with that. I had someone else on Intel mac run into some trouble as well. Unfortunately I don't really have a good way to reproduce. Although I'd suggest installing/trying Clang 16 and see if that helps. If you have homebrew you should be able to do:
to get that version specifically |
Looks like that can't install either, homebrew fails during the install / patch process, part of the info provided cites my system being unsupported. Seems like this is an issue with my setup being jank, think we can close this. Thanks for checking though, and even if I can't use this Porytiles sounds cool as hell, awesome work. |
@danenders Just as a longshot, your GCC output seems to be failing due to a warning that's getting enabled as an error. Can you try:
Seems like the default CMake configuration treats all warnings as errors. I suspect this is an issue that won't break the app so let's just disable it. |
Hey! Missed this getting re-opened; just tried with your suggestion and it got further, but still fails at the final step for the test:
|
@danenders no worries, that's great. One step closer. Odd that I can't reproduce that crash on my end. But I do get a similar crash with latest LLVM, so there's probably a bug on my end. I'm going to hesitantly say you're probably OK to just use the resulting executable. Ignore the failing test results. |
Describe the bug
Hello. I've attempted to build from source on two different devices and have received the same error. I am following the steps outlined for building on MacOS.
Error Message received:
Environment (please complete the following information):
OS: MacOS Mojave, 10.14.6
Compiler: gcc 14.2.0_1
The text was updated successfully, but these errors were encountered: