SDL icon indicating copy to clipboard operation
SDL copied to clipboard

SDL 2.24.0+ compilation error on macOs when generating Xcode project with cmake

Open dashandslash opened this issue 3 years ago • 1 comments
trafficstars

I am using SDL in a project, and after updating SDL to version 2.24.0 from 2.0.20, generating the Xcode project using CMake gives build errors

image

I manage to fix this issue by adapting the SDL CMakeLists.txt here: https://github.com/dashandslash/SDL/tree/fix-compilation-on-osx-with-cmake-xcode-project-generation

Has anyone else had the same issue?

dashandslash avatar Sep 07 '22 10:09 dashandslash

I opened a PR that seems to fix this issue: https://github.com/libsdl-org/SDL/pull/6198

dashandslash avatar Sep 07 '22 10:09 dashandslash

Fixed in https://github.com/libsdl-org/SDL/pull/6455

madebr avatar Nov 14 '22 17:11 madebr