Open danenders opened 1 week ago
@danenders quick question: are you on an intel mac? What's the full output you see when you run uname -a
? I ask because I am unable to reproduce this on my end. Granted I'm also running Sonoma.
Yeah, I am! Darwin Kernel Version 18.7.0: Tue Aug 20 16:57:14 PDT 2019; root:xnu-4903.271.2~2/RELEASE_X86_64 x86_64
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:
brew install llvm@16
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:
CXX=g++-14 CXXFLAGS=-Wno-error=stringop-truncation cmake -B build
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.
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