Created
April 23, 2025 15:18
-
-
Save ZachBacon/1a57f9904f6fdc19e757f30f359e6942 to your computer and use it in GitHub Desktop.
SDL3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FAILED: CMakeFiles/SDL3-static.dir/src/audio/SDL_audiotypecvt.c.o | |
ccache /Users/zachbacon/vbam-build-mac-ARM64/root/bin/clang -DSDL_BUILD_MAJOR_VERSION=3 -DSDL_BUILD_MICRO_VERSION=10 -DSDL_BUILD_MINOR_VERSION=2 -DSDL_STATIC_LIB -DUSING_GENERATED_CONFIG_H -I/Users/zachbacon/vbam-build-mac-ARM64/dists/sdl3/build/include-config-release/build_config -I/Users/zachbacon/vbam-build-mac-ARM64/dists/sdl3/build/include-revision -I/Users/zachbacon/vbam-build-mac-ARM64/dists/sdl3/include -I/Users/zachbacon/vbam-build-mac-ARM64/dists/sdl3/src -mtune=generic -m64 -framework Carbon -framework Foundation -framework CoreServices -framework SystemConfiguration -Wno-unused-command-line-argument -DICONV_CONST= -Wl,-no_compact_unwind -fPIC -isystem /Users/zachbacon/vbam-build-mac-ARM64/root/include -L/Users/zachbacon/vbam-build-mac-ARM64/root/lib -pthread -O3 -ffast-math -pipe -Wno-error=implicit-int -O3 -DNDEBUG -arch arm64 -mmacosx-version-min=11.0 -Wall -Wundef -Wfloat-conversion -fno-strict-aliasing -Wdocumentation -Wdocumentation-unknown-command -fcomment-block-commands=threadsafety -Wshadow -Wno-unused-local-typedefs -Wimplicit-fallthrough -fcolor-diagnostics -idirafter/Users/zachbacon/vbam-build-mac-ARM64/dists/sdl3/src/video/khronos -Wno-error=deprecated-declarations -D_REENTRANT -fobjc-arc -Winvalid-pch -Xclang -include-pch -Xclang /Users/zachbacon/vbam-build-mac-ARM64/dists/sdl3/build/CMakeFiles/SDL3-static.dir/cmake_pch.h.pch -Xclang -include -Xclang /Users/zachbacon/vbam-build-mac-ARM64/dists/sdl3/build/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT CMakeFiles/SDL3-static.dir/src/audio/SDL_audiotypecvt.c.o -MF CMakeFiles/SDL3-static.dir/src/audio/SDL_audiotypecvt.c.o.d -o CMakeFiles/SDL3-static.dir/src/audio/SDL_audiotypecvt.c.o -c /Users/zachbacon/vbam-build-mac-ARM64/dists/sdl3/src/audio/SDL_audiotypecvt.c | |
/Users/zachbacon/vbam-build-mac-ARM64/dists/sdl3/src/audio/SDL_audiotypecvt.c:540:14: error: '#pragma STDC FENV_ACCESS ON' is illegal when precise is disabled | |
540 | #pragma STDC FENV_ACCESS ON | |
| ^ | |
1 error generated. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment