conan-io / conan

Conan - The open-source C and C++ package manager
https://conan.io
MIT License
8.17k stars 974 forks source link

[bug] Cross building to iphonesimulator, cmake system picks iphoneos SDK instead of iphonesimulator SDK #9489

Open Einh06 opened 3 years ago

Einh06 commented 3 years ago

Environment Details (include every applicable attribute)

Steps to reproduce (Include if Applicable)

Cross building to iphonesimulator any cmake based package (c-ares is an example)

Logs (Executed commands with output) (Include/Attach if Applicable)

conan install output ``` Configuration (profile_host): [settings] arch=x86_64 build_type=Debug compiler=apple-clang compiler.libcxx=libc++ compiler.version=12.0 os=iOS os.version=12.0 [options] [build_requires] [env] Configuration (profile_build): [settings] arch=x86_64 build_type=Release compiler=apple-clang compiler.libcxx=libc++ compiler.version=12.0 os=Macos [options] [build_requires] [env] c-ares/1.17.1: WARN: Package binary is corrupted, removing: 4ff8ed1a642b72de555f2983e764c1573ec11938 gtest/1.8.1: WARN: gtest recipe lacks information about apple-clang compiler support. conanfile.py: Installing package Requirements boost/1.72.0 from 'conancenter' - Cache c-ares/1.17.1 from 'conancenter' - Cache gtest/1.8.1 from 'conancenter' - Cache jsoncpp/1.8.3 from 'conancenter' - Cache libcurl/7.71.1 from 'conancenter' - Cache ogg/1.3.4 from 'conancenter' - Cache openssl/1.1.1k from 'conancenter' - Cache opus/1.3.1 from 'conancenter' - Cache zlib/1.2.11 from 'conancenter' - Cache Packages boost/1.72.0:24a3393048699ecf713711c94a034b685c282c22 - Build c-ares/1.17.1:4ff8ed1a642b72de555f2983e764c1573ec11938 - Build gtest/1.8.1:a9f0959d2275b1389efebdab9a3392336712f723 - Build jsoncpp/1.8.3:5d31188d78eb92b3c1fa24a8a1208380449972e3 - Build libcurl/7.71.1:aed602a2f72e25c1977ff1b1ca77f124782d0016 - Build ogg/1.3.4:aa273f0939bd3dea57282a95fdeb4be156f1ab8c - Build openssl/1.1.1k:aa273f0939bd3dea57282a95fdeb4be156f1ab8c - Build opus/1.3.1:aa273f0939bd3dea57282a95fdeb4be156f1ab8c - Build zlib/1.2.11:aa273f0939bd3dea57282a95fdeb4be156f1ab8c - Build Build requirements autoconf/2.71 from 'conancenter' - Cache automake/1.16.3 from 'conancenter' - Cache b2/4.5.0 from 'conancenter' - Cache libtool/2.4.6 from 'conancenter' - Cache m4/1.4.18 from 'conancenter' - Cache pkgconf/1.7.4 from 'conancenter' - Cache Build requirements packages autoconf/2.71:cc471ed355602ffa7007968c83aa4e7e648a38b5 - Cache automake/1.16.3:3c28ba69276b46fd46e9c2060ba991d725ccab43 - Cache b2/4.5.0:46f53f156846659bf39ad6675fa0ee8156e859fe - Cache libtool/2.4.6:f82f59608a22017ca5ceea2114611456d4373a12 - Cache m4/1.4.18:801752c0480319b8e090188c566245a78e9abcf4 - Cache pkgconf/1.7.4:647afeb69d3b0a2d3d316e80b24d38c714cc6900 - Cache Cross-build from 'Macos:x86_64' to 'iOS:x86_64' Installing (downloading, building) binaries... b2/4.5.0: Already installed! c-ares/1.17.1: WARN: Build folder is dirty, removing it: /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938 c-ares/1.17.1: Copying sources to build folder c-ares/1.17.1: Building your package in /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938 c-ares/1.17.1: Generator cmake created conanbuildinfo.cmake c-ares/1.17.1: Aggregating env generators c-ares/1.17.1: Calling build() -- The C compiler identification is AppleClang 12.0.5.12050022 -- The CXX compiler identification is AppleClang 12.0.5.12050022 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Conan: called by CMake conan helper -- Conan: called inside local cache -- Conan: Adjusting output directories -- Conan: Using cmake global configuration -- Conan: Adjusting default RPATHs Conan policies -- Conan: Adjusting language standard -- Conan: Adjusting fPIC flag (ON) -- Looking for res_servicename -- Looking for res_servicename - not found -- Looking for res_servicename in resolv -- Looking for res_servicename in resolv - not found -- Performing Test IOS_V10 -- Performing Test IOS_V10 - Failed -- Performing Test MACOS_V1012 -- Performing Test MACOS_V1012 - Failed -- Looking for gethostbyname -- Looking for gethostbyname - not found -- Looking for gethostbyname in nsl -- Looking for gethostbyname in nsl - not found -- Looking for gethostbyname in socket -- Looking for gethostbyname in socket - not found -- Looking for socket -- Looking for socket - not found -- Looking for socket in socket -- Looking for socket in socket - not found -- Looking for clock_gettime -- Looking for clock_gettime - not found -- Looking for clock_gettime in rt -- Looking for clock_gettime in rt - not found -- Looking for include file sys/types.h -- Looking for include file sys/types.h - not found -- Looking for include file sys/socket.h -- Looking for include file sys/socket.h - not found -- Looking for include file arpa/inet.h -- Looking for include file arpa/inet.h - not found -- Looking for include file arpa/nameser_compat.h -- Looking for include file arpa/nameser_compat.h - not found -- Looking for include file arpa/nameser.h -- Looking for include file arpa/nameser.h - not found -- Looking for include file assert.h -- Looking for include file assert.h - not found -- Looking for include file errno.h -- Looking for include file errno.h - not found -- Looking for include file fcntl.h -- Looking for include file fcntl.h - not found -- Looking for include file inttypes.h -- Looking for include file inttypes.h - not found -- Looking for include file limits.h -- Looking for include file limits.h - not found -- Looking for include file malloc.h -- Looking for include file malloc.h - not found -- Looking for include file memory.h -- Looking for include file memory.h - not found -- Looking for include file netdb.h -- Looking for include file netdb.h - not found -- Looking for include file netinet/in.h -- Looking for include file netinet/in.h - not found -- Looking for include file netinet/tcp.h -- Looking for include file netinet/tcp.h - not found -- Looking for include file net/if.h -- Looking for include file net/if.h - not found -- Looking for include file signal.h -- Looking for include file signal.h - not found -- Looking for include file socket.h -- Looking for include file socket.h - not found -- Looking for include file stdbool.h -- Looking for include file stdbool.h - not found -- Looking for include file stdint.h -- Looking for include file stdint.h - not found -- Looking for include file stdlib.h -- Looking for include file stdlib.h - not found -- Looking for include file strings.h -- Looking for include file strings.h - not found -- Looking for include file string.h -- Looking for include file string.h - not found -- Looking for include file stropts.h -- Looking for include file stropts.h - not found -- Looking for include file sys/ioctl.h -- Looking for include file sys/ioctl.h - not found -- Looking for include file sys/param.h -- Looking for include file sys/param.h - not found -- Looking for include file sys/select.h -- Looking for include file sys/select.h - not found -- Looking for include file sys/stat.h -- Looking for include file sys/stat.h - not found -- Looking for include file sys/time.h -- Looking for include file sys/time.h - not found -- Looking for include file sys/uio.h -- Looking for include file sys/uio.h - not found -- Looking for include file time.h -- Looking for include file time.h - not found -- Looking for include file dlfcn.h -- Looking for include file dlfcn.h - not found -- Looking for include file unistd.h -- Looking for include file unistd.h - not found -- Looking for include files winsock2.h, windows.h -- Looking for include files winsock2.h, windows.h - not found -- Looking for 3 include files winsock2.h, ..., windows.h -- Looking for 3 include files winsock2.h, ..., windows.h - not found -- Looking for include files winsock.h, windows.h -- Looking for include files winsock.h, windows.h - not found -- Looking for include file windows.h -- Looking for include file windows.h - not found -- Performing Test HAVE_SOCKLEN_T -- Performing Test HAVE_SOCKLEN_T - Failed -- Performing Test HAVE_TYPE_SOCKET -- Performing Test HAVE_TYPE_SOCKET - Failed -- Performing Test HAVE_BOOL_T -- Performing Test HAVE_BOOL_T - Failed -- Performing Test HAVE_SSIZE_T -- Performing Test HAVE_SSIZE_T - Failed -- Performing Test HAVE_LONGLONG -- Performing Test HAVE_LONGLONG - Failed -- Performing Test HAVE_SIG_ATOMIC_T -- Performing Test HAVE_SIG_ATOMIC_T - Failed -- Performing Test HAVE_STRUCT_ADDRINFO -- Performing Test HAVE_STRUCT_ADDRINFO - Failed -- Performing Test HAVE_STRUCT_IN6_ADDR -- Performing Test HAVE_STRUCT_IN6_ADDR - Failed -- Performing Test HAVE_STRUCT_SOCKADDR_IN6 -- Performing Test HAVE_STRUCT_SOCKADDR_IN6 - Failed -- Performing Test HAVE_STRUCT_SOCKADDR_STORAGE -- Performing Test HAVE_STRUCT_SOCKADDR_STORAGE - Failed -- Performing Test HAVE_STRUCT_TIMEVAL -- Performing Test HAVE_STRUCT_TIMEVAL - Failed -- Looking for AF_INET6 -- Looking for AF_INET6 - not found -- Looking for O_NONBLOCK -- Looking for O_NONBLOCK - not found -- Looking for FIONBIO -- Looking for FIONBIO - not found -- Looking for SIOCGIFADDR -- Looking for SIOCGIFADDR - not found -- Looking for MSG_NOSIGNAL -- Looking for MSG_NOSIGNAL - not found -- Looking for PF_INET6 -- Looking for PF_INET6 - not found -- Looking for SO_NONBLOCK -- Looking for SO_NONBLOCK - not found -- Performing Test HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID -- Performing Test HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID - Failed -- Performing Test HAVE_LL -- Performing Test HAVE_LL - Failed -- Looking for bitncmp -- Looking for bitncmp - not found -- Looking for closesocket -- Looking for closesocket - not found -- Looking for CloseSocket -- Looking for CloseSocket - not found -- Looking for connect -- Looking for connect - not found -- Looking for fcntl -- Looking for fcntl - not found -- Looking for freeaddrinfo -- Looking for freeaddrinfo - not found -- Looking for getaddrinfo -- Looking for getaddrinfo - not found -- Looking for getenv -- Looking for getenv - not found -- Looking for gethostbyaddr -- Looking for gethostbyaddr - not found -- Looking for gethostbyname -- Looking for gethostbyname - not found -- Looking for gethostname -- Looking for gethostname - not found -- Looking for getnameinfo -- Looking for getnameinfo - not found -- Looking for getservbyport_r -- Looking for getservbyport_r - not found -- Looking for getservbyname_r -- Looking for getservbyname_r - not found -- Looking for gettimeofday -- Looking for gettimeofday - not found -- Looking for if_indextoname -- Looking for if_indextoname - not found -- Looking for inet_net_pton -- Looking for inet_net_pton - not found -- Looking for inet_ntop -- Looking for inet_ntop - not found -- Looking for inet_pton -- Looking for inet_pton - not found -- Looking for ioctl -- Looking for ioctl - not found -- Looking for ioctlsocket -- Looking for ioctlsocket - not found -- Looking for IoctlSocket -- Looking for IoctlSocket - not found -- Looking for recv -- Looking for recv - not found -- Looking for recvfrom -- Looking for recvfrom - not found -- Looking for send -- Looking for send - not found -- Looking for setsockopt -- Looking for setsockopt - not found -- Looking for socket -- Looking for socket - not found -- Looking for strcasecmp -- Looking for strcasecmp - not found -- Looking for strcmpi -- Looking for strcmpi - not found -- Looking for strdup -- Looking for strdup - not found -- Looking for stricmp -- Looking for stricmp - not found -- Looking for strncasecmp -- Looking for strncasecmp - not found -- Looking for strncmpi -- Looking for strncmpi - not found -- Looking for strnicmp -- Looking for strnicmp - not found -- Looking for writev -- Looking for writev - not found -- Looking for __system_property_get -- Looking for __system_property_get - not found -- Configuring done -- Generating done CMake Warning: Manually-specified variables were not used by the project: CARES_MSVC_STATIC_RUNTIME CMAKE_EXPORT_NO_PACKAGE_REGISTRY -- Build files have been written to: /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/build_subfolder [ 4%] Building C object source_subfolder/src/lib/CMakeFiles/c-ares.dir/ares__get_hostent.c.o [ 4%] Building C object source_subfolder/src/lib/CMakeFiles/c-ares.dir/ares__parse_into_addrinfo.c.o [ 4%] Building C object source_subfolder/src/lib/CMakeFiles/c-ares.dir/ares__close_sockets.c.o [ 6%] Building C object source_subfolder/src/lib/CMakeFiles/c-ares.dir/ares__readaddrinfo.c.o [ 8%] Building C object source_subfolder/src/lib/CMakeFiles/c-ares.dir/ares__read_line.c.o [ 8%] Building C object source_subfolder/src/lib/CMakeFiles/c-ares.dir/ares__timeval.c.o [ 9%] Building C object source_subfolder/src/lib/CMakeFiles/c-ares.dir/ares__sortaddrinfo.c.o [ 11%] Building C object source_subfolder/src/lib/CMakeFiles/c-ares.dir/ares_android.c.o In file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/ares__timeval.c:15: In file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/ares_setup.h:214: In file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/setup_once.h:33: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/stdio.h:64: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/_stdio.h:68In file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/ares__parse_into_addrinfo.c:16: In file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/ares_setup.h:214: In file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/setup_once.h:33: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/stdio.h:64: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/_stdio.h:68: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/cdefs.h:816:2: error: Unsupported architecture #error Unsupported architecture ^ : /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/cdefs.h:816:2: error: Unsupported architecture #error Unsupported architecture ^ In file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/ares__close_sockets.c:17: In file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/ares_setup.h:214: In file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/setup_once.h:33: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/stdio.h:64: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/_stdio.h:68: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/cdefs.h:816:2: error: Unsupported architecture #error Unsupported architecture ^ In file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/ares__read_line.c:17: In file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/ares_setup.h:214: In file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/setup_once.h:33: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/stdio.h:64: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/_stdio.h:68: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/cdefs.h:816:2: error: Unsupported architecture #error Unsupported architecture ^ In file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/ares__parse_into_addrinfo.c:16: In file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/ares_setup.h:214: In file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/setup_once.h:33: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/stdio.h:64: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/_stdio.h:71: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/_types.h:27: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types.h:33: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/machine/_types.h:34:2: error: architecture not supported #error architecture not supported ^ In file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/ares__timeval.c:15: In file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/ares_setup.h:214: In file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/setup_once.h:33: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/stdio.h:64: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/_stdio.h:71: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/_types.h:27: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types.h:33: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/machine/_types.h:34:2: error: architecture not supported #error architecture not supported ^ In file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/ares__parse_into_addrinfo.c:16: In file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/ares_setup.h:214: In file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/setup_once.h:33: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/stdio.h:64: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/_stdio.h:71: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/_types.h:27: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types.h:55:9: error: unknown type name '__int64_t'; did you mean '__int128_t'? typedef __int64_t __darwin_blkcnt_t; /* total blocks */ ^ In file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/ares__close_sockets.c:17: In file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/ares_setup.h:214: In file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/setup_once.h:33: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/stdio.h:64In file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/ares__timeval.c:15: In file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/ares_setup.h:214: In file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/setup_once.h:33: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/stdio.h:64: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/_stdio.h:71: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/_types.h:27: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types.h:55:9: error: unknown type name '__int64_t'; did you mean '__int128_t'? typedef __int64_t __darwin_blkcnt_t; /* total blocks */ ^ note: '__int128_t' declared here /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types.h:56:9: error: unknown type name '__int32_t'; did you mean '__int128_t'? typedef __int32_t __darwin_blksize_t; /* preferred block size */ ^ note: '__int128_t' declared here /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types.h:57:9: error: unknown type name '__int32_t'; did you mean '__int128_t'? typedef __int32_t __darwin_dev_t; /* dev_t */ ^ note: '__int128_t' declared here /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types.h:60:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'? typedef __uint32_t __darwin_gid_t; /* [???] process and group IDs */ ^ note: '__uint128_t' declared here /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types.hIn file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/ares__get_hostent.c:17: In file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/ares_setup.h:214: In file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/setup_once.h:33: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/stdio.h:64: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/_stdio.h:68: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/cdefs.h:816:2: error: Unsupported architecture #error Unsupported architecture ^ In file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/ares__readaddrinfo.c:16: In file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/ares_setup.h:214: In file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/setup_once.h:33: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/stdio.h:64: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/_stdio.h:68: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/cdefs.h:816:2: error: Unsupported architecture #error Unsupported architecture ^ note: '__int128_t' declared here : In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/_stdio.h:71: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/_types.h:27: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types.h:33: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/machine/_types.h:34:2: error: architecture not supported #error architecture not supported ^ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types.h:56:9: error: unknown type name '__int32_t'; did you mean '__int128_t'? typedef __int32_t __darwin_blksize_t; /* preferred block size */ ^:61:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'? typedef __uint32_t __darwin_id_t; /* [XSI] pid_t, uid_t, or gid_t*/ ^ note: '__uint128_t' declared here /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types.h:62:9: error: unknown type name '__uint64_t'; did you mean '__uint128_t'? typedef __uint64_t __darwin_ino64_t; /* [???] Used for 64 bit inodes */ ^ note: '__uint128_t' declared here /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types.h:68:9: error: unknown type name '__darwin_natural_t' typedef __darwin_natural_t __darwin_mach_port_name_t; /* Used by mach */ ^ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types.h:70:9: error: unknown type name '__uint16_t'; did you mean '__uint128_t'? typedef __uint16_t __darwin_mode_t; /* [???] Some file attributes */ ^ In file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/ares__sortaddrinfo.c:37: In file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/ares_setup.h:214: In file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/setup_once.h:33: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/stdio.h:64: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/_stdio.h:68: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/cdefs.h:816:2: error: Unsupported architecture #error Unsupported architecture ^ note: '__int128_t' declared here In file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/ares__readaddrinfo.c:16: In file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/ares_setup.h:214: In file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/setup_once.h:33: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/stdio.h:64: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/_stdio.h:71: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/_types.h:27: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types.h:33: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/machine/_types.h:34:2: error: architecture not supported #error architecture not supported ^ note: '__uint128_t' declared here /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types.h:71In file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/ares__read_line.c:17: In file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/ares_setup.h:214: In file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/setup_once.h:33: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/stdio.h:64: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/_stdio.h:71: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/_types.h:27: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types.h:33: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/machine/_types.h:34:2: error: architecture not supported #error architecture not supported ^ In file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/ares__get_hostent.c:17: In file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/ares_setup.h:214: In file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/setup_once.h:33: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/stdio.h:64: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/_stdio.h:71: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/_types.h:27: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types.h:33: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/machine/_types.h:34:2: error: architecture not supported #error architecture not supported ^ In file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/ares__close_sockets.c:17: In file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/ares_setup.h:214: In file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/setup_once.h:33: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/stdio.h:64: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/_stdio.h:71: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/_types.h:27: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types.h:55:9: error: unknown type name '__int64_t'; did you mean '__int128_t'? typedef __int64_t __darwin_blkcnt_t; /* total blocks */ ^ note: '__int128_t' declared here In file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/ares__get_hostent.c:17: In file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/ares_setup.h:214: In file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/setup_once.h:33: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/stdio.h:64: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/_stdio.h:71: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/_types.h:27: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types.h:55:9: error: unknown type name '__int64_t'; did you mean '__int128_t'? typedef __int64_t __darwin_blkcnt_t; /* total blocks */ ^ note: '__int128_t' declared here /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types.h:56:9: error: unknown type name '__int32_t'; did you mean '__int128_t'? typedef __int32_t __darwin_blksize_t; /* preferred block size */ ^ note: '__int128_t' declared here /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types.h:57:9: error: unknown type name '__int32_t'; did you mean '__int128_t'? typedef __int32_t __darwin_dev_t; /* dev_t */ ^ note: '__int128_t' declared here In file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/ares__readaddrinfo.c:16: In file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/ares_setup.h:214: In file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/setup_once.h:33: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/stdio.h:64: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/_stdio.h:71: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/_types.h:27: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types.h:55:9: error: unknown type name '__int64_t'; did you mean '__int128_t'? /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types.h:9: error: unknown type name '__int64_t'; did you mean '__int128_t'? :57:In file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/ares__read_line.c:17: In file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/ares_setup.h:214: In file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/setup_once.h:33: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/stdio.h:64: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/_stdio.h:71: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/_types.h:27: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types.h:55:9: error: unknown type name '__int64_t'; did you mean '__int128_t'? typedef __int64_t __darwin_blkcnt_t; /* total blocks */ ^ note: '__int128_t' declared here /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types.h:56:9: error: unknown type name '__int32_t'; did you mean '__int128_t'? /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types.h:56:9: error: unknown type name '__int32_t'; did you mean '__int128_t'? typedef __int32_t __darwin_blksize_t; /* preferred block size */ ^ note: '__int128_t' declared here /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types.h:57:9: error: unknown type name '__int32_t'; did you mean '__int128_t'? typedef __int32_t __darwin_dev_t; /* dev_t */ ^ note: '__int128_t' declared here typedef __int64_t __darwin_blkcnt_t; /* total blocks */ ^ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types.h:60typedef __int32_t __darwin_blksize_t; /* preferred block size */ ^ note: '__int128_t' declared here /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types.h:57:9: error: unknown type name '__int32_t'; did you mean '__int128_t'? typedef __int32_t __darwin_dev_t; /* dev_t */ ^ note: '__int128_t' declared here In file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/ares__sortaddrinfo.c:37: In file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/ares_setup.h:214: In file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/setup_once.h:33: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/stdio.h:64: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/_stdio.h:71: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/_types.h:27: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types.h:33: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/machine/_types.h:34:2: error: architecture not supported #error architecture not supported ^ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types.h:60:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'? typedef __uint32_t __darwin_gid_t; /* [???] process and group IDs */note:: '__int128_t' declared here /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types.h:60:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'? typedef __uint32_t __darwin_gid_t; /* [???] process and group IDs */ ^ note: '__uint128_t' declared here ^ note: '__uint128_t' declared here /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types.h:56:9: error: unknown type name '__int32_t'; did you mean '__int128_t'? typedef __int32_t __darwin_blksize_t; /* preferred block size */ ^ note: '__int128_t' declared here 9: error: unknown type name '__int32_t'; did you mean '__int128_t'? typedef __int32_t __darwin_dev_t; /* dev_t */ ^ note: '__int128_t' declared here /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types.h:61:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'? typedef __uint32_t __darwin_id_t; /* [XSI] pid_t, uid_t, or gid_t*/ ^ 9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'? typedef __uint32_t __darwin_gid_t; /* [???] process and group IDs */ ^ note: '__uint128_t' declared here /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types.h:60:9typedef __int64_t __darwin_off_t; /* [???] Used for file sizes */ ^ note: '__int128_t' declared here note: '__uint128_t' declared here /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types.h:61:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'? typedef __uint32_t __darwin_id_t; /* [XSI] pid_t, uid_t, or gid_t*/ In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types.h: error: unknown type name '__uint32_t'; did you mean '__uint128_t'? :61:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'? /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/ares__sortaddrinfo.c:37: In file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/ares_setup.h:214: In file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/setup_once.h:33: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/stdio.h:64: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/_stdio.h:71: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/_types.h:27: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types.h:55:9: error: unknown type name '__int64_t'; did you mean '__int128_t'? typedef __uint32_t __darwin_id_t; /* [XSI] pid_t, uid_t, or gid_t*/ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types.h ^ note: '__uint128_t' declared here typedef __int64_t __darwin_blkcnt_t; /* total blocks */ ^ note: '__int128_t' declared here /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types.h:72:9: error: :unknown type name '__int32_t'; did you mean '__int128_t'? 57:9: error: unknown type name '__int32_t'; did you mean '__int128_t'? typedef __int32_t __darwin_dev_t; /* dev_t */ ^ note: '__int128_t' declared here typedef __uint32_t __darwin_gid_t; /* [???] process and group IDs */ ^ note: '__uint128_t' declared here /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types.h:62:9: error: unknown type name '__uint64_t'; did you mean '__uint128_t'? /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types.h:56:9: error: unknown type name '__int32_t'; did you mean '__int128_t'? /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types.h:62:9: error: unknown type name '__uint64_t'; did you mean '__uint128_t'? typedef __uint64_t __darwin_ino64_t; /* [???] Used for 64 bit inodes */ ^ note: '__uint128_t' declared here typedef __int32_t __darwin_pid_t; /* [???] process and group IDs */ ^ note: '__int128_t' declared here/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types.h:60:9: error: typedef __uint64_t __darwin_ino64_t; /* [???] Used for 64 bit inodes */ ^ typedef __int32_t __darwin_blksize_t; /* preferred block size */note: unknown type name '__uint32_t'; did you mean '__uint128_t'? '__uint128_t' declared here/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types.h :61:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'? typedef __uint32_t __darwin_id_t; /* [XSI] pid_t, uid_t, or gid_t*/ ^ note: '__uint128_t' declared here ^ note: '__int128_t' declared here ^/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types.h:73:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'? typedef __uint32_t __darwin_sigset_t; /* [???] signal set */ ^ note: '__uint128_t' declared here /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types.h:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types.h:57:9: error: unknown type name '__int32_t'; did you mean '__int128_t'? typedef __int32_t __darwin_dev_t; /* dev_t */ ^ note: '__int128_t' declared here /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types.h:74:9: error: unknown type name '__int32_t'; did you mean '__int128_t'? typedef __int32_t __darwin_suseconds_t; /* [???] microseconds */ ^ note: '__int128_t' declared here 62: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types.h:62:9: error: unknown type name '__uint64_t'; did you mean '__uint128_t'? typedef __uint64_t __darwin_ino64_t; /* [???] Used for 64 bit inodes */ ^ note: 9: error: unknown type name '__uint64_t'; did you mean '__uint128_t'? typedef __uint64_t __darwin_ino64_t; /* [???] Used for 64 bit inodes */ ^ note: '__uint128_t' declared here /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types.h:60:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'? typedef __uint32_t __darwin_gid_t; /* [???] process and group IDs */ ^ note: '__uint128_t' declared here note: '__uint128_t' declared here /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types.h:61:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'? typedef __uint32_t __darwin_id_t; /* [XSI] pid_t, uid_t, or gid_t*/ ^ note: '__uint128_t' declared here typedef __uint32_t __darwin_gid_t; /* [???] process and group IDs */ ^ note: '__uint128_t' declared here /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types.h:62:9: error: unknown type name '__uint64_t'; did you mean '__uint128_t'? typedef __uint64_t __darwin_ino64_t; /* [???] Used for 64 bit inodes */ ^ note: '__uint128_t' declared here '__uint128_t' declared here /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types.h:61:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'? typedef __uint32_t __darwin_id_t; /* [XSI] pid_t, uid_t, or gid_t*/ ^/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types.h:75:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'? typedef __uint32_t __darwin_uid_t; /* [???] user IDs */ ^ note: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types.h:68:9: error: unknown type name '__darwin_natural_t' typedef __darwin_natural_t __darwin_mach_port_name_t; /* Used by mach */ ^ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types.h:68:9: error: unknown type name '__darwin_natural_t' typedef __darwin_natural_t __darwin_mach_port_name_t; /* Used by mach */ ^ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types.h:70:9: error: unknown type name '__uint16_t'; did you mean '__uint128_t'? typedef __uint16_t __darwin_mode_t; /* [???] Some file attributes */ ^ '__uint128_t' declared here /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types.h:70:9: error: unknown type name '__uint16_t'; did you mean '__uint128_t'? typedef __uint16_t __darwin_mode_t; /* [???] Some file attributes */ ^ note: '__uint128_t' declared here /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types.h:76:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'? typedef __uint32_t __darwin_useconds_t; /* [???] microseconds */ ^ note: '__uint128_t' declared here /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types.h:71:9: error: unknown type name '__int64_t'; did you mean '__int128_t'? typedef __int64_t __darwin_off_t; /* [???] Used for file sizes */ ^ note: '__int128_t' declared here note: '__uint128_t' declared here/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types.h:72:9: error: unknown type name '__int32_t'; did you mean '__int128_t'? typedef __int32_t __darwin_pid_t; /* [???] process and group IDs */ ^ note: '__int128_t' declared here :68:9: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types.hIn file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/ares__timeval.c:15: In file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/ares_setup.h:214: In file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/setup_once.h:33: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/stdio.h:64/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types.h:68:9: error: unknown type name '__darwin_natural_t' /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types.h:73:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'? typedef __uint32_t __darwin_sigset_t; /* [???] signal set */ ^ note: '__uint128_t' declared here note: '__uint128_t' declared here typedef __darwin_natural_t __darwin_mach_port_name_t; /* Used by mach */ ^ error: unknown type name '__darwin_natural_t' typedef __darwin_natural_t __darwin_mach_port_name_t; /* Used by mach */ ^ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types.h:68:9: error: unknown type name '__darwin_natural_t' typedef __darwin_natural_t __darwin_mach_port_name_t; /* Used by mach */ ^/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types.h:71:9: error: unknown type name '__int64_t'; did you mean '__int128_t'? : In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/_stdio.h:71: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/_types.h/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types.h:70:9: error: unknown type name '__uint16_t'; did you mean '__uint128_t'? /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types.h:70:9: error: unknown type name '__uint16_t'; did you mean '__uint128_t'? :62:9:typedef __int64_t __darwin_off_t; /* [???] Used for file sizes */typedef __uint16_t __darwin_mode_t; /* [???] Some file attributes */typedef __uint16_t __darwin_mode_t; /* [???] Some file attributes */ :/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types.h43:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'? typedef __uint32_t __darwin_wctype_t; ^ ^ note: '__uint128_t' declared here note: '__uint128_t' declared here ^ note: '__uint128_t' declared here error: unknown type name '__uint64_t'; did you mean '__uint128_t'? typedef __uint64_t __darwin_ino64_t; /* [???] Used for 64 bit inodes */ ^ note: '__uint128_t' declared here :74:9: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types.herror: unknown type name '__int32_t'; did you mean '__int128_t'? In file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/ares__timeval.c:15: typedef __int32_t __darwin_suseconds_t; /* [???] microseconds */ ^ :71:9: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types.h ^ :notenote71: errorIn file included from '__int128_t' declared here: /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/ares_setup.h: 9: unknown type name '__int64_t'; did you mean '__int128_t'? /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types.h:'__int128_t' declared here70:9 :214: In file included from :/Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/setup_once.h :33: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/stdio.h:64: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/_stdio.h:75: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types/_va_list.h:31: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/machine/types.h:37:2: error: architecture not supported #error architecture not supported ^ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types.h:72:9: error: unknown type name '__int32_t'; did you mean '__int128_t'? typedef __int32_t __darwin_pid_t; /* [???] process and group IDs */ ^ note: '__int128_t' declared here /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types.h:75:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'? typedef __uint32_t __darwin_uid_t; /* [???] user IDs */ ^ note: '__uint128_t' declared here : error: unknown type name '__int64_t'; did you mean '__int128_t'? /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types.h:73:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'? typedef __int64_t __darwin_off_t; /* [???] Used for file sizes */ ^ typedef __uint32_t __darwin_sigset_t; /* [???] signal set */ typedef __int64_t __darwin_off_t; /* [???] Used for file sizes */error: unknown type name '__uint16_t'; did you mean '__uint128_t'? typedef __uint16_t __darwin_mode_t; /* [???] Some file attributes */ ^ note: '__uint128_t' declared here ^ note: '__int128_t' declared here /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types.h:76:9: error: note: '__int128_t' declared here ^ note: '__uint128_t' declared here /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types.h:72:9: error: unknown type name '__int32_t'; did you mean '__int128_t'? typedef __int32_t __darwin_pid_t; /* [???] process and group IDs */ ^ unknown type name '__uint32_t'; did you mean '__uint128_t'? note: '__int128_t' declared here typedef __uint32_t __darwin_useconds_t; /* [???] microseconds */ In file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/ares__timeval.c:15: In file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/ares_setup.h:214: In file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/setup_once.h:33: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/stdio.h:64: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/_stdio.h:75: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types/_va_list.h:32:9: ^ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types.h/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types.hnote : '__uint128_t' declared here /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types.h:71:9: error: unknown type name '__int64_t'; did you mean '__int128_t'? typedef __int64_t __darwin_off_t; /* [???] Used for file sizes */ ^ note:74:9error: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types.h: :/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types.h:73'__int128_t' declared here: :68:9: error: unknown type name '__darwin_natural_t' typedef __darwin_natural_t __darwin_mach_port_name_t; /* Used by mach */ : error: unknown type name '__int32_t'; did you mean '__int128_t'? typedef __int32_t __darwin_suseconds_t; /* [???] microseconds */ ^ note: '__int128_t' declared here 9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'? unknown type name '__darwin_va_list' typedef __darwin_va_list va_list; ^ 72:9: error: unknown type name '__int32_t'; did you mean '__int128_t'? typedef __int32_t __darwin_pid_t; /* [???] process and group IDs */ ^ note: '__int128_t' declared here ^ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types.h:75:9: errorIn file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/ares__parse_into_addrinfo.c:16: In file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/ares_setup.h:214: In file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/setup_once.h:33: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types.h:72:9: error: unknown type name '__int32_t'; did you mean '__int128_t'? typedef __int32_t __darwin_pid_t; /* [???] process and group IDs */ ^ note: '__int128_t' declared here /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/stdio.h/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types.h::typedef __uint32_t __darwin_sigset_t; /* [???] signal set */ : ^64unknown type name '__uint32_t'; did you mean '__uint128_t'?: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/_stdio.h:71: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/_types.h:43:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types.h73 typedef __uint32_t __darwin_uid_t; /* [???] user IDs */ ^typedef __uint32_t __darwin_wctype_t;: : note: '__uint128_t' declared here 70:9:note: error: unknown type name '__uint16_t'; did you mean '__uint128_t'? /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types.h:73:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'? '__uint128_t' declared here ^9: error: typedef __uint16_t __darwin_mode_t; /* [???] Some file attributes */ note: unknown type name '__uint32_t'; did you mean '__uint128_t'?typedef __uint32_t __darwin_sigset_t; /* [???] signal set */ ^'__uint128_t' declared here fatal error ^ note: : '__uint128_t' declared heretypedef __uint32_t __darwin_sigset_t; /* [???] signal set */too many errors emitted, stopping now [-ferror-limit=]/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types.h ^ note: note: '__uint128_t' declared here :74:9: error: unknown type name '__int32_t'; did you mean '__int128_t'? typedef __int32_t __darwin_suseconds_t; /* [???] microseconds */ ^ note: '__int128_t' declared here /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types.h:76:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'? In file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/ares__parse_into_addrinfo.c:typedef __uint32_t __darwin_useconds_t; /* [???] microseconds */ ^/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types.h:71:9: error: unknown type name '__int64_t'; did you mean '__int128_t'? /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types.h:74:9: error: unknown type name '__int32_t'; did you mean '__int128_t'? typedef __int64_t __darwin_off_t; /* [???] Used for file sizes */ ^ typedef __int32_t __darwin_suseconds_t; /* [???] microseconds */'__uint128_t' declared here note16: ^note: '__int128_t' declared herenote : : '__uint128_t' declared here '__int128_t' declared here In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types.h:75:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'? /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/ares_setup.h:214: In file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/setup_once.h:33: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/stdio.h:64: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/_stdio.h:75: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types/_va_list.h:31: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/machine/types.h:37:2: error: architecture not supported /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types.htypedef __uint32_t __darwin_uid_t; /* [???] user IDs */ ^: 74:note: #error architecture not supported ^ '__uint128_t' declared here9: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types.h error: unknown type name '__int32_t'; did you mean '__int128_t'? :typedef __int32_t __darwin_suseconds_t; /* [???] microseconds */ ^ 72:9: note: error: unknown type name '__int32_t'; did you mean '__int128_t'? /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types.h'__int128_t' declared here :75:9typedef __int32_t __darwin_pid_t; /* [???] process and group IDs */ ^ note: '__int128_t' declared here : error: unknown type name '__uint32_t'; did you mean '__uint128_t'? typedef __uint32_t __darwin_uid_t; /* [???] user IDs */ ^ note: '__uint128_t' declared here /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types.h:76:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'? /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types.h:75:9typedef __uint32_t __darwin_useconds_t; /* [???] microseconds */ ^ note: '__uint128_t' declared here In file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/ares__read_line.c: error: :17: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types.hunknown type name '__uint32_t'; did you mean '__uint128_t'?: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types.h/Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/ares_setup.h::7321476:9: error: :unknown type name '__uint32_t'; did you mean '__uint128_t'?9typedef __uint32_t __darwin_uid_t; /* [???] user IDs */: In file included from : error: unknown type name '__uint32_t'; did you mean '__uint128_t'? /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/setup_once.h typedef __uint32_t __darwin_useconds_t; /* [???] microseconds */ ^ typedef __uint32_t __darwin_sigset_t; /* [???] signal set */ ^ note: '__uint128_t' declared herenote: '__uint128_t' declared here : ^ 33: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/stdio.h:64: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/_stdio.hnote: '__uint128_t' declared here :71: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/_types.h:43:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'? typedef __uint32_t __darwin_wctype_t; ^ note: '__uint128_t' declared here In file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/ares__parse_into_addrinfo.c:16: In file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/ares_setup.h:214: In file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/setup_once.h:33: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types.h/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/stdio.h:64: In file included from In file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/ares__close_sockets.c/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/_stdio.h::75In file included from 17: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types.h/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types/_va_list.h:/Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/ares__read_line.c: ::In file included from 7476/Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/ares_setup.h:::322149:99:: :In file included from In file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/ares__sortaddrinfo.c:37: error: unknown type name '__uint32_t'; did you mean '__uint128_t'? error: /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/setup_once.h:17:typedef __uint32_t __darwin_useconds_t; /* [???] microseconds */ ^: In file included from unknown type name '__int32_t'; did you mean '__int128_t'? /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/ares_setup.hnote:typedef __int32_t __darwin_suseconds_t; /* [???] microseconds */33In file included from ^ : :error/Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/ares_setup.h: 214note: '__uint128_t' declared here:: In file included from : unknown type name '__darwin_va_list'In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/stdio.h214'__int128_t' declared here :/Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/setup_once.h:33 typedef __darwin_va_list va_list; : : In file included from In file included from ^ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/stdio.h:/Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/setup_once.h:33: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/stdio.h:64: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/_stdio.h:75: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types/_va_list.h:31: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/machine/types.h:37:2: error: architecture not supported #error architecture not supported ^ 64: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/_stdio.h:71: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/_types.h:43:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'? typedef __uint32_t __darwin_wctype_t; ^ note: '__uint128_t' declared here/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types.h :75:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'? typedef __uint32_t __darwin_uid_t; /* [???] user IDs */ ^ note: '__uint128_t' declared here In file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/ares__sortaddrinfo.c:37: In file included from In file included from 64: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/_stdio.h:71: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/_types.h:43:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'? typedef __uint32_t __darwin_wctype_t; ^ note: '__uint128_t' declared here /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/ares__get_hostent.c:17: In file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/ares_setup.h:214: In file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/setup_once.h:33: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/stdio.h/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types.h:76:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'? :64: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/_stdio.h:71: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/_types.h:43:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'? typedef __uint32_t __darwin_wctype_t; ^ noteIn file included from : '__uint128_t' declared here/Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/ares_setup.h:214: In file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/setup_once.h:33: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/stdio.h:64: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/_stdio.h:75: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types/_va_list.h:31: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/machine/types.h:37:fatal error : too many errors emitted, stopping now [-ferror-limit=] 2: error: architecture not supported #error architecture not supported ^ /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/ares__close_sockets.c:17: In file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/ares_setup.h:214: In file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/setup_once.h:33: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/stdio.h:64: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/_stdio.h:75: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types/_va_list.h:31: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/machine/types.h:37:2: error: architecture not supported typedef __uint32_t __darwin_useconds_t; /* [???] microseconds */ ^ note: '__uint128_t' declared here In file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/ares__get_hostent.c:17: In file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/ares_setup.h:214: In file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/setup_once.h:33: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/stdio.h:64: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/_stdio.h:75: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types/_va_list.h:31: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/machine/types.h:37:2: error: architecture not supported #error architecture not supported ^ [ 12%] Building C object source_subfolder/src/lib/CMakeFiles/c-ares.dir/ares_cancel.c.o In file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/ares__read_line.c:17: In file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/ares_setup.h:214: In file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/setup_once.h:33: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/stdio.h:64: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/_stdio.h:75: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types/_va_list.h:32:9: error: unknown type name '__darwin_va_list' typedef __darwin_va_list va_list; ^ #error architecture not supported ^ In file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/ares__sortaddrinfo.c:37: In file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/ares_setup.h:214: In file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/setup_once.h:33: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/stdio.h:64: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/_stdio.h:75: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types/_va_list.hIn file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/ares__readaddrinfo.c:16: In file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/ares_setup.h:214: In file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/setup_once.h:33: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/stdio.h:64: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/_stdio.h:71: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/_types.h:43:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'? typedef __uint32_t __darwin_wctype_t; ^ note: '__uint128_t' declared here :32:9: error: unknown type name '__darwin_va_list' typedef __darwin_va_list va_list; ^ In file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/ares__readaddrinfo.c:16: In file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/ares_setup.h:214: In file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/setup_once.h:33: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/stdio.h:64: fatal error: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/_stdio.h:75: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types/_va_list.h:31: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/machine/types.h:37In file included from too many errors emitted, stopping now [-ferror-limit=] :/Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/ares__get_hostent.c:17: In file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/ares_setup.h:214: In file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/setup_once.h:33: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/stdio.h:64: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/_stdio.h:75: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types/_va_list.h:32:9: error: unknown type name '__darwin_va_list' 2: error: architecture not supported typedef __darwin_va_list va_list; ^ #error architecture not supported ^ In file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/ares__close_sockets.c:17: In file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/ares_setup.h:214: In file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/setup_once.h:33: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/stdio.h:64: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/_stdio.h:75: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types/_va_list.h:32:9: error: unknown type name '__darwin_va_list' typedef __darwin_va_list va_list; ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] fatal error: too many errors emitted, stopping now [-ferror-limit=] fatal error: too many errors emitted, stopping now [-ferror-limit=] In file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/ares__readaddrinfo.c:16: In file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/ares_setup.h:214: In file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/setup_once.h:33: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/stdio.h:64: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/_stdio.h:75: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types/_va_list.h:32:9: error: unknown type name '__darwin_va_list' typedef __darwin_va_list va_list; ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] In file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/ares_cancel.c:15: In file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/ares_setup.h:214: In file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/setup_once.h:33: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/stdio.h:64: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/_stdio.h:68: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/cdefs.h:816:2: error: Unsupported architecture #error Unsupported architecture ^ In file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/ares_cancel.c:15: In file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/ares_setup.h:214: In file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/setup_once.h:33: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/stdio.h:64: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/_stdio.h:71: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/_types.h:27: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types.h:33: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/machine/_types.h:34:2: error: architecture not supported #error architecture not supported ^ In file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/ares_cancel.c:15: In file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/ares_setup.h:214: In file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/setup_once.h:33: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/stdio.h:64: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/_stdio.h:71: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/_types.h:27: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types.h:55:9: error: unknown type name '__int64_t'; did you mean '__int128_t'? typedef __int64_t __darwin_blkcnt_t; /* total blocks */ ^ note: '__int128_t' declared here /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types.h:56:9: error: unknown type name '__int32_t'; did you mean '__int128_t'? typedef __int32_t __darwin_blksize_t; /* preferred block size */ ^ note: '__int128_t' declared here /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types.h:57:9: error: unknown type name '__int32_t'; did you mean '__int128_t'? typedef __int32_t __darwin_dev_t; /* dev_t */ ^ note: '__int128_t' declared here /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types.h:60:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'? typedef __uint32_t __darwin_gid_t; /* [???] process and group IDs */ ^ note: '__uint128_t' declared here /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types.h:61:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'? typedef __uint32_t __darwin_id_t; /* [XSI] pid_t, uid_t, or gid_t*/ ^ note: '__uint128_t' declared here /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types.h:62:9: error: unknown type name '__uint64_t'; did you mean '__uint128_t'? typedef __uint64_t __darwin_ino64_t; /* [???] Used for 64 bit inodes */ ^ note: '__uint128_t' declared here /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types.h:68:9: error: unknown type name '__darwin_natural_t' typedef __darwin_natural_t __darwin_mach_port_name_t; /* Used by mach */ ^ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types.h:70:9: error: unknown type name '__uint16_t'; did you mean '__uint128_t'? typedef __uint16_t __darwin_mode_t; /* [???] Some file attributes */ ^ note: '__uint128_t' declared here /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types.h:71:9: error: unknown type name '__int64_t'; did you mean '__int128_t'? typedef __int64_t __darwin_off_t; /* [???] Used for file sizes */ ^ note: '__int128_t' declared here /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types.h:72:9: error: unknown type name '__int32_t'; did you mean '__int128_t'? typedef __int32_t __darwin_pid_t; /* [???] process and group IDs */ ^ note: '__int128_t' declared here /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types.h:73:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'? typedef __uint32_t __darwin_sigset_t; /* [???] signal set */ ^ note: '__uint128_t' declared here /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types.h:74:9: error: unknown type name '__int32_t'; did you mean '__int128_t'? typedef __int32_t __darwin_suseconds_t; /* [???] microseconds */ ^ note: '__int128_t' declared here /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types.h:75:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'? typedef __uint32_t __darwin_uid_t; /* [???] user IDs */ ^ note: '__uint128_t' declared here /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types.h:76:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'? typedef __uint32_t __darwin_useconds_t; /* [???] microseconds */ ^ note: '__uint128_t' declared here In file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/ares_cancel.c:15: In file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/ares_setup.h:214: In file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/setup_once.h:33: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/stdio.h:64: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/_stdio.h:71: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/_types.h:43:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'? typedef __uint32_t __darwin_wctype_t; ^ note: '__uint128_t' declared here In file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/ares_cancel.c:15: In file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/ares_setup.h:214: In file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/setup_once.h:33: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/stdio.h:64: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/_stdio.h:75: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types/_va_list.h:31: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/machine/types.h:37:2: error: architecture not supported #error architecture not supported ^ 20 errors generated. In file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/ares_cancel.c:15: In file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/ares_setup.h:214: In file included from /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/source_subfolder/src/lib/setup_once.h:33: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/stdio.h:64: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/_stdio.h:75: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/usr/include/sys/_types/_va_list.h:32:9: error: unknown type name '__darwin_va_list' typedef __darwin_va_list va_list; ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] make[2]: *** [source_subfolder/src/lib/CMakeFiles/c-ares.dir/ares__parse_into_addrinfo.c.o] Error 1 make[2]: *** Waiting for unfinished jobs.... 20 errors generated. 20 errors generated. make[2]: *** [source_subfolder/src/lib/CMakeFiles/c-ares.dir/ares__timeval.c.o] Error 1 make[2]: *** [source_subfolder/src/lib/CMakeFiles/c-ares.dir/ares__close_sockets.c.o] Error 1 20 errors generated. 20 errors generated. 20 errors generated. make[2]: *** [source_subfolder/src/lib/CMakeFiles/c-ares.dir/ares__get_hostent.c.o] Error 1 make[2]: *** [source_subfolder/src/lib/CMakeFiles/c-ares.dir/ares__readaddrinfo.c.o] Error 1 make[2]: *** [source_subfolder/src/lib/CMakeFiles/c-ares.dir/ares__read_line.c.o] Error 1 20 errors generated. make[2]: *** [source_subfolder/src/lib/CMakeFiles/c-ares.dir/ares__sortaddrinfo.c.o] Error 1 20 errors generated. make[2]: *** [source_subfolder/src/lib/CMakeFiles/c-ares.dir/ares_cancel.c.o] Error 1 make[1]: *** [source_subfolder/src/lib/CMakeFiles/c-ares.dir/all] Error 2 make: *** [all] Error 2 c-ares/1.17.1: c-ares/1.17.1: ERROR: Package '4ff8ed1a642b72de555f2983e764c1573ec11938' build failed c-ares/1.17.1: WARN: Build folder /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938 ERROR: c-ares/1.17.1: Error in build() method, line 68 cmake.build() ConanException: Error 2 while executing cmake --build '/Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/build_subfolder' '--' '-j8' ```
c-ares cmake options ``` /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/build_subfolder cmake . -L -- Conan: called by CMake conan helper -- Conan: called inside local cache -- Conan: Adjusting output directories -- Conan: Using cmake global configuration -- Conan: Adjusting default RPATHs Conan policies -- Conan: Adjusting language standard -- Conan: Adjusting fPIC flag (ON) -- Configuring done -- Generating done -- Build files have been written to: /Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/build/4ff8ed1a642b72de555f2983e764c1573ec11938/build_subfolder -- Cache values CARES_BUILD_CONTAINER_TESTS:BOOL=OFF CARES_BUILD_TESTS:BOOL=False CARES_BUILD_TOOLS:BOOL=True CARES_INSTALL:BOOL=ON CARES_SHARED:BOOL=False CARES_STATIC:BOOL=True CARES_STATIC_PIC:BOOL=OFF CMAKE_BUILD_TYPE:STRING=Debug CMAKE_INSTALL_PREFIX:PATH=/Users/jeanyvesdumaquis/.conan/data/c-ares/1.17.1/_/_/package/4ff8ed1a642b72de555f2983e764c1573ec11938 CMAKE_OSX_ARCHITECTURES:STRING=x86_64 CMAKE_OSX_SYSROOT:STRING=iphoneos ```
memsharded commented 3 years ago

Hi @Einh06

Debugging with such a big project is quite complicated. Could you please try to reduce it to a simple reproducible case? As this is related to the toolchain selection, no dependencies are needed, just a conan new hello/0.1 -m v2_cmake then creating the package with the profiles should be enough to reproduce.

Please also note that we will give priority to fixing and improving things in the new generators and build helpers like CMakeToolchain, etc ( those in https://docs.conan.io/en/latest/reference/conanfile/tools.html, this is why I am using -m v2_cmake above).

dmn-star commented 3 years ago

You should set os.sdk to iphonesimulator in your profile_host.

My working host profile:

[settings]
os=iOS
os.version=13.1 os.sdk=iphonesimulator

arch=x86_64

compiler=apple-clang compiler.version=12.0
compiler.libcxx=libc++
compiler.cppstd=14

build_type=Release

[build_requires]
*: cmake/3.21.1, ninja/1.10.2

iphone_simulator_sdk