Closed aaronfranke closed 1 year ago
It built cleanly for me and Github Action
What is the cmake configure output?
% cmake ..
-- The C compiler identification is AppleClang 14.0.0.14000029
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE
-- Found PkgConfig: /opt/homebrew/bin/pkg-config (found version "0.29.2")
-- Build type: Release
-- Threads type: pthread
fatal: No names found, cannot describe anything.
-- Looking for utmpx.h
-- Looking for utmpx.h - found
-- Library: found VULKAN
-- Library: found IMAGEMAGICK7
-- Library: missing: IMAGEMAGICK6
-- Library: found ZLIB
-- Library: missing: CHAFA
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/aaronfranke/workspace/fastfetch/build
I can confirm that the latest dev branch compiles and runs on macOS. Thanks!
I followed the compilation instructions in the README, but it does not compile on macOS 13.1 (but it does work on Linux).
I skipped the issue template because this isn't about an issue about running fastfetch, it's an issue about compiling it.