-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Build fails in macOS Ventura #910
Comments
As mentioned in #911, Apple's clang is multiple versions outdated and doesn't support many of the latest C++ features ImHex is using. GCC can however be installed on macOS through homebrew which is able to compile ImHex successfully. |
Hmm. My problem seems to be similar to that of @ghmanoj, although I'm trying to build on Big Sur, and I do have
And yet:
So it would appear that Just to be thorough:
|
I wonder if this post on stackoverflow explains the problem? |
I just needed to |
Operating System
MacOS
What's the issue you encountered?
CMake is identifying the compiler as
AppleClang
causing the build to fail.CMake Error at cmake/build_helpers.cmake:339 (message): ImHex can only be compiled with GCC or Clang. AppleClang is not supported. Call Stack (most recent call first): CMakeLists.txt:28 (verifyCompiler)
How can the issue be reproduced?
Build fails when compiling in macOS Ventura.
$ mkdir _build && cd _build
$ cmake ..
ImHex Version
master
ImHex Build Type
Installation type
From Git Clone
Additional context?
Last commit hash 434ced4
The text was updated successfully, but these errors were encountered: