Skip to content
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

[sfml] fix osx build #34113

Merged
merged 1 commit into from Oct 3, 2023
Merged

[sfml] fix osx build #34113

merged 1 commit into from Oct 3, 2023

Conversation

autoantwort
Copy link
Contributor

Fixes

[37/124] /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -DSFML_STATIC -I/Users/leanderSchulten/git_projekte/vcpkg/buildtrees/sfml/src/2.6.0-2d6a42d05d.clean/include -I/Users/leanderSchulten/git_projekte/vcpkg/buildtrees/sfml/src/2.6.0-2d6a42d05d.clean/src -I/Users/leanderSchulten/git_projekte/vcpkg/buildtrees/sfml/src/2.6.0-2d6a42d05d.clean/extlibs/headers/vulkan -isystem /Users/leanderSchulten/git_projekte/vcpkg/buildtrees/sfml/src/2.6.0-2d6a42d05d.clean/extlibs/headers/glad/include -F/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks -fPIC -g -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk -fvisibility=hidden -stdlib=libc++  -Wall -Wextra -Wshadow -Wnon-virtual-dtor -Wcast-align -Wunused -Woverloaded-virtual -Wconversion -Wsign-conversion -Wdouble-promotion -Wformat=2 -Wnull-dereference -Wold-style-cast -Wpedantic -Werror -Wno-unknown-warning-option -MD -MT src/SFML/Window/CMakeFiles/sfml-window.dir/OSX/SFApplicationDelegate.m.o -MF src/SFML/Window/CMakeFiles/sfml-window.dir/OSX/SFApplicationDelegate.m.o.d -o src/SFML/Window/CMakeFiles/sfml-window.dir/OSX/SFApplicationDelegate.m.o -c /Users/leanderSchulten/git_projekte/vcpkg/buildtrees/sfml/src/2.6.0-2d6a42d05d.clean/src/SFML/Window/OSX/SFApplicationDelegate.m
FAILED: src/SFML/Window/CMakeFiles/sfml-window.dir/OSX/SFApplicationDelegate.m.o 
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -DSFML_STATIC -I/Users/leanderSchulten/git_projekte/vcpkg/buildtrees/sfml/src/2.6.0-2d6a42d05d.clean/include -I/Users/leanderSchulten/git_projekte/vcpkg/buildtrees/sfml/src/2.6.0-2d6a42d05d.clean/src -I/Users/leanderSchulten/git_projekte/vcpkg/buildtrees/sfml/src/2.6.0-2d6a42d05d.clean/extlibs/headers/vulkan -isystem /Users/leanderSchulten/git_projekte/vcpkg/buildtrees/sfml/src/2.6.0-2d6a42d05d.clean/extlibs/headers/glad/include -F/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks -fPIC -g -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk -fvisibility=hidden -stdlib=libc++  -Wall -Wextra -Wshadow -Wnon-virtual-dtor -Wcast-align -Wunused -Woverloaded-virtual -Wconversion -Wsign-conversion -Wdouble-promotion -Wformat=2 -Wnull-dereference -Wold-style-cast -Wpedantic -Werror -Wno-unknown-warning-option -MD -MT src/SFML/Window/CMakeFiles/sfml-window.dir/OSX/SFApplicationDelegate.m.o -MF src/SFML/Window/CMakeFiles/sfml-window.dir/OSX/SFApplicationDelegate.m.o.d -o src/SFML/Window/CMakeFiles/sfml-window.dir/OSX/SFApplicationDelegate.m.o -c /Users/leanderSchulten/git_projekte/vcpkg/buildtrees/sfml/src/2.6.0-2d6a42d05d.clean/src/SFML/Window/OSX/SFApplicationDelegate.m
clang: error: argument unused during compilation: '-stdlib=libc++' [-Werror,-Wunused-command-line-argument]

@BillyONeal BillyONeal merged commit 2f1cc4c into microsoft:master Oct 3, 2023
15 checks passed
@BillyONeal
Copy link
Member

Thanks!

clementperon pushed a commit to clementperon/vcpkg that referenced this pull request Oct 16, 2023
@ChrisThrasher
Copy link

FYI this has been fixed in SFML 2.6.1 which we just released yesterday.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants