ImHex icon indicating copy to clipboard operation
ImHex copied to clipboard

Build fails in macOS Ventura

Open ghmanoj opened this issue 2 years ago • 0 comments

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

  • [X] Nightly or built from sources

Installation type

From Git Clone

Additional context?

Last commit hash 434ced44f068008116647f15df561457b9de3219

ghmanoj avatar Jan 30 '23 00:01 ghmanoj