2022-11-15, 07:12
Beta 1 doesn't run on macos 10.13.6, it can't find the symbol for timespec_get()
Alpha 3 works just fine.
Alpha 3 works just fine.
configure:26454: checking for C11 timespec_get()
configure:26486: /Applications/Xcode13.4.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o conftest -no-cpp-precomp -fno-common -fheinous-gnu-extensions -ftree-vectorize -pipe -Wno-trigraphs -fpascal-strings -Wreturn-type -Wunused-variable -fmessage-length=0 -gdwarf-2 -g -D_DEBUG -arch arm64 -mappletvos-version-min=11.0 -isysroot /Applications/Xcode13.4.1.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS15.4.sdk -isystem /Users/Shared/xbmc-depends/appletvos15.4_arm64-target-debug/include -fno-strict-aliasing -fheinous-gnu-extensions -ftree-vectorize -pipe -Wno-trigraphs -fpascal-strings -Wreturn-type -Wunused-variable -fmessage-length=0 -gdwarf-2 -g -D_DEBUG -arch arm64 -mappletvos-version-min=11.0 -isysroot /Applications/Xcode13.4.1.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS15.4.sdk -isystem /Users/Shared/xbmc-depends/appletvos15.4_arm64-target-debug/include -L/Users/Shared/xbmc-depends/appletvos15.4_arm64-target-debug/lib -Wl,-search_paths_first -L/Applications/Xcode13.4.1.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS15.4.sdk/usr/lib -arch arm64 -mappletvos-version-min=11.0 -isysroot /Applications/Xcode13.4.1.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS15.4.sdk -stdlib=libc++ -liconv conftest.c >&5
conftest.c:124:19: warning: 'timespec_get' is only available on tvOS 13.0 or newer [-Wunguarded-availability-new]
if (TIME_UTC != timespec_get (&ts, TIME_UTC))
^~~~~~~~~~~~
/Applications/Xcode13.4.1.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS15.4.sdk/usr/include/time.h:199:5: note: 'timespec_get' has been marked as being introduced in tvOS 13.0 here, but the deployment target is tvOS 11.0.0
int timespec_get(struct timespec *ts, int base);
^
conftest.c:124:19: note: enclose 'timespec_get' in a __builtin_available check to silence this warning
if (TIME_UTC != timespec_get (&ts, TIME_UTC))
^~~~~~~~~~~~
1 warning generated.
configure:26486: $? = 0
configure:26498: result: yes