abaddon icon indicating copy to clipboard operation
abaddon copied to clipboard

Fix-ups for macOS

Open barracuda156 opened this issue 2 months ago • 1 comments

  1. Precompiled headers target is wrong in CMake and breaks the build with GCC: https://gitlab.kitware.com/cmake/cmake/-/issues/25656 https://gitlab.kitware.com/cmake/cmake/-/issues/25514

  2. <unistd.h> is missing.

  3. AudioComponent* stuff is in AudioUnit framework, at least on some systems: https://github.com/phracker/MacOSX-SDKs/blob/master/MacOSX10.8.sdk/System/Library/Frameworks/AudioUnit.framework/Versions/A/Headers/AudioComponent.h

barracuda156 avatar Apr 19 '24 21:04 barracuda156