Skip to content

Instantly share code, notes, and snippets.

@elliotwoods
Created August 13, 2017 06:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save elliotwoods/4ee9fd949d60cd80ae2616a9ab1af470 to your computer and use it in GitHub Desktop.
Save elliotwoods/4ee9fd949d60cd80ae2616a9ab1af470 to your computer and use it in GitHub Desktop.
Trying to build mysql-connector-c-6.1.11 with ios toolchain
Determining if the include file sys/types.h exists failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_16c87/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_16c87.dir/build.make CMakeFiles/cmTC_16c87.dir/build
Building C object CMakeFiles/cmTC_16c87.dir/CheckIncludeFile.c.o
/usr/bin/gcc -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_16c87.dir/CheckIncludeFile.c.o -c /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:
In file included from /usr/include/sys/types.h:75:
/usr/include/sys/cdefs.h:761:2: error: Unsupported architecture
#error Unsupported architecture
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:
In file included from /usr/include/sys/types.h:78:
/usr/include/machine/types.h:37:2: error: architecture not supported
#error architecture not supported
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:
In file included from /usr/include/sys/types.h:79:
In file included from /usr/include/sys/_types.h:33:
/usr/include/machine/_types.h:34:2: error: architecture not supported
#error architecture not supported
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:
In file included from /usr/include/sys/types.h:79:
/usr/include/sys/_types.h:55:9: error: unknown type name '__int64_t'
typedef __int64_t __darwin_blkcnt_t; /* total blocks */
^
/usr/include/sys/_types.h:56:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_blksize_t; /* preferred block size */
^
/usr/include/sys/_types.h:57:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_dev_t; /* dev_t */
^
/usr/include/sys/_types.h:60:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_gid_t; /* [???] process and group IDs */
^
/usr/include/sys/_types.h:61:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_id_t; /* [XSI] pid_t, uid_t, or gid_t*/
^
/usr/include/sys/_types.h:62:9: error: unknown type name '__uint64_t'
typedef __uint64_t __darwin_ino64_t; /* [???] Used for 64 bit inodes */
^
/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 */
^
/usr/include/sys/_types.h:70:9: error: unknown type name '__uint16_t'
typedef __uint16_t __darwin_mode_t; /* [???] Some file attributes */
^
/usr/include/sys/_types.h:71:9: error: unknown type name '__int64_t'
typedef __int64_t __darwin_off_t; /* [???] Used for file sizes */
^
/usr/include/sys/_types.h:72:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_pid_t; /* [???] process and group IDs */
^
/usr/include/sys/_types.h:73:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_sigset_t; /* [???] signal set */
^
/usr/include/sys/_types.h:74:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_suseconds_t; /* [???] microseconds */
^
/usr/include/sys/_types.h:75:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_uid_t; /* [???] user IDs */
^
/usr/include/sys/_types.h:76:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_useconds_t; /* [???] microseconds */
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:
In file included from /usr/include/sys/types.h:81:
/usr/include/machine/endian.h:37:2: error: architecture not supported
#error architecture not supported
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:
/usr/include/sys/types.h:95:9: error: unknown type name 'u_int64_t'
typedef u_int64_t u_quad_t; /* quads */
^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
make[1]: *** [CMakeFiles/cmTC_16c87.dir/CheckIncludeFile.c.o] Error 1
make: *** [cmTC_16c87/fast] Error 2
Determining if the include file stdint.h exists failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_d9e0b/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_d9e0b.dir/build.make CMakeFiles/cmTC_d9e0b.dir/build
Building C object CMakeFiles/cmTC_d9e0b.dir/CheckIncludeFile.c.o
/usr/bin/gcc -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_d9e0b.dir/CheckIncludeFile.c.o -c /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.1.0/include/stdint.h:63:
In file included from /usr/include/stdint.h:52:
In file included from /usr/include/sys/_types.h:32:
/usr/include/sys/cdefs.h:761:2: error: Unsupported architecture
#error Unsupported architecture
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.1.0/include/stdint.h:63:
In file included from /usr/include/stdint.h:52:
In file included from /usr/include/sys/_types.h:33:
/usr/include/machine/_types.h:34:2: error: architecture not supported
#error architecture not supported
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.1.0/include/stdint.h:63:
In file included from /usr/include/stdint.h:52:
/usr/include/sys/_types.h:55:9: error: unknown type name '__int64_t'
typedef __int64_t __darwin_blkcnt_t; /* total blocks */
^
/usr/include/sys/_types.h:56:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_blksize_t; /* preferred block size */
^
/usr/include/sys/_types.h:57:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_dev_t; /* dev_t */
^
/usr/include/sys/_types.h:60:9: error: unknown type name '__uint32_t'; did you mean 'uint32_t'?
typedef __uint32_t __darwin_gid_t; /* [???] process and group IDs */
^
/usr/include/_types/_uint32_t.h:31:22: note: 'uint32_t' declared here
typedef unsigned int uint32_t;
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.1.0/include/stdint.h:63:
In file included from /usr/include/stdint.h:52:
/usr/include/sys/_types.h:61:9: error: unknown type name '__uint32_t'; did you mean 'uint32_t'?
typedef __uint32_t __darwin_id_t; /* [XSI] pid_t, uid_t, or gid_t*/
^
/usr/include/_types/_uint32_t.h:31:22: note: 'uint32_t' declared here
typedef unsigned int uint32_t;
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.1.0/include/stdint.h:63:
In file included from /usr/include/stdint.h:52:
/usr/include/sys/_types.h:62:9: error: unknown type name '__uint64_t'; did you mean 'uint64_t'?
typedef __uint64_t __darwin_ino64_t; /* [???] Used for 64 bit inodes */
^
/usr/include/_types/_uint64_t.h:31:28: note: 'uint64_t' declared here
typedef unsigned long long uint64_t;
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.1.0/include/stdint.h:63:
In file included from /usr/include/stdint.h:52:
/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 */
^
/usr/include/sys/_types.h:70:9: error: unknown type name '__uint16_t'; did you mean 'uint16_t'?
typedef __uint16_t __darwin_mode_t; /* [???] Some file attributes */
^
/usr/include/_types/_uint16_t.h:31:24: note: 'uint16_t' declared here
typedef unsigned short uint16_t;
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.1.0/include/stdint.h:63:
In file included from /usr/include/stdint.h:52:
/usr/include/sys/_types.h:71:9: error: unknown type name '__int64_t'
typedef __int64_t __darwin_off_t; /* [???] Used for file sizes */
^
/usr/include/sys/_types.h:72:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_pid_t; /* [???] process and group IDs */
^
/usr/include/sys/_types.h:73:9: error: unknown type name '__uint32_t'; did you mean 'uint32_t'?
typedef __uint32_t __darwin_sigset_t; /* [???] signal set */
^
/usr/include/_types/_uint32_t.h:31:22: note: 'uint32_t' declared here
typedef unsigned int uint32_t;
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.1.0/include/stdint.h:63:
In file included from /usr/include/stdint.h:52:
/usr/include/sys/_types.h:74:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_suseconds_t; /* [???] microseconds */
^
/usr/include/sys/_types.h:75:9: error: unknown type name '__uint32_t'; did you mean 'uint32_t'?
typedef __uint32_t __darwin_uid_t; /* [???] user IDs */
^
/usr/include/_types/_uint32_t.h:31:22: note: 'uint32_t' declared here
typedef unsigned int uint32_t;
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.1.0/include/stdint.h:63:
In file included from /usr/include/stdint.h:52:
/usr/include/sys/_types.h:76:9: error: unknown type name '__uint32_t'; did you mean 'uint32_t'?
typedef __uint32_t __darwin_useconds_t; /* [???] microseconds */
^
/usr/include/_types/_uint32_t.h:31:22: note: 'uint32_t' declared here
typedef unsigned int uint32_t;
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.1.0/include/stdint.h:63:
In file included from /usr/include/stdint.h:53:
/usr/include/sys/_types/_intptr_t.h:30:9: error: unknown type name '__darwin_intptr_t'
typedef __darwin_intptr_t intptr_t;
^
17 errors generated.
make[1]: *** [CMakeFiles/cmTC_d9e0b.dir/CheckIncludeFile.c.o] Error 1
make: *** [cmTC_d9e0b/fast] Error 2
Determining if the include file stddef.h exists failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_2fbf4/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_2fbf4.dir/build.make CMakeFiles/cmTC_2fbf4.dir/build
Building C object CMakeFiles/cmTC_2fbf4.dir/CheckIncludeFile.c.o
/usr/bin/gcc -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_2fbf4.dir/CheckIncludeFile.c.o -c /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
Linking C executable cmTC_2fbf4
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2fbf4.dir/link.txt --verbose=1
/usr/bin/gcc -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_2fbf4.dir/CheckIncludeFile.c.o -o cmTC_2fbf4
ld: library not found for -lcrt1.3.1.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTC_2fbf4] Error 1
make: *** [cmTC_2fbf4/fast] Error 2
Determining size of void * failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_85b56/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_85b56.dir/build.make CMakeFiles/cmTC_85b56.dir/build
Building C object CMakeFiles/cmTC_85b56.dir/SIZEOF_VOIDP.c.o
/usr/bin/gcc -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_85b56.dir/SIZEOF_VOIDP.c.o -c /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CheckTypeSize/SIZEOF_VOIDP.c
Linking C executable cmTC_85b56
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_85b56.dir/link.txt --verbose=1
/usr/bin/gcc -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_85b56.dir/SIZEOF_VOIDP.c.o -o cmTC_85b56
ld: library not found for -lcrt1.3.1.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTC_85b56] Error 1
make: *** [cmTC_85b56/fast] Error 2
/Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CheckTypeSize/SIZEOF_VOIDP.c:
#undef KEY
#if defined(__i386)
# define KEY '_','_','i','3','8','6'
#elif defined(__x86_64)
# define KEY '_','_','x','8','6','_','6','4'
#elif defined(__ppc__)
# define KEY '_','_','p','p','c','_','_'
#elif defined(__ppc64__)
# define KEY '_','_','p','p','c','6','4','_','_'
#endif
#define SIZE (sizeof(void *))
char info_size[] = {'I', 'N', 'F', 'O', ':', 's','i','z','e','[',
('0' + ((SIZE / 10000)%10)),
('0' + ((SIZE / 1000)%10)),
('0' + ((SIZE / 100)%10)),
('0' + ((SIZE / 10)%10)),
('0' + (SIZE % 10)),
']',
#ifdef KEY
' ','k','e','y','[', KEY, ']',
#endif
'\0'};
#ifdef __CLASSIC_C__
int main(argc, argv) int argc; char *argv[];
#else
int main(int argc, char *argv[])
#endif
{
int require = 0;
require += info_size[argc];
(void)argv;
return require;
}
Performing C++ SOURCE FILE Test HAVE_LLVM_LIBCPP failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_22a58/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_22a58.dir/build.make CMakeFiles/cmTC_22a58.dir/build
Building CXX object CMakeFiles/cmTC_22a58.dir/src.cxx.o
/usr/bin/g++ -fvisibility=hidden -fvisibility-inlines-hidden -DHAVE_LLVM_LIBCPP -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_22a58.dir/src.cxx.o -c /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTC_22a58
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_22a58.dir/link.txt --verbose=1
/usr/bin/g++ -fvisibility=hidden -fvisibility-inlines-hidden -DHAVE_LLVM_LIBCPP -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_22a58.dir/src.cxx.o -o cmTC_22a58
clang: warning: libstdc++ is deprecated; move to libc++ with a minimum deployment target of iOS 7 [-Wdeprecated]
clang: warning: libstdc++ is deprecated; move to libc++ with a minimum deployment target of iOS 7 [-Wdeprecated]
clang: warning: libstdc++ is deprecated; move to libc++ with a minimum deployment target of iOS 7 [-Wdeprecated]
ld: library not found for -lcrt1.3.1.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTC_22a58] Error 1
make: *** [cmTC_22a58/fast] Error 2
Return value: 1
Source file was:
#include <ciso646>
int main()
{
#ifdef _LIBCPP_VERSION
return 0;
#else
return 1;
#endif
}
Determining if the include file pthread.h exists failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_f91ba/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_f91ba.dir/build.make CMakeFiles/cmTC_f91ba.dir/build
Building C object CMakeFiles/cmTC_f91ba.dir/CheckIncludeFile.c.o
/usr/bin/gcc -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_f91ba.dir/CheckIncludeFile.c.o -c /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:
In file included from /usr/include/pthread.h:55:
In file included from /usr/include/_types.h:27:
In file included from /usr/include/sys/_types.h:32:
/usr/include/sys/cdefs.h:761:2: error: Unsupported architecture
#error Unsupported architecture
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:
In file included from /usr/include/pthread.h:55:
In file included from /usr/include/_types.h:27:
In file included from /usr/include/sys/_types.h:33:
/usr/include/machine/_types.h:34:2: error: architecture not supported
#error architecture not supported
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:
In file included from /usr/include/pthread.h:55:
In file included from /usr/include/_types.h:27:
/usr/include/sys/_types.h:55:9: error: unknown type name '__int64_t'
typedef __int64_t __darwin_blkcnt_t; /* total blocks */
^
/usr/include/sys/_types.h:56:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_blksize_t; /* preferred block size */
^
/usr/include/sys/_types.h:57:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_dev_t; /* dev_t */
^
/usr/include/sys/_types.h:60:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_gid_t; /* [???] process and group IDs */
^
/usr/include/sys/_types.h:61:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_id_t; /* [XSI] pid_t, uid_t, or gid_t*/
^
/usr/include/sys/_types.h:62:9: error: unknown type name '__uint64_t'
typedef __uint64_t __darwin_ino64_t; /* [???] Used for 64 bit inodes */
^
/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 */
^
/usr/include/sys/_types.h:70:9: error: unknown type name '__uint16_t'
typedef __uint16_t __darwin_mode_t; /* [???] Some file attributes */
^
/usr/include/sys/_types.h:71:9: error: unknown type name '__int64_t'
typedef __int64_t __darwin_off_t; /* [???] Used for file sizes */
^
/usr/include/sys/_types.h:72:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_pid_t; /* [???] process and group IDs */
^
/usr/include/sys/_types.h:73:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_sigset_t; /* [???] signal set */
^
/usr/include/sys/_types.h:74:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_suseconds_t; /* [???] microseconds */
^
/usr/include/sys/_types.h:75:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_uid_t; /* [???] user IDs */
^
/usr/include/sys/_types.h:76:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_useconds_t; /* [???] microseconds */
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:
In file included from /usr/include/pthread.h:60:
In file included from /usr/include/time.h:68:
/usr/include/sys/_types/_clock_t.h:30:9: error: unknown type name '__darwin_clock_t'; did you mean '__darwin_ino_t'?
typedef __darwin_clock_t clock_t;
^
/usr/include/sys/_types.h:64:26: note: '__darwin_ino_t' declared here
typedef __darwin_ino64_t __darwin_ino_t; /* [???] Used for inodes */
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:
In file included from /usr/include/pthread.h:60:
In file included from /usr/include/time.h:70:
/usr/include/sys/_types/_size_t.h:30:9: error: unknown type name '__darwin_size_t'; did you mean '__darwin_ino_t'?
typedef __darwin_size_t size_t;
^
/usr/include/sys/_types.h:64:26: note: '__darwin_ino_t' declared here
typedef __darwin_ino64_t __darwin_ino_t; /* [???] Used for inodes */
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:
In file included from /usr/include/pthread.h:60:
In file included from /usr/include/time.h:71:
/usr/include/sys/_types/_time_t.h:30:9: error: unknown type name '__darwin_time_t'; did you mean '__darwin_ino_t'?
typedef __darwin_time_t time_t;
^
/usr/include/sys/_types.h:64:26: note: '__darwin_ino_t' declared here
typedef __darwin_ino64_t __darwin_ino_t; /* [???] Used for inodes */
^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
make[1]: *** [CMakeFiles/cmTC_f91ba.dir/CheckIncludeFile.c.o] Error 1
make: *** [cmTC_f91ba/fast] Error 2
Determining if the function floor exists failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_21752/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_21752.dir/build.make CMakeFiles/cmTC_21752.dir/build
Building C object CMakeFiles/cmTC_21752.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=floor -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_21752.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c
/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c:7:3: warning: incompatible redeclaration of library function 'floor' [-Wincompatible-library-redeclaration]
CHECK_FUNCTION_EXISTS();
^
<command line>:1:31: note: expanded from here
#define CHECK_FUNCTION_EXISTS floor
^
/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c:7:3: note: 'floor' is a builtin with type 'double (double)'
<command line>:1:31: note: expanded from here
#define CHECK_FUNCTION_EXISTS floor
^
1 warning generated.
/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c:7:3: warning: incompatible redeclaration of library function 'floor' [-Wincompatible-library-redeclaration]
CHECK_FUNCTION_EXISTS();
^
<command line>:1:31: note: expanded from here
#define CHECK_FUNCTION_EXISTS floor
^
/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c:7:3: note: 'floor' is a builtin with type 'double (double)'
<command line>:1:31: note: expanded from here
#define CHECK_FUNCTION_EXISTS floor
^
1 warning generated.
/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c:7:3: warning: incompatible redeclaration of library function 'floor' [-Wincompatible-library-redeclaration]
CHECK_FUNCTION_EXISTS();
^
<command line>:1:31: note: expanded from here
#define CHECK_FUNCTION_EXISTS floor
^
/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c:7:3: note: 'floor' is a builtin with type 'double (double)'
<command line>:1:31: note: expanded from here
#define CHECK_FUNCTION_EXISTS floor
^
1 warning generated.
Linking C executable cmTC_21752
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_21752.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=floor -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_21752.dir/CheckFunctionExists.c.o -o cmTC_21752
ld: library not found for -lcrt1.3.1.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTC_21752] Error 1
make: *** [cmTC_21752/fast] Error 2
Determining if the function floor exists in the m failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_c5241/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_c5241.dir/build.make CMakeFiles/cmTC_c5241.dir/build
Building C object CMakeFiles/cmTC_c5241.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=floor -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_c5241.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c
/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c:7:3: warning: incompatible redeclaration of library function 'floor' [-Wincompatible-library-redeclaration]
CHECK_FUNCTION_EXISTS();
^
<command line>:1:31: note: expanded from here
#define CHECK_FUNCTION_EXISTS floor
^
/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c:7:3: note: 'floor' is a builtin with type 'double (double)'
<command line>:1:31: note: expanded from here
#define CHECK_FUNCTION_EXISTS floor
^
1 warning generated.
/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c:7:3: warning: incompatible redeclaration of library function 'floor' [-Wincompatible-library-redeclaration]
CHECK_FUNCTION_EXISTS();
^
<command line>:1:31: note: expanded from here
#define CHECK_FUNCTION_EXISTS floor
^
/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c:7:3: note: 'floor' is a builtin with type 'double (double)'
<command line>:1:31: note: expanded from here
#define CHECK_FUNCTION_EXISTS floor
^
1 warning generated.
/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c:7:3: warning: incompatible redeclaration of library function 'floor' [-Wincompatible-library-redeclaration]
CHECK_FUNCTION_EXISTS();
^
<command line>:1:31: note: expanded from here
#define CHECK_FUNCTION_EXISTS floor
^
/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c:7:3: note: 'floor' is a builtin with type 'double (double)'
<command line>:1:31: note: expanded from here
#define CHECK_FUNCTION_EXISTS floor
^
1 warning generated.
Linking C executable cmTC_c5241
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c5241.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=floor -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_c5241.dir/CheckFunctionExists.c.o -o cmTC_c5241 -lm
ld: library not found for -lcrt1.3.1.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTC_c5241] Error 1
make: *** [cmTC_c5241/fast] Error 2
Determining if the function __infinity exists failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_3dc97/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_3dc97.dir/build.make CMakeFiles/cmTC_3dc97.dir/build
Building C object CMakeFiles/cmTC_3dc97.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=__infinity -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_3dc97.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_3dc97
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3dc97.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=__infinity -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_3dc97.dir/CheckFunctionExists.c.o -o cmTC_3dc97
ld: library not found for -lcrt1.3.1.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTC_3dc97] Error 1
make: *** [cmTC_3dc97/fast] Error 2
Determining if the function __infinity exists in the m failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_b20d1/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_b20d1.dir/build.make CMakeFiles/cmTC_b20d1.dir/build
Building C object CMakeFiles/cmTC_b20d1.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=__infinity -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_b20d1.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_b20d1
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b20d1.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=__infinity -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_b20d1.dir/CheckFunctionExists.c.o -o cmTC_b20d1 -lm
ld: library not found for -lcrt1.3.1.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTC_b20d1] Error 1
make: *** [cmTC_b20d1/fast] Error 2
Determining if the function gethostbyname_r exists failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_15bc5/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_15bc5.dir/build.make CMakeFiles/cmTC_15bc5.dir/build
Building C object CMakeFiles/cmTC_15bc5.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=gethostbyname_r -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_15bc5.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_15bc5
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_15bc5.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=gethostbyname_r -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_15bc5.dir/CheckFunctionExists.c.o -o cmTC_15bc5
ld: library not found for -lcrt1.3.1.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTC_15bc5] Error 1
make: *** [cmTC_15bc5/fast] Error 2
Determining if the function gethostbyname_r exists in the nsl_r failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_b47b6/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_b47b6.dir/build.make CMakeFiles/cmTC_b47b6.dir/build
Building C object CMakeFiles/cmTC_b47b6.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=gethostbyname_r -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_b47b6.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_b47b6
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b47b6.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=gethostbyname_r -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_b47b6.dir/CheckFunctionExists.c.o -o cmTC_b47b6 -lnsl_r
ld: library not found for -lcrt1.3.1.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTC_b47b6] Error 1
make: *** [cmTC_b47b6/fast] Error 2
Determining if the function gethostbyname_r exists in the nsl failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_f6de8/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_f6de8.dir/build.make CMakeFiles/cmTC_f6de8.dir/build
Building C object CMakeFiles/cmTC_f6de8.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=gethostbyname_r -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_f6de8.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_f6de8
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f6de8.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=gethostbyname_r -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_f6de8.dir/CheckFunctionExists.c.o -o cmTC_f6de8 -lnsl
ld: library not found for -lcrt1.3.1.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTC_f6de8] Error 1
make: *** [cmTC_f6de8/fast] Error 2
Determining if the function bind exists failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_dc6a4/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_dc6a4.dir/build.make CMakeFiles/cmTC_dc6a4.dir/build
Building C object CMakeFiles/cmTC_dc6a4.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=bind -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_dc6a4.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_dc6a4
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_dc6a4.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=bind -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_dc6a4.dir/CheckFunctionExists.c.o -o cmTC_dc6a4
ld: library not found for -lcrt1.3.1.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTC_dc6a4] Error 1
make: *** [cmTC_dc6a4/fast] Error 2
Determining if the function bind exists in the bind failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_dbb8f/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_dbb8f.dir/build.make CMakeFiles/cmTC_dbb8f.dir/build
Building C object CMakeFiles/cmTC_dbb8f.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=bind -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_dbb8f.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_dbb8f
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_dbb8f.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=bind -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_dbb8f.dir/CheckFunctionExists.c.o -o cmTC_dbb8f -lbind
ld: library not found for -lcrt1.3.1.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTC_dbb8f] Error 1
make: *** [cmTC_dbb8f/fast] Error 2
Determining if the function bind exists in the socket failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_5a30f/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_5a30f.dir/build.make CMakeFiles/cmTC_5a30f.dir/build
Building C object CMakeFiles/cmTC_5a30f.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=bind -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_5a30f.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_5a30f
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5a30f.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=bind -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_5a30f.dir/CheckFunctionExists.c.o -o cmTC_5a30f -lsocket
ld: library not found for -lcrt1.3.1.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTC_5a30f] Error 1
make: *** [cmTC_5a30f/fast] Error 2
Determining if the function crypt exists failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_3b198/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_3b198.dir/build.make CMakeFiles/cmTC_3b198.dir/build
Building C object CMakeFiles/cmTC_3b198.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=crypt -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_3b198.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_3b198
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3b198.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=crypt -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_3b198.dir/CheckFunctionExists.c.o -o cmTC_3b198
ld: library not found for -lcrt1.3.1.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTC_3b198] Error 1
make: *** [cmTC_3b198/fast] Error 2
Determining if the function crypt exists in the crypt failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_90e21/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_90e21.dir/build.make CMakeFiles/cmTC_90e21.dir/build
Building C object CMakeFiles/cmTC_90e21.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=crypt -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_90e21.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_90e21
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_90e21.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=crypt -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_90e21.dir/CheckFunctionExists.c.o -o cmTC_90e21 -lcrypt
ld: library not found for -lcrt1.3.1.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTC_90e21] Error 1
make: *** [cmTC_90e21/fast] Error 2
Determining if the function setsockopt exists failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_c692f/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_c692f.dir/build.make CMakeFiles/cmTC_c692f.dir/build
Building C object CMakeFiles/cmTC_c692f.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=setsockopt -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_c692f.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_c692f
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c692f.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=setsockopt -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_c692f.dir/CheckFunctionExists.c.o -o cmTC_c692f
ld: library not found for -lcrt1.3.1.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTC_c692f] Error 1
make: *** [cmTC_c692f/fast] Error 2
Determining if the function setsockopt exists in the socket failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_f26a5/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_f26a5.dir/build.make CMakeFiles/cmTC_f26a5.dir/build
Building C object CMakeFiles/cmTC_f26a5.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=setsockopt -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_f26a5.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_f26a5
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f26a5.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=setsockopt -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_f26a5.dir/CheckFunctionExists.c.o -o cmTC_f26a5 -lsocket
ld: library not found for -lcrt1.3.1.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTC_f26a5] Error 1
make: *** [cmTC_f26a5/fast] Error 2
Determining if the function dlopen exists failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_faad4/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_faad4.dir/build.make CMakeFiles/cmTC_faad4.dir/build
Building C object CMakeFiles/cmTC_faad4.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=dlopen -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_faad4.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_faad4
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_faad4.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=dlopen -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_faad4.dir/CheckFunctionExists.c.o -o cmTC_faad4
ld: library not found for -lcrt1.3.1.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTC_faad4] Error 1
make: *** [cmTC_faad4/fast] Error 2
Determining if the function dlopen exists in the dl failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_b063a/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_b063a.dir/build.make CMakeFiles/cmTC_b063a.dir/build
Building C object CMakeFiles/cmTC_b063a.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=dlopen -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_b063a.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_b063a
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b063a.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=dlopen -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_b063a.dir/CheckFunctionExists.c.o -o cmTC_b063a -ldl
ld: library not found for -lcrt1.3.1.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTC_b063a] Error 1
make: *** [cmTC_b063a/fast] Error 2
Determining if the function sched_yield exists failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_b05a6/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_b05a6.dir/build.make CMakeFiles/cmTC_b05a6.dir/build
Building C object CMakeFiles/cmTC_b05a6.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=sched_yield -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_b05a6.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_b05a6
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b05a6.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=sched_yield -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_b05a6.dir/CheckFunctionExists.c.o -o cmTC_b05a6
ld: library not found for -lcrt1.3.1.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTC_b05a6] Error 1
make: *** [cmTC_b05a6/fast] Error 2
Determining if the function sched_yield exists in the rt failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_8fc50/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_8fc50.dir/build.make CMakeFiles/cmTC_8fc50.dir/build
Building C object CMakeFiles/cmTC_8fc50.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=sched_yield -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_8fc50.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_8fc50
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8fc50.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=sched_yield -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_8fc50.dir/CheckFunctionExists.c.o -o cmTC_8fc50 -lrt
ld: library not found for -lcrt1.3.1.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTC_8fc50] Error 1
make: *** [cmTC_8fc50/fast] Error 2
Determining if the function clock_gettime exists failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_13ff0/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_13ff0.dir/build.make CMakeFiles/cmTC_13ff0.dir/build
Building C object CMakeFiles/cmTC_13ff0.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=clock_gettime -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_13ff0.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_13ff0
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_13ff0.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=clock_gettime -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_13ff0.dir/CheckFunctionExists.c.o -o cmTC_13ff0
ld: library not found for -lcrt1.3.1.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTC_13ff0] Error 1
make: *** [cmTC_13ff0/fast] Error 2
Determining if the function clock_gettime exists in the rt failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_0fd1f/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_0fd1f.dir/build.make CMakeFiles/cmTC_0fd1f.dir/build
Building C object CMakeFiles/cmTC_0fd1f.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=clock_gettime -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_0fd1f.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_0fd1f
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0fd1f.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=clock_gettime -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_0fd1f.dir/CheckFunctionExists.c.o -o cmTC_0fd1f -lrt
ld: library not found for -lcrt1.3.1.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTC_0fd1f] Error 1
make: *** [cmTC_0fd1f/fast] Error 2
Determining if the function timer_create exists failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_12e79/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_12e79.dir/build.make CMakeFiles/cmTC_12e79.dir/build
Building C object CMakeFiles/cmTC_12e79.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=timer_create -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_12e79.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_12e79
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_12e79.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=timer_create -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_12e79.dir/CheckFunctionExists.c.o -o cmTC_12e79
ld: library not found for -lcrt1.3.1.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTC_12e79] Error 1
make: *** [cmTC_12e79/fast] Error 2
Determining if the function timer_create exists in the rt failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_61d8a/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_61d8a.dir/build.make CMakeFiles/cmTC_61d8a.dir/build
Building C object CMakeFiles/cmTC_61d8a.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=timer_create -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_61d8a.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_61d8a
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_61d8a.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=timer_create -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_61d8a.dir/CheckFunctionExists.c.o -o cmTC_61d8a -lrt
ld: library not found for -lcrt1.3.1.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTC_61d8a] Error 1
make: *** [cmTC_61d8a/fast] Error 2
Determining if the function atomic_thread_fence exists failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_bdd27/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_bdd27.dir/build.make CMakeFiles/cmTC_bdd27.dir/build
Building C object CMakeFiles/cmTC_bdd27.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=atomic_thread_fence -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_bdd27.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_bdd27
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_bdd27.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=atomic_thread_fence -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_bdd27.dir/CheckFunctionExists.c.o -o cmTC_bdd27
ld: library not found for -lcrt1.3.1.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTC_bdd27] Error 1
make: *** [cmTC_bdd27/fast] Error 2
Determining if the function atomic_thread_fence exists in the atomic failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_58779/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_58779.dir/build.make CMakeFiles/cmTC_58779.dir/build
Building C object CMakeFiles/cmTC_58779.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=atomic_thread_fence -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_58779.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_58779
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_58779.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=atomic_thread_fence -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_58779.dir/CheckFunctionExists.c.o -o cmTC_58779 -latomic
ld: library not found for -lcrt1.3.1.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTC_58779] Error 1
make: *** [cmTC_58779/fast] Error 2
Determining if files alloca.h exist failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_4221d/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_4221d.dir/build.make CMakeFiles/cmTC_4221d.dir/build
Building C object CMakeFiles/cmTC_4221d.dir/CheckIncludeFiles.c.o
/usr/bin/gcc -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_4221d.dir/CheckIncludeFiles.c.o -c /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:
In file included from /usr/include/alloca.h:27:
/usr/include/sys/cdefs.h:761:2: error: Unsupported architecture
#error Unsupported architecture
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:
In file included from /usr/include/alloca.h:28:
In file included from /usr/include/_types.h:27:
In file included from /usr/include/sys/_types.h:33:
/usr/include/machine/_types.h:34:2: error: architecture not supported
#error architecture not supported
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:
In file included from /usr/include/alloca.h:28:
In file included from /usr/include/_types.h:27:
/usr/include/sys/_types.h:55:9: error: unknown type name '__int64_t'
typedef __int64_t __darwin_blkcnt_t; /* total blocks */
^
/usr/include/sys/_types.h:56:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_blksize_t; /* preferred block size */
^
/usr/include/sys/_types.h:57:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_dev_t; /* dev_t */
^
/usr/include/sys/_types.h:60:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_gid_t; /* [???] process and group IDs */
^
/usr/include/sys/_types.h:61:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_id_t; /* [XSI] pid_t, uid_t, or gid_t*/
^
/usr/include/sys/_types.h:62:9: error: unknown type name '__uint64_t'
typedef __uint64_t __darwin_ino64_t; /* [???] Used for 64 bit inodes */
^
/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 */
^
/usr/include/sys/_types.h:70:9: error: unknown type name '__uint16_t'
typedef __uint16_t __darwin_mode_t; /* [???] Some file attributes */
^
/usr/include/sys/_types.h:71:9: error: unknown type name '__int64_t'
typedef __int64_t __darwin_off_t; /* [???] Used for file sizes */
^
/usr/include/sys/_types.h:72:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_pid_t; /* [???] process and group IDs */
^
/usr/include/sys/_types.h:73:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_sigset_t; /* [???] signal set */
^
/usr/include/sys/_types.h:74:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_suseconds_t; /* [???] microseconds */
^
/usr/include/sys/_types.h:75:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_uid_t; /* [???] user IDs */
^
/usr/include/sys/_types.h:76:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_useconds_t; /* [???] microseconds */
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:
In file included from /usr/include/alloca.h:29:
/usr/include/sys/_types/_size_t.h:30:9: error: unknown type name '__darwin_size_t'; did you mean '__darwin_ino_t'?
typedef __darwin_size_t size_t;
^
/usr/include/sys/_types.h:64:26: note: '__darwin_ino_t' declared here
typedef __darwin_ino64_t __darwin_ino_t; /* [???] Used for inodes */
^
17 errors generated.
make[1]: *** [CMakeFiles/cmTC_4221d.dir/CheckIncludeFiles.c.o] Error 1
make: *** [cmTC_4221d/fast] Error 2
Source:
/* */
#include <alloca.h>
int main(void){return 0;}
Determining if files arpa/inet.h exist failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_0681f/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_0681f.dir/build.make CMakeFiles/cmTC_0681f.dir/build
Building C object CMakeFiles/cmTC_0681f.dir/CheckIncludeFiles.c.o
/usr/bin/gcc -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_0681f.dir/CheckIncludeFiles.c.o -c /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:
In file included from /usr/include/arpa/inet.h:66:
/usr/include/sys/cdefs.h:761:2: error: Unsupported architecture
#error Unsupported architecture
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:
In file included from /usr/include/arpa/inet.h:67:
In file included from /usr/include/sys/_types.h:33:
/usr/include/machine/_types.h:34:2: error: architecture not supported
#error architecture not supported
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:
In file included from /usr/include/arpa/inet.h:67:
/usr/include/sys/_types.h:55:9: error: unknown type name '__int64_t'
typedef __int64_t __darwin_blkcnt_t; /* total blocks */
^
/usr/include/sys/_types.h:56:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_blksize_t; /* preferred block size */
^
/usr/include/sys/_types.h:57:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_dev_t; /* dev_t */
^
/usr/include/sys/_types.h:60:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_gid_t; /* [???] process and group IDs */
^
/usr/include/sys/_types.h:61:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_id_t; /* [XSI] pid_t, uid_t, or gid_t*/
^
/usr/include/sys/_types.h:62:9: error: unknown type name '__uint64_t'
typedef __uint64_t __darwin_ino64_t; /* [???] Used for 64 bit inodes */
^
/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 */
^
/usr/include/sys/_types.h:70:9: error: unknown type name '__uint16_t'
typedef __uint16_t __darwin_mode_t; /* [???] Some file attributes */
^
/usr/include/sys/_types.h:71:9: error: unknown type name '__int64_t'
typedef __int64_t __darwin_off_t; /* [???] Used for file sizes */
^
/usr/include/sys/_types.h:72:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_pid_t; /* [???] process and group IDs */
^
/usr/include/sys/_types.h:73:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_sigset_t; /* [???] signal set */
^
/usr/include/sys/_types.h:74:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_suseconds_t; /* [???] microseconds */
^
/usr/include/sys/_types.h:75:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_uid_t; /* [???] user IDs */
^
/usr/include/sys/_types.h:76:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_useconds_t; /* [???] microseconds */
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:
In file included from /usr/include/arpa/inet.h:68:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.1.0/include/stdint.h:63:
In file included from /usr/include/stdint.h:53:
/usr/include/sys/_types/_intptr_t.h:30:9: error: unknown type name '__darwin_intptr_t'; did you mean '__darwin_ino_t'?
typedef __darwin_intptr_t intptr_t;
^
/usr/include/sys/_types.h:64:26: note: '__darwin_ino_t' declared here
typedef __darwin_ino64_t __darwin_ino_t; /* [???] Used for inodes */
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:
In file included from /usr/include/arpa/inet.h:69:
/usr/include/machine/endian.h:37:2: error: architecture not supported
#error architecture not supported
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:
In file included from /usr/include/arpa/inet.h:71:
In file included from /usr/include/netinet/in.h:72:
/usr/include/sys/_types/_in_addr_t.h:30:9: error: unknown type name '__uint32_t'; did you mean 'uint32_t'?
typedef __uint32_t in_addr_t; /* base type for internet address */
^
/usr/include/_types/_uint32_t.h:31:22: note: 'uint32_t' declared here
typedef unsigned int uint32_t;
^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
make[1]: *** [CMakeFiles/cmTC_0681f.dir/CheckIncludeFiles.c.o] Error 1
make: *** [cmTC_0681f/fast] Error 2
Source:
/* */
#include <arpa/inet.h>
int main(void){return 0;}
Determining if files dirent.h exist failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_21fc3/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_21fc3.dir/build.make CMakeFiles/cmTC_21fc3.dir/build
Building C object CMakeFiles/cmTC_21fc3.dir/CheckIncludeFiles.c.o
/usr/bin/gcc -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_21fc3.dir/CheckIncludeFiles.c.o -c /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:
In file included from /usr/include/dirent.h:64:
In file included from /usr/include/_types.h:27:
In file included from /usr/include/sys/_types.h:32:
/usr/include/sys/cdefs.h:761:2: error: Unsupported architecture
#error Unsupported architecture
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:
In file included from /usr/include/dirent.h:64:
In file included from /usr/include/_types.h:27:
In file included from /usr/include/sys/_types.h:33:
/usr/include/machine/_types.h:34:2: error: architecture not supported
#error architecture not supported
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:
In file included from /usr/include/dirent.h:64:
In file included from /usr/include/_types.h:27:
/usr/include/sys/_types.h:55:9: error: unknown type name '__int64_t'
typedef __int64_t __darwin_blkcnt_t; /* total blocks */
^
/usr/include/sys/_types.h:56:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_blksize_t; /* preferred block size */
^
/usr/include/sys/_types.h:57:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_dev_t; /* dev_t */
^
/usr/include/sys/_types.h:60:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_gid_t; /* [???] process and group IDs */
^
/usr/include/sys/_types.h:61:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_id_t; /* [XSI] pid_t, uid_t, or gid_t*/
^
/usr/include/sys/_types.h:62:9: error: unknown type name '__uint64_t'
typedef __uint64_t __darwin_ino64_t; /* [???] Used for 64 bit inodes */
^
/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 */
^
/usr/include/sys/_types.h:70:9: error: unknown type name '__uint16_t'
typedef __uint16_t __darwin_mode_t; /* [???] Some file attributes */
^
/usr/include/sys/_types.h:71:9: error: unknown type name '__int64_t'
typedef __int64_t __darwin_off_t; /* [???] Used for file sizes */
^
/usr/include/sys/_types.h:72:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_pid_t; /* [???] process and group IDs */
^
/usr/include/sys/_types.h:73:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_sigset_t; /* [???] signal set */
^
/usr/include/sys/_types.h:74:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_suseconds_t; /* [???] microseconds */
^
/usr/include/sys/_types.h:75:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_uid_t; /* [???] user IDs */
^
/usr/include/sys/_types.h:76:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_useconds_t; /* [???] microseconds */
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:
In file included from /usr/include/dirent.h:65:
/usr/include/sys/dirent.h:112:15: error: unknown type name '__uint64_t'
struct dirent __DARWIN_STRUCT_DIRENTRY;
^
/usr/include/sys/dirent.h:103:2: note: expanded from macro '__DARWIN_STRUCT_DIRENTRY'
__uint64_t d_ino; /* file number of entry */ \
^
/usr/include/sys/dirent.h:112:15: error: unknown type name '__uint64_t'
/usr/include/sys/dirent.h:104:2: note: expanded from macro '__DARWIN_STRUCT_DIRENTRY'
__uint64_t d_seekoff; /* seek offset (optional, used by servers) */ \
^
/usr/include/sys/dirent.h:112:15: error: unknown type name '__uint16_t'
/usr/include/sys/dirent.h:105:2: note: expanded from macro '__DARWIN_STRUCT_DIRENTRY'
__uint16_t d_reclen; /* length of this record */ \
^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
make[1]: *** [CMakeFiles/cmTC_21fc3.dir/CheckIncludeFiles.c.o] Error 1
make: *** [cmTC_21fc3/fast] Error 2
Source:
/* */
#include <dirent.h>
int main(void){return 0;}
Determining if files dlfcn.h exist failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_8c974/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_8c974.dir/build.make CMakeFiles/cmTC_8c974.dir/build
Building C object CMakeFiles/cmTC_8c974.dir/CheckIncludeFiles.c.o
/usr/bin/gcc -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_8c974.dir/CheckIncludeFiles.c.o -c /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:
In file included from /usr/include/dlfcn.h:37:
/usr/include/sys/cdefs.h:761:2: error: Unsupported architecture
#error Unsupported architecture
^
1 error generated.
make[1]: *** [CMakeFiles/cmTC_8c974.dir/CheckIncludeFiles.c.o] Error 1
make: *** [cmTC_8c974/fast] Error 2
Source:
/* */
#include <dlfcn.h>
int main(void){return 0;}
Determining if files execinfo.h exist failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_431f5/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_431f5.dir/build.make CMakeFiles/cmTC_431f5.dir/build
Building C object CMakeFiles/cmTC_431f5.dir/CheckIncludeFiles.c.o
/usr/bin/gcc -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_431f5.dir/CheckIncludeFiles.c.o -c /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:
In file included from /usr/include/execinfo.h:26:
/usr/include/sys/cdefs.h:761:2: error: Unsupported architecture
#error Unsupported architecture
^
1 error generated.
make[1]: *** [CMakeFiles/cmTC_431f5.dir/CheckIncludeFiles.c.o] Error 1
make: *** [cmTC_431f5/fast] Error 2
Source:
/* */
#include <execinfo.h>
int main(void){return 0;}
Determining if files fpu_control.h exist failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_92ba5/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_92ba5.dir/build.make CMakeFiles/cmTC_92ba5.dir/build
Building C object CMakeFiles/cmTC_92ba5.dir/CheckIncludeFiles.c.o
/usr/bin/gcc -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_92ba5.dir/CheckIncludeFiles.c.o -c /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
/Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:10: fatal error: 'fpu_control.h' file not found
#include <fpu_control.h>
^
1 error generated.
make[1]: *** [CMakeFiles/cmTC_92ba5.dir/CheckIncludeFiles.c.o] Error 1
make: *** [cmTC_92ba5/fast] Error 2
Source:
/* */
#include <fpu_control.h>
int main(void){return 0;}
Determining if files grp.h exist failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_ec8f0/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_ec8f0.dir/build.make CMakeFiles/cmTC_ec8f0.dir/build
Building C object CMakeFiles/cmTC_ec8f0.dir/CheckIncludeFiles.c.o
/usr/bin/gcc -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_ec8f0.dir/CheckIncludeFiles.c.o -c /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:
In file included from /usr/include/grp.h:45:
In file included from /usr/include/_types.h:27:
In file included from /usr/include/sys/_types.h:32:
/usr/include/sys/cdefs.h:761:2: error: Unsupported architecture
#error Unsupported architecture
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:
In file included from /usr/include/grp.h:45:
In file included from /usr/include/_types.h:27:
In file included from /usr/include/sys/_types.h:33:
/usr/include/machine/_types.h:34:2: error: architecture not supported
#error architecture not supported
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:
In file included from /usr/include/grp.h:45:
In file included from /usr/include/_types.h:27:
/usr/include/sys/_types.h:55:9: error: unknown type name '__int64_t'
typedef __int64_t __darwin_blkcnt_t; /* total blocks */
^
/usr/include/sys/_types.h:56:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_blksize_t; /* preferred block size */
^
/usr/include/sys/_types.h:57:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_dev_t; /* dev_t */
^
/usr/include/sys/_types.h:60:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_gid_t; /* [???] process and group IDs */
^
/usr/include/sys/_types.h:61:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_id_t; /* [XSI] pid_t, uid_t, or gid_t*/
^
/usr/include/sys/_types.h:62:9: error: unknown type name '__uint64_t'
typedef __uint64_t __darwin_ino64_t; /* [???] Used for 64 bit inodes */
^
/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 */
^
/usr/include/sys/_types.h:70:9: error: unknown type name '__uint16_t'
typedef __uint16_t __darwin_mode_t; /* [???] Some file attributes */
^
/usr/include/sys/_types.h:71:9: error: unknown type name '__int64_t'
typedef __int64_t __darwin_off_t; /* [???] Used for file sizes */
^
/usr/include/sys/_types.h:72:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_pid_t; /* [???] process and group IDs */
^
/usr/include/sys/_types.h:73:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_sigset_t; /* [???] signal set */
^
/usr/include/sys/_types.h:74:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_suseconds_t; /* [???] microseconds */
^
/usr/include/sys/_types.h:75:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_uid_t; /* [???] user IDs */
^
/usr/include/sys/_types.h:76:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_useconds_t; /* [???] microseconds */
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:
In file included from /usr/include/grp.h:47:
/usr/include/sys/_types/_size_t.h:30:9: error: unknown type name '__darwin_size_t'; did you mean '__darwin_ino_t'?
typedef __darwin_size_t size_t;
^
/usr/include/sys/_types.h:64:26: note: '__darwin_ino_t' declared here
typedef __darwin_ino64_t __darwin_ino_t; /* [???] Used for inodes */
^
17 errors generated.
make[1]: *** [CMakeFiles/cmTC_ec8f0.dir/CheckIncludeFiles.c.o] Error 1
make: *** [cmTC_ec8f0/fast] Error 2
Source:
/* */
#include <grp.h>
int main(void){return 0;}
Determining if files ieeefp.h exist failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_6a41c/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_6a41c.dir/build.make CMakeFiles/cmTC_6a41c.dir/build
Building C object CMakeFiles/cmTC_6a41c.dir/CheckIncludeFiles.c.o
/usr/bin/gcc -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_6a41c.dir/CheckIncludeFiles.c.o -c /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
/Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:10: fatal error: 'ieeefp.h' file not found
#include <ieeefp.h>
^
1 error generated.
make[1]: *** [CMakeFiles/cmTC_6a41c.dir/CheckIncludeFiles.c.o] Error 1
make: *** [cmTC_6a41c/fast] Error 2
Source:
/* */
#include <ieeefp.h>
int main(void){return 0;}
Determining if files langinfo.h exist failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_223d1/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_223d1.dir/build.make CMakeFiles/cmTC_223d1.dir/build
Building C object CMakeFiles/cmTC_223d1.dir/CheckIncludeFiles.c.o
/usr/bin/gcc -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_223d1.dir/CheckIncludeFiles.c.o -c /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:
In file included from /usr/include/langinfo.h:32:
In file included from /usr/include/_types.h:27:
In file included from /usr/include/sys/_types.h:32:
/usr/include/sys/cdefs.h:761:2: error: Unsupported architecture
#error Unsupported architecture
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:
In file included from /usr/include/langinfo.h:32:
In file included from /usr/include/_types.h:27:
In file included from /usr/include/sys/_types.h:33:
/usr/include/machine/_types.h:34:2: error: architecture not supported
#error architecture not supported
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:
In file included from /usr/include/langinfo.h:32:
In file included from /usr/include/_types.h:27:
/usr/include/sys/_types.h:55:9: error: unknown type name '__int64_t'
typedef __int64_t __darwin_blkcnt_t; /* total blocks */
^
/usr/include/sys/_types.h:56:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_blksize_t; /* preferred block size */
^
/usr/include/sys/_types.h:57:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_dev_t; /* dev_t */
^
/usr/include/sys/_types.h:60:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_gid_t; /* [???] process and group IDs */
^
/usr/include/sys/_types.h:61:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_id_t; /* [XSI] pid_t, uid_t, or gid_t*/
^
/usr/include/sys/_types.h:62:9: error: unknown type name '__uint64_t'
typedef __uint64_t __darwin_ino64_t; /* [???] Used for 64 bit inodes */
^
/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 */
^
/usr/include/sys/_types.h:70:9: error: unknown type name '__uint16_t'
typedef __uint16_t __darwin_mode_t; /* [???] Some file attributes */
^
/usr/include/sys/_types.h:71:9: error: unknown type name '__int64_t'
typedef __int64_t __darwin_off_t; /* [???] Used for file sizes */
^
/usr/include/sys/_types.h:72:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_pid_t; /* [???] process and group IDs */
^
/usr/include/sys/_types.h:73:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_sigset_t; /* [???] signal set */
^
/usr/include/sys/_types.h:74:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_suseconds_t; /* [???] microseconds */
^
/usr/include/sys/_types.h:75:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_uid_t; /* [???] user IDs */
^
/usr/include/sys/_types.h:76:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_useconds_t; /* [???] microseconds */
^
16 errors generated.
make[1]: *** [CMakeFiles/cmTC_223d1.dir/CheckIncludeFiles.c.o] Error 1
make: *** [cmTC_223d1/fast] Error 2
Source:
/* */
#include <langinfo.h>
int main(void){return 0;}
Determining if files malloc.h exist failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_04b3a/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_04b3a.dir/build.make CMakeFiles/cmTC_04b3a.dir/build
Building C object CMakeFiles/cmTC_04b3a.dir/CheckIncludeFiles.c.o
/usr/bin/gcc -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_04b3a.dir/CheckIncludeFiles.c.o -c /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
/Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:10: fatal error: 'malloc.h' file not found
#include <malloc.h>
^
1 error generated.
make[1]: *** [CMakeFiles/cmTC_04b3a.dir/CheckIncludeFiles.c.o] Error 1
make: *** [cmTC_04b3a/fast] Error 2
Source:
/* */
#include <malloc.h>
int main(void){return 0;}
Determining if files netinet/in.h exist failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_fdb4f/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_fdb4f.dir/build.make CMakeFiles/cmTC_fdb4f.dir/build
Building C object CMakeFiles/cmTC_fdb4f.dir/CheckIncludeFiles.c.o
/usr/bin/gcc -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_fdb4f.dir/CheckIncludeFiles.c.o -c /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:
In file included from /usr/include/netinet/in.h:67:
In file included from /usr/include/sys/_types.h:32:
/usr/include/sys/cdefs.h:761:2: error: Unsupported architecture
#error Unsupported architecture
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:
In file included from /usr/include/netinet/in.h:67:
In file included from /usr/include/sys/_types.h:33:
/usr/include/machine/_types.h:34:2: error: architecture not supported
#error architecture not supported
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:
In file included from /usr/include/netinet/in.h:67:
/usr/include/sys/_types.h:55:9: error: unknown type name '__int64_t'
typedef __int64_t __darwin_blkcnt_t; /* total blocks */
^
/usr/include/sys/_types.h:56:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_blksize_t; /* preferred block size */
^
/usr/include/sys/_types.h:57:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_dev_t; /* dev_t */
^
/usr/include/sys/_types.h:60:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_gid_t; /* [???] process and group IDs */
^
/usr/include/sys/_types.h:61:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_id_t; /* [XSI] pid_t, uid_t, or gid_t*/
^
/usr/include/sys/_types.h:62:9: error: unknown type name '__uint64_t'
typedef __uint64_t __darwin_ino64_t; /* [???] Used for 64 bit inodes */
^
/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 */
^
/usr/include/sys/_types.h:70:9: error: unknown type name '__uint16_t'
typedef __uint16_t __darwin_mode_t; /* [???] Some file attributes */
^
/usr/include/sys/_types.h:71:9: error: unknown type name '__int64_t'
typedef __int64_t __darwin_off_t; /* [???] Used for file sizes */
^
/usr/include/sys/_types.h:72:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_pid_t; /* [???] process and group IDs */
^
/usr/include/sys/_types.h:73:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_sigset_t; /* [???] signal set */
^
/usr/include/sys/_types.h:74:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_suseconds_t; /* [???] microseconds */
^
/usr/include/sys/_types.h:75:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_uid_t; /* [???] user IDs */
^
/usr/include/sys/_types.h:76:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_useconds_t; /* [???] microseconds */
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:
In file included from /usr/include/netinet/in.h:68:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.1.0/include/stdint.h:63:
In file included from /usr/include/stdint.h:53:
/usr/include/sys/_types/_intptr_t.h:30:9: error: unknown type name '__darwin_intptr_t'; did you mean '__darwin_ino_t'?
typedef __darwin_intptr_t intptr_t;
^
/usr/include/sys/_types.h:64:26: note: '__darwin_ino_t' declared here
typedef __darwin_ino64_t __darwin_ino_t; /* [???] Used for inodes */
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:
In file included from /usr/include/netinet/in.h:72:
/usr/include/sys/_types/_in_addr_t.h:30:9: error: unknown type name '__uint32_t'; did you mean 'uint32_t'?
typedef __uint32_t in_addr_t; /* base type for internet address */
^
/usr/include/_types/_uint32_t.h:31:22: note: 'uint32_t' declared here
typedef unsigned int uint32_t;
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:
In file included from /usr/include/netinet/in.h:74:
/usr/include/sys/_types/_in_port_t.h:30:9: error: unknown type name '__uint16_t'; did you mean 'uint16_t'?
typedef __uint16_t in_port_t;
^
/usr/include/_types/_uint16_t.h:31:24: note: 'uint16_t' declared here
typedef unsigned short uint16_t;
^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
make[1]: *** [CMakeFiles/cmTC_fdb4f.dir/CheckIncludeFiles.c.o] Error 1
make: *** [cmTC_fdb4f/fast] Error 2
Source:
/* */
#include <netinet/in.h>
int main(void){return 0;}
Determining if files poll.h exist failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_72fa3/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_72fa3.dir/build.make CMakeFiles/cmTC_72fa3.dir/build
Building C object CMakeFiles/cmTC_72fa3.dir/CheckIncludeFiles.c.o
/usr/bin/gcc -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_72fa3.dir/CheckIncludeFiles.c.o -c /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:
In file included from /usr/include/poll.h:23:
In file included from /usr/include/sys/poll.h:106:
/usr/include/sys/cdefs.h:761:2: error: Unsupported architecture
#error Unsupported architecture
^
1 error generated.
make[1]: *** [CMakeFiles/cmTC_72fa3.dir/CheckIncludeFiles.c.o] Error 1
make: *** [cmTC_72fa3/fast] Error 2
Source:
/* */
#include <poll.h>
int main(void){return 0;}
Determining if files pwd.h exist failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_2f081/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_2f081.dir/build.make CMakeFiles/cmTC_2f081.dir/build
Building C object CMakeFiles/cmTC_2f081.dir/CheckIncludeFiles.c.o
/usr/bin/gcc -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_2f081.dir/CheckIncludeFiles.c.o -c /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:
In file included from /usr/include/pwd.h:46:
In file included from /usr/include/_types.h:27:
In file included from /usr/include/sys/_types.h:32:
/usr/include/sys/cdefs.h:761:2: error: Unsupported architecture
#error Unsupported architecture
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:
In file included from /usr/include/pwd.h:46:
In file included from /usr/include/_types.h:27:
In file included from /usr/include/sys/_types.h:33:
/usr/include/machine/_types.h:34:2: error: architecture not supported
#error architecture not supported
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:
In file included from /usr/include/pwd.h:46:
In file included from /usr/include/_types.h:27:
/usr/include/sys/_types.h:55:9: error: unknown type name '__int64_t'
typedef __int64_t __darwin_blkcnt_t; /* total blocks */
^
/usr/include/sys/_types.h:56:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_blksize_t; /* preferred block size */
^
/usr/include/sys/_types.h:57:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_dev_t; /* dev_t */
^
/usr/include/sys/_types.h:60:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_gid_t; /* [???] process and group IDs */
^
/usr/include/sys/_types.h:61:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_id_t; /* [XSI] pid_t, uid_t, or gid_t*/
^
/usr/include/sys/_types.h:62:9: error: unknown type name '__uint64_t'
typedef __uint64_t __darwin_ino64_t; /* [???] Used for 64 bit inodes */
^
/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 */
^
/usr/include/sys/_types.h:70:9: error: unknown type name '__uint16_t'
typedef __uint16_t __darwin_mode_t; /* [???] Some file attributes */
^
/usr/include/sys/_types.h:71:9: error: unknown type name '__int64_t'
typedef __int64_t __darwin_off_t; /* [???] Used for file sizes */
^
/usr/include/sys/_types.h:72:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_pid_t; /* [???] process and group IDs */
^
/usr/include/sys/_types.h:73:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_sigset_t; /* [???] signal set */
^
/usr/include/sys/_types.h:74:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_suseconds_t; /* [???] microseconds */
^
/usr/include/sys/_types.h:75:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_uid_t; /* [???] user IDs */
^
/usr/include/sys/_types.h:76:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_useconds_t; /* [???] microseconds */
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:
In file included from /usr/include/pwd.h:48:
/usr/include/sys/_types/_size_t.h:30:9: error: unknown type name '__darwin_size_t'; did you mean '__darwin_ino_t'?
typedef __darwin_size_t size_t;
^
/usr/include/sys/_types.h:64:26: note: '__darwin_ino_t' declared here
typedef __darwin_ino64_t __darwin_ino_t; /* [???] Used for inodes */
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:
/usr/include/pwd.h:89:2: error: unknown type name '__darwin_time_t'; did you mean '__darwin_ino_t'?
__darwin_time_t pw_change; /* password change time */
^
/usr/include/sys/_types.h:64:26: note: '__darwin_ino_t' declared here
typedef __darwin_ino64_t __darwin_ino_t; /* [???] Used for inodes */
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:
/usr/include/pwd.h:94:2: error: unknown type name '__darwin_time_t'; did you mean '__darwin_ino_t'?
__darwin_time_t pw_expire; /* account expiration */
^
/usr/include/sys/_types.h:64:26: note: '__darwin_ino_t' declared here
typedef __darwin_ino64_t __darwin_ino_t; /* [???] Used for inodes */
^
19 errors generated.
make[1]: *** [CMakeFiles/cmTC_2f081.dir/CheckIncludeFiles.c.o] Error 1
make: *** [cmTC_2f081/fast] Error 2
Source:
/* */
#include <pwd.h>
int main(void){return 0;}
Determining if files strings.h exist failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_1f763/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_1f763.dir/build.make CMakeFiles/cmTC_1f763.dir/build
Building C object CMakeFiles/cmTC_1f763.dir/CheckIncludeFiles.c.o
/usr/bin/gcc -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_1f763.dir/CheckIncludeFiles.c.o -c /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:
In file included from /usr/include/strings.h:61:
In file included from /usr/include/_types.h:27:
In file included from /usr/include/sys/_types.h:32:
/usr/include/sys/cdefs.h:761:2: error: Unsupported architecture
#error Unsupported architecture
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:
In file included from /usr/include/strings.h:61:
In file included from /usr/include/_types.h:27:
In file included from /usr/include/sys/_types.h:33:
/usr/include/machine/_types.h:34:2: error: architecture not supported
#error architecture not supported
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:
In file included from /usr/include/strings.h:61:
In file included from /usr/include/_types.h:27:
/usr/include/sys/_types.h:55:9: error: unknown type name '__int64_t'
typedef __int64_t __darwin_blkcnt_t; /* total blocks */
^
/usr/include/sys/_types.h:56:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_blksize_t; /* preferred block size */
^
/usr/include/sys/_types.h:57:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_dev_t; /* dev_t */
^
/usr/include/sys/_types.h:60:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_gid_t; /* [???] process and group IDs */
^
/usr/include/sys/_types.h:61:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_id_t; /* [XSI] pid_t, uid_t, or gid_t*/
^
/usr/include/sys/_types.h:62:9: error: unknown type name '__uint64_t'
typedef __uint64_t __darwin_ino64_t; /* [???] Used for 64 bit inodes */
^
/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 */
^
/usr/include/sys/_types.h:70:9: error: unknown type name '__uint16_t'
typedef __uint16_t __darwin_mode_t; /* [???] Some file attributes */
^
/usr/include/sys/_types.h:71:9: error: unknown type name '__int64_t'
typedef __int64_t __darwin_off_t; /* [???] Used for file sizes */
^
/usr/include/sys/_types.h:72:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_pid_t; /* [???] process and group IDs */
^
/usr/include/sys/_types.h:73:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_sigset_t; /* [???] signal set */
^
/usr/include/sys/_types.h:74:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_suseconds_t; /* [???] microseconds */
^
/usr/include/sys/_types.h:75:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_uid_t; /* [???] user IDs */
^
/usr/include/sys/_types.h:76:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_useconds_t; /* [???] microseconds */
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:
In file included from /usr/include/strings.h:65:
/usr/include/sys/_types/_size_t.h:30:9: error: unknown type name '__darwin_size_t'; did you mean '__darwin_ino_t'?
typedef __darwin_size_t size_t;
^
/usr/include/sys/_types.h:64:26: note: '__darwin_ino_t' declared here
typedef __darwin_ino64_t __darwin_ino_t; /* [???] Used for inodes */
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:
In file included from /usr/include/strings.h:92:
In file included from /usr/include/string.h:141:
/usr/include/sys/_types/_rsize_t.h:30:9: error: unknown type name '__darwin_size_t'; did you mean '__darwin_ino_t'?
typedef __darwin_size_t rsize_t;
^
/usr/include/sys/_types.h:64:26: note: '__darwin_ino_t' declared here
typedef __darwin_ino64_t __darwin_ino_t; /* [???] Used for inodes */
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:
In file included from /usr/include/strings.h:92:
In file included from /usr/include/string.h:152:
/usr/include/sys/_types/_ssize_t.h:30:9: error: unknown type name '__darwin_ssize_t'
typedef __darwin_ssize_t ssize_t;
^
19 errors generated.
make[1]: *** [CMakeFiles/cmTC_1f763.dir/CheckIncludeFiles.c.o] Error 1
make: *** [cmTC_1f763/fast] Error 2
Source:
/* */
#include <strings.h>
int main(void){return 0;}
Determining if files sys/cdefs.h exist failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_128cf/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_128cf.dir/build.make CMakeFiles/cmTC_128cf.dir/build
Building C object CMakeFiles/cmTC_128cf.dir/CheckIncludeFiles.c.o
/usr/bin/gcc -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_128cf.dir/CheckIncludeFiles.c.o -c /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:
/usr/include/sys/cdefs.h:761:2: error: Unsupported architecture
#error Unsupported architecture
^
1 error generated.
make[1]: *** [CMakeFiles/cmTC_128cf.dir/CheckIncludeFiles.c.o] Error 1
make: *** [cmTC_128cf/fast] Error 2
Source:
/* */
#include <sys/cdefs.h>
int main(void){return 0;}
Determining if files sys/ioctl.h exist failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_18044/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_18044.dir/build.make CMakeFiles/cmTC_18044.dir/build
Building C object CMakeFiles/cmTC_18044.dir/CheckIncludeFiles.c.o
/usr/bin/gcc -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_18044.dir/CheckIncludeFiles.c.o -c /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:
In file included from /usr/include/sys/ioctl.h:72:
In file included from /usr/include/sys/ttycom.h:72:
In file included from /usr/include/sys/ioccom.h:67:
In file included from /usr/include/sys/_types.h:32:
/usr/include/sys/cdefs.h:761:2: error: Unsupported architecture
#error Unsupported architecture
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:
In file included from /usr/include/sys/ioctl.h:72:
In file included from /usr/include/sys/ttycom.h:72:
In file included from /usr/include/sys/ioccom.h:67:
In file included from /usr/include/sys/_types.h:33:
/usr/include/machine/_types.h:34:2: error: architecture not supported
#error architecture not supported
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:
In file included from /usr/include/sys/ioctl.h:72:
In file included from /usr/include/sys/ttycom.h:72:
In file included from /usr/include/sys/ioccom.h:67:
/usr/include/sys/_types.h:55:9: error: unknown type name '__int64_t'
typedef __int64_t __darwin_blkcnt_t; /* total blocks */
^
/usr/include/sys/_types.h:56:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_blksize_t; /* preferred block size */
^
/usr/include/sys/_types.h:57:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_dev_t; /* dev_t */
^
/usr/include/sys/_types.h:60:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_gid_t; /* [???] process and group IDs */
^
/usr/include/sys/_types.h:61:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_id_t; /* [XSI] pid_t, uid_t, or gid_t*/
^
/usr/include/sys/_types.h:62:9: error: unknown type name '__uint64_t'
typedef __uint64_t __darwin_ino64_t; /* [???] Used for 64 bit inodes */
^
/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 */
^
/usr/include/sys/_types.h:70:9: error: unknown type name '__uint16_t'
typedef __uint16_t __darwin_mode_t; /* [???] Some file attributes */
^
/usr/include/sys/_types.h:71:9: error: unknown type name '__int64_t'
typedef __int64_t __darwin_off_t; /* [???] Used for file sizes */
^
/usr/include/sys/_types.h:72:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_pid_t; /* [???] process and group IDs */
^
/usr/include/sys/_types.h:73:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_sigset_t; /* [???] signal set */
^
/usr/include/sys/_types.h:74:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_suseconds_t; /* [???] microseconds */
^
/usr/include/sys/_types.h:75:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_uid_t; /* [???] user IDs */
^
/usr/include/sys/_types.h:76:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_useconds_t; /* [???] microseconds */
^
16 errors generated.
make[1]: *** [CMakeFiles/cmTC_18044.dir/CheckIncludeFiles.c.o] Error 1
make: *** [cmTC_18044/fast] Error 2
Source:
/* */
#include <sys/ioctl.h>
int main(void){return 0;}
Determining if files sys/mman.h exist failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_b4dfd/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_b4dfd.dir/build.make CMakeFiles/cmTC_b4dfd.dir/build
Building C object CMakeFiles/cmTC_b4dfd.dir/CheckIncludeFiles.c.o
/usr/bin/gcc -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_b4dfd.dir/CheckIncludeFiles.c.o -c /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:
In file included from /usr/include/sys/mman.h:80:
/usr/include/sys/cdefs.h:761:2: error: Unsupported architecture
#error Unsupported architecture
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:
In file included from /usr/include/sys/mman.h:82:
In file included from /usr/include/sys/_types.h:33:
/usr/include/machine/_types.h:34:2: error: architecture not supported
#error architecture not supported
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:
In file included from /usr/include/sys/mman.h:82:
/usr/include/sys/_types.h:55:9: error: unknown type name '__int64_t'
typedef __int64_t __darwin_blkcnt_t; /* total blocks */
^
/usr/include/sys/_types.h:56:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_blksize_t; /* preferred block size */
^
/usr/include/sys/_types.h:57:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_dev_t; /* dev_t */
^
/usr/include/sys/_types.h:60:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_gid_t; /* [???] process and group IDs */
^
/usr/include/sys/_types.h:61:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_id_t; /* [XSI] pid_t, uid_t, or gid_t*/
^
/usr/include/sys/_types.h:62:9: error: unknown type name '__uint64_t'
typedef __uint64_t __darwin_ino64_t; /* [???] Used for 64 bit inodes */
^
/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 */
^
/usr/include/sys/_types.h:70:9: error: unknown type name '__uint16_t'
typedef __uint16_t __darwin_mode_t; /* [???] Some file attributes */
^
/usr/include/sys/_types.h:71:9: error: unknown type name '__int64_t'
typedef __int64_t __darwin_off_t; /* [???] Used for file sizes */
^
/usr/include/sys/_types.h:72:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_pid_t; /* [???] process and group IDs */
^
/usr/include/sys/_types.h:73:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_sigset_t; /* [???] signal set */
^
/usr/include/sys/_types.h:74:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_suseconds_t; /* [???] microseconds */
^
/usr/include/sys/_types.h:75:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_uid_t; /* [???] user IDs */
^
/usr/include/sys/_types.h:76:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_useconds_t; /* [???] microseconds */
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:
In file included from /usr/include/sys/mman.h:90:
/usr/include/sys/_types/_size_t.h:30:9: error: unknown type name '__darwin_size_t'; did you mean '__darwin_ino_t'?
typedef __darwin_size_t size_t;
^
/usr/include/sys/_types.h:64:26: note: '__darwin_ino_t' declared here
typedef __darwin_ino64_t __darwin_ino_t; /* [???] Used for inodes */
^
17 errors generated.
make[1]: *** [CMakeFiles/cmTC_b4dfd.dir/CheckIncludeFiles.c.o] Error 1
make: *** [cmTC_b4dfd/fast] Error 2
Source:
/* */
#include <sys/mman.h>
int main(void){return 0;}
Determining if files sys/resource.h exist failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_1fe13/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_1fe13.dir/build.make CMakeFiles/cmTC_1fe13.dir/build
Building C object CMakeFiles/cmTC_1fe13.dir/CheckIncludeFiles.c.o
/usr/bin/gcc -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_1fe13.dir/CheckIncludeFiles.c.o -c /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:
In file included from /usr/include/sys/resource.h:68:
/usr/include/sys/cdefs.h:761:2: error: Unsupported architecture
#error Unsupported architecture
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:
In file included from /usr/include/sys/resource.h:69:
In file included from /usr/include/sys/_types.h:33:
/usr/include/machine/_types.h:34:2: error: architecture not supported
#error architecture not supported
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:
In file included from /usr/include/sys/resource.h:69:
/usr/include/sys/_types.h:55:9: error: unknown type name '__int64_t'
typedef __int64_t __darwin_blkcnt_t; /* total blocks */
^
/usr/include/sys/_types.h:56:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_blksize_t; /* preferred block size */
^
/usr/include/sys/_types.h:57:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_dev_t; /* dev_t */
^
/usr/include/sys/_types.h:60:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_gid_t; /* [???] process and group IDs */
^
/usr/include/sys/_types.h:61:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_id_t; /* [XSI] pid_t, uid_t, or gid_t*/
^
/usr/include/sys/_types.h:62:9: error: unknown type name '__uint64_t'
typedef __uint64_t __darwin_ino64_t; /* [???] Used for 64 bit inodes */
^
/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 */
^
/usr/include/sys/_types.h:70:9: error: unknown type name '__uint16_t'
typedef __uint16_t __darwin_mode_t; /* [???] Some file attributes */
^
/usr/include/sys/_types.h:71:9: error: unknown type name '__int64_t'
typedef __int64_t __darwin_off_t; /* [???] Used for file sizes */
^
/usr/include/sys/_types.h:72:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_pid_t; /* [???] process and group IDs */
^
/usr/include/sys/_types.h:73:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_sigset_t; /* [???] signal set */
^
/usr/include/sys/_types.h:74:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_suseconds_t; /* [???] microseconds */
^
/usr/include/sys/_types.h:75:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_uid_t; /* [???] user IDs */
^
/usr/include/sys/_types.h:76:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_useconds_t; /* [???] microseconds */
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:
In file included from /usr/include/sys/resource.h:72:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.1.0/include/stdint.h:63:
In file included from /usr/include/stdint.h:53:
/usr/include/sys/_types/_intptr_t.h:30:9: error: unknown type name '__darwin_intptr_t'; did you mean '__darwin_ino_t'?
typedef __darwin_intptr_t intptr_t;
^
/usr/include/sys/_types.h:64:26: note: '__darwin_ino_t' declared here
typedef __darwin_ino64_t __darwin_ino_t; /* [???] Used for inodes */
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:
In file included from /usr/include/sys/resource.h:80:
/usr/include/sys/_types/_timeval.h:32:2: error: unknown type name '__darwin_time_t'; did you mean '__darwin_ino_t'?
__darwin_time_t tv_sec; /* seconds */
^
/usr/include/sys/_types.h:64:26: note: '__darwin_ino_t' declared here
typedef __darwin_ino64_t __darwin_ino_t; /* [???] Used for inodes */
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:
/usr/include/sys/resource.h:89:9: error: unknown type name '__uint64_t'; did you mean 'uint64_t'?
typedef __uint64_t rlim_t;
^
/usr/include/_types/_uint64_t.h:31:28: note: 'uint64_t' declared here
typedef unsigned long long uint64_t;
^
19 errors generated.
make[1]: *** [CMakeFiles/cmTC_1fe13.dir/CheckIncludeFiles.c.o] Error 1
make: *** [cmTC_1fe13/fast] Error 2
Source:
/* */
#include <sys/resource.h>
int main(void){return 0;}
Determining if files sys/select.h exist failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_910a6/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_910a6.dir/build.make CMakeFiles/cmTC_910a6.dir/build
Building C object CMakeFiles/cmTC_910a6.dir/CheckIncludeFiles.c.o
/usr/bin/gcc -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_910a6.dir/CheckIncludeFiles.c.o -c /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:
In file included from /usr/include/sys/select.h:67:
/usr/include/sys/cdefs.h:761:2: error: Unsupported architecture
#error Unsupported architecture
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:
In file included from /usr/include/sys/select.h:68:
In file included from /usr/include/sys/_types.h:33:
/usr/include/machine/_types.h:34:2: error: architecture not supported
#error architecture not supported
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:
In file included from /usr/include/sys/select.h:68:
/usr/include/sys/_types.h:55:9: error: unknown type name '__int64_t'
typedef __int64_t __darwin_blkcnt_t; /* total blocks */
^
/usr/include/sys/_types.h:56:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_blksize_t; /* preferred block size */
^
/usr/include/sys/_types.h:57:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_dev_t; /* dev_t */
^
/usr/include/sys/_types.h:60:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_gid_t; /* [???] process and group IDs */
^
/usr/include/sys/_types.h:61:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_id_t; /* [XSI] pid_t, uid_t, or gid_t*/
^
/usr/include/sys/_types.h:62:9: error: unknown type name '__uint64_t'
typedef __uint64_t __darwin_ino64_t; /* [???] Used for 64 bit inodes */
^
/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 */
^
/usr/include/sys/_types.h:70:9: error: unknown type name '__uint16_t'
typedef __uint16_t __darwin_mode_t; /* [???] Some file attributes */
^
/usr/include/sys/_types.h:71:9: error: unknown type name '__int64_t'
typedef __int64_t __darwin_off_t; /* [???] Used for file sizes */
^
/usr/include/sys/_types.h:72:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_pid_t; /* [???] process and group IDs */
^
/usr/include/sys/_types.h:73:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_sigset_t; /* [???] signal set */
^
/usr/include/sys/_types.h:74:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_suseconds_t; /* [???] microseconds */
^
/usr/include/sys/_types.h:75:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_uid_t; /* [???] user IDs */
^
/usr/include/sys/_types.h:76:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_useconds_t; /* [???] microseconds */
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:
In file included from /usr/include/sys/select.h:75:
/usr/include/sys/_types/_fd_def.h:47:2: error: unknown type name '__int32_t'
__int32_t fds_bits[__DARWIN_howmany(__DARWIN_FD_SETSIZE, __DARWIN_NFDBITS)];
^
/usr/include/sys/_types/_fd_def.h:47:59: error: use of undeclared identifier '__int32_t'
__int32_t fds_bits[__DARWIN_howmany(__DARWIN_FD_SETSIZE, __DARWIN_NFDBITS)];
^
/usr/include/sys/_types/_fd_def.h:42:34: note: expanded from macro '__DARWIN_NFDBITS'
#define __DARWIN_NFDBITS (sizeof(__int32_t) * __DARWIN_NBBY) /* bits per mask */
^
/usr/include/sys/_types/_fd_def.h:47:59: error: use of undeclared identifier '__int32_t'
/usr/include/sys/_types/_fd_def.h:42:34: note: expanded from macro '__DARWIN_NFDBITS'
#define __DARWIN_NFDBITS (sizeof(__int32_t) * __DARWIN_NBBY) /* bits per mask */
^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
make[1]: *** [CMakeFiles/cmTC_910a6.dir/CheckIncludeFiles.c.o] Error 1
make: *** [cmTC_910a6/fast] Error 2
Source:
/* */
#include <sys/select.h>
int main(void){return 0;}
Determining if files sys/socket.h exist failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_04e37/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_04e37.dir/build.make CMakeFiles/cmTC_04e37.dir/build
Building C object CMakeFiles/cmTC_04e37.dir/CheckIncludeFiles.c.o
/usr/bin/gcc -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_04e37.dir/CheckIncludeFiles.c.o -c /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:
In file included from /usr/include/sys/socket.h:75:
In file included from /usr/include/sys/types.h:75:
/usr/include/sys/cdefs.h:761:2: error: Unsupported architecture
#error Unsupported architecture
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:
In file included from /usr/include/sys/socket.h:75:
In file included from /usr/include/sys/types.h:78:
/usr/include/machine/types.h:37:2: error: architecture not supported
#error architecture not supported
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:
In file included from /usr/include/sys/socket.h:75:
In file included from /usr/include/sys/types.h:79:
In file included from /usr/include/sys/_types.h:33:
/usr/include/machine/_types.h:34:2: error: architecture not supported
#error architecture not supported
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:
In file included from /usr/include/sys/socket.h:75:
In file included from /usr/include/sys/types.h:79:
/usr/include/sys/_types.h:55:9: error: unknown type name '__int64_t'
typedef __int64_t __darwin_blkcnt_t; /* total blocks */
^
/usr/include/sys/_types.h:56:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_blksize_t; /* preferred block size */
^
/usr/include/sys/_types.h:57:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_dev_t; /* dev_t */
^
/usr/include/sys/_types.h:60:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_gid_t; /* [???] process and group IDs */
^
/usr/include/sys/_types.h:61:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_id_t; /* [XSI] pid_t, uid_t, or gid_t*/
^
/usr/include/sys/_types.h:62:9: error: unknown type name '__uint64_t'
typedef __uint64_t __darwin_ino64_t; /* [???] Used for 64 bit inodes */
^
/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 */
^
/usr/include/sys/_types.h:70:9: error: unknown type name '__uint16_t'
typedef __uint16_t __darwin_mode_t; /* [???] Some file attributes */
^
/usr/include/sys/_types.h:71:9: error: unknown type name '__int64_t'
typedef __int64_t __darwin_off_t; /* [???] Used for file sizes */
^
/usr/include/sys/_types.h:72:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_pid_t; /* [???] process and group IDs */
^
/usr/include/sys/_types.h:73:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_sigset_t; /* [???] signal set */
^
/usr/include/sys/_types.h:74:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_suseconds_t; /* [???] microseconds */
^
/usr/include/sys/_types.h:75:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_uid_t; /* [???] user IDs */
^
/usr/include/sys/_types.h:76:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_useconds_t; /* [???] microseconds */
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:
In file included from /usr/include/sys/socket.h:75:
In file included from /usr/include/sys/types.h:81:
/usr/include/machine/endian.h:37:2: error: architecture not supported
#error architecture not supported
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:
In file included from /usr/include/sys/socket.h:75:
/usr/include/sys/types.h:95:9: error: unknown type name 'u_int64_t'
typedef u_int64_t u_quad_t; /* quads */
^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
make[1]: *** [CMakeFiles/cmTC_04e37.dir/CheckIncludeFiles.c.o] Error 1
make: *** [cmTC_04e37/fast] Error 2
Source:
/* */
#include <sys/socket.h>
int main(void){return 0;}
Determining if files curses.h;term.h exist failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_b85f2/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_b85f2.dir/build.make CMakeFiles/cmTC_b85f2.dir/build
Building C object CMakeFiles/cmTC_b85f2.dir/CheckIncludeFiles.c.o
/usr/bin/gcc -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_b85f2.dir/CheckIncludeFiles.c.o -c /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:
In file included from /usr/include/curses.h:140:
In file included from /usr/include/stdio.h:64:
/usr/include/sys/cdefs.h:761:2: error: Unsupported architecture
#error Unsupported architecture
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:
In file included from /usr/include/curses.h:140:
In file included from /usr/include/stdio.h:67:
In file included from /usr/include/_types.h:27:
In file included from /usr/include/sys/_types.h:33:
/usr/include/machine/_types.h:34:2: error: architecture not supported
#error architecture not supported
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:
In file included from /usr/include/curses.h:140:
In file included from /usr/include/stdio.h:67:
In file included from /usr/include/_types.h:27:
/usr/include/sys/_types.h:55:9: error: unknown type name '__int64_t'
typedef __int64_t __darwin_blkcnt_t; /* total blocks */
^
/usr/include/sys/_types.h:56:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_blksize_t; /* preferred block size */
^
/usr/include/sys/_types.h:57:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_dev_t; /* dev_t */
^
/usr/include/sys/_types.h:60:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_gid_t; /* [???] process and group IDs */
^
/usr/include/sys/_types.h:61:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_id_t; /* [XSI] pid_t, uid_t, or gid_t*/
^
/usr/include/sys/_types.h:62:9: error: unknown type name '__uint64_t'
typedef __uint64_t __darwin_ino64_t; /* [???] Used for 64 bit inodes */
^
/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 */
^
/usr/include/sys/_types.h:70:9: error: unknown type name '__uint16_t'
typedef __uint16_t __darwin_mode_t; /* [???] Some file attributes */
^
/usr/include/sys/_types.h:71:9: error: unknown type name '__int64_t'
typedef __int64_t __darwin_off_t; /* [???] Used for file sizes */
^
/usr/include/sys/_types.h:72:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_pid_t; /* [???] process and group IDs */
^
/usr/include/sys/_types.h:73:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_sigset_t; /* [???] signal set */
^
/usr/include/sys/_types.h:74:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_suseconds_t; /* [???] microseconds */
^
/usr/include/sys/_types.h:75:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_uid_t; /* [???] user IDs */
^
/usr/include/sys/_types.h:76:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_useconds_t; /* [???] microseconds */
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:
In file included from /usr/include/curses.h:140:
In file included from /usr/include/stdio.h:71:
/usr/include/sys/_types/_va_list.h:31:9: error: unknown type name '__darwin_va_list'; did you mean '__builtin_va_list'?
typedef __darwin_va_list va_list;
^
note: '__builtin_va_list' declared here
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:
In file included from /usr/include/curses.h:140:
In file included from /usr/include/stdio.h:72:
/usr/include/sys/_types/_size_t.h:30:9: error: unknown type name '__darwin_size_t'; did you mean '__darwin_ino_t'?
typedef __darwin_size_t size_t;
^
/usr/include/sys/_types.h:64:26: note: '__darwin_ino_t' declared here
typedef __darwin_ino64_t __darwin_ino_t; /* [???] Used for inodes */
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:
In file included from /usr/include/curses.h:140:
In file included from /usr/include/stdio.h:442:
/usr/include/sys/_types/_ssize_t.h:30:9: error: unknown type name '__darwin_ssize_t'
typedef __darwin_ssize_t ssize_t;
^
19 errors generated.
make[1]: *** [CMakeFiles/cmTC_b85f2.dir/CheckIncludeFiles.c.o] Error 1
make: *** [cmTC_b85f2/fast] Error 2
Source:
/* */
#include <curses.h>
#include <term.h>
int main(void){return 0;}
Determining if files termios.h exist failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_9f785/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_9f785.dir/build.make CMakeFiles/cmTC_9f785.dir/build
Building C object CMakeFiles/cmTC_9f785.dir/CheckIncludeFiles.c.o
/usr/bin/gcc -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_9f785.dir/CheckIncludeFiles.c.o -c /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:
In file included from /usr/include/termios.h:26:
/usr/include/sys/cdefs.h:761:2: error: Unsupported architecture
#error Unsupported architecture
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:
In file included from /usr/include/termios.h:27:
In file included from /usr/include/sys/termios.h:356:
In file included from /usr/include/sys/ttycom.h:72:
In file included from /usr/include/sys/ioccom.h:67:
In file included from /usr/include/sys/_types.h:33:
/usr/include/machine/_types.h:34:2: error: architecture not supported
#error architecture not supported
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:
In file included from /usr/include/termios.h:27:
In file included from /usr/include/sys/termios.h:356:
In file included from /usr/include/sys/ttycom.h:72:
In file included from /usr/include/sys/ioccom.h:67:
/usr/include/sys/_types.h:55:9: error: unknown type name '__int64_t'
typedef __int64_t __darwin_blkcnt_t; /* total blocks */
^
/usr/include/sys/_types.h:56:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_blksize_t; /* preferred block size */
^
/usr/include/sys/_types.h:57:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_dev_t; /* dev_t */
^
/usr/include/sys/_types.h:60:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_gid_t; /* [???] process and group IDs */
^
/usr/include/sys/_types.h:61:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_id_t; /* [XSI] pid_t, uid_t, or gid_t*/
^
/usr/include/sys/_types.h:62:9: error: unknown type name '__uint64_t'
typedef __uint64_t __darwin_ino64_t; /* [???] Used for 64 bit inodes */
^
/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 */
^
/usr/include/sys/_types.h:70:9: error: unknown type name '__uint16_t'
typedef __uint16_t __darwin_mode_t; /* [???] Some file attributes */
^
/usr/include/sys/_types.h:71:9: error: unknown type name '__int64_t'
typedef __int64_t __darwin_off_t; /* [???] Used for file sizes */
^
/usr/include/sys/_types.h:72:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_pid_t; /* [???] process and group IDs */
^
/usr/include/sys/_types.h:73:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_sigset_t; /* [???] signal set */
^
/usr/include/sys/_types.h:74:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_suseconds_t; /* [???] microseconds */
^
/usr/include/sys/_types.h:75:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_uid_t; /* [???] user IDs */
^
/usr/include/sys/_types.h:76:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_useconds_t; /* [???] microseconds */
^
16 errors generated.
make[1]: *** [CMakeFiles/cmTC_9f785.dir/CheckIncludeFiles.c.o] Error 1
make: *** [cmTC_9f785/fast] Error 2
Source:
/* */
#include <termios.h>
int main(void){return 0;}
Determining if files termio.h exist failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_a2abb/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_a2abb.dir/build.make CMakeFiles/cmTC_a2abb.dir/build
Building C object CMakeFiles/cmTC_a2abb.dir/CheckIncludeFiles.c.o
/usr/bin/gcc -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_a2abb.dir/CheckIncludeFiles.c.o -c /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
/Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:10: fatal error: 'termio.h' file not found
#include <termio.h>
^
1 error generated.
make[1]: *** [CMakeFiles/cmTC_a2abb.dir/CheckIncludeFiles.c.o] Error 1
make: *** [cmTC_a2abb/fast] Error 2
Source:
/* */
#include <termio.h>
int main(void){return 0;}
Determining if files unistd.h exist failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_790a4/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_790a4.dir/build.make CMakeFiles/cmTC_790a4.dir/build
Building C object CMakeFiles/cmTC_790a4.dir/CheckIncludeFiles.c.o
/usr/bin/gcc -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_790a4.dir/CheckIncludeFiles.c.o -c /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:
In file included from /usr/include/unistd.h:71:
In file included from /usr/include/_types.h:27:
In file included from /usr/include/sys/_types.h:32:
/usr/include/sys/cdefs.h:761:2: error: Unsupported architecture
#error Unsupported architecture
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:
In file included from /usr/include/unistd.h:71:
In file included from /usr/include/_types.h:27:
In file included from /usr/include/sys/_types.h:33:
/usr/include/machine/_types.h:34:2: error: architecture not supported
#error architecture not supported
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:
In file included from /usr/include/unistd.h:71:
In file included from /usr/include/_types.h:27:
/usr/include/sys/_types.h:55:9: error: unknown type name '__int64_t'
typedef __int64_t __darwin_blkcnt_t; /* total blocks */
^
/usr/include/sys/_types.h:56:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_blksize_t; /* preferred block size */
^
/usr/include/sys/_types.h:57:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_dev_t; /* dev_t */
^
/usr/include/sys/_types.h:60:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_gid_t; /* [???] process and group IDs */
^
/usr/include/sys/_types.h:61:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_id_t; /* [XSI] pid_t, uid_t, or gid_t*/
^
/usr/include/sys/_types.h:62:9: error: unknown type name '__uint64_t'
typedef __uint64_t __darwin_ino64_t; /* [???] Used for 64 bit inodes */
^
/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 */
^
/usr/include/sys/_types.h:70:9: error: unknown type name '__uint16_t'
typedef __uint16_t __darwin_mode_t; /* [???] Some file attributes */
^
/usr/include/sys/_types.h:71:9: error: unknown type name '__int64_t'
typedef __int64_t __darwin_off_t; /* [???] Used for file sizes */
^
/usr/include/sys/_types.h:72:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_pid_t; /* [???] process and group IDs */
^
/usr/include/sys/_types.h:73:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_sigset_t; /* [???] signal set */
^
/usr/include/sys/_types.h:74:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_suseconds_t; /* [???] microseconds */
^
/usr/include/sys/_types.h:75:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_uid_t; /* [???] user IDs */
^
/usr/include/sys/_types.h:76:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_useconds_t; /* [???] microseconds */
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:
In file included from /usr/include/unistd.h:72:
In file included from /usr/include/sys/unistd.h:180:
/usr/include/sys/_types/_size_t.h:30:9: error: unknown type name '__darwin_size_t'; did you mean '__darwin_ino_t'?
typedef __darwin_size_t size_t;
^
/usr/include/sys/_types.h:64:26: note: '__darwin_ino_t' declared here
typedef __darwin_ino64_t __darwin_ino_t; /* [???] Used for inodes */
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:
In file included from /usr/include/unistd.h:72:
In file included from /usr/include/sys/unistd.h:196:
/usr/include/sys/_types/_ssize_t.h:30:9: error: unknown type name '__darwin_ssize_t'
typedef __darwin_ssize_t ssize_t;
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:
In file included from /usr/include/unistd.h:75:
/usr/include/sys/_types/_intptr_t.h:30:9: error: unknown type name '__darwin_intptr_t'; did you mean '__darwin_ino_t'?
typedef __darwin_intptr_t intptr_t;
^
/usr/include/sys/_types.h:64:26: note: '__darwin_ino_t' declared here
typedef __darwin_ino64_t __darwin_ino_t; /* [???] Used for inodes */
^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
make[1]: *** [CMakeFiles/cmTC_790a4.dir/CheckIncludeFiles.c.o] Error 1
make: *** [cmTC_790a4/fast] Error 2
Source:
/* */
#include <unistd.h>
int main(void){return 0;}
Determining if files sys/wait.h exist failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_633f6/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_633f6.dir/build.make CMakeFiles/cmTC_633f6.dir/build
Building C object CMakeFiles/cmTC_633f6.dir/CheckIncludeFiles.c.o
/usr/bin/gcc -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_633f6.dir/CheckIncludeFiles.c.o -c /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:
In file included from /usr/include/sys/wait.h:67:
/usr/include/sys/cdefs.h:761:2: error: Unsupported architecture
#error Unsupported architecture
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:
In file included from /usr/include/sys/wait.h:68:
In file included from /usr/include/sys/_types.h:33:
/usr/include/machine/_types.h:34:2: error: architecture not supported
#error architecture not supported
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:
In file included from /usr/include/sys/wait.h:68:
/usr/include/sys/_types.h:55:9: error: unknown type name '__int64_t'
typedef __int64_t __darwin_blkcnt_t; /* total blocks */
^
/usr/include/sys/_types.h:56:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_blksize_t; /* preferred block size */
^
/usr/include/sys/_types.h:57:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_dev_t; /* dev_t */
^
/usr/include/sys/_types.h:60:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_gid_t; /* [???] process and group IDs */
^
/usr/include/sys/_types.h:61:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_id_t; /* [XSI] pid_t, uid_t, or gid_t*/
^
/usr/include/sys/_types.h:62:9: error: unknown type name '__uint64_t'
typedef __uint64_t __darwin_ino64_t; /* [???] Used for 64 bit inodes */
^
/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 */
^
/usr/include/sys/_types.h:70:9: error: unknown type name '__uint16_t'
typedef __uint16_t __darwin_mode_t; /* [???] Some file attributes */
^
/usr/include/sys/_types.h:71:9: error: unknown type name '__int64_t'
typedef __int64_t __darwin_off_t; /* [???] Used for file sizes */
^
/usr/include/sys/_types.h:72:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_pid_t; /* [???] process and group IDs */
^
/usr/include/sys/_types.h:73:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_sigset_t; /* [???] signal set */
^
/usr/include/sys/_types.h:74:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_suseconds_t; /* [???] microseconds */
^
/usr/include/sys/_types.h:75:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_uid_t; /* [???] user IDs */
^
/usr/include/sys/_types.h:76:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_useconds_t; /* [???] microseconds */
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:
In file included from /usr/include/sys/wait.h:109:
In file included from /usr/include/sys/signal.h:82:
/usr/include/machine/signal.h:34:2: error: architecture not supported
#error architecture not supported
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:
In file included from /usr/include/sys/wait.h:109:
In file included from /usr/include/sys/signal.h:146:
/usr/include/machine/_mcontext.h:31:2: error: architecture not supported
#error architecture not supported
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:
In file included from /usr/include/sys/wait.h:109:
In file included from /usr/include/sys/signal.h:150:
/usr/include/sys/_types/_sigaltstack.h:39:2: error: unknown type name '__darwin_size_t'; did you mean '__darwin_ino_t'?
__darwin_size_t ss_size; /* signal stack length */
^
/usr/include/sys/_types.h:64:26: note: '__darwin_ino_t' declared here
typedef __darwin_ino64_t __darwin_ino_t; /* [???] Used for inodes */
^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
make[1]: *** [CMakeFiles/cmTC_633f6.dir/CheckIncludeFiles.c.o] Error 1
make: *** [cmTC_633f6/fast] Error 2
Source:
/* */
#include <sys/wait.h>
int main(void){return 0;}
Determining if files sys/param.h exist failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_c085c/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_c085c.dir/build.make CMakeFiles/cmTC_c085c.dir/build
Building C object CMakeFiles/cmTC_c085c.dir/CheckIncludeFiles.c.o
/usr/bin/gcc -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_c085c.dir/CheckIncludeFiles.c.o -c /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:
In file included from /usr/include/sys/param.h:79:
In file included from /usr/include/sys/_types.h:32:
/usr/include/sys/cdefs.h:761:2: error: Unsupported architecture
#error Unsupported architecture
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:
In file included from /usr/include/sys/param.h:79:
In file included from /usr/include/sys/_types.h:33:
/usr/include/machine/_types.h:34:2: error: architecture not supported
#error architecture not supported
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:
In file included from /usr/include/sys/param.h:79:
/usr/include/sys/_types.h:55:9: error: unknown type name '__int64_t'
typedef __int64_t __darwin_blkcnt_t; /* total blocks */
^
/usr/include/sys/_types.h:56:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_blksize_t; /* preferred block size */
^
/usr/include/sys/_types.h:57:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_dev_t; /* dev_t */
^
/usr/include/sys/_types.h:60:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_gid_t; /* [???] process and group IDs */
^
/usr/include/sys/_types.h:61:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_id_t; /* [XSI] pid_t, uid_t, or gid_t*/
^
/usr/include/sys/_types.h:62:9: error: unknown type name '__uint64_t'
typedef __uint64_t __darwin_ino64_t; /* [???] Used for 64 bit inodes */
^
/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 */
^
/usr/include/sys/_types.h:70:9: error: unknown type name '__uint16_t'
typedef __uint16_t __darwin_mode_t; /* [???] Some file attributes */
^
/usr/include/sys/_types.h:71:9: error: unknown type name '__int64_t'
typedef __int64_t __darwin_off_t; /* [???] Used for file sizes */
^
/usr/include/sys/_types.h:72:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_pid_t; /* [???] process and group IDs */
^
/usr/include/sys/_types.h:73:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_sigset_t; /* [???] signal set */
^
/usr/include/sys/_types.h:74:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_suseconds_t; /* [???] microseconds */
^
/usr/include/sys/_types.h:75:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_uid_t; /* [???] user IDs */
^
/usr/include/sys/_types.h:76:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_useconds_t; /* [???] microseconds */
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:
In file included from /usr/include/sys/param.h:83:
In file included from /usr/include/sys/types.h:78:
/usr/include/machine/types.h:37:2: error: architecture not supported
#error architecture not supported
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:
In file included from /usr/include/sys/param.h:83:
In file included from /usr/include/sys/types.h:81:
/usr/include/machine/endian.h:37:2: error: architecture not supported
#error architecture not supported
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:
In file included from /usr/include/sys/param.h:83:
/usr/include/sys/types.h:95:9: error: unknown type name 'u_int64_t'
typedef u_int64_t u_quad_t; /* quads */
^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
make[1]: *** [CMakeFiles/cmTC_c085c.dir/CheckIncludeFiles.c.o] Error 1
make: *** [cmTC_c085c/fast] Error 2
Source:
/* */
#include <sys/param.h>
int main(void){return 0;}
Determining if files fnmatch.h exist failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_ff174/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_ff174.dir/build.make CMakeFiles/cmTC_ff174.dir/build
Building C object CMakeFiles/cmTC_ff174.dir/CheckIncludeFiles.c.o
/usr/bin/gcc -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_ff174.dir/CheckIncludeFiles.c.o -c /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:
In file included from /usr/include/fnmatch.h:61:
/usr/include/sys/cdefs.h:761:2: error: Unsupported architecture
#error Unsupported architecture
^
1 error generated.
make[1]: *** [CMakeFiles/cmTC_ff174.dir/CheckIncludeFiles.c.o] Error 1
make: *** [cmTC_ff174/fast] Error 2
Source:
/* */
#include <fnmatch.h>
int main(void){return 0;}
Determining if files sys/un.h exist failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_9e8c1/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_9e8c1.dir/build.make CMakeFiles/cmTC_9e8c1.dir/build
Building C object CMakeFiles/cmTC_9e8c1.dir/CheckIncludeFiles.c.o
/usr/bin/gcc -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_9e8c1.dir/CheckIncludeFiles.c.o -c /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:
In file included from /usr/include/sys/un.h:67:
/usr/include/sys/cdefs.h:761:2: error: Unsupported architecture
#error Unsupported architecture
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:
In file included from /usr/include/sys/un.h:68:
In file included from /usr/include/sys/_types.h:33:
/usr/include/machine/_types.h:34:2: error: architecture not supported
#error architecture not supported
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:
In file included from /usr/include/sys/un.h:68:
/usr/include/sys/_types.h:55:9: error: unknown type name '__int64_t'
typedef __int64_t __darwin_blkcnt_t; /* total blocks */
^
/usr/include/sys/_types.h:56:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_blksize_t; /* preferred block size */
^
/usr/include/sys/_types.h:57:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_dev_t; /* dev_t */
^
/usr/include/sys/_types.h:60:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_gid_t; /* [???] process and group IDs */
^
/usr/include/sys/_types.h:61:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_id_t; /* [XSI] pid_t, uid_t, or gid_t*/
^
/usr/include/sys/_types.h:62:9: error: unknown type name '__uint64_t'
typedef __uint64_t __darwin_ino64_t; /* [???] Used for 64 bit inodes */
^
/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 */
^
/usr/include/sys/_types.h:70:9: error: unknown type name '__uint16_t'
typedef __uint16_t __darwin_mode_t; /* [???] Some file attributes */
^
/usr/include/sys/_types.h:71:9: error: unknown type name '__int64_t'
typedef __int64_t __darwin_off_t; /* [???] Used for file sizes */
^
/usr/include/sys/_types.h:72:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_pid_t; /* [???] process and group IDs */
^
/usr/include/sys/_types.h:73:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_sigset_t; /* [???] signal set */
^
/usr/include/sys/_types.h:74:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_suseconds_t; /* [???] microseconds */
^
/usr/include/sys/_types.h:75:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_uid_t; /* [???] user IDs */
^
/usr/include/sys/_types.h:76:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_useconds_t; /* [???] microseconds */
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:
In file included from /usr/include/sys/un.h:71:
/usr/include/sys/_types/_sa_family_t.h:30:9: error: unknown type name '__uint8_t'
typedef __uint8_t sa_family_t;
^
17 errors generated.
make[1]: *** [CMakeFiles/cmTC_9e8c1.dir/CheckIncludeFiles.c.o] Error 1
make: *** [cmTC_9e8c1/fast] Error 2
Source:
/* */
#include <sys/un.h>
int main(void){return 0;}
Determining if files vis.h exist failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_1239a/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_1239a.dir/build.make CMakeFiles/cmTC_1239a.dir/build
Building C object CMakeFiles/cmTC_1239a.dir/CheckIncludeFiles.c.o
/usr/bin/gcc -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_1239a.dir/CheckIncludeFiles.c.o -c /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:
In file included from /usr/include/vis.h:60:
In file included from /usr/include/_types.h:27:
In file included from /usr/include/sys/_types.h:32:
/usr/include/sys/cdefs.h:761:2: error: Unsupported architecture
#error Unsupported architecture
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:
In file included from /usr/include/vis.h:60:
In file included from /usr/include/_types.h:27:
In file included from /usr/include/sys/_types.h:33:
/usr/include/machine/_types.h:34:2: error: architecture not supported
#error architecture not supported
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:
In file included from /usr/include/vis.h:60:
In file included from /usr/include/_types.h:27:
/usr/include/sys/_types.h:55:9: error: unknown type name '__int64_t'
typedef __int64_t __darwin_blkcnt_t; /* total blocks */
^
/usr/include/sys/_types.h:56:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_blksize_t; /* preferred block size */
^
/usr/include/sys/_types.h:57:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_dev_t; /* dev_t */
^
/usr/include/sys/_types.h:60:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_gid_t; /* [???] process and group IDs */
^
/usr/include/sys/_types.h:61:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_id_t; /* [XSI] pid_t, uid_t, or gid_t*/
^
/usr/include/sys/_types.h:62:9: error: unknown type name '__uint64_t'
typedef __uint64_t __darwin_ino64_t; /* [???] Used for 64 bit inodes */
^
/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 */
^
/usr/include/sys/_types.h:70:9: error: unknown type name '__uint16_t'
typedef __uint16_t __darwin_mode_t; /* [???] Some file attributes */
^
/usr/include/sys/_types.h:71:9: error: unknown type name '__int64_t'
typedef __int64_t __darwin_off_t; /* [???] Used for file sizes */
^
/usr/include/sys/_types.h:72:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_pid_t; /* [???] process and group IDs */
^
/usr/include/sys/_types.h:73:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_sigset_t; /* [???] signal set */
^
/usr/include/sys/_types.h:74:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_suseconds_t; /* [???] microseconds */
^
/usr/include/sys/_types.h:75:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_uid_t; /* [???] user IDs */
^
/usr/include/sys/_types.h:76:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_useconds_t; /* [???] microseconds */
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:
In file included from /usr/include/vis.h:61:
/usr/include/sys/_types/_size_t.h:30:9: error: unknown type name '__darwin_size_t'; did you mean '__darwin_ino_t'?
typedef __darwin_size_t size_t;
^
/usr/include/sys/_types.h:64:26: note: '__darwin_ino_t' declared here
typedef __darwin_ino64_t __darwin_ino_t; /* [???] Used for inodes */
^
17 errors generated.
make[1]: *** [CMakeFiles/cmTC_1239a.dir/CheckIncludeFiles.c.o] Error 1
make: *** [cmTC_1239a/fast] Error 2
Source:
/* */
#include <vis.h>
int main(void){return 0;}
Determining if files sasl/sasl.h exist failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_7bdb1/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_7bdb1.dir/build.make CMakeFiles/cmTC_7bdb1.dir/build
Building C object CMakeFiles/cmTC_7bdb1.dir/CheckIncludeFiles.c.o
/usr/bin/gcc -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_7bdb1.dir/CheckIncludeFiles.c.o -c /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
Linking C executable cmTC_7bdb1
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7bdb1.dir/link.txt --verbose=1
/usr/bin/gcc -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_7bdb1.dir/CheckIncludeFiles.c.o -o cmTC_7bdb1
ld: library not found for -lcrt1.3.1.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTC_7bdb1] Error 1
make: *** [cmTC_7bdb1/fast] Error 2
Source:
/* */
#include <sasl/sasl.h>
int main(void){return 0;}
Determining if files sys/devpoll.h exist failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_43ef1/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_43ef1.dir/build.make CMakeFiles/cmTC_43ef1.dir/build
Building C object CMakeFiles/cmTC_43ef1.dir/CheckIncludeFiles.c.o
/usr/bin/gcc -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_43ef1.dir/CheckIncludeFiles.c.o -c /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
/Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:10: fatal error: 'sys/devpoll.h' file not found
#include <sys/devpoll.h>
^
1 error generated.
make[1]: *** [CMakeFiles/cmTC_43ef1.dir/CheckIncludeFiles.c.o] Error 1
make: *** [cmTC_43ef1/fast] Error 2
Source:
/* */
#include <sys/devpoll.h>
int main(void){return 0;}
Determining if files sys/epoll.h exist failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_00965/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_00965.dir/build.make CMakeFiles/cmTC_00965.dir/build
Building C object CMakeFiles/cmTC_00965.dir/CheckIncludeFiles.c.o
/usr/bin/gcc -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_00965.dir/CheckIncludeFiles.c.o -c /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
/Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:10: fatal error: 'sys/epoll.h' file not found
#include <sys/epoll.h>
^
1 error generated.
make[1]: *** [CMakeFiles/cmTC_00965.dir/CheckIncludeFiles.c.o] Error 1
make: *** [cmTC_00965/fast] Error 2
Source:
/* */
#include <sys/epoll.h>
int main(void){return 0;}
Determining if the TAILQ_FOREACH exist failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_2d119/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_2d119.dir/build.make CMakeFiles/cmTC_2d119.dir/build
Building C object CMakeFiles/cmTC_2d119.dir/CheckSymbolExists.c.o
/usr/bin/gcc -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_2d119.dir/CheckSymbolExists.c.o -c /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
Linking C executable cmTC_2d119
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2d119.dir/link.txt --verbose=1
/usr/bin/gcc -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_2d119.dir/CheckSymbolExists.c.o -o cmTC_2d119
ld: library not found for -lcrt1.3.1.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTC_2d119] Error 1
make: *** [cmTC_2d119/fast] Error 2
File /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <sys/queue.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef TAILQ_FOREACH
return ((int*)(&TAILQ_FOREACH))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the function _aligned_malloc exists failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_7cf0a/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_7cf0a.dir/build.make CMakeFiles/cmTC_7cf0a.dir/build
Building C object CMakeFiles/cmTC_7cf0a.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=_aligned_malloc -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_7cf0a.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_7cf0a
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7cf0a.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=_aligned_malloc -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_7cf0a.dir/CheckFunctionExists.c.o -o cmTC_7cf0a
ld: library not found for -lcrt1.3.1.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTC_7cf0a] Error 1
make: *** [cmTC_7cf0a/fast] Error 2
Determining if the function backtrace exists failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_6b842/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_6b842.dir/build.make CMakeFiles/cmTC_6b842.dir/build
Building C object CMakeFiles/cmTC_6b842.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=backtrace -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_6b842.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_6b842
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_6b842.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=backtrace -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_6b842.dir/CheckFunctionExists.c.o -o cmTC_6b842
ld: library not found for -lcrt1.3.1.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTC_6b842] Error 1
make: *** [cmTC_6b842/fast] Error 2
Determining if the function printstack exists failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_0767f/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_0767f.dir/build.make CMakeFiles/cmTC_0767f.dir/build
Building C object CMakeFiles/cmTC_0767f.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=printstack -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_0767f.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_0767f
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0767f.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=printstack -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_0767f.dir/CheckFunctionExists.c.o -o cmTC_0767f
ld: library not found for -lcrt1.3.1.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTC_0767f] Error 1
make: *** [cmTC_0767f/fast] Error 2
Determining if the function index exists failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_f9e14/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_f9e14.dir/build.make CMakeFiles/cmTC_f9e14.dir/build
Building C object CMakeFiles/cmTC_f9e14.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=index -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_f9e14.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c
/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c:7:3: warning: incompatible redeclaration of library function 'index' [-Wincompatible-library-redeclaration]
CHECK_FUNCTION_EXISTS();
^
<command line>:1:31: note: expanded from here
#define CHECK_FUNCTION_EXISTS index
^
/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c:7:3: note: 'index' is a builtin with type 'char *(const char *, int)'
<command line>:1:31: note: expanded from here
#define CHECK_FUNCTION_EXISTS index
^
1 warning generated.
/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c:7:3: warning: incompatible redeclaration of library function 'index' [-Wincompatible-library-redeclaration]
CHECK_FUNCTION_EXISTS();
^
<command line>:1:31: note: expanded from here
#define CHECK_FUNCTION_EXISTS index
^
/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c:7:3: note: 'index' is a builtin with type 'char *(const char *, int)'
<command line>:1:31: note: expanded from here
#define CHECK_FUNCTION_EXISTS index
^
1 warning generated.
/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c:7:3: warning: incompatible redeclaration of library function 'index' [-Wincompatible-library-redeclaration]
CHECK_FUNCTION_EXISTS();
^
<command line>:1:31: note: expanded from here
#define CHECK_FUNCTION_EXISTS index
^
/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c:7:3: note: 'index' is a builtin with type 'char *(const char *, int)'
<command line>:1:31: note: expanded from here
#define CHECK_FUNCTION_EXISTS index
^
1 warning generated.
Linking C executable cmTC_f9e14
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f9e14.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=index -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_f9e14.dir/CheckFunctionExists.c.o -o cmTC_f9e14
ld: library not found for -lcrt1.3.1.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTC_f9e14] Error 1
make: *** [cmTC_f9e14/fast] Error 2
Determining if the function clock_gettime exists failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_c32c3/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_c32c3.dir/build.make CMakeFiles/cmTC_c32c3.dir/build
Building C object CMakeFiles/cmTC_c32c3.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=clock_gettime -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_c32c3.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_c32c3
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c32c3.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=clock_gettime -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_c32c3.dir/CheckFunctionExists.c.o -o cmTC_c32c3
ld: library not found for -lcrt1.3.1.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTC_c32c3] Error 1
make: *** [cmTC_c32c3/fast] Error 2
Determining if the function cuserid exists failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_0a0f0/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_0a0f0.dir/build.make CMakeFiles/cmTC_0a0f0.dir/build
Building C object CMakeFiles/cmTC_0a0f0.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=cuserid -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_0a0f0.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_0a0f0
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0a0f0.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=cuserid -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_0a0f0.dir/CheckFunctionExists.c.o -o cmTC_0a0f0
ld: library not found for -lcrt1.3.1.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTC_0a0f0] Error 1
make: *** [cmTC_0a0f0/fast] Error 2
Determining if the function directio exists failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_3c115/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_3c115.dir/build.make CMakeFiles/cmTC_3c115.dir/build
Building C object CMakeFiles/cmTC_3c115.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=directio -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_3c115.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_3c115
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3c115.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=directio -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_3c115.dir/CheckFunctionExists.c.o -o cmTC_3c115
ld: library not found for -lcrt1.3.1.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTC_3c115] Error 1
make: *** [cmTC_3c115/fast] Error 2
Determining if the function ftruncate exists failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_9243f/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_9243f.dir/build.make CMakeFiles/cmTC_9243f.dir/build
Building C object CMakeFiles/cmTC_9243f.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=ftruncate -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_9243f.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_9243f
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_9243f.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=ftruncate -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_9243f.dir/CheckFunctionExists.c.o -o cmTC_9243f
ld: library not found for -lcrt1.3.1.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTC_9243f] Error 1
make: *** [cmTC_9243f/fast] Error 2
Determining if the function compress exists failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_9db35/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_9db35.dir/build.make CMakeFiles/cmTC_9db35.dir/build
Building C object CMakeFiles/cmTC_9db35.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=compress -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_9db35.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_9db35
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_9db35.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=compress -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_9db35.dir/CheckFunctionExists.c.o -o cmTC_9db35
ld: library not found for -lcrt1.3.1.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTC_9db35] Error 1
make: *** [cmTC_9db35/fast] Error 2
Determining if the function crypt exists failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_2b0ff/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_2b0ff.dir/build.make CMakeFiles/cmTC_2b0ff.dir/build
Building C object CMakeFiles/cmTC_2b0ff.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=crypt -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_2b0ff.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_2b0ff
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2b0ff.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=crypt -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_2b0ff.dir/CheckFunctionExists.c.o -o cmTC_2b0ff
ld: library not found for -lcrt1.3.1.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTC_2b0ff] Error 1
make: *** [cmTC_2b0ff/fast] Error 2
Determining if the function dlopen exists failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_8a7cc/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_8a7cc.dir/build.make CMakeFiles/cmTC_8a7cc.dir/build
Building C object CMakeFiles/cmTC_8a7cc.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=dlopen -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_8a7cc.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_8a7cc
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8a7cc.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=dlopen -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_8a7cc.dir/CheckFunctionExists.c.o -o cmTC_8a7cc
ld: library not found for -lcrt1.3.1.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTC_8a7cc] Error 1
make: *** [cmTC_8a7cc/fast] Error 2
Determining if the function fchmod exists failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_2048d/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_2048d.dir/build.make CMakeFiles/cmTC_2048d.dir/build
Building C object CMakeFiles/cmTC_2048d.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=fchmod -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_2048d.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_2048d
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2048d.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=fchmod -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_2048d.dir/CheckFunctionExists.c.o -o cmTC_2048d
ld: library not found for -lcrt1.3.1.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTC_2048d] Error 1
make: *** [cmTC_2048d/fast] Error 2
Determining if the function fcntl exists failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_40541/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_40541.dir/build.make CMakeFiles/cmTC_40541.dir/build
Building C object CMakeFiles/cmTC_40541.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=fcntl -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_40541.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_40541
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_40541.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=fcntl -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_40541.dir/CheckFunctionExists.c.o -o cmTC_40541
ld: library not found for -lcrt1.3.1.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTC_40541] Error 1
make: *** [cmTC_40541/fast] Error 2
Determining if the fdatasync exist failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_00749/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_00749.dir/build.make CMakeFiles/cmTC_00749.dir/build
Building C object CMakeFiles/cmTC_00749.dir/CheckSymbolExists.c.o
/usr/bin/gcc -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_00749.dir/CheckSymbolExists.c.o -c /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2:
In file included from /usr/include/unistd.h:71:
In file included from /usr/include/_types.h:27:
In file included from /usr/include/sys/_types.h:32:
/usr/include/sys/cdefs.h:761:2: error: Unsupported architecture
#error Unsupported architecture
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2:
In file included from /usr/include/unistd.h:71:
In file included from /usr/include/_types.h:27:
In file included from /usr/include/sys/_types.h:33:
/usr/include/machine/_types.h:34:2: error: architecture not supported
#error architecture not supported
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2:
In file included from /usr/include/unistd.h:71:
In file included from /usr/include/_types.h:27:
/usr/include/sys/_types.h:55:9: error: unknown type name '__int64_t'
typedef __int64_t __darwin_blkcnt_t; /* total blocks */
^
/usr/include/sys/_types.h:56:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_blksize_t; /* preferred block size */
^
/usr/include/sys/_types.h:57:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_dev_t; /* dev_t */
^
/usr/include/sys/_types.h:60:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_gid_t; /* [???] process and group IDs */
^
/usr/include/sys/_types.h:61:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_id_t; /* [XSI] pid_t, uid_t, or gid_t*/
^
/usr/include/sys/_types.h:62:9: error: unknown type name '__uint64_t'
typedef __uint64_t __darwin_ino64_t; /* [???] Used for 64 bit inodes */
^
/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 */
^
/usr/include/sys/_types.h:70:9: error: unknown type name '__uint16_t'
typedef __uint16_t __darwin_mode_t; /* [???] Some file attributes */
^
/usr/include/sys/_types.h:71:9: error: unknown type name '__int64_t'
typedef __int64_t __darwin_off_t; /* [???] Used for file sizes */
^
/usr/include/sys/_types.h:72:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_pid_t; /* [???] process and group IDs */
^
/usr/include/sys/_types.h:73:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_sigset_t; /* [???] signal set */
^
/usr/include/sys/_types.h:74:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_suseconds_t; /* [???] microseconds */
^
/usr/include/sys/_types.h:75:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_uid_t; /* [???] user IDs */
^
/usr/include/sys/_types.h:76:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_useconds_t; /* [???] microseconds */
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2:
In file included from /usr/include/unistd.h:72:
In file included from /usr/include/sys/unistd.h:180:
/usr/include/sys/_types/_size_t.h:30:9: error: unknown type name '__darwin_size_t'; did you mean '__darwin_ino_t'?
typedef __darwin_size_t size_t;
^
/usr/include/sys/_types.h:64:26: note: '__darwin_ino_t' declared here
typedef __darwin_ino64_t __darwin_ino_t; /* [???] Used for inodes */
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2:
In file included from /usr/include/unistd.h:72:
In file included from /usr/include/sys/unistd.h:196:
/usr/include/sys/_types/_ssize_t.h:30:9: error: unknown type name '__darwin_ssize_t'
typedef __darwin_ssize_t ssize_t;
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2:
In file included from /usr/include/unistd.h:75:
/usr/include/sys/_types/_intptr_t.h:30:9: error: unknown type name '__darwin_intptr_t'; did you mean '__darwin_ino_t'?
typedef __darwin_intptr_t intptr_t;
^
/usr/include/sys/_types.h:64:26: note: '__darwin_ino_t' declared here
typedef __darwin_ino64_t __darwin_ino_t; /* [???] Used for inodes */
^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
make[1]: *** [CMakeFiles/cmTC_00749.dir/CheckSymbolExists.c.o] Error 1
make: *** [cmTC_00749/fast] Error 2
File /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <unistd.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef fdatasync
return ((int*)(&fdatasync))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the function fedisableexcept exists failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_e19b5/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_e19b5.dir/build.make CMakeFiles/cmTC_e19b5.dir/build
Building C object CMakeFiles/cmTC_e19b5.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=fedisableexcept -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_e19b5.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_e19b5
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e19b5.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=fedisableexcept -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_e19b5.dir/CheckFunctionExists.c.o -o cmTC_e19b5
ld: library not found for -lcrt1.3.1.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTC_e19b5] Error 1
make: *** [cmTC_e19b5/fast] Error 2
Determining if the function fseeko exists failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_6ccc5/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_6ccc5.dir/build.make CMakeFiles/cmTC_6ccc5.dir/build
Building C object CMakeFiles/cmTC_6ccc5.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=fseeko -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_6ccc5.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_6ccc5
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_6ccc5.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=fseeko -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_6ccc5.dir/CheckFunctionExists.c.o -o cmTC_6ccc5
ld: library not found for -lcrt1.3.1.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTC_6ccc5] Error 1
make: *** [cmTC_6ccc5/fast] Error 2
Determining if the function fsync exists failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_6e44b/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_6e44b.dir/build.make CMakeFiles/cmTC_6e44b.dir/build
Building C object CMakeFiles/cmTC_6e44b.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=fsync -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_6e44b.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_6e44b
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_6e44b.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=fsync -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_6e44b.dir/CheckFunctionExists.c.o -o cmTC_6e44b
ld: library not found for -lcrt1.3.1.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTC_6e44b] Error 1
make: *** [cmTC_6e44b/fast] Error 2
Determining if the function gethostbyaddr_r exists failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_13033/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_13033.dir/build.make CMakeFiles/cmTC_13033.dir/build
Building C object CMakeFiles/cmTC_13033.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=gethostbyaddr_r -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_13033.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_13033
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_13033.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=gethostbyaddr_r -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_13033.dir/CheckFunctionExists.c.o -o cmTC_13033
ld: library not found for -lcrt1.3.1.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTC_13033] Error 1
make: *** [cmTC_13033/fast] Error 2
Determining if the function gethrtime exists failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_99de2/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_99de2.dir/build.make CMakeFiles/cmTC_99de2.dir/build
Building C object CMakeFiles/cmTC_99de2.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=gethrtime -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_99de2.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_99de2
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_99de2.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=gethrtime -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_99de2.dir/CheckFunctionExists.c.o -o cmTC_99de2
ld: library not found for -lcrt1.3.1.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTC_99de2] Error 1
make: *** [cmTC_99de2/fast] Error 2
Determining if the function getnameinfo exists failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_5f020/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_5f020.dir/build.make CMakeFiles/cmTC_5f020.dir/build
Building C object CMakeFiles/cmTC_5f020.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=getnameinfo -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_5f020.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_5f020
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5f020.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=getnameinfo -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_5f020.dir/CheckFunctionExists.c.o -o cmTC_5f020
ld: library not found for -lcrt1.3.1.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTC_5f020] Error 1
make: *** [cmTC_5f020/fast] Error 2
Determining if the function getpass exists failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_8f956/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_8f956.dir/build.make CMakeFiles/cmTC_8f956.dir/build
Building C object CMakeFiles/cmTC_8f956.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=getpass -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_8f956.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_8f956
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8f956.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=getpass -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_8f956.dir/CheckFunctionExists.c.o -o cmTC_8f956
ld: library not found for -lcrt1.3.1.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTC_8f956] Error 1
make: *** [cmTC_8f956/fast] Error 2
Determining if the function getpassphrase exists failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_2c566/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_2c566.dir/build.make CMakeFiles/cmTC_2c566.dir/build
Building C object CMakeFiles/cmTC_2c566.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=getpassphrase -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_2c566.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_2c566
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2c566.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=getpassphrase -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_2c566.dir/CheckFunctionExists.c.o -o cmTC_2c566
ld: library not found for -lcrt1.3.1.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTC_2c566] Error 1
make: *** [cmTC_2c566/fast] Error 2
Determining if the function getpwnam exists failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_a82ab/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_a82ab.dir/build.make CMakeFiles/cmTC_a82ab.dir/build
Building C object CMakeFiles/cmTC_a82ab.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=getpwnam -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_a82ab.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_a82ab
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a82ab.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=getpwnam -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_a82ab.dir/CheckFunctionExists.c.o -o cmTC_a82ab
ld: library not found for -lcrt1.3.1.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTC_a82ab] Error 1
make: *** [cmTC_a82ab/fast] Error 2
Determining if the function getpwuid exists failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_7521f/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_7521f.dir/build.make CMakeFiles/cmTC_7521f.dir/build
Building C object CMakeFiles/cmTC_7521f.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=getpwuid -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_7521f.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_7521f
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7521f.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=getpwuid -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_7521f.dir/CheckFunctionExists.c.o -o cmTC_7521f
ld: library not found for -lcrt1.3.1.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTC_7521f] Error 1
make: *** [cmTC_7521f/fast] Error 2
Determining if the function getrlimit exists failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_653f4/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_653f4.dir/build.make CMakeFiles/cmTC_653f4.dir/build
Building C object CMakeFiles/cmTC_653f4.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=getrlimit -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_653f4.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_653f4
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_653f4.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=getrlimit -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_653f4.dir/CheckFunctionExists.c.o -o cmTC_653f4
ld: library not found for -lcrt1.3.1.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTC_653f4] Error 1
make: *** [cmTC_653f4/fast] Error 2
Determining if the function getrusage exists failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_3b145/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_3b145.dir/build.make CMakeFiles/cmTC_3b145.dir/build
Building C object CMakeFiles/cmTC_3b145.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=getrusage -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_3b145.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_3b145
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3b145.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=getrusage -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_3b145.dir/CheckFunctionExists.c.o -o cmTC_3b145
ld: library not found for -lcrt1.3.1.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTC_3b145] Error 1
make: *** [cmTC_3b145/fast] Error 2
Determining if the function initgroups exists failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_0b24f/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_0b24f.dir/build.make CMakeFiles/cmTC_0b24f.dir/build
Building C object CMakeFiles/cmTC_0b24f.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=initgroups -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_0b24f.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_0b24f
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0b24f.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=initgroups -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_0b24f.dir/CheckFunctionExists.c.o -o cmTC_0b24f
ld: library not found for -lcrt1.3.1.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTC_0b24f] Error 1
make: *** [cmTC_0b24f/fast] Error 2
Determining if the function issetugid exists failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_adaf7/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_adaf7.dir/build.make CMakeFiles/cmTC_adaf7.dir/build
Building C object CMakeFiles/cmTC_adaf7.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=issetugid -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_adaf7.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_adaf7
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_adaf7.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=issetugid -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_adaf7.dir/CheckFunctionExists.c.o -o cmTC_adaf7
ld: library not found for -lcrt1.3.1.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTC_adaf7] Error 1
make: *** [cmTC_adaf7/fast] Error 2
Determining if the function getuid exists failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_4227d/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_4227d.dir/build.make CMakeFiles/cmTC_4227d.dir/build
Building C object CMakeFiles/cmTC_4227d.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=getuid -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_4227d.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_4227d
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4227d.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=getuid -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_4227d.dir/CheckFunctionExists.c.o -o cmTC_4227d
ld: library not found for -lcrt1.3.1.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTC_4227d] Error 1
make: *** [cmTC_4227d/fast] Error 2
Determining if the function geteuid exists failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_e2d6e/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_e2d6e.dir/build.make CMakeFiles/cmTC_e2d6e.dir/build
Building C object CMakeFiles/cmTC_e2d6e.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=geteuid -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_e2d6e.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_e2d6e
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e2d6e.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=geteuid -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_e2d6e.dir/CheckFunctionExists.c.o -o cmTC_e2d6e
ld: library not found for -lcrt1.3.1.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTC_e2d6e] Error 1
make: *** [cmTC_e2d6e/fast] Error 2
Determining if the function getgid exists failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_2f1f4/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_2f1f4.dir/build.make CMakeFiles/cmTC_2f1f4.dir/build
Building C object CMakeFiles/cmTC_2f1f4.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=getgid -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_2f1f4.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_2f1f4
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2f1f4.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=getgid -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_2f1f4.dir/CheckFunctionExists.c.o -o cmTC_2f1f4
ld: library not found for -lcrt1.3.1.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTC_2f1f4] Error 1
make: *** [cmTC_2f1f4/fast] Error 2
Determining if the function getegid exists failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_ab7e9/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_ab7e9.dir/build.make CMakeFiles/cmTC_ab7e9.dir/build
Building C object CMakeFiles/cmTC_ab7e9.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=getegid -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_ab7e9.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_ab7e9
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ab7e9.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=getegid -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_ab7e9.dir/CheckFunctionExists.c.o -o cmTC_ab7e9
ld: library not found for -lcrt1.3.1.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTC_ab7e9] Error 1
make: *** [cmTC_ab7e9/fast] Error 2
Determining if the function lstat exists failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_e80c4/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_e80c4.dir/build.make CMakeFiles/cmTC_e80c4.dir/build
Building C object CMakeFiles/cmTC_e80c4.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=lstat -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_e80c4.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_e80c4
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e80c4.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=lstat -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_e80c4.dir/CheckFunctionExists.c.o -o cmTC_e80c4
ld: library not found for -lcrt1.3.1.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTC_e80c4] Error 1
make: *** [cmTC_e80c4/fast] Error 2
Determining if the function madvise exists failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_66df7/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_66df7.dir/build.make CMakeFiles/cmTC_66df7.dir/build
Building C object CMakeFiles/cmTC_66df7.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=madvise -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_66df7.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_66df7
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_66df7.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=madvise -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_66df7.dir/CheckFunctionExists.c.o -o cmTC_66df7
ld: library not found for -lcrt1.3.1.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTC_66df7] Error 1
make: *** [cmTC_66df7/fast] Error 2
Determining if the function malloc_info exists failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_6f28d/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_6f28d.dir/build.make CMakeFiles/cmTC_6f28d.dir/build
Building C object CMakeFiles/cmTC_6f28d.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=malloc_info -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_6f28d.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_6f28d
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_6f28d.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=malloc_info -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_6f28d.dir/CheckFunctionExists.c.o -o cmTC_6f28d
ld: library not found for -lcrt1.3.1.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTC_6f28d] Error 1
make: *** [cmTC_6f28d/fast] Error 2
Determining if the function memrchr exists failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_1ba45/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_1ba45.dir/build.make CMakeFiles/cmTC_1ba45.dir/build
Building C object CMakeFiles/cmTC_1ba45.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=memrchr -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_1ba45.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_1ba45
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1ba45.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=memrchr -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_1ba45.dir/CheckFunctionExists.c.o -o cmTC_1ba45
ld: library not found for -lcrt1.3.1.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTC_1ba45] Error 1
make: *** [cmTC_1ba45/fast] Error 2
Determining if the function mlock exists failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_4265a/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_4265a.dir/build.make CMakeFiles/cmTC_4265a.dir/build
Building C object CMakeFiles/cmTC_4265a.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=mlock -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_4265a.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_4265a
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4265a.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=mlock -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_4265a.dir/CheckFunctionExists.c.o -o cmTC_4265a
ld: library not found for -lcrt1.3.1.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTC_4265a] Error 1
make: *** [cmTC_4265a/fast] Error 2
Determining if the function mlockall exists failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_32a8e/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_32a8e.dir/build.make CMakeFiles/cmTC_32a8e.dir/build
Building C object CMakeFiles/cmTC_32a8e.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=mlockall -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_32a8e.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_32a8e
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_32a8e.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=mlockall -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_32a8e.dir/CheckFunctionExists.c.o -o cmTC_32a8e
ld: library not found for -lcrt1.3.1.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTC_32a8e] Error 1
make: *** [cmTC_32a8e/fast] Error 2
Determining if the function mmap64 exists failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_3d2b9/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_3d2b9.dir/build.make CMakeFiles/cmTC_3d2b9.dir/build
Building C object CMakeFiles/cmTC_3d2b9.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=mmap64 -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_3d2b9.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_3d2b9
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3d2b9.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=mmap64 -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_3d2b9.dir/CheckFunctionExists.c.o -o cmTC_3d2b9
ld: library not found for -lcrt1.3.1.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTC_3d2b9] Error 1
make: *** [cmTC_3d2b9/fast] Error 2
Determining if the function poll exists failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_d6419/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_d6419.dir/build.make CMakeFiles/cmTC_d6419.dir/build
Building C object CMakeFiles/cmTC_d6419.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=poll -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_d6419.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_d6419
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d6419.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=poll -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_d6419.dir/CheckFunctionExists.c.o -o cmTC_d6419
ld: library not found for -lcrt1.3.1.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTC_d6419] Error 1
make: *** [cmTC_d6419/fast] Error 2
Determining if the function posix_fallocate exists failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_80c62/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_80c62.dir/build.make CMakeFiles/cmTC_80c62.dir/build
Building C object CMakeFiles/cmTC_80c62.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=posix_fallocate -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_80c62.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_80c62
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_80c62.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=posix_fallocate -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_80c62.dir/CheckFunctionExists.c.o -o cmTC_80c62
ld: library not found for -lcrt1.3.1.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTC_80c62] Error 1
make: *** [cmTC_80c62/fast] Error 2
Determining if the function posix_memalign exists failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_bc4fa/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_bc4fa.dir/build.make CMakeFiles/cmTC_bc4fa.dir/build
Building C object CMakeFiles/cmTC_bc4fa.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=posix_memalign -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_bc4fa.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_bc4fa
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_bc4fa.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=posix_memalign -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_bc4fa.dir/CheckFunctionExists.c.o -o cmTC_bc4fa
ld: library not found for -lcrt1.3.1.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTC_bc4fa] Error 1
make: *** [cmTC_bc4fa/fast] Error 2
Determining if the function pread exists failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_f8bc8/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_f8bc8.dir/build.make CMakeFiles/cmTC_f8bc8.dir/build
Building C object CMakeFiles/cmTC_f8bc8.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=pread -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_f8bc8.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_f8bc8
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f8bc8.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=pread -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_f8bc8.dir/CheckFunctionExists.c.o -o cmTC_f8bc8
ld: library not found for -lcrt1.3.1.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTC_f8bc8] Error 1
make: *** [cmTC_f8bc8/fast] Error 2
Determining if the function pthread_condattr_setclock exists failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_d6e5f/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_d6e5f.dir/build.make CMakeFiles/cmTC_d6e5f.dir/build
Building C object CMakeFiles/cmTC_d6e5f.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=pthread_condattr_setclock -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_d6e5f.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_d6e5f
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d6e5f.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=pthread_condattr_setclock -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_d6e5f.dir/CheckFunctionExists.c.o -o cmTC_d6e5f
ld: library not found for -lcrt1.3.1.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTC_d6e5f] Error 1
make: *** [cmTC_d6e5f/fast] Error 2
Determining if the function pthread_sigmask exists failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_ac81c/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_ac81c.dir/build.make CMakeFiles/cmTC_ac81c.dir/build
Building C object CMakeFiles/cmTC_ac81c.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=pthread_sigmask -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_ac81c.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_ac81c
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ac81c.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=pthread_sigmask -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_ac81c.dir/CheckFunctionExists.c.o -o cmTC_ac81c
ld: library not found for -lcrt1.3.1.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTC_ac81c] Error 1
make: *** [cmTC_ac81c/fast] Error 2
Determining if the function readdir_r exists failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_1cc85/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_1cc85.dir/build.make CMakeFiles/cmTC_1cc85.dir/build
Building C object CMakeFiles/cmTC_1cc85.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=readdir_r -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_1cc85.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_1cc85
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1cc85.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=readdir_r -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_1cc85.dir/CheckFunctionExists.c.o -o cmTC_1cc85
ld: library not found for -lcrt1.3.1.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTC_1cc85] Error 1
make: *** [cmTC_1cc85/fast] Error 2
Determining if the function readlink exists failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_18a7a/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_18a7a.dir/build.make CMakeFiles/cmTC_18a7a.dir/build
Building C object CMakeFiles/cmTC_18a7a.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=readlink -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_18a7a.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_18a7a
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_18a7a.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=readlink -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_18a7a.dir/CheckFunctionExists.c.o -o cmTC_18a7a
ld: library not found for -lcrt1.3.1.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTC_18a7a] Error 1
make: *** [cmTC_18a7a/fast] Error 2
Determining if the function realpath exists failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_d52b2/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_d52b2.dir/build.make CMakeFiles/cmTC_d52b2.dir/build
Building C object CMakeFiles/cmTC_d52b2.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=realpath -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_d52b2.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_d52b2
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d52b2.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=realpath -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_d52b2.dir/CheckFunctionExists.c.o -o cmTC_d52b2
ld: library not found for -lcrt1.3.1.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTC_d52b2] Error 1
make: *** [cmTC_d52b2/fast] Error 2
Determining if the function setfd exists failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_79054/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_79054.dir/build.make CMakeFiles/cmTC_79054.dir/build
Building C object CMakeFiles/cmTC_79054.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=setfd -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_79054.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_79054
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_79054.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=setfd -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_79054.dir/CheckFunctionExists.c.o -o cmTC_79054
ld: library not found for -lcrt1.3.1.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTC_79054] Error 1
make: *** [cmTC_79054/fast] Error 2
Determining if the function sigaction exists failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_81692/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_81692.dir/build.make CMakeFiles/cmTC_81692.dir/build
Building C object CMakeFiles/cmTC_81692.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=sigaction -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_81692.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_81692
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_81692.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=sigaction -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_81692.dir/CheckFunctionExists.c.o -o cmTC_81692
ld: library not found for -lcrt1.3.1.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTC_81692] Error 1
make: *** [cmTC_81692/fast] Error 2
Determining if the function sleep exists failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_a4832/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_a4832.dir/build.make CMakeFiles/cmTC_a4832.dir/build
Building C object CMakeFiles/cmTC_a4832.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=sleep -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_a4832.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_a4832
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a4832.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=sleep -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_a4832.dir/CheckFunctionExists.c.o -o cmTC_a4832
ld: library not found for -lcrt1.3.1.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTC_a4832] Error 1
make: *** [cmTC_a4832/fast] Error 2
Determining if the function stpcpy exists failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_565e1/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_565e1.dir/build.make CMakeFiles/cmTC_565e1.dir/build
Building C object CMakeFiles/cmTC_565e1.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=stpcpy -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_565e1.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c
/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c:7:3: warning: incompatible redeclaration of library function 'stpcpy' [-Wincompatible-library-redeclaration]
CHECK_FUNCTION_EXISTS();
^
<command line>:1:31: note: expanded from here
#define CHECK_FUNCTION_EXISTS stpcpy
^
/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c:7:3: note: 'stpcpy' is a builtin with type 'char *(char *, const char *)'
<command line>:1:31: note: expanded from here
#define CHECK_FUNCTION_EXISTS stpcpy
^
1 warning generated.
/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c:7:3: warning: incompatible redeclaration of library function 'stpcpy' [-Wincompatible-library-redeclaration]
CHECK_FUNCTION_EXISTS();
^
<command line>:1:31: note: expanded from here
#define CHECK_FUNCTION_EXISTS stpcpy
^
/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c:7:3: note: 'stpcpy' is a builtin with type 'char *(char *, const char *)'
<command line>:1:31: note: expanded from here
#define CHECK_FUNCTION_EXISTS stpcpy
^
1 warning generated.
/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c:7:3: warning: incompatible redeclaration of library function 'stpcpy' [-Wincompatible-library-redeclaration]
CHECK_FUNCTION_EXISTS();
^
<command line>:1:31: note: expanded from here
#define CHECK_FUNCTION_EXISTS stpcpy
^
/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c:7:3: note: 'stpcpy' is a builtin with type 'char *(char *, const char *)'
<command line>:1:31: note: expanded from here
#define CHECK_FUNCTION_EXISTS stpcpy
^
1 warning generated.
Linking C executable cmTC_565e1
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_565e1.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=stpcpy -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_565e1.dir/CheckFunctionExists.c.o -o cmTC_565e1
ld: library not found for -lcrt1.3.1.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTC_565e1] Error 1
make: *** [cmTC_565e1/fast] Error 2
Determining if the function stpncpy exists failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_3f9a3/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_3f9a3.dir/build.make CMakeFiles/cmTC_3f9a3.dir/build
Building C object CMakeFiles/cmTC_3f9a3.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=stpncpy -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_3f9a3.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c
/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c:7:3: warning: incompatible redeclaration of library function 'stpncpy' [-Wincompatible-library-redeclaration]
CHECK_FUNCTION_EXISTS();
^
<command line>:1:31: note: expanded from here
#define CHECK_FUNCTION_EXISTS stpncpy
^
/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c:7:3: note: 'stpncpy' is a builtin with type 'char *(char *, const char *, unsigned long)'
<command line>:1:31: note: expanded from here
#define CHECK_FUNCTION_EXISTS stpncpy
^
1 warning generated.
/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c:7:3: warning: incompatible redeclaration of library function 'stpncpy' [-Wincompatible-library-redeclaration]
CHECK_FUNCTION_EXISTS();
^
<command line>:1:31: note: expanded from here
#define CHECK_FUNCTION_EXISTS stpncpy
^
/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c:7:3: note: 'stpncpy' is a builtin with type 'char *(char *, const char *, unsigned long)'
<command line>:1:31: note: expanded from here
#define CHECK_FUNCTION_EXISTS stpncpy
^
1 warning generated.
/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c:7:3: warning: incompatible redeclaration of library function 'stpncpy' [-Wincompatible-library-redeclaration]
CHECK_FUNCTION_EXISTS();
^
<command line>:1:31: note: expanded from here
#define CHECK_FUNCTION_EXISTS stpncpy
^
/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c:7:3: note: 'stpncpy' is a builtin with type 'char *(char *, const char *, unsigned long)'
<command line>:1:31: note: expanded from here
#define CHECK_FUNCTION_EXISTS stpncpy
^
1 warning generated.
Linking C executable cmTC_3f9a3
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3f9a3.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=stpncpy -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_3f9a3.dir/CheckFunctionExists.c.o -o cmTC_3f9a3
ld: library not found for -lcrt1.3.1.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTC_3f9a3] Error 1
make: *** [cmTC_3f9a3/fast] Error 2
Determining if the function strlcpy exists failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_63af0/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_63af0.dir/build.make CMakeFiles/cmTC_63af0.dir/build
Building C object CMakeFiles/cmTC_63af0.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=strlcpy -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_63af0.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c
/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c:7:3: warning: incompatible redeclaration of library function 'strlcpy' [-Wincompatible-library-redeclaration]
CHECK_FUNCTION_EXISTS();
^
<command line>:1:31: note: expanded from here
#define CHECK_FUNCTION_EXISTS strlcpy
^
/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c:7:3: note: 'strlcpy' is a builtin with type 'unsigned long (char *, const char *, unsigned long)'
<command line>:1:31: note: expanded from here
#define CHECK_FUNCTION_EXISTS strlcpy
^
1 warning generated.
/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c:7:3: warning: incompatible redeclaration of library function 'strlcpy' [-Wincompatible-library-redeclaration]
CHECK_FUNCTION_EXISTS();
^
<command line>:1:31: note: expanded from here
#define CHECK_FUNCTION_EXISTS strlcpy
^
/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c:7:3: note: 'strlcpy' is a builtin with type 'unsigned long (char *, const char *, unsigned long)'
<command line>:1:31: note: expanded from here
#define CHECK_FUNCTION_EXISTS strlcpy
^
1 warning generated.
/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c:7:3: warning: incompatible redeclaration of library function 'strlcpy' [-Wincompatible-library-redeclaration]
CHECK_FUNCTION_EXISTS();
^
<command line>:1:31: note: expanded from here
#define CHECK_FUNCTION_EXISTS strlcpy
^
/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c:7:3: note: 'strlcpy' is a builtin with type 'unsigned long (char *, const char *, unsigned long)'
<command line>:1:31: note: expanded from here
#define CHECK_FUNCTION_EXISTS strlcpy
^
1 warning generated.
Linking C executable cmTC_63af0
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_63af0.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=strlcpy -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_63af0.dir/CheckFunctionExists.c.o -o cmTC_63af0
ld: library not found for -lcrt1.3.1.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTC_63af0] Error 1
make: *** [cmTC_63af0/fast] Error 2
Determining if the function strndup exists failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_b51b6/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_b51b6.dir/build.make CMakeFiles/cmTC_b51b6.dir/build
Building C object CMakeFiles/cmTC_b51b6.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=strndup -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_b51b6.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c
/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c:7:3: warning: incompatible redeclaration of library function 'strndup' [-Wincompatible-library-redeclaration]
CHECK_FUNCTION_EXISTS();
^
<command line>:1:31: note: expanded from here
#define CHECK_FUNCTION_EXISTS strndup
^
/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c:7:3: note: 'strndup' is a builtin with type 'char *(const char *, unsigned long)'
<command line>:1:31: note: expanded from here
#define CHECK_FUNCTION_EXISTS strndup
^
1 warning generated.
/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c:7:3: warning: incompatible redeclaration of library function 'strndup' [-Wincompatible-library-redeclaration]
CHECK_FUNCTION_EXISTS();
^
<command line>:1:31: note: expanded from here
#define CHECK_FUNCTION_EXISTS strndup
^
/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c:7:3: note: 'strndup' is a builtin with type 'char *(const char *, unsigned long)'
<command line>:1:31: note: expanded from here
#define CHECK_FUNCTION_EXISTS strndup
^
1 warning generated.
/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c:7:3: warning: incompatible redeclaration of library function 'strndup' [-Wincompatible-library-redeclaration]
CHECK_FUNCTION_EXISTS();
^
<command line>:1:31: note: expanded from here
#define CHECK_FUNCTION_EXISTS strndup
^
/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c:7:3: note: 'strndup' is a builtin with type 'char *(const char *, unsigned long)'
<command line>:1:31: note: expanded from here
#define CHECK_FUNCTION_EXISTS strndup
^
1 warning generated.
Linking C executable cmTC_b51b6
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b51b6.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=strndup -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_b51b6.dir/CheckFunctionExists.c.o -o cmTC_b51b6
ld: library not found for -lcrt1.3.1.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTC_b51b6] Error 1
make: *** [cmTC_b51b6/fast] Error 2
Determining if the function strnlen exists failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_f3cee/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_f3cee.dir/build.make CMakeFiles/cmTC_f3cee.dir/build
Building C object CMakeFiles/cmTC_f3cee.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=strnlen -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_f3cee.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_f3cee
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f3cee.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=strnlen -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_f3cee.dir/CheckFunctionExists.c.o -o cmTC_f3cee
ld: library not found for -lcrt1.3.1.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTC_f3cee] Error 1
make: *** [cmTC_f3cee/fast] Error 2
Determining if the function strlcat exists failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_f918b/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_f918b.dir/build.make CMakeFiles/cmTC_f918b.dir/build
Building C object CMakeFiles/cmTC_f918b.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=strlcat -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_f918b.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c
/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c:7:3: warning: incompatible redeclaration of library function 'strlcat' [-Wincompatible-library-redeclaration]
CHECK_FUNCTION_EXISTS();
^
<command line>:1:31: note: expanded from here
#define CHECK_FUNCTION_EXISTS strlcat
^
/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c:7:3: note: 'strlcat' is a builtin with type 'unsigned long (char *, const char *, unsigned long)'
<command line>:1:31: note: expanded from here
#define CHECK_FUNCTION_EXISTS strlcat
^
1 warning generated.
/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c:7:3: warning: incompatible redeclaration of library function 'strlcat' [-Wincompatible-library-redeclaration]
CHECK_FUNCTION_EXISTS();
^
<command line>:1:31: note: expanded from here
#define CHECK_FUNCTION_EXISTS strlcat
^
/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c:7:3: note: 'strlcat' is a builtin with type 'unsigned long (char *, const char *, unsigned long)'
<command line>:1:31: note: expanded from here
#define CHECK_FUNCTION_EXISTS strlcat
^
1 warning generated.
/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c:7:3: warning: incompatible redeclaration of library function 'strlcat' [-Wincompatible-library-redeclaration]
CHECK_FUNCTION_EXISTS();
^
<command line>:1:31: note: expanded from here
#define CHECK_FUNCTION_EXISTS strlcat
^
/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c:7:3: note: 'strlcat' is a builtin with type 'unsigned long (char *, const char *, unsigned long)'
<command line>:1:31: note: expanded from here
#define CHECK_FUNCTION_EXISTS strlcat
^
1 warning generated.
Linking C executable cmTC_f918b
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f918b.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=strlcat -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_f918b.dir/CheckFunctionExists.c.o -o cmTC_f918b
ld: library not found for -lcrt1.3.1.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTC_f918b] Error 1
make: *** [cmTC_f918b/fast] Error 2
Determining if the function strsignal exists failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_1fc6c/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_1fc6c.dir/build.make CMakeFiles/cmTC_1fc6c.dir/build
Building C object CMakeFiles/cmTC_1fc6c.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=strsignal -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_1fc6c.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_1fc6c
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1fc6c.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=strsignal -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_1fc6c.dir/CheckFunctionExists.c.o -o cmTC_1fc6c
ld: library not found for -lcrt1.3.1.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTC_1fc6c] Error 1
make: *** [cmTC_1fc6c/fast] Error 2
Determining if the function fgetln exists failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_7866d/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_7866d.dir/build.make CMakeFiles/cmTC_7866d.dir/build
Building C object CMakeFiles/cmTC_7866d.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=fgetln -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_7866d.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_7866d
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7866d.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=fgetln -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_7866d.dir/CheckFunctionExists.c.o -o cmTC_7866d
ld: library not found for -lcrt1.3.1.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTC_7866d] Error 1
make: *** [cmTC_7866d/fast] Error 2
Determining if the function strsep exists failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_397b4/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_397b4.dir/build.make CMakeFiles/cmTC_397b4.dir/build
Building C object CMakeFiles/cmTC_397b4.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=strsep -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_397b4.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_397b4
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_397b4.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=strsep -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_397b4.dir/CheckFunctionExists.c.o -o cmTC_397b4
ld: library not found for -lcrt1.3.1.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTC_397b4] Error 1
make: *** [cmTC_397b4/fast] Error 2
Determining if the function tell exists failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_ed0da/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_ed0da.dir/build.make CMakeFiles/cmTC_ed0da.dir/build
Building C object CMakeFiles/cmTC_ed0da.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=tell -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_ed0da.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_ed0da
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ed0da.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=tell -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_ed0da.dir/CheckFunctionExists.c.o -o cmTC_ed0da
ld: library not found for -lcrt1.3.1.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTC_ed0da] Error 1
make: *** [cmTC_ed0da/fast] Error 2
Determining if the function vasprintf exists failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_5beac/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_5beac.dir/build.make CMakeFiles/cmTC_5beac.dir/build
Building C object CMakeFiles/cmTC_5beac.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=vasprintf -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_5beac.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c
/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c:17:25: warning: format string missing [-Wformat]
CHECK_FUNCTION_EXISTS();
~~~~~~~~~~~~~~~~~~~~~ ^
1 warning generated.
/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c:17:25: warning: format string missing [-Wformat]
CHECK_FUNCTION_EXISTS();
~~~~~~~~~~~~~~~~~~~~~ ^
1 warning generated.
/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c:17:25: warning: format string missing [-Wformat]
CHECK_FUNCTION_EXISTS();
~~~~~~~~~~~~~~~~~~~~~ ^
1 warning generated.
Linking C executable cmTC_5beac
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5beac.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=vasprintf -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_5beac.dir/CheckFunctionExists.c.o -o cmTC_5beac
ld: library not found for -lcrt1.3.1.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTC_5beac] Error 1
make: *** [cmTC_5beac/fast] Error 2
Determining if the function memalign exists failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_62513/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_62513.dir/build.make CMakeFiles/cmTC_62513.dir/build
Building C object CMakeFiles/cmTC_62513.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=memalign -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_62513.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_62513
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_62513.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=memalign -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_62513.dir/CheckFunctionExists.c.o -o cmTC_62513
ld: library not found for -lcrt1.3.1.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTC_62513] Error 1
make: *** [cmTC_62513/fast] Error 2
Determining if the function nl_langinfo exists failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_c22d4/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_c22d4.dir/build.make CMakeFiles/cmTC_c22d4.dir/build
Building C object CMakeFiles/cmTC_c22d4.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=nl_langinfo -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_c22d4.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_c22d4
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c22d4.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=nl_langinfo -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_c22d4.dir/CheckFunctionExists.c.o -o cmTC_c22d4
ld: library not found for -lcrt1.3.1.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTC_c22d4] Error 1
make: *** [cmTC_c22d4/fast] Error 2
Determining if the function ntohll exists failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_abd18/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_abd18.dir/build.make CMakeFiles/cmTC_abd18.dir/build
Building C object CMakeFiles/cmTC_abd18.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=ntohll -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_abd18.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_abd18
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_abd18.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=ntohll -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_abd18.dir/CheckFunctionExists.c.o -o cmTC_abd18
ld: library not found for -lcrt1.3.1.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTC_abd18] Error 1
make: *** [cmTC_abd18/fast] Error 2
Determining if the function clock_gettime exists failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_6ac7b/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_6ac7b.dir/build.make CMakeFiles/cmTC_6ac7b.dir/build
Building C object CMakeFiles/cmTC_6ac7b.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=clock_gettime -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_6ac7b.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_6ac7b
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_6ac7b.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=clock_gettime -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_6ac7b.dir/CheckFunctionExists.c.o -o cmTC_6ac7b
ld: library not found for -lcrt1.3.1.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTC_6ac7b] Error 1
make: *** [cmTC_6ac7b/fast] Error 2
Determining if the function epoll_create exists failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_c69eb/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_c69eb.dir/build.make CMakeFiles/cmTC_c69eb.dir/build
Building C object CMakeFiles/cmTC_c69eb.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=epoll_create -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_c69eb.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_c69eb
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c69eb.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=epoll_create -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_c69eb.dir/CheckFunctionExists.c.o -o cmTC_c69eb
ld: library not found for -lcrt1.3.1.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTC_c69eb] Error 1
make: *** [cmTC_c69eb/fast] Error 2
Determining if the function inet_ntop exists failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_ccdaa/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_ccdaa.dir/build.make CMakeFiles/cmTC_ccdaa.dir/build
Building C object CMakeFiles/cmTC_ccdaa.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=inet_ntop -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_ccdaa.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_ccdaa
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ccdaa.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=inet_ntop -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_ccdaa.dir/CheckFunctionExists.c.o -o cmTC_ccdaa
ld: library not found for -lcrt1.3.1.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTC_ccdaa] Error 1
make: *** [cmTC_ccdaa/fast] Error 2
Determining if the function kqueue exists failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_e769a/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_e769a.dir/build.make CMakeFiles/cmTC_e769a.dir/build
Building C object CMakeFiles/cmTC_e769a.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=kqueue -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_e769a.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_e769a
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e769a.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=kqueue -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_e769a.dir/CheckFunctionExists.c.o -o cmTC_e769a
ld: library not found for -lcrt1.3.1.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTC_e769a] Error 1
make: *** [cmTC_e769a/fast] Error 2
Determining if the timeradd exist failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_594d3/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_594d3.dir/build.make CMakeFiles/cmTC_594d3.dir/build
Building C object CMakeFiles/cmTC_594d3.dir/CheckSymbolExists.c.o
/usr/bin/gcc -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_594d3.dir/CheckSymbolExists.c.o -c /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2:
In file included from /usr/include/sys/time.h:67:
/usr/include/sys/cdefs.h:761:2: error: Unsupported architecture
#error Unsupported architecture
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2:
In file included from /usr/include/sys/time.h:68:
In file included from /usr/include/sys/_types.h:33:
/usr/include/machine/_types.h:34:2: error: architecture not supported
#error architecture not supported
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2:
In file included from /usr/include/sys/time.h:68:
/usr/include/sys/_types.h:55:9: error: unknown type name '__int64_t'
typedef __int64_t __darwin_blkcnt_t; /* total blocks */
^
/usr/include/sys/_types.h:56:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_blksize_t; /* preferred block size */
^
/usr/include/sys/_types.h:57:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_dev_t; /* dev_t */
^
/usr/include/sys/_types.h:60:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_gid_t; /* [???] process and group IDs */
^
/usr/include/sys/_types.h:61:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_id_t; /* [XSI] pid_t, uid_t, or gid_t*/
^
/usr/include/sys/_types.h:62:9: error: unknown type name '__uint64_t'
typedef __uint64_t __darwin_ino64_t; /* [???] Used for 64 bit inodes */
^
/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 */
^
/usr/include/sys/_types.h:70:9: error: unknown type name '__uint16_t'
typedef __uint16_t __darwin_mode_t; /* [???] Some file attributes */
^
/usr/include/sys/_types.h:71:9: error: unknown type name '__int64_t'
typedef __int64_t __darwin_off_t; /* [???] Used for file sizes */
^
/usr/include/sys/_types.h:72:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_pid_t; /* [???] process and group IDs */
^
/usr/include/sys/_types.h:73:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_sigset_t; /* [???] signal set */
^
/usr/include/sys/_types.h:74:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_suseconds_t; /* [???] microseconds */
^
/usr/include/sys/_types.h:75:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_uid_t; /* [???] user IDs */
^
/usr/include/sys/_types.h:76:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_useconds_t; /* [???] microseconds */
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2:
In file included from /usr/include/sys/time.h:75:
/usr/include/sys/_types/_fd_def.h:47:2: error: unknown type name '__int32_t'
__int32_t fds_bits[__DARWIN_howmany(__DARWIN_FD_SETSIZE, __DARWIN_NFDBITS)];
^
/usr/include/sys/_types/_fd_def.h:47:59: error: use of undeclared identifier '__int32_t'
__int32_t fds_bits[__DARWIN_howmany(__DARWIN_FD_SETSIZE, __DARWIN_NFDBITS)];
^
/usr/include/sys/_types/_fd_def.h:42:34: note: expanded from macro '__DARWIN_NFDBITS'
#define __DARWIN_NFDBITS (sizeof(__int32_t) * __DARWIN_NBBY) /* bits per mask */
^
/usr/include/sys/_types/_fd_def.h:47:59: error: use of undeclared identifier '__int32_t'
/usr/include/sys/_types/_fd_def.h:42:34: note: expanded from macro '__DARWIN_NFDBITS'
#define __DARWIN_NFDBITS (sizeof(__int32_t) * __DARWIN_NBBY) /* bits per mask */
^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
make[1]: *** [CMakeFiles/cmTC_594d3.dir/CheckSymbolExists.c.o] Error 1
make: *** [cmTC_594d3/fast] Error 2
File /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <sys/time.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef timeradd
return ((int*)(&timeradd))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the timerclear exist failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_b4faa/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_b4faa.dir/build.make CMakeFiles/cmTC_b4faa.dir/build
Building C object CMakeFiles/cmTC_b4faa.dir/CheckSymbolExists.c.o
/usr/bin/gcc -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_b4faa.dir/CheckSymbolExists.c.o -c /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2:
In file included from /usr/include/sys/time.h:67:
/usr/include/sys/cdefs.h:761:2: error: Unsupported architecture
#error Unsupported architecture
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2:
In file included from /usr/include/sys/time.h:68:
In file included from /usr/include/sys/_types.h:33:
/usr/include/machine/_types.h:34:2: error: architecture not supported
#error architecture not supported
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2:
In file included from /usr/include/sys/time.h:68:
/usr/include/sys/_types.h:55:9: error: unknown type name '__int64_t'
typedef __int64_t __darwin_blkcnt_t; /* total blocks */
^
/usr/include/sys/_types.h:56:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_blksize_t; /* preferred block size */
^
/usr/include/sys/_types.h:57:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_dev_t; /* dev_t */
^
/usr/include/sys/_types.h:60:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_gid_t; /* [???] process and group IDs */
^
/usr/include/sys/_types.h:61:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_id_t; /* [XSI] pid_t, uid_t, or gid_t*/
^
/usr/include/sys/_types.h:62:9: error: unknown type name '__uint64_t'
typedef __uint64_t __darwin_ino64_t; /* [???] Used for 64 bit inodes */
^
/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 */
^
/usr/include/sys/_types.h:70:9: error: unknown type name '__uint16_t'
typedef __uint16_t __darwin_mode_t; /* [???] Some file attributes */
^
/usr/include/sys/_types.h:71:9: error: unknown type name '__int64_t'
typedef __int64_t __darwin_off_t; /* [???] Used for file sizes */
^
/usr/include/sys/_types.h:72:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_pid_t; /* [???] process and group IDs */
^
/usr/include/sys/_types.h:73:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_sigset_t; /* [???] signal set */
^
/usr/include/sys/_types.h:74:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_suseconds_t; /* [???] microseconds */
^
/usr/include/sys/_types.h:75:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_uid_t; /* [???] user IDs */
^
/usr/include/sys/_types.h:76:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_useconds_t; /* [???] microseconds */
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2:
In file included from /usr/include/sys/time.h:75:
/usr/include/sys/_types/_fd_def.h:47:2: error: unknown type name '__int32_t'
__int32_t fds_bits[__DARWIN_howmany(__DARWIN_FD_SETSIZE, __DARWIN_NFDBITS)];
^
/usr/include/sys/_types/_fd_def.h:47:59: error: use of undeclared identifier '__int32_t'
__int32_t fds_bits[__DARWIN_howmany(__DARWIN_FD_SETSIZE, __DARWIN_NFDBITS)];
^
/usr/include/sys/_types/_fd_def.h:42:34: note: expanded from macro '__DARWIN_NFDBITS'
#define __DARWIN_NFDBITS (sizeof(__int32_t) * __DARWIN_NBBY) /* bits per mask */
^
/usr/include/sys/_types/_fd_def.h:47:59: error: use of undeclared identifier '__int32_t'
/usr/include/sys/_types/_fd_def.h:42:34: note: expanded from macro '__DARWIN_NFDBITS'
#define __DARWIN_NFDBITS (sizeof(__int32_t) * __DARWIN_NBBY) /* bits per mask */
^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
make[1]: *** [CMakeFiles/cmTC_b4faa.dir/CheckSymbolExists.c.o] Error 1
make: *** [cmTC_b4faa/fast] Error 2
File /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <sys/time.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef timerclear
return ((int*)(&timerclear))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the timercmp exist failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_7135d/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_7135d.dir/build.make CMakeFiles/cmTC_7135d.dir/build
Building C object CMakeFiles/cmTC_7135d.dir/CheckSymbolExists.c.o
/usr/bin/gcc -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_7135d.dir/CheckSymbolExists.c.o -c /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2:
In file included from /usr/include/sys/time.h:67:
/usr/include/sys/cdefs.h:761:2: error: Unsupported architecture
#error Unsupported architecture
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2:
In file included from /usr/include/sys/time.h:68:
In file included from /usr/include/sys/_types.h:33:
/usr/include/machine/_types.h:34:2: error: architecture not supported
#error architecture not supported
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2:
In file included from /usr/include/sys/time.h:68:
/usr/include/sys/_types.h:55:9: error: unknown type name '__int64_t'
typedef __int64_t __darwin_blkcnt_t; /* total blocks */
^
/usr/include/sys/_types.h:56:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_blksize_t; /* preferred block size */
^
/usr/include/sys/_types.h:57:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_dev_t; /* dev_t */
^
/usr/include/sys/_types.h:60:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_gid_t; /* [???] process and group IDs */
^
/usr/include/sys/_types.h:61:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_id_t; /* [XSI] pid_t, uid_t, or gid_t*/
^
/usr/include/sys/_types.h:62:9: error: unknown type name '__uint64_t'
typedef __uint64_t __darwin_ino64_t; /* [???] Used for 64 bit inodes */
^
/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 */
^
/usr/include/sys/_types.h:70:9: error: unknown type name '__uint16_t'
typedef __uint16_t __darwin_mode_t; /* [???] Some file attributes */
^
/usr/include/sys/_types.h:71:9: error: unknown type name '__int64_t'
typedef __int64_t __darwin_off_t; /* [???] Used for file sizes */
^
/usr/include/sys/_types.h:72:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_pid_t; /* [???] process and group IDs */
^
/usr/include/sys/_types.h:73:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_sigset_t; /* [???] signal set */
^
/usr/include/sys/_types.h:74:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_suseconds_t; /* [???] microseconds */
^
/usr/include/sys/_types.h:75:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_uid_t; /* [???] user IDs */
^
/usr/include/sys/_types.h:76:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_useconds_t; /* [???] microseconds */
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2:
In file included from /usr/include/sys/time.h:75:
/usr/include/sys/_types/_fd_def.h:47:2: error: unknown type name '__int32_t'
__int32_t fds_bits[__DARWIN_howmany(__DARWIN_FD_SETSIZE, __DARWIN_NFDBITS)];
^
/usr/include/sys/_types/_fd_def.h:47:59: error: use of undeclared identifier '__int32_t'
__int32_t fds_bits[__DARWIN_howmany(__DARWIN_FD_SETSIZE, __DARWIN_NFDBITS)];
^
/usr/include/sys/_types/_fd_def.h:42:34: note: expanded from macro '__DARWIN_NFDBITS'
#define __DARWIN_NFDBITS (sizeof(__int32_t) * __DARWIN_NBBY) /* bits per mask */
^
/usr/include/sys/_types/_fd_def.h:47:59: error: use of undeclared identifier '__int32_t'
/usr/include/sys/_types/_fd_def.h:42:34: note: expanded from macro '__DARWIN_NFDBITS'
#define __DARWIN_NFDBITS (sizeof(__int32_t) * __DARWIN_NBBY) /* bits per mask */
^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
make[1]: *** [CMakeFiles/cmTC_7135d.dir/CheckSymbolExists.c.o] Error 1
make: *** [cmTC_7135d/fast] Error 2
File /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <sys/time.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef timercmp
return ((int*)(&timercmp))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the timerisset exist failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_b506e/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_b506e.dir/build.make CMakeFiles/cmTC_b506e.dir/build
Building C object CMakeFiles/cmTC_b506e.dir/CheckSymbolExists.c.o
/usr/bin/gcc -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_b506e.dir/CheckSymbolExists.c.o -c /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2:
In file included from /usr/include/sys/time.h:67:
/usr/include/sys/cdefs.h:761:2: error: Unsupported architecture
#error Unsupported architecture
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2:
In file included from /usr/include/sys/time.h:68:
In file included from /usr/include/sys/_types.h:33:
/usr/include/machine/_types.h:34:2: error: architecture not supported
#error architecture not supported
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2:
In file included from /usr/include/sys/time.h:68:
/usr/include/sys/_types.h:55:9: error: unknown type name '__int64_t'
typedef __int64_t __darwin_blkcnt_t; /* total blocks */
^
/usr/include/sys/_types.h:56:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_blksize_t; /* preferred block size */
^
/usr/include/sys/_types.h:57:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_dev_t; /* dev_t */
^
/usr/include/sys/_types.h:60:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_gid_t; /* [???] process and group IDs */
^
/usr/include/sys/_types.h:61:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_id_t; /* [XSI] pid_t, uid_t, or gid_t*/
^
/usr/include/sys/_types.h:62:9: error: unknown type name '__uint64_t'
typedef __uint64_t __darwin_ino64_t; /* [???] Used for 64 bit inodes */
^
/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 */
^
/usr/include/sys/_types.h:70:9: error: unknown type name '__uint16_t'
typedef __uint16_t __darwin_mode_t; /* [???] Some file attributes */
^
/usr/include/sys/_types.h:71:9: error: unknown type name '__int64_t'
typedef __int64_t __darwin_off_t; /* [???] Used for file sizes */
^
/usr/include/sys/_types.h:72:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_pid_t; /* [???] process and group IDs */
^
/usr/include/sys/_types.h:73:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_sigset_t; /* [???] signal set */
^
/usr/include/sys/_types.h:74:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_suseconds_t; /* [???] microseconds */
^
/usr/include/sys/_types.h:75:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_uid_t; /* [???] user IDs */
^
/usr/include/sys/_types.h:76:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_useconds_t; /* [???] microseconds */
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2:
In file included from /usr/include/sys/time.h:75:
/usr/include/sys/_types/_fd_def.h:47:2: error: unknown type name '__int32_t'
__int32_t fds_bits[__DARWIN_howmany(__DARWIN_FD_SETSIZE, __DARWIN_NFDBITS)];
^
/usr/include/sys/_types/_fd_def.h:47:59: error: use of undeclared identifier '__int32_t'
__int32_t fds_bits[__DARWIN_howmany(__DARWIN_FD_SETSIZE, __DARWIN_NFDBITS)];
^
/usr/include/sys/_types/_fd_def.h:42:34: note: expanded from macro '__DARWIN_NFDBITS'
#define __DARWIN_NFDBITS (sizeof(__int32_t) * __DARWIN_NBBY) /* bits per mask */
^
/usr/include/sys/_types/_fd_def.h:47:59: error: use of undeclared identifier '__int32_t'
/usr/include/sys/_types/_fd_def.h:42:34: note: expanded from macro '__DARWIN_NFDBITS'
#define __DARWIN_NFDBITS (sizeof(__int32_t) * __DARWIN_NBBY) /* bits per mask */
^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
make[1]: *** [CMakeFiles/cmTC_b506e.dir/CheckSymbolExists.c.o] Error 1
make: *** [cmTC_b506e/fast] Error 2
File /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <sys/time.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef timerisset
return ((int*)(&timerisset))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if files sys/time.h exist failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_141e0/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_141e0.dir/build.make CMakeFiles/cmTC_141e0.dir/build
Building C object CMakeFiles/cmTC_141e0.dir/CheckIncludeFiles.c.o
/usr/bin/gcc -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_141e0.dir/CheckIncludeFiles.c.o -c /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:
In file included from /usr/include/sys/time.h:67:
/usr/include/sys/cdefs.h:761:2: error: Unsupported architecture
#error Unsupported architecture
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:
In file included from /usr/include/sys/time.h:68:
In file included from /usr/include/sys/_types.h:33:
/usr/include/machine/_types.h:34:2: error: architecture not supported
#error architecture not supported
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:
In file included from /usr/include/sys/time.h:68:
/usr/include/sys/_types.h:55:9: error: unknown type name '__int64_t'
typedef __int64_t __darwin_blkcnt_t; /* total blocks */
^
/usr/include/sys/_types.h:56:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_blksize_t; /* preferred block size */
^
/usr/include/sys/_types.h:57:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_dev_t; /* dev_t */
^
/usr/include/sys/_types.h:60:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_gid_t; /* [???] process and group IDs */
^
/usr/include/sys/_types.h:61:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_id_t; /* [XSI] pid_t, uid_t, or gid_t*/
^
/usr/include/sys/_types.h:62:9: error: unknown type name '__uint64_t'
typedef __uint64_t __darwin_ino64_t; /* [???] Used for 64 bit inodes */
^
/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 */
^
/usr/include/sys/_types.h:70:9: error: unknown type name '__uint16_t'
typedef __uint16_t __darwin_mode_t; /* [???] Some file attributes */
^
/usr/include/sys/_types.h:71:9: error: unknown type name '__int64_t'
typedef __int64_t __darwin_off_t; /* [???] Used for file sizes */
^
/usr/include/sys/_types.h:72:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_pid_t; /* [???] process and group IDs */
^
/usr/include/sys/_types.h:73:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_sigset_t; /* [???] signal set */
^
/usr/include/sys/_types.h:74:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_suseconds_t; /* [???] microseconds */
^
/usr/include/sys/_types.h:75:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_uid_t; /* [???] user IDs */
^
/usr/include/sys/_types.h:76:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_useconds_t; /* [???] microseconds */
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:
In file included from /usr/include/sys/time.h:75:
/usr/include/sys/_types/_fd_def.h:47:2: error: unknown type name '__int32_t'
__int32_t fds_bits[__DARWIN_howmany(__DARWIN_FD_SETSIZE, __DARWIN_NFDBITS)];
^
/usr/include/sys/_types/_fd_def.h:47:59: error: use of undeclared identifier '__int32_t'
__int32_t fds_bits[__DARWIN_howmany(__DARWIN_FD_SETSIZE, __DARWIN_NFDBITS)];
^
/usr/include/sys/_types/_fd_def.h:42:34: note: expanded from macro '__DARWIN_NFDBITS'
#define __DARWIN_NFDBITS (sizeof(__int32_t) * __DARWIN_NBBY) /* bits per mask */
^
/usr/include/sys/_types/_fd_def.h:47:59: error: use of undeclared identifier '__int32_t'
/usr/include/sys/_types/_fd_def.h:42:34: note: expanded from macro '__DARWIN_NFDBITS'
#define __DARWIN_NFDBITS (sizeof(__int32_t) * __DARWIN_NBBY) /* bits per mask */
^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
make[1]: *** [CMakeFiles/cmTC_141e0.dir/CheckIncludeFiles.c.o] Error 1
make: *** [cmTC_141e0/fast] Error 2
Source:
/* */
#include <sys/time.h>
int main(void){return 0;}
Determining if files sys/times.h exist failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_9b98d/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_9b98d.dir/build.make CMakeFiles/cmTC_9b98d.dir/build
Building C object CMakeFiles/cmTC_9b98d.dir/CheckIncludeFiles.c.o
/usr/bin/gcc -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_9b98d.dir/CheckIncludeFiles.c.o -c /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:
In file included from /usr/include/sys/times.h:73:
/usr/include/sys/cdefs.h:761:2: error: Unsupported architecture
#error Unsupported architecture
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:
In file included from /usr/include/sys/times.h:74:
In file included from /usr/include/sys/_types.h:33:
/usr/include/machine/_types.h:34:2: error: architecture not supported
#error architecture not supported
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:
In file included from /usr/include/sys/times.h:74:
/usr/include/sys/_types.h:55:9: error: unknown type name '__int64_t'
typedef __int64_t __darwin_blkcnt_t; /* total blocks */
^
/usr/include/sys/_types.h:56:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_blksize_t; /* preferred block size */
^
/usr/include/sys/_types.h:57:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_dev_t; /* dev_t */
^
/usr/include/sys/_types.h:60:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_gid_t; /* [???] process and group IDs */
^
/usr/include/sys/_types.h:61:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_id_t; /* [XSI] pid_t, uid_t, or gid_t*/
^
/usr/include/sys/_types.h:62:9: error: unknown type name '__uint64_t'
typedef __uint64_t __darwin_ino64_t; /* [???] Used for 64 bit inodes */
^
/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 */
^
/usr/include/sys/_types.h:70:9: error: unknown type name '__uint16_t'
typedef __uint16_t __darwin_mode_t; /* [???] Some file attributes */
^
/usr/include/sys/_types.h:71:9: error: unknown type name '__int64_t'
typedef __int64_t __darwin_off_t; /* [???] Used for file sizes */
^
/usr/include/sys/_types.h:72:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_pid_t; /* [???] process and group IDs */
^
/usr/include/sys/_types.h:73:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_sigset_t; /* [???] signal set */
^
/usr/include/sys/_types.h:74:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_suseconds_t; /* [???] microseconds */
^
/usr/include/sys/_types.h:75:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_uid_t; /* [???] user IDs */
^
/usr/include/sys/_types.h:76:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_useconds_t; /* [???] microseconds */
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:
In file included from /usr/include/sys/times.h:77:
/usr/include/sys/_types/_clock_t.h:30:9: error: unknown type name '__darwin_clock_t'; did you mean '__darwin_ino_t'?
typedef __darwin_clock_t clock_t;
^
/usr/include/sys/_types.h:64:26: note: '__darwin_ino_t' declared here
typedef __darwin_ino64_t __darwin_ino_t; /* [???] Used for inodes */
^
17 errors generated.
make[1]: *** [CMakeFiles/cmTC_9b98d.dir/CheckIncludeFiles.c.o] Error 1
make: *** [cmTC_9b98d/fast] Error 2
Source:
/* */
#include <sys/times.h>
int main(void){return 0;}
Determining if the function times exists failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_6e3ab/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_6e3ab.dir/build.make CMakeFiles/cmTC_6e3ab.dir/build
Building C object CMakeFiles/cmTC_6e3ab.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=times -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_6e3ab.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_6e3ab
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_6e3ab.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=times -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_6e3ab.dir/CheckFunctionExists.c.o -o cmTC_6e3ab
ld: library not found for -lcrt1.3.1.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTC_6e3ab] Error 1
make: *** [cmTC_6e3ab/fast] Error 2
Determining if the function gettimeofday exists failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_33608/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_33608.dir/build.make CMakeFiles/cmTC_33608.dir/build
Building C object CMakeFiles/cmTC_33608.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=gettimeofday -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_33608.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_33608
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_33608.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=gettimeofday -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_33608.dir/CheckFunctionExists.c.o -o cmTC_33608
ld: library not found for -lcrt1.3.1.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTC_33608] Error 1
make: *** [cmTC_33608/fast] Error 2
Determining if the lrand48 exist failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_c3616/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_c3616.dir/build.make CMakeFiles/cmTC_c3616.dir/build
Building C object CMakeFiles/cmTC_c3616.dir/CheckSymbolExists.c.o
/usr/bin/gcc -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_c3616.dir/CheckSymbolExists.c.o -c /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2:
In file included from /usr/include/stdlib.h:63:
In file included from /usr/include/_types.h:27:
In file included from /usr/include/sys/_types.h:32:
/usr/include/sys/cdefs.h:761:2: error: Unsupported architecture
#error Unsupported architecture
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2:
In file included from /usr/include/stdlib.h:63:
In file included from /usr/include/_types.h:27:
In file included from /usr/include/sys/_types.h:33:
/usr/include/machine/_types.h:34:2: error: architecture not supported
#error architecture not supported
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2:
In file included from /usr/include/stdlib.h:63:
In file included from /usr/include/_types.h:27:
/usr/include/sys/_types.h:55:9: error: unknown type name '__int64_t'
typedef __int64_t __darwin_blkcnt_t; /* total blocks */
^
/usr/include/sys/_types.h:56:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_blksize_t; /* preferred block size */
^
/usr/include/sys/_types.h:57:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_dev_t; /* dev_t */
^
/usr/include/sys/_types.h:60:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_gid_t; /* [???] process and group IDs */
^
/usr/include/sys/_types.h:61:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_id_t; /* [XSI] pid_t, uid_t, or gid_t*/
^
/usr/include/sys/_types.h:62:9: error: unknown type name '__uint64_t'
typedef __uint64_t __darwin_ino64_t; /* [???] Used for 64 bit inodes */
^
/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 */
^
/usr/include/sys/_types.h:70:9: error: unknown type name '__uint16_t'
typedef __uint16_t __darwin_mode_t; /* [???] Some file attributes */
^
/usr/include/sys/_types.h:71:9: error: unknown type name '__int64_t'
typedef __int64_t __darwin_off_t; /* [???] Used for file sizes */
^
/usr/include/sys/_types.h:72:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_pid_t; /* [???] process and group IDs */
^
/usr/include/sys/_types.h:73:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_sigset_t; /* [???] signal set */
^
/usr/include/sys/_types.h:74:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_suseconds_t; /* [???] microseconds */
^
/usr/include/sys/_types.h:75:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_uid_t; /* [???] user IDs */
^
/usr/include/sys/_types.h:76:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_useconds_t; /* [???] microseconds */
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2:
In file included from /usr/include/stdlib.h:65:
In file included from /usr/include/sys/wait.h:109:
In file included from /usr/include/sys/signal.h:82:
/usr/include/machine/signal.h:34:2: error: architecture not supported
#error architecture not supported
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2:
In file included from /usr/include/stdlib.h:65:
In file included from /usr/include/sys/wait.h:109:
In file included from /usr/include/sys/signal.h:146:
/usr/include/machine/_mcontext.h:31:2: error: architecture not supported
#error architecture not supported
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2:
In file included from /usr/include/stdlib.h:65:
In file included from /usr/include/sys/wait.h:109:
In file included from /usr/include/sys/signal.h:150:
/usr/include/sys/_types/_sigaltstack.h:39:2: error: unknown type name '__darwin_size_t'; did you mean '__darwin_ino_t'?
__darwin_size_t ss_size; /* signal stack length */
^
/usr/include/sys/_types.h:64:26: note: '__darwin_ino_t' declared here
typedef __darwin_ino64_t __darwin_ino_t; /* [???] Used for inodes */
^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
make[1]: *** [CMakeFiles/cmTC_c3616.dir/CheckSymbolExists.c.o] Error 1
make: *** [cmTC_c3616/fast] Error 2
File /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <stdlib.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef lrand48
return ((int*)(&lrand48))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the TIOCGWINSZ exist failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_70d11/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_70d11.dir/build.make CMakeFiles/cmTC_70d11.dir/build
Building C object CMakeFiles/cmTC_70d11.dir/CheckSymbolExists.c.o
/usr/bin/gcc -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_70d11.dir/CheckSymbolExists.c.o -c /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2:
In file included from /usr/include/sys/ioctl.h:72:
In file included from /usr/include/sys/ttycom.h:72:
In file included from /usr/include/sys/ioccom.h:67:
In file included from /usr/include/sys/_types.h:32:
/usr/include/sys/cdefs.h:761:2: error: Unsupported architecture
#error Unsupported architecture
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2:
In file included from /usr/include/sys/ioctl.h:72:
In file included from /usr/include/sys/ttycom.h:72:
In file included from /usr/include/sys/ioccom.h:67:
In file included from /usr/include/sys/_types.h:33:
/usr/include/machine/_types.h:34:2: error: architecture not supported
#error architecture not supported
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2:
In file included from /usr/include/sys/ioctl.h:72:
In file included from /usr/include/sys/ttycom.h:72:
In file included from /usr/include/sys/ioccom.h:67:
/usr/include/sys/_types.h:55:9: error: unknown type name '__int64_t'
typedef __int64_t __darwin_blkcnt_t; /* total blocks */
^
/usr/include/sys/_types.h:56:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_blksize_t; /* preferred block size */
^
/usr/include/sys/_types.h:57:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_dev_t; /* dev_t */
^
/usr/include/sys/_types.h:60:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_gid_t; /* [???] process and group IDs */
^
/usr/include/sys/_types.h:61:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_id_t; /* [XSI] pid_t, uid_t, or gid_t*/
^
/usr/include/sys/_types.h:62:9: error: unknown type name '__uint64_t'
typedef __uint64_t __darwin_ino64_t; /* [???] Used for 64 bit inodes */
^
/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 */
^
/usr/include/sys/_types.h:70:9: error: unknown type name '__uint16_t'
typedef __uint16_t __darwin_mode_t; /* [???] Some file attributes */
^
/usr/include/sys/_types.h:71:9: error: unknown type name '__int64_t'
typedef __int64_t __darwin_off_t; /* [???] Used for file sizes */
^
/usr/include/sys/_types.h:72:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_pid_t; /* [???] process and group IDs */
^
/usr/include/sys/_types.h:73:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_sigset_t; /* [???] signal set */
^
/usr/include/sys/_types.h:74:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_suseconds_t; /* [???] microseconds */
^
/usr/include/sys/_types.h:75:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_uid_t; /* [???] user IDs */
^
/usr/include/sys/_types.h:76:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_useconds_t; /* [???] microseconds */
^
16 errors generated.
make[1]: *** [CMakeFiles/cmTC_70d11.dir/CheckSymbolExists.c.o] Error 1
make: *** [cmTC_70d11/fast] Error 2
File /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <sys/ioctl.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef TIOCGWINSZ
return ((int*)(&TIOCGWINSZ))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the FIONREAD exist failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_e954b/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_e954b.dir/build.make CMakeFiles/cmTC_e954b.dir/build
Building C object CMakeFiles/cmTC_e954b.dir/CheckSymbolExists.c.o
/usr/bin/gcc -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_e954b.dir/CheckSymbolExists.c.o -c /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2:
In file included from /usr/include/sys/ioctl.h:72:
In file included from /usr/include/sys/ttycom.h:72:
In file included from /usr/include/sys/ioccom.h:67:
In file included from /usr/include/sys/_types.h:32:
/usr/include/sys/cdefs.h:761:2: error: Unsupported architecture
#error Unsupported architecture
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2:
In file included from /usr/include/sys/ioctl.h:72:
In file included from /usr/include/sys/ttycom.h:72:
In file included from /usr/include/sys/ioccom.h:67:
In file included from /usr/include/sys/_types.h:33:
/usr/include/machine/_types.h:34:2: error: architecture not supported
#error architecture not supported
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2:
In file included from /usr/include/sys/ioctl.h:72:
In file included from /usr/include/sys/ttycom.h:72:
In file included from /usr/include/sys/ioccom.h:67:
/usr/include/sys/_types.h:55:9: error: unknown type name '__int64_t'
typedef __int64_t __darwin_blkcnt_t; /* total blocks */
^
/usr/include/sys/_types.h:56:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_blksize_t; /* preferred block size */
^
/usr/include/sys/_types.h:57:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_dev_t; /* dev_t */
^
/usr/include/sys/_types.h:60:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_gid_t; /* [???] process and group IDs */
^
/usr/include/sys/_types.h:61:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_id_t; /* [XSI] pid_t, uid_t, or gid_t*/
^
/usr/include/sys/_types.h:62:9: error: unknown type name '__uint64_t'
typedef __uint64_t __darwin_ino64_t; /* [???] Used for 64 bit inodes */
^
/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 */
^
/usr/include/sys/_types.h:70:9: error: unknown type name '__uint16_t'
typedef __uint16_t __darwin_mode_t; /* [???] Some file attributes */
^
/usr/include/sys/_types.h:71:9: error: unknown type name '__int64_t'
typedef __int64_t __darwin_off_t; /* [???] Used for file sizes */
^
/usr/include/sys/_types.h:72:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_pid_t; /* [???] process and group IDs */
^
/usr/include/sys/_types.h:73:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_sigset_t; /* [???] signal set */
^
/usr/include/sys/_types.h:74:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_suseconds_t; /* [???] microseconds */
^
/usr/include/sys/_types.h:75:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_uid_t; /* [???] user IDs */
^
/usr/include/sys/_types.h:76:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_useconds_t; /* [???] microseconds */
^
16 errors generated.
make[1]: *** [CMakeFiles/cmTC_e954b.dir/CheckSymbolExists.c.o] Error 1
make: *** [cmTC_e954b/fast] Error 2
File /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <sys/ioctl.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef FIONREAD
return ((int*)(&FIONREAD))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the FIONREAD exist failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_775ca/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_775ca.dir/build.make CMakeFiles/cmTC_775ca.dir/build
Building C object CMakeFiles/cmTC_775ca.dir/CheckSymbolExists.c.o
/usr/bin/gcc -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_775ca.dir/CheckSymbolExists.c.o -c /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2:
In file included from /usr/include/sys/filio.h:72:
In file included from /usr/include/sys/ioccom.h:67:
In file included from /usr/include/sys/_types.h:32:
/usr/include/sys/cdefs.h:761:2: error: Unsupported architecture
#error Unsupported architecture
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2:
In file included from /usr/include/sys/filio.h:72:
In file included from /usr/include/sys/ioccom.h:67:
In file included from /usr/include/sys/_types.h:33:
/usr/include/machine/_types.h:34:2: error: architecture not supported
#error architecture not supported
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2:
In file included from /usr/include/sys/filio.h:72:
In file included from /usr/include/sys/ioccom.h:67:
/usr/include/sys/_types.h:55:9: error: unknown type name '__int64_t'
typedef __int64_t __darwin_blkcnt_t; /* total blocks */
^
/usr/include/sys/_types.h:56:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_blksize_t; /* preferred block size */
^
/usr/include/sys/_types.h:57:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_dev_t; /* dev_t */
^
/usr/include/sys/_types.h:60:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_gid_t; /* [???] process and group IDs */
^
/usr/include/sys/_types.h:61:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_id_t; /* [XSI] pid_t, uid_t, or gid_t*/
^
/usr/include/sys/_types.h:62:9: error: unknown type name '__uint64_t'
typedef __uint64_t __darwin_ino64_t; /* [???] Used for 64 bit inodes */
^
/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 */
^
/usr/include/sys/_types.h:70:9: error: unknown type name '__uint16_t'
typedef __uint16_t __darwin_mode_t; /* [???] Some file attributes */
^
/usr/include/sys/_types.h:71:9: error: unknown type name '__int64_t'
typedef __int64_t __darwin_off_t; /* [???] Used for file sizes */
^
/usr/include/sys/_types.h:72:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_pid_t; /* [???] process and group IDs */
^
/usr/include/sys/_types.h:73:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_sigset_t; /* [???] signal set */
^
/usr/include/sys/_types.h:74:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_suseconds_t; /* [???] microseconds */
^
/usr/include/sys/_types.h:75:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_uid_t; /* [???] user IDs */
^
/usr/include/sys/_types.h:76:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_useconds_t; /* [???] microseconds */
^
16 errors generated.
make[1]: *** [CMakeFiles/cmTC_775ca.dir/CheckSymbolExists.c.o] Error 1
make: *** [cmTC_775ca/fast] Error 2
File /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <sys/filio.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef FIONREAD
return ((int*)(&FIONREAD))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the SIGEV_THREAD_ID exist failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_0859b/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_0859b.dir/build.make CMakeFiles/cmTC_0859b.dir/build
Building C object CMakeFiles/cmTC_0859b.dir/CheckSymbolExists.c.o
/usr/bin/gcc -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_0859b.dir/CheckSymbolExists.c.o -c /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2:
In file included from /usr/include/signal.h:61:
/usr/include/sys/cdefs.h:761:2: error: Unsupported architecture
#error Unsupported architecture
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2:
In file included from /usr/include/signal.h:62:
In file included from /usr/include/_types.h:27:
In file included from /usr/include/sys/_types.h:33:
/usr/include/machine/_types.h:34:2: error: architecture not supported
#error architecture not supported
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2:
In file included from /usr/include/signal.h:62:
In file included from /usr/include/_types.h:27:
/usr/include/sys/_types.h:55:9: error: unknown type name '__int64_t'
typedef __int64_t __darwin_blkcnt_t; /* total blocks */
^
/usr/include/sys/_types.h:56:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_blksize_t; /* preferred block size */
^
/usr/include/sys/_types.h:57:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_dev_t; /* dev_t */
^
/usr/include/sys/_types.h:60:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_gid_t; /* [???] process and group IDs */
^
/usr/include/sys/_types.h:61:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_id_t; /* [XSI] pid_t, uid_t, or gid_t*/
^
/usr/include/sys/_types.h:62:9: error: unknown type name '__uint64_t'
typedef __uint64_t __darwin_ino64_t; /* [???] Used for 64 bit inodes */
^
/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 */
^
/usr/include/sys/_types.h:70:9: error: unknown type name '__uint16_t'
typedef __uint16_t __darwin_mode_t; /* [???] Some file attributes */
^
/usr/include/sys/_types.h:71:9: error: unknown type name '__int64_t'
typedef __int64_t __darwin_off_t; /* [???] Used for file sizes */
^
/usr/include/sys/_types.h:72:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_pid_t; /* [???] process and group IDs */
^
/usr/include/sys/_types.h:73:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_sigset_t; /* [???] signal set */
^
/usr/include/sys/_types.h:74:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_suseconds_t; /* [???] microseconds */
^
/usr/include/sys/_types.h:75:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_uid_t; /* [???] user IDs */
^
/usr/include/sys/_types.h:76:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_useconds_t; /* [???] microseconds */
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2:
In file included from /usr/include/signal.h:63:
In file included from /usr/include/sys/signal.h:82:
/usr/include/machine/signal.h:34:2: error: architecture not supported
#error architecture not supported
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2:
In file included from /usr/include/signal.h:63:
In file included from /usr/include/sys/signal.h:146:
/usr/include/machine/_mcontext.h:31:2: error: architecture not supported
#error architecture not supported
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2:
In file included from /usr/include/signal.h:63:
In file included from /usr/include/sys/signal.h:150:
/usr/include/sys/_types/_sigaltstack.h:39:2: error: unknown type name '__darwin_size_t'; did you mean '__darwin_ino_t'?
__darwin_size_t ss_size; /* signal stack length */
^
/usr/include/sys/_types.h:64:26: note: '__darwin_ino_t' declared here
typedef __darwin_ino64_t __darwin_ino_t; /* [???] Used for inodes */
^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
make[1]: *** [CMakeFiles/cmTC_0859b.dir/CheckSymbolExists.c.o] Error 1
make: *** [cmTC_0859b/fast] Error 2
File /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <signal.h>
#include <time.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef SIGEV_THREAD_ID
return ((int*)(&SIGEV_THREAD_ID))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the SIGEV_PORT exist failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_a4f4e/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_a4f4e.dir/build.make CMakeFiles/cmTC_a4f4e.dir/build
Building C object CMakeFiles/cmTC_a4f4e.dir/CheckSymbolExists.c.o
/usr/bin/gcc -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_a4f4e.dir/CheckSymbolExists.c.o -c /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2:
In file included from /usr/include/signal.h:61:
/usr/include/sys/cdefs.h:761:2: error: Unsupported architecture
#error Unsupported architecture
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2:
In file included from /usr/include/signal.h:62:
In file included from /usr/include/_types.h:27:
In file included from /usr/include/sys/_types.h:33:
/usr/include/machine/_types.h:34:2: error: architecture not supported
#error architecture not supported
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2:
In file included from /usr/include/signal.h:62:
In file included from /usr/include/_types.h:27:
/usr/include/sys/_types.h:55:9: error: unknown type name '__int64_t'
typedef __int64_t __darwin_blkcnt_t; /* total blocks */
^
/usr/include/sys/_types.h:56:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_blksize_t; /* preferred block size */
^
/usr/include/sys/_types.h:57:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_dev_t; /* dev_t */
^
/usr/include/sys/_types.h:60:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_gid_t; /* [???] process and group IDs */
^
/usr/include/sys/_types.h:61:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_id_t; /* [XSI] pid_t, uid_t, or gid_t*/
^
/usr/include/sys/_types.h:62:9: error: unknown type name '__uint64_t'
typedef __uint64_t __darwin_ino64_t; /* [???] Used for 64 bit inodes */
^
/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 */
^
/usr/include/sys/_types.h:70:9: error: unknown type name '__uint16_t'
typedef __uint16_t __darwin_mode_t; /* [???] Some file attributes */
^
/usr/include/sys/_types.h:71:9: error: unknown type name '__int64_t'
typedef __int64_t __darwin_off_t; /* [???] Used for file sizes */
^
/usr/include/sys/_types.h:72:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_pid_t; /* [???] process and group IDs */
^
/usr/include/sys/_types.h:73:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_sigset_t; /* [???] signal set */
^
/usr/include/sys/_types.h:74:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_suseconds_t; /* [???] microseconds */
^
/usr/include/sys/_types.h:75:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_uid_t; /* [???] user IDs */
^
/usr/include/sys/_types.h:76:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_useconds_t; /* [???] microseconds */
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2:
In file included from /usr/include/signal.h:63:
In file included from /usr/include/sys/signal.h:82:
/usr/include/machine/signal.h:34:2: error: architecture not supported
#error architecture not supported
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2:
In file included from /usr/include/signal.h:63:
In file included from /usr/include/sys/signal.h:146:
/usr/include/machine/_mcontext.h:31:2: error: architecture not supported
#error architecture not supported
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2:
In file included from /usr/include/signal.h:63:
In file included from /usr/include/sys/signal.h:150:
/usr/include/sys/_types/_sigaltstack.h:39:2: error: unknown type name '__darwin_size_t'; did you mean '__darwin_ino_t'?
__darwin_size_t ss_size; /* signal stack length */
^
/usr/include/sys/_types.h:64:26: note: '__darwin_ino_t' declared here
typedef __darwin_ino64_t __darwin_ino_t; /* [???] Used for inodes */
^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
make[1]: *** [CMakeFiles/cmTC_a4f4e.dir/CheckSymbolExists.c.o] Error 1
make: *** [cmTC_a4f4e/fast] Error 2
File /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <signal.h>
#include <time.h>
#include <sys/siginfo.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef SIGEV_PORT
return ((int*)(&SIGEV_PORT))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the log2 exist failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_066cd/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_066cd.dir/build.make CMakeFiles/cmTC_066cd.dir/build
Building C object CMakeFiles/cmTC_066cd.dir/CheckSymbolExists.c.o
/usr/bin/gcc -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_066cd.dir/CheckSymbolExists.c.o -c /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2:
In file included from /usr/include/math.h:30:
/usr/include/sys/cdefs.h:761:2: error: Unsupported architecture
#error Unsupported architecture
^
1 error generated.
make[1]: *** [CMakeFiles/cmTC_066cd.dir/CheckSymbolExists.c.o] Error 1
make: *** [cmTC_066cd/fast] Error 2
File /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <math.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef log2
return ((int*)(&log2))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the isinf exist failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_a195b/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_a195b.dir/build.make CMakeFiles/cmTC_a195b.dir/build
Building C object CMakeFiles/cmTC_a195b.dir/CheckSymbolExists.c.o
/usr/bin/gcc -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_a195b.dir/CheckSymbolExists.c.o -c /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2:
In file included from /usr/include/math.h:30:
/usr/include/sys/cdefs.h:761:2: error: Unsupported architecture
#error Unsupported architecture
^
1 error generated.
make[1]: *** [CMakeFiles/cmTC_a195b.dir/CheckSymbolExists.c.o] Error 1
make: *** [cmTC_a195b/fast] Error 2
File /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <math.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef isinf
return ((int*)(&isinf))[argc];
#else
(void)argc;
return 0;
#endif
}
Performing C++ SOURCE FILE Test HAVE_CXX_ISINF failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_a6b88/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_a6b88.dir/build.make CMakeFiles/cmTC_a6b88.dir/build
Building CXX object CMakeFiles/cmTC_a6b88.dir/src.cxx.o
/usr/bin/g++ -fvisibility=hidden -fvisibility-inlines-hidden -DHAVE_CXX_ISINF -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_a6b88.dir/src.cxx.o -c /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/src.cxx
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/src.cxx:1:
In file included from /usr/include/math.h:30:
/usr/include/sys/cdefs.h:761:2: error: Unsupported architecture
#error Unsupported architecture
^
1 error generated.
make[1]: *** [CMakeFiles/cmTC_a6b88.dir/src.cxx.o] Error 1
make: *** [cmTC_a6b88/fast] Error 2
Source file was:
#include <math.h>
int main() {
isinf(0.0);
return 0;
}
Determining if the function timer_create exists failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_c5daa/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_c5daa.dir/build.make CMakeFiles/cmTC_c5daa.dir/build
Building C object CMakeFiles/cmTC_c5daa.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=timer_create -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_c5daa.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_c5daa
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c5daa.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=timer_create -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_c5daa.dir/CheckFunctionExists.c.o -o cmTC_c5daa
ld: library not found for -lcrt1.3.1.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTC_c5daa] Error 1
make: *** [cmTC_c5daa/fast] Error 2
Determining if the function timer_settime exists failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_62f01/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_62f01.dir/build.make CMakeFiles/cmTC_62f01.dir/build
Building C object CMakeFiles/cmTC_62f01.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=timer_settime -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_62f01.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_62f01
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_62f01.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=timer_settime -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_62f01.dir/CheckFunctionExists.c.o -o cmTC_62f01
ld: library not found for -lcrt1.3.1.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTC_62f01] Error 1
make: *** [cmTC_62f01/fast] Error 2
Determining if the function kqueue exists failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_aba27/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_aba27.dir/build.make CMakeFiles/cmTC_aba27.dir/build
Building C object CMakeFiles/cmTC_aba27.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=kqueue -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_aba27.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_aba27
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_aba27.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=kqueue -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_aba27.dir/CheckFunctionExists.c.o -o cmTC_aba27
ld: library not found for -lcrt1.3.1.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTC_aba27] Error 1
make: *** [cmTC_aba27/fast] Error 2
Determining if the EVFILT_TIMER exist failed with the following output:
Change Dir: /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_6b90d/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_6b90d.dir/build.make CMakeFiles/cmTC_6b90d.dir/build
Building C object CMakeFiles/cmTC_6b90d.dir/CheckSymbolExists.c.o
/usr/bin/gcc -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_6b90d.dir/CheckSymbolExists.c.o -c /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2:
In file included from /usr/include/sys/types.h:75:
/usr/include/sys/cdefs.h:761:2: error: Unsupported architecture
#error Unsupported architecture
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2:
In file included from /usr/include/sys/types.h:78:
/usr/include/machine/types.h:37:2: error: architecture not supported
#error architecture not supported
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2:
In file included from /usr/include/sys/types.h:79:
In file included from /usr/include/sys/_types.h:33:
/usr/include/machine/_types.h:34:2: error: architecture not supported
#error architecture not supported
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2:
In file included from /usr/include/sys/types.h:79:
/usr/include/sys/_types.h:55:9: error: unknown type name '__int64_t'
typedef __int64_t __darwin_blkcnt_t; /* total blocks */
^
/usr/include/sys/_types.h:56:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_blksize_t; /* preferred block size */
^
/usr/include/sys/_types.h:57:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_dev_t; /* dev_t */
^
/usr/include/sys/_types.h:60:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_gid_t; /* [???] process and group IDs */
^
/usr/include/sys/_types.h:61:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_id_t; /* [XSI] pid_t, uid_t, or gid_t*/
^
/usr/include/sys/_types.h:62:9: error: unknown type name '__uint64_t'
typedef __uint64_t __darwin_ino64_t; /* [???] Used for 64 bit inodes */
^
/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 */
^
/usr/include/sys/_types.h:70:9: error: unknown type name '__uint16_t'
typedef __uint16_t __darwin_mode_t; /* [???] Some file attributes */
^
/usr/include/sys/_types.h:71:9: error: unknown type name '__int64_t'
typedef __int64_t __darwin_off_t; /* [???] Used for file sizes */
^
/usr/include/sys/_types.h:72:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_pid_t; /* [???] process and group IDs */
^
/usr/include/sys/_types.h:73:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_sigset_t; /* [???] signal set */
^
/usr/include/sys/_types.h:74:9: error: unknown type name '__int32_t'
typedef __int32_t __darwin_suseconds_t; /* [???] microseconds */
^
/usr/include/sys/_types.h:75:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_uid_t; /* [???] user IDs */
^
/usr/include/sys/_types.h:76:9: error: unknown type name '__uint32_t'
typedef __uint32_t __darwin_useconds_t; /* [???] microseconds */
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2:
In file included from /usr/include/sys/types.h:81:
/usr/include/machine/endian.h:37:2: error: architecture not supported
#error architecture not supported
^
In file included from /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2:
/usr/include/sys/types.h:95:9: error: unknown type name 'u_int64_t'
typedef u_int64_t u_quad_t; /* quads */
^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
make[1]: *** [CMakeFiles/cmTC_6b90d.dir/CheckSymbolExists.c.o] Error 1
make: *** [cmTC_6b90d/fast] Error 2
File /Users/elliot/dev/mysql-connector-c-6.1.11-src/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <sys/types.h>
#include <sys/event.h>
#include <sys/time.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef EVFILT_TIMER
return ((int*)(&EVFILT_TIMER))[argc];
#else
(void)argc;
return 0;
#endif
}
cd ~/dev/mysql-connector-c-6.1.11-src/build
cmake .. -DCMAKE_TOOLCHAIN_FILE=../../ios-cmake/toolchain/iOS.cmake -DCMAKE_INSTALL_PREFIX=. -DHAVE_FDATASYNC:INTERNAL=0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment