Skip to content

Instantly share code, notes, and snippets.

@NotVeryGoodAtCodingButOk
Created August 1, 2020 22:15
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 NotVeryGoodAtCodingButOk/735f9571edf62fd5750af9d221e375a3 to your computer and use it in GitHub Desktop.
Save NotVeryGoodAtCodingButOk/735f9571edf62fd5750af9d221e375a3 to your computer and use it in GitHub Desktop.
Determining if the include file sys/types.h exists failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_265ac && [1/2] Building C object CMakeFiles/cmTC_265ac.dir/CheckIncludeFile.c.o
FAILED: CMakeFiles/cmTC_265ac.dir/CheckIncludeFile.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_265ac.dir/CheckIncludeFile.c.o -MF CMakeFiles/cmTC_265ac.dir/CheckIncludeFile.c.o.d -o CMakeFiles/cmTC_265ac.dir/CheckIncludeFile.c.o -c CheckIncludeFile.c
CheckIncludeFile.c:1:10: fatal error: 'sys/types.h' file not found
#include <sys/types.h>
^~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Determining size of off64_t failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_b1ac0 && [1/2] Building C object CMakeFiles/cmTC_b1ac0.dir/OFF64_T.c.o
FAILED: CMakeFiles/cmTC_b1ac0.dir/OFF64_T.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DHAVE_STDDEF_H -DHAVE_STDINT_H -D_LARGEFILE64_SOURCE=1 -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_b1ac0.dir/OFF64_T.c.o -MF CMakeFiles/cmTC_b1ac0.dir/OFF64_T.c.o.d -o CMakeFiles/cmTC_b1ac0.dir/OFF64_T.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckTypeSize/OFF64_T.c
/Users/simonb/aseprite/build/CMakeFiles/CheckTypeSize/OFF64_T.c:28:12: error: use of undeclared identifier 'off64_t'
('0' + ((SIZE / 10000)%10)),
^
/Users/simonb/aseprite/build/CMakeFiles/CheckTypeSize/OFF64_T.c:26:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(off64_t))
^
/Users/simonb/aseprite/build/CMakeFiles/CheckTypeSize/OFF64_T.c:29:12: error: use of undeclared identifier 'off64_t'
('0' + ((SIZE / 1000)%10)),
^
/Users/simonb/aseprite/build/CMakeFiles/CheckTypeSize/OFF64_T.c:26:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(off64_t))
^
/Users/simonb/aseprite/build/CMakeFiles/CheckTypeSize/OFF64_T.c:30:12: error: use of undeclared identifier 'off64_t'
('0' + ((SIZE / 100)%10)),
^
/Users/simonb/aseprite/build/CMakeFiles/CheckTypeSize/OFF64_T.c:26:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(off64_t))
^
/Users/simonb/aseprite/build/CMakeFiles/CheckTypeSize/OFF64_T.c:31:12: error: use of undeclared identifier 'off64_t'
('0' + ((SIZE / 10)%10)),
^
/Users/simonb/aseprite/build/CMakeFiles/CheckTypeSize/OFF64_T.c:26:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(off64_t))
^
/Users/simonb/aseprite/build/CMakeFiles/CheckTypeSize/OFF64_T.c:32:12: error: use of undeclared identifier 'off64_t'
('0' + (SIZE % 10)),
^
/Users/simonb/aseprite/build/CMakeFiles/CheckTypeSize/OFF64_T.c:26:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(off64_t))
^
5 errors generated.
ninja: build stopped: subcommand failed.
/Users/simonb/aseprite/build/CMakeFiles/CheckTypeSize/OFF64_T.c:
#include <stdint.h>
#include <stddef.h>
#undef KEY
#if defined(__i386)
# define KEY '_','_','i','3','8','6'
#elif defined(__x86_64)
# define KEY '_','_','x','8','6','_','6','4'
#elif defined(__PPC64__)
# define KEY '_','_','P','P','C','6','4','_','_'
#elif defined(__ppc64__)
# define KEY '_','_','p','p','c','6','4','_','_'
#elif defined(__PPC__)
# define KEY '_','_','P','P','C','_','_'
#elif defined(__ppc__)
# define KEY '_','_','p','p','c','_','_'
#elif defined(__aarch64__)
# define KEY '_','_','a','a','r','c','h','6','4','_','_'
#elif defined(__ARM_ARCH_7A__)
# define KEY '_','_','A','R','M','_','A','R','C','H','_','7','A','_','_'
#elif defined(__ARM_ARCH_7S__)
# define KEY '_','_','A','R','M','_','A','R','C','H','_','7','S','_','_'
#endif
#define SIZE (sizeof(off64_t))
static 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;
}
Determining if the include file unistd.h exists failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_ed8f5 && [1/2] Building C object CMakeFiles/cmTC_ed8f5.dir/CheckIncludeFile.c.o
FAILED: CMakeFiles/cmTC_ed8f5.dir/CheckIncludeFile.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_ed8f5.dir/CheckIncludeFile.c.o -MF CMakeFiles/cmTC_ed8f5.dir/CheckIncludeFile.c.o.d -o CMakeFiles/cmTC_ed8f5.dir/CheckIncludeFile.c.o -c CheckIncludeFile.c
CheckIncludeFile.c:1:10: fatal error: 'unistd.h' file not found
#include <unistd.h>
^~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Checking whether the ASM compiler is GNU using "--version" did not match "(GNU assembler)|(GCC)|(Free Software Foundation)":
Apple clang version 12.0.0 (clang-1200.0.26.2)
Target: x86_64-apple-darwin19.6.0
Thread model: posix
InstalledDir: /Library/Developer/CommandLineTools/usr/bin
Determining if the include file pthread.h exists failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_0b243 && [1/2] Building C object CMakeFiles/cmTC_0b243.dir/CheckIncludeFile.c.o
FAILED: CMakeFiles/cmTC_0b243.dir/CheckIncludeFile.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_0b243.dir/CheckIncludeFile.c.o -MF CMakeFiles/cmTC_0b243.dir/CheckIncludeFile.c.o.d -o CMakeFiles/cmTC_0b243.dir/CheckIncludeFile.c.o -c CheckIncludeFile.c
CheckIncludeFile.c:1:10: fatal error: 'pthread.h' file not found
#include <pthread.h>
^~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Performing C SOURCE FILE Test HAVE_MATH_LIBRARY failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_69176 && [1/2] Building C object CMakeFiles/cmTC_69176.dir/src.c.o
FAILED: CMakeFiles/cmTC_69176.dir/src.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DHAVE_MATH_LIBRARY -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_69176.dir/src.c.o -MF CMakeFiles/cmTC_69176.dir/src.c.o.d -o CMakeFiles/cmTC_69176.dir/src.c.o -c src.c
src.c:2:14: fatal error: 'math.h' file not found
#include <math.h>
^~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source file was:
#include <math.h>
int main(int argc, char** argv) {
return (int)pow(argc, 2.5);
}
Performing C SOURCE FILE Test GIF_COMPILES failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_21075 && [1/2] Building C object CMakeFiles/cmTC_21075.dir/src.c.o
[2/2] Linking C executable cmTC_21075
FAILED: cmTC_21075
: && /Library/Developer/CommandLineTools/usr/bin/cc -DGIF_COMPILES -arch x86_64 -mmacosx-version-min=10.7 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_21075.dir/src.c.o -o cmTC_21075 -lgiflib && :
ld: warning: Csu support file -lcrt1.10.6.o not found, changing to target macOS 10.8 where it is not needed
ld: library not found for -lgiflib
clang: error: linker command failed with exit code 1 (use -v to see invocation)
ninja: build stopped: subcommand failed.
Source file was:
#include <gif_lib.h>
int main(void) {
(void)DGifOpenFileHandle;
return 0;
}
Determining if files stdlib.h;stdarg.h;string.h;float.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_1aaff && [1/2] Building C object CMakeFiles/cmTC_1aaff.dir/STDC_HEADERS.c.o
FAILED: CMakeFiles/cmTC_1aaff.dir/STDC_HEADERS.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_1aaff.dir/STDC_HEADERS.c.o -MF CMakeFiles/cmTC_1aaff.dir/STDC_HEADERS.c.o.d -o CMakeFiles/cmTC_1aaff.dir/STDC_HEADERS.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/STDC_HEADERS.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/STDC_HEADERS.c:2:10: fatal error: 'stdlib.h' file not found
#include <stdlib.h>
^~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <stdlib.h>
#include <stdarg.h>
#include <string.h>
#include <float.h>
int main(void){return 0;}
Determining if files dlfcn.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_f5b62 && [1/2] Building C object CMakeFiles/cmTC_f5b62.dir/HAVE_DLFCN_H.c.o
FAILED: CMakeFiles/cmTC_f5b62.dir/HAVE_DLFCN_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_f5b62.dir/HAVE_DLFCN_H.c.o -MF CMakeFiles/cmTC_f5b62.dir/HAVE_DLFCN_H.c.o.d -o CMakeFiles/cmTC_f5b62.dir/HAVE_DLFCN_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_DLFCN_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_DLFCN_H.c:2:10: fatal error: 'dlfcn.h' file not found
#include <dlfcn.h>
^~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <dlfcn.h>
int main(void){return 0;}
Determining if files GLUT/glut.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_2d935 && [1/2] Building C object CMakeFiles/cmTC_2d935.dir/HAVE_GLUT_GLUT_H.c.o
FAILED: CMakeFiles/cmTC_2d935.dir/HAVE_GLUT_GLUT_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_2d935.dir/HAVE_GLUT_GLUT_H.c.o -MF CMakeFiles/cmTC_2d935.dir/HAVE_GLUT_GLUT_H.c.o.d -o CMakeFiles/cmTC_2d935.dir/HAVE_GLUT_GLUT_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_GLUT_GLUT_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_GLUT_GLUT_H.c:2:10: fatal error: 'GLUT/glut.h' file not found
#include <GLUT/glut.h>
^~~~~~~~~~~~~
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_GLUT_GLUT_H.c:2:10: note: did not find header 'glut.h' in framework 'GLUT' (loaded from '/System/Library/Frameworks')
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <GLUT/glut.h>
int main(void){return 0;}
Determining if files GL/glut.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_b35f6 && [1/2] Building C object CMakeFiles/cmTC_b35f6.dir/HAVE_GL_GLUT_H.c.o
FAILED: CMakeFiles/cmTC_b35f6.dir/HAVE_GL_GLUT_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_b35f6.dir/HAVE_GL_GLUT_H.c.o -MF CMakeFiles/cmTC_b35f6.dir/HAVE_GL_GLUT_H.c.o.d -o CMakeFiles/cmTC_b35f6.dir/HAVE_GL_GLUT_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_GL_GLUT_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_GL_GLUT_H.c:2:10: fatal error: 'GL/glut.h' file not found
#include <GL/glut.h>
^~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <GL/glut.h>
int main(void){return 0;}
Determining if files inttypes.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_dbba5 && [1/2] Building C object CMakeFiles/cmTC_dbba5.dir/HAVE_INTTYPES_H.c.o
FAILED: CMakeFiles/cmTC_dbba5.dir/HAVE_INTTYPES_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_dbba5.dir/HAVE_INTTYPES_H.c.o -MF CMakeFiles/cmTC_dbba5.dir/HAVE_INTTYPES_H.c.o.d -o CMakeFiles/cmTC_dbba5.dir/HAVE_INTTYPES_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_INTTYPES_H.c
In file included from /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_INTTYPES_H.c:2:
/Library/Developer/CommandLineTools/usr/lib/clang/12.0.0/include/inttypes.h:21:15: fatal error: 'inttypes.h' file not found
#include_next <inttypes.h>
^~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <inttypes.h>
int main(void){return 0;}
Determining if files memory.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_35b5d && [1/2] Building C object CMakeFiles/cmTC_35b5d.dir/HAVE_MEMORY_H.c.o
FAILED: CMakeFiles/cmTC_35b5d.dir/HAVE_MEMORY_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_35b5d.dir/HAVE_MEMORY_H.c.o -MF CMakeFiles/cmTC_35b5d.dir/HAVE_MEMORY_H.c.o.d -o CMakeFiles/cmTC_35b5d.dir/HAVE_MEMORY_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_MEMORY_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_MEMORY_H.c:2:10: fatal error: 'memory.h' file not found
#include <memory.h>
^~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <memory.h>
int main(void){return 0;}
Determining if files OpenGL/glut.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_44de7 && [1/2] Building C object CMakeFiles/cmTC_44de7.dir/HAVE_OPENGL_GLUT_H.c.o
FAILED: CMakeFiles/cmTC_44de7.dir/HAVE_OPENGL_GLUT_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_44de7.dir/HAVE_OPENGL_GLUT_H.c.o -MF CMakeFiles/cmTC_44de7.dir/HAVE_OPENGL_GLUT_H.c.o.d -o CMakeFiles/cmTC_44de7.dir/HAVE_OPENGL_GLUT_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_OPENGL_GLUT_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_OPENGL_GLUT_H.c:2:10: fatal error: 'OpenGL/glut.h' file not found
#include <OpenGL/glut.h>
^~~~~~~~~~~~~~~
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_OPENGL_GLUT_H.c:2:10: note: did not find header 'glut.h' in framework 'OpenGL' (loaded from '/System/Library/Frameworks')
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <OpenGL/glut.h>
int main(void){return 0;}
Determining if files shlwapi.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_2d1ad && [1/2] Building C object CMakeFiles/cmTC_2d1ad.dir/HAVE_SHLWAPI_H.c.o
FAILED: CMakeFiles/cmTC_2d1ad.dir/HAVE_SHLWAPI_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_2d1ad.dir/HAVE_SHLWAPI_H.c.o -MF CMakeFiles/cmTC_2d1ad.dir/HAVE_SHLWAPI_H.c.o.d -o CMakeFiles/cmTC_2d1ad.dir/HAVE_SHLWAPI_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_SHLWAPI_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_SHLWAPI_H.c:2:10: fatal error: 'shlwapi.h' file not found
#include <shlwapi.h>
^~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <shlwapi.h>
int main(void){return 0;}
Determining if files stdlib.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_9a7da && [1/2] Building C object CMakeFiles/cmTC_9a7da.dir/HAVE_STDLIB_H.c.o
FAILED: CMakeFiles/cmTC_9a7da.dir/HAVE_STDLIB_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_9a7da.dir/HAVE_STDLIB_H.c.o -MF CMakeFiles/cmTC_9a7da.dir/HAVE_STDLIB_H.c.o.d -o CMakeFiles/cmTC_9a7da.dir/HAVE_STDLIB_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_STDLIB_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_STDLIB_H.c:2:10: fatal error: 'stdlib.h' file not found
#include <stdlib.h>
^~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <stdlib.h>
int main(void){return 0;}
Determining if files strings.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_9ed69 && [1/2] Building C object CMakeFiles/cmTC_9ed69.dir/HAVE_STRINGS_H.c.o
FAILED: CMakeFiles/cmTC_9ed69.dir/HAVE_STRINGS_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_9ed69.dir/HAVE_STRINGS_H.c.o -MF CMakeFiles/cmTC_9ed69.dir/HAVE_STRINGS_H.c.o.d -o CMakeFiles/cmTC_9ed69.dir/HAVE_STRINGS_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_STRINGS_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_STRINGS_H.c:2:10: fatal error: 'strings.h' file not found
#include <strings.h>
^~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <strings.h>
int main(void){return 0;}
Determining if files string.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_5d90e && [1/2] Building C object CMakeFiles/cmTC_5d90e.dir/HAVE_STRING_H.c.o
FAILED: CMakeFiles/cmTC_5d90e.dir/HAVE_STRING_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_5d90e.dir/HAVE_STRING_H.c.o -MF CMakeFiles/cmTC_5d90e.dir/HAVE_STRING_H.c.o.d -o CMakeFiles/cmTC_5d90e.dir/HAVE_STRING_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_STRING_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_STRING_H.c:2:10: fatal error: 'string.h' file not found
#include <string.h>
^~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <string.h>
int main(void){return 0;}
Determining if files sys/stat.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_be2eb && [1/2] Building C object CMakeFiles/cmTC_be2eb.dir/HAVE_SYS_STAT_H.c.o
FAILED: CMakeFiles/cmTC_be2eb.dir/HAVE_SYS_STAT_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_be2eb.dir/HAVE_SYS_STAT_H.c.o -MF CMakeFiles/cmTC_be2eb.dir/HAVE_SYS_STAT_H.c.o.d -o CMakeFiles/cmTC_be2eb.dir/HAVE_SYS_STAT_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_SYS_STAT_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_SYS_STAT_H.c:2:10: fatal error: 'sys/stat.h' file not found
#include <sys/stat.h>
^~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <sys/stat.h>
int main(void){return 0;}
Determining if files unistd.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_c62f4 && [1/2] Building C object CMakeFiles/cmTC_c62f4.dir/HAVE_UNISTD_H.c.o
FAILED: CMakeFiles/cmTC_c62f4.dir/HAVE_UNISTD_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_c62f4.dir/HAVE_UNISTD_H.c.o -MF CMakeFiles/cmTC_c62f4.dir/HAVE_UNISTD_H.c.o.d -o CMakeFiles/cmTC_c62f4.dir/HAVE_UNISTD_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_UNISTD_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_UNISTD_H.c:2:10: fatal error: 'unistd.h' file not found
#include <unistd.h>
^~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <unistd.h>
int main(void){return 0;}
Determining if files wincodec.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_23679 && [1/2] Building C object CMakeFiles/cmTC_23679.dir/HAVE_WINCODEC_H.c.o
FAILED: CMakeFiles/cmTC_23679.dir/HAVE_WINCODEC_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_23679.dir/HAVE_WINCODEC_H.c.o -MF CMakeFiles/cmTC_23679.dir/HAVE_WINCODEC_H.c.o.d -o CMakeFiles/cmTC_23679.dir/HAVE_WINCODEC_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_WINCODEC_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_WINCODEC_H.c:2:10: fatal error: 'wincodec.h' file not found
#include <wincodec.h>
^~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <wincodec.h>
int main(void){return 0;}
Determining if files windows.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_7b1f5 && [1/2] Building C object CMakeFiles/cmTC_7b1f5.dir/HAVE_WINDOWS_H.c.o
FAILED: CMakeFiles/cmTC_7b1f5.dir/HAVE_WINDOWS_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_7b1f5.dir/HAVE_WINDOWS_H.c.o -MF CMakeFiles/cmTC_7b1f5.dir/HAVE_WINDOWS_H.c.o.d -o CMakeFiles/cmTC_7b1f5.dir/HAVE_WINDOWS_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_WINDOWS_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_WINDOWS_H.c:2:10: fatal error: 'windows.h' file not found
#include <windows.h>
^~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <windows.h>
int main(void){return 0;}
Performing C SOURCE FILE Test WEBP_HAVE_FLAG_SSE41 failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_ac615 && [1/2] Building C object CMakeFiles/cmTC_ac615.dir/src.c.o
FAILED: CMakeFiles/cmTC_ac615.dir/src.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -I/Users/simonb/aseprite/third_party/libwebp -DWEBP_HAVE_FLAG_SSE41 -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_ac615.dir/src.c.o -MF CMakeFiles/cmTC_ac615.dir/src.c.o.d -o CMakeFiles/cmTC_ac615.dir/src.c.o -c src.c
In file included from src.c:2:
In file included from /Users/simonb/aseprite/third_party/libwebp/cmake/../src/dsp/dsp.h:21:
In file included from /Users/simonb/aseprite/third_party/libwebp/src/webp/types.h:20:
/Library/Developer/CommandLineTools/usr/lib/clang/12.0.0/include/inttypes.h:21:15: fatal error: 'inttypes.h' file not found
#include_next <inttypes.h>
^~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source file was:
#include "/Users/simonb/aseprite/third_party/libwebp/cmake/../src/dsp/dsp.h"
int main(void) {
#if !defined(WEBP_USE_SSE41)
this is not valid code
#endif
return 0;
}
Performing C SOURCE FILE Test WEBP_HAVE_FLAG_SSE41 failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_5c468 && [1/2] Building C object CMakeFiles/cmTC_5c468.dir/src.c.o
FAILED: CMakeFiles/cmTC_5c468.dir/src.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -I/Users/simonb/aseprite/third_party/libwebp -DWEBP_HAVE_FLAG_SSE41 -msse4.1 -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_5c468.dir/src.c.o -MF CMakeFiles/cmTC_5c468.dir/src.c.o.d -o CMakeFiles/cmTC_5c468.dir/src.c.o -c src.c
In file included from src.c:2:
In file included from /Users/simonb/aseprite/third_party/libwebp/cmake/../src/dsp/dsp.h:21:
In file included from /Users/simonb/aseprite/third_party/libwebp/src/webp/types.h:20:
/Library/Developer/CommandLineTools/usr/lib/clang/12.0.0/include/inttypes.h:21:15: fatal error: 'inttypes.h' file not found
#include_next <inttypes.h>
^~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source file was:
#include "/Users/simonb/aseprite/third_party/libwebp/cmake/../src/dsp/dsp.h"
int main(void) {
#if !defined(WEBP_USE_SSE41)
this is not valid code
#endif
return 0;
}
Performing C SOURCE FILE Test WEBP_HAVE_FLAG_SSE2 failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_6be7a && [1/2] Building C object CMakeFiles/cmTC_6be7a.dir/src.c.o
FAILED: CMakeFiles/cmTC_6be7a.dir/src.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -I/Users/simonb/aseprite/third_party/libwebp -mno-sse4.1 -DWEBP_HAVE_FLAG_SSE2 -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_6be7a.dir/src.c.o -MF CMakeFiles/cmTC_6be7a.dir/src.c.o.d -o CMakeFiles/cmTC_6be7a.dir/src.c.o -c src.c
In file included from src.c:2:
In file included from /Users/simonb/aseprite/third_party/libwebp/cmake/../src/dsp/dsp.h:21:
In file included from /Users/simonb/aseprite/third_party/libwebp/src/webp/types.h:20:
/Library/Developer/CommandLineTools/usr/lib/clang/12.0.0/include/inttypes.h:21:15: fatal error: 'inttypes.h' file not found
#include_next <inttypes.h>
^~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source file was:
#include "/Users/simonb/aseprite/third_party/libwebp/cmake/../src/dsp/dsp.h"
int main(void) {
#if !defined(WEBP_USE_SSE2)
this is not valid code
#endif
return 0;
}
Performing C SOURCE FILE Test WEBP_HAVE_FLAG_SSE2 failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_58f79 && [1/2] Building C object CMakeFiles/cmTC_58f79.dir/src.c.o
FAILED: CMakeFiles/cmTC_58f79.dir/src.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -I/Users/simonb/aseprite/third_party/libwebp -mno-sse4.1 -DWEBP_HAVE_FLAG_SSE2 -msse2 -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_58f79.dir/src.c.o -MF CMakeFiles/cmTC_58f79.dir/src.c.o.d -o CMakeFiles/cmTC_58f79.dir/src.c.o -c src.c
In file included from src.c:2:
In file included from /Users/simonb/aseprite/third_party/libwebp/cmake/../src/dsp/dsp.h:21:
In file included from /Users/simonb/aseprite/third_party/libwebp/src/webp/types.h:20:
/Library/Developer/CommandLineTools/usr/lib/clang/12.0.0/include/inttypes.h:21:15: fatal error: 'inttypes.h' file not found
#include_next <inttypes.h>
^~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source file was:
#include "/Users/simonb/aseprite/third_party/libwebp/cmake/../src/dsp/dsp.h"
int main(void) {
#if !defined(WEBP_USE_SSE2)
this is not valid code
#endif
return 0;
}
Performing C SOURCE FILE Test WEBP_HAVE_FLAG_MIPS32 failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_4fef2 && [1/2] Building C object CMakeFiles/cmTC_4fef2.dir/src.c.o
FAILED: CMakeFiles/cmTC_4fef2.dir/src.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -I/Users/simonb/aseprite/third_party/libwebp -mno-sse4.1 -mno-sse2 -DWEBP_HAVE_FLAG_MIPS32 -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_4fef2.dir/src.c.o -MF CMakeFiles/cmTC_4fef2.dir/src.c.o.d -o CMakeFiles/cmTC_4fef2.dir/src.c.o -c src.c
In file included from src.c:2:
In file included from /Users/simonb/aseprite/third_party/libwebp/cmake/../src/dsp/dsp.h:21:
In file included from /Users/simonb/aseprite/third_party/libwebp/src/webp/types.h:20:
/Library/Developer/CommandLineTools/usr/lib/clang/12.0.0/include/inttypes.h:21:15: fatal error: 'inttypes.h' file not found
#include_next <inttypes.h>
^~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source file was:
#include "/Users/simonb/aseprite/third_party/libwebp/cmake/../src/dsp/dsp.h"
int main(void) {
#if !defined(WEBP_USE_MIPS32)
this is not valid code
#endif
return 0;
}
Performing C SOURCE FILE Test WEBP_HAVE_FLAG_MIPS32 failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_c0d71 && [1/2] Building C object CMakeFiles/cmTC_c0d71.dir/src.c.o
FAILED: CMakeFiles/cmTC_c0d71.dir/src.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -I/Users/simonb/aseprite/third_party/libwebp -mno-sse4.1 -mno-sse2 -DWEBP_HAVE_FLAG_MIPS32 -mips32 -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_c0d71.dir/src.c.o -MF CMakeFiles/cmTC_c0d71.dir/src.c.o.d -o CMakeFiles/cmTC_c0d71.dir/src.c.o -c src.c
error: unknown target CPU 'mips32'
note: valid target CPU values are: nocona, core2, penryn, bonnell, atom, silvermont, slm, goldmont, goldmont-plus, tremont, nehalem, corei7, westmere, sandybridge, corei7-avx, ivybridge, core-avx-i, haswell, core-avx2, broadwell, skylake, skylake-avx512, skx, cascadelake, cooperlake, cannonlake, icelake-client, icelake-server, tigerlake, knl, knm, k8, athlon64, athlon-fx, opteron, k8-sse3, athlon64-sse3, opteron-sse3, amdfam10, barcelona, btver1, btver2, bdver1, bdver2, bdver3, bdver4, znver1, znver2, x86-64
ninja: build stopped: subcommand failed.
Source file was:
#include "/Users/simonb/aseprite/third_party/libwebp/cmake/../src/dsp/dsp.h"
int main(void) {
#if !defined(WEBP_USE_MIPS32)
this is not valid code
#endif
return 0;
}
Performing C SOURCE FILE Test WEBP_HAVE_FLAG_MIPS_DSP_R2 failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_d5554 && [1/2] Building C object CMakeFiles/cmTC_d5554.dir/src.c.o
FAILED: CMakeFiles/cmTC_d5554.dir/src.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -I/Users/simonb/aseprite/third_party/libwebp -mno-sse4.1 -mno-sse2 -DWEBP_HAVE_FLAG_MIPS_DSP_R2 -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_d5554.dir/src.c.o -MF CMakeFiles/cmTC_d5554.dir/src.c.o.d -o CMakeFiles/cmTC_d5554.dir/src.c.o -c src.c
In file included from src.c:2:
In file included from /Users/simonb/aseprite/third_party/libwebp/cmake/../src/dsp/dsp.h:21:
In file included from /Users/simonb/aseprite/third_party/libwebp/src/webp/types.h:20:
/Library/Developer/CommandLineTools/usr/lib/clang/12.0.0/include/inttypes.h:21:15: fatal error: 'inttypes.h' file not found
#include_next <inttypes.h>
^~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source file was:
#include "/Users/simonb/aseprite/third_party/libwebp/cmake/../src/dsp/dsp.h"
int main(void) {
#if !defined(WEBP_USE_MIPS_DSP_R2)
this is not valid code
#endif
return 0;
}
Performing C SOURCE FILE Test WEBP_HAVE_FLAG_MIPS_DSP_R2 failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_37855 && [1/2] Building C object CMakeFiles/cmTC_37855.dir/src.c.o
FAILED: CMakeFiles/cmTC_37855.dir/src.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -I/Users/simonb/aseprite/third_party/libwebp -mno-sse4.1 -mno-sse2 -DWEBP_HAVE_FLAG_MIPS_DSP_R2 -mdspr2 -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_37855.dir/src.c.o -MF CMakeFiles/cmTC_37855.dir/src.c.o.d -o CMakeFiles/cmTC_37855.dir/src.c.o -c src.c
clang: warning: argument unused during compilation: '-mdspr2' [-Wunused-command-line-argument]
In file included from src.c:2:
In file included from /Users/simonb/aseprite/third_party/libwebp/cmake/../src/dsp/dsp.h:21:
In file included from /Users/simonb/aseprite/third_party/libwebp/src/webp/types.h:20:
/Library/Developer/CommandLineTools/usr/lib/clang/12.0.0/include/inttypes.h:21:15: fatal error: 'inttypes.h' file not found
#include_next <inttypes.h>
^~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source file was:
#include "/Users/simonb/aseprite/third_party/libwebp/cmake/../src/dsp/dsp.h"
int main(void) {
#if !defined(WEBP_USE_MIPS_DSP_R2)
this is not valid code
#endif
return 0;
}
Performing C SOURCE FILE Test FLAG_-mno-dspr2 failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_955c8 && [1/2] Building C object CMakeFiles/cmTC_955c8.dir/src.c.o
clang: warning: argument unused during compilation: '-mdspr2' [-Wunused-command-line-argument]
clang: warning: argument unused during compilation: '-mno-dspr2' [-Wunused-command-line-argument]
In file included from <built-in>:361:
<command line>:1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions]
#define FLAG_-mno-dspr2 1
^
1 warning generated.
[2/2] Linking C executable cmTC_955c8
ld: warning: Csu support file -lcrt1.10.6.o not found, changing to target macOS 10.8 where it is not needed
Source file was:
int main(void) {return 0;}
Performing C SOURCE FILE Test WEBP_HAVE_FLAG_NEON failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_f0523 && [1/2] Building C object CMakeFiles/cmTC_f0523.dir/src.c.o
FAILED: CMakeFiles/cmTC_f0523.dir/src.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -I/Users/simonb/aseprite/third_party/libwebp -mno-sse4.1 -mno-sse2 -mno-dspr2 -DWEBP_HAVE_FLAG_NEON -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_f0523.dir/src.c.o -MF CMakeFiles/cmTC_f0523.dir/src.c.o.d -o CMakeFiles/cmTC_f0523.dir/src.c.o -c src.c
clang: warning: argument unused during compilation: '-mno-dspr2' [-Wunused-command-line-argument]
In file included from src.c:2:
In file included from /Users/simonb/aseprite/third_party/libwebp/cmake/../src/dsp/dsp.h:21:
In file included from /Users/simonb/aseprite/third_party/libwebp/src/webp/types.h:20:
/Library/Developer/CommandLineTools/usr/lib/clang/12.0.0/include/inttypes.h:21:15: fatal error: 'inttypes.h' file not found
#include_next <inttypes.h>
^~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source file was:
#include "/Users/simonb/aseprite/third_party/libwebp/cmake/../src/dsp/dsp.h"
int main(void) {
#if !defined(WEBP_USE_NEON)
this is not valid code
#endif
return 0;
}
Performing C SOURCE FILE Test WEBP_HAVE_FLAG_NEON failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_144ce && [1/2] Building C object CMakeFiles/cmTC_144ce.dir/src.c.o
FAILED: CMakeFiles/cmTC_144ce.dir/src.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -I/Users/simonb/aseprite/third_party/libwebp -mno-sse4.1 -mno-sse2 -mno-dspr2 -DWEBP_HAVE_FLAG_NEON -mfpu=neon -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_144ce.dir/src.c.o -MF CMakeFiles/cmTC_144ce.dir/src.c.o.d -o CMakeFiles/cmTC_144ce.dir/src.c.o -c src.c
clang: warning: argument unused during compilation: '-mno-dspr2' [-Wunused-command-line-argument]
clang: warning: argument unused during compilation: '-mfpu=neon' [-Wunused-command-line-argument]
In file included from src.c:2:
In file included from /Users/simonb/aseprite/third_party/libwebp/cmake/../src/dsp/dsp.h:21:
In file included from /Users/simonb/aseprite/third_party/libwebp/src/webp/types.h:20:
/Library/Developer/CommandLineTools/usr/lib/clang/12.0.0/include/inttypes.h:21:15: fatal error: 'inttypes.h' file not found
#include_next <inttypes.h>
^~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source file was:
#include "/Users/simonb/aseprite/third_party/libwebp/cmake/../src/dsp/dsp.h"
int main(void) {
#if !defined(WEBP_USE_NEON)
this is not valid code
#endif
return 0;
}
Performing C SOURCE FILE Test WEBP_HAVE_FLAG_MSA failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_ef8d0 && [1/2] Building C object CMakeFiles/cmTC_ef8d0.dir/src.c.o
FAILED: CMakeFiles/cmTC_ef8d0.dir/src.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -I/Users/simonb/aseprite/third_party/libwebp -mno-sse4.1 -mno-sse2 -mno-dspr2 -DWEBP_HAVE_FLAG_MSA -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_ef8d0.dir/src.c.o -MF CMakeFiles/cmTC_ef8d0.dir/src.c.o.d -o CMakeFiles/cmTC_ef8d0.dir/src.c.o -c src.c
clang: warning: argument unused during compilation: '-mno-dspr2' [-Wunused-command-line-argument]
In file included from src.c:2:
In file included from /Users/simonb/aseprite/third_party/libwebp/cmake/../src/dsp/dsp.h:21:
In file included from /Users/simonb/aseprite/third_party/libwebp/src/webp/types.h:20:
/Library/Developer/CommandLineTools/usr/lib/clang/12.0.0/include/inttypes.h:21:15: fatal error: 'inttypes.h' file not found
#include_next <inttypes.h>
^~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source file was:
#include "/Users/simonb/aseprite/third_party/libwebp/cmake/../src/dsp/dsp.h"
int main(void) {
#if !defined(WEBP_USE_MSA)
this is not valid code
#endif
return 0;
}
Performing C SOURCE FILE Test WEBP_HAVE_FLAG_MSA failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_da808 && [1/2] Building C object CMakeFiles/cmTC_da808.dir/src.c.o
FAILED: CMakeFiles/cmTC_da808.dir/src.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -I/Users/simonb/aseprite/third_party/libwebp -mno-sse4.1 -mno-sse2 -mno-dspr2 -DWEBP_HAVE_FLAG_MSA -mmsa -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_da808.dir/src.c.o -MF CMakeFiles/cmTC_da808.dir/src.c.o.d -o CMakeFiles/cmTC_da808.dir/src.c.o -c src.c
clang: warning: argument unused during compilation: '-mno-dspr2' [-Wunused-command-line-argument]
clang: warning: argument unused during compilation: '-mmsa' [-Wunused-command-line-argument]
In file included from src.c:2:
In file included from /Users/simonb/aseprite/third_party/libwebp/cmake/../src/dsp/dsp.h:21:
In file included from /Users/simonb/aseprite/third_party/libwebp/src/webp/types.h:20:
/Library/Developer/CommandLineTools/usr/lib/clang/12.0.0/include/inttypes.h:21:15: fatal error: 'inttypes.h' file not found
#include_next <inttypes.h>
^~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source file was:
#include "/Users/simonb/aseprite/third_party/libwebp/cmake/../src/dsp/dsp.h"
int main(void) {
#if !defined(WEBP_USE_MSA)
this is not valid code
#endif
return 0;
}
Performing C SOURCE FILE Test FLAG_-mno-msa failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_064cf && [1/2] Building C object CMakeFiles/cmTC_064cf.dir/src.c.o
clang: warning: argument unused during compilation: '-mno-dspr2' [-Wunused-command-line-argument]
clang: warning: argument unused during compilation: '-mmsa' [-Wunused-command-line-argument]
clang: warning: argument unused during compilation: '-mno-msa' [-Wunused-command-line-argument]
In file included from <built-in>:361:
<command line>:1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions]
#define FLAG_-mno-msa 1
^
1 warning generated.
[2/2] Linking C executable cmTC_064cf
ld: warning: Csu support file -lcrt1.10.6.o not found, changing to target macOS 10.8 where it is not needed
Source file was:
int main(void) {return 0;}
Determining if the function connect exists in the socket;dl failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_f1575 && [1/2] Building C object CMakeFiles/cmTC_f1575.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_f1575
FAILED: cmTC_f1575
: && /Library/Developer/CommandLineTools/usr/bin/cc -DCHECK_FUNCTION_EXISTS=connect -arch x86_64 -mmacosx-version-min=10.7 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_f1575.dir/CheckFunctionExists.c.o -o cmTC_f1575 -lsocket -ldl && :
ld: warning: Csu support file -lcrt1.10.6.o not found, changing to target macOS 10.8 where it is not needed
ld: library not found for -lsocket
clang: error: linker command failed with exit code 1 (use -v to see invocation)
ninja: build stopped: subcommand failed.
Determining if the function getch exists in the ws2_32;dl failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_7bd81 && [1/2] Building C object CMakeFiles/cmTC_7bd81.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_7bd81
FAILED: cmTC_7bd81
: && /Library/Developer/CommandLineTools/usr/bin/cc -DCHECK_FUNCTION_EXISTS=getch -arch x86_64 -mmacosx-version-min=10.7 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_7bd81.dir/CheckFunctionExists.c.o -o cmTC_7bd81 -lws2_32 -ldl && :
ld: warning: Csu support file -lcrt1.10.6.o not found, changing to target macOS 10.8 where it is not needed
ld: library not found for -lws2_32
clang: error: linker command failed with exit code 1 (use -v to see invocation)
ninja: build stopped: subcommand failed.
Determining if the function getch exists in the winmm;dl failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_2061d && [1/2] Building C object CMakeFiles/cmTC_2061d.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_2061d
FAILED: cmTC_2061d
: && /Library/Developer/CommandLineTools/usr/bin/cc -DCHECK_FUNCTION_EXISTS=getch -arch x86_64 -mmacosx-version-min=10.7 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_2061d.dir/CheckFunctionExists.c.o -o cmTC_2061d -lwinmm -ldl && :
ld: warning: Csu support file -lcrt1.10.6.o not found, changing to target macOS 10.8 where it is not needed
ld: library not found for -lwinmm
clang: error: linker command failed with exit code 1 (use -v to see invocation)
ninja: build stopped: subcommand failed.
Determining if the function cldap_open exists in the wldap32 failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_437ae && [1/2] Building C object CMakeFiles/cmTC_437ae.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_437ae
FAILED: cmTC_437ae
: && /Library/Developer/CommandLineTools/usr/bin/cc -DCHECK_FUNCTION_EXISTS=cldap_open -arch x86_64 -mmacosx-version-min=10.7 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_437ae.dir/CheckFunctionExists.c.o -o cmTC_437ae -lwldap32 && :
ld: warning: Csu support file -lcrt1.10.6.o not found, changing to target macOS 10.8 where it is not needed
ld: library not found for -lwldap32
clang: error: linker command failed with exit code 1 (use -v to see invocation)
ninja: build stopped: subcommand failed.
Determining if the function idna_to_ascii_lz exists in the idn;dl failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_82a57 && [1/2] Building C object CMakeFiles/cmTC_82a57.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_82a57
FAILED: cmTC_82a57
: && /Library/Developer/CommandLineTools/usr/bin/cc -DCHECK_FUNCTION_EXISTS=idna_to_ascii_lz -arch x86_64 -mmacosx-version-min=10.7 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_82a57.dir/CheckFunctionExists.c.o -o cmTC_82a57 -lidn -ldl && :
ld: warning: Csu support file -lcrt1.10.6.o not found, changing to target macOS 10.8 where it is not needed
ld: library not found for -lidn
clang: error: linker command failed with exit code 1 (use -v to see invocation)
ninja: build stopped: subcommand failed.
Determining if the include file features.h exists failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_e81d5 && [1/2] Building C object CMakeFiles/cmTC_e81d5.dir/CheckIncludeFile.c.o
FAILED: CMakeFiles/cmTC_e81d5.dir/CheckIncludeFile.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_e81d5.dir/CheckIncludeFile.c.o -MF CMakeFiles/cmTC_e81d5.dir/CheckIncludeFile.c.o.d -o CMakeFiles/cmTC_e81d5.dir/CheckIncludeFile.c.o -c CheckIncludeFile.c
CheckIncludeFile.c:1:10: fatal error: 'features.h' file not found
#include <features.h>
^~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Determining if files ;stdio.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_3ec5e && [1/2] Building C object CMakeFiles/cmTC_3ec5e.dir/HAVE_STDIO_H.c.o
FAILED: CMakeFiles/cmTC_3ec5e.dir/HAVE_STDIO_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_3ec5e.dir/HAVE_STDIO_H.c.o -MF CMakeFiles/cmTC_3ec5e.dir/HAVE_STDIO_H.c.o.d -o CMakeFiles/cmTC_3ec5e.dir/HAVE_STDIO_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_STDIO_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_STDIO_H.c:2:10: fatal error: 'stdio.h' file not found
#include <stdio.h>
^~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <stdio.h>
int main(void){return 0;}
Determining if files ;sys/filio.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_c6a1e && [1/2] Building C object CMakeFiles/cmTC_c6a1e.dir/HAVE_SYS_FILIO_H.c.o
FAILED: CMakeFiles/cmTC_c6a1e.dir/HAVE_SYS_FILIO_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_c6a1e.dir/HAVE_SYS_FILIO_H.c.o -MF CMakeFiles/cmTC_c6a1e.dir/HAVE_SYS_FILIO_H.c.o.d -o CMakeFiles/cmTC_c6a1e.dir/HAVE_SYS_FILIO_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_SYS_FILIO_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_SYS_FILIO_H.c:2:10: fatal error: 'sys/filio.h' file not found
#include <sys/filio.h>
^~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <sys/filio.h>
int main(void){return 0;}
Determining if files ;sys/ioctl.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_0b19b && [1/2] Building C object CMakeFiles/cmTC_0b19b.dir/HAVE_SYS_IOCTL_H.c.o
FAILED: CMakeFiles/cmTC_0b19b.dir/HAVE_SYS_IOCTL_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_0b19b.dir/HAVE_SYS_IOCTL_H.c.o -MF CMakeFiles/cmTC_0b19b.dir/HAVE_SYS_IOCTL_H.c.o.d -o CMakeFiles/cmTC_0b19b.dir/HAVE_SYS_IOCTL_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_SYS_IOCTL_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_SYS_IOCTL_H.c:2:10: fatal error: 'sys/ioctl.h' file not found
#include <sys/ioctl.h>
^~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <sys/ioctl.h>
int main(void){return 0;}
Determining if files ;sys/param.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_96eed && [1/2] Building C object CMakeFiles/cmTC_96eed.dir/HAVE_SYS_PARAM_H.c.o
FAILED: CMakeFiles/cmTC_96eed.dir/HAVE_SYS_PARAM_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_96eed.dir/HAVE_SYS_PARAM_H.c.o -MF CMakeFiles/cmTC_96eed.dir/HAVE_SYS_PARAM_H.c.o.d -o CMakeFiles/cmTC_96eed.dir/HAVE_SYS_PARAM_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_SYS_PARAM_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_SYS_PARAM_H.c:2:10: fatal error: 'sys/param.h' file not found
#include <sys/param.h>
^~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <sys/param.h>
int main(void){return 0;}
Determining if files ;sys/poll.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_789cf && [1/2] Building C object CMakeFiles/cmTC_789cf.dir/HAVE_SYS_POLL_H.c.o
FAILED: CMakeFiles/cmTC_789cf.dir/HAVE_SYS_POLL_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_789cf.dir/HAVE_SYS_POLL_H.c.o -MF CMakeFiles/cmTC_789cf.dir/HAVE_SYS_POLL_H.c.o.d -o CMakeFiles/cmTC_789cf.dir/HAVE_SYS_POLL_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_SYS_POLL_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_SYS_POLL_H.c:2:10: fatal error: 'sys/poll.h' file not found
#include <sys/poll.h>
^~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <sys/poll.h>
int main(void){return 0;}
Determining if files ;sys/resource.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_1e6f1 && [1/2] Building C object CMakeFiles/cmTC_1e6f1.dir/HAVE_SYS_RESOURCE_H.c.o
FAILED: CMakeFiles/cmTC_1e6f1.dir/HAVE_SYS_RESOURCE_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_1e6f1.dir/HAVE_SYS_RESOURCE_H.c.o -MF CMakeFiles/cmTC_1e6f1.dir/HAVE_SYS_RESOURCE_H.c.o.d -o CMakeFiles/cmTC_1e6f1.dir/HAVE_SYS_RESOURCE_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_SYS_RESOURCE_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_SYS_RESOURCE_H.c:2:10: fatal error: 'sys/resource.h' file not found
#include <sys/resource.h>
^~~~~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
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/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_326fb && [1/2] Building C object CMakeFiles/cmTC_326fb.dir/HAVE_SYS_SELECT_H.c.o
FAILED: CMakeFiles/cmTC_326fb.dir/HAVE_SYS_SELECT_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_326fb.dir/HAVE_SYS_SELECT_H.c.o -MF CMakeFiles/cmTC_326fb.dir/HAVE_SYS_SELECT_H.c.o.d -o CMakeFiles/cmTC_326fb.dir/HAVE_SYS_SELECT_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_SYS_SELECT_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_SYS_SELECT_H.c:2:10: fatal error: 'sys/select.h' file not found
#include <sys/select.h>
^~~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
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/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_d19a0 && [1/2] Building C object CMakeFiles/cmTC_d19a0.dir/HAVE_SYS_SOCKET_H.c.o
FAILED: CMakeFiles/cmTC_d19a0.dir/HAVE_SYS_SOCKET_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_d19a0.dir/HAVE_SYS_SOCKET_H.c.o -MF CMakeFiles/cmTC_d19a0.dir/HAVE_SYS_SOCKET_H.c.o.d -o CMakeFiles/cmTC_d19a0.dir/HAVE_SYS_SOCKET_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_SYS_SOCKET_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_SYS_SOCKET_H.c:2:10: fatal error: 'sys/socket.h' file not found
#include <sys/socket.h>
^~~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <sys/socket.h>
int main(void){return 0;}
Determining if files ;sys/sockio.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_ff6e9 && [1/2] Building C object CMakeFiles/cmTC_ff6e9.dir/HAVE_SYS_SOCKIO_H.c.o
FAILED: CMakeFiles/cmTC_ff6e9.dir/HAVE_SYS_SOCKIO_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_ff6e9.dir/HAVE_SYS_SOCKIO_H.c.o -MF CMakeFiles/cmTC_ff6e9.dir/HAVE_SYS_SOCKIO_H.c.o.d -o CMakeFiles/cmTC_ff6e9.dir/HAVE_SYS_SOCKIO_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_SYS_SOCKIO_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_SYS_SOCKIO_H.c:2:10: fatal error: 'sys/sockio.h' file not found
#include <sys/sockio.h>
^~~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <sys/sockio.h>
int main(void){return 0;}
Determining if files ;sys/time.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_49724 && [1/2] Building C object CMakeFiles/cmTC_49724.dir/HAVE_SYS_TIME_H.c.o
FAILED: CMakeFiles/cmTC_49724.dir/HAVE_SYS_TIME_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_49724.dir/HAVE_SYS_TIME_H.c.o -MF CMakeFiles/cmTC_49724.dir/HAVE_SYS_TIME_H.c.o.d -o CMakeFiles/cmTC_49724.dir/HAVE_SYS_TIME_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_SYS_TIME_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_SYS_TIME_H.c:2:10: fatal error: 'sys/time.h' file not found
#include <sys/time.h>
^~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <sys/time.h>
int main(void){return 0;}
Determining if files ;sys/uio.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_43a5a && [1/2] Building C object CMakeFiles/cmTC_43a5a.dir/HAVE_SYS_UIO_H.c.o
FAILED: CMakeFiles/cmTC_43a5a.dir/HAVE_SYS_UIO_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_43a5a.dir/HAVE_SYS_UIO_H.c.o -MF CMakeFiles/cmTC_43a5a.dir/HAVE_SYS_UIO_H.c.o.d -o CMakeFiles/cmTC_43a5a.dir/HAVE_SYS_UIO_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_SYS_UIO_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_SYS_UIO_H.c:2:10: fatal error: 'sys/uio.h' file not found
#include <sys/uio.h>
^~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <sys/uio.h>
int main(void){return 0;}
Determining if files ;sys/un.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_c92b1 && [1/2] Building C object CMakeFiles/cmTC_c92b1.dir/HAVE_SYS_UN_H.c.o
FAILED: CMakeFiles/cmTC_c92b1.dir/HAVE_SYS_UN_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_c92b1.dir/HAVE_SYS_UN_H.c.o -MF CMakeFiles/cmTC_c92b1.dir/HAVE_SYS_UN_H.c.o.d -o CMakeFiles/cmTC_c92b1.dir/HAVE_SYS_UN_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_SYS_UN_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_SYS_UN_H.c:2:10: fatal error: 'sys/un.h' file not found
#include <sys/un.h>
^~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <sys/un.h>
int main(void){return 0;}
Determining if files ;sys/utime.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_0bdf2 && [1/2] Building C object CMakeFiles/cmTC_0bdf2.dir/HAVE_SYS_UTIME_H.c.o
FAILED: CMakeFiles/cmTC_0bdf2.dir/HAVE_SYS_UTIME_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_0bdf2.dir/HAVE_SYS_UTIME_H.c.o -MF CMakeFiles/cmTC_0bdf2.dir/HAVE_SYS_UTIME_H.c.o.d -o CMakeFiles/cmTC_0bdf2.dir/HAVE_SYS_UTIME_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_SYS_UTIME_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_SYS_UTIME_H.c:2:10: fatal error: 'sys/utime.h' file not found
#include <sys/utime.h>
^~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <sys/utime.h>
int main(void){return 0;}
Determining if files ;alloca.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_66413 && [1/2] Building C object CMakeFiles/cmTC_66413.dir/HAVE_ALLOCA_H.c.o
FAILED: CMakeFiles/cmTC_66413.dir/HAVE_ALLOCA_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_66413.dir/HAVE_ALLOCA_H.c.o -MF CMakeFiles/cmTC_66413.dir/HAVE_ALLOCA_H.c.o.d -o CMakeFiles/cmTC_66413.dir/HAVE_ALLOCA_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_ALLOCA_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_ALLOCA_H.c:2:10: fatal error: 'alloca.h' file not found
#include <alloca.h>
^~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <alloca.h>
int main(void){return 0;}
Determining if files ;arpa/inet.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_dfbfc && [1/2] Building C object CMakeFiles/cmTC_dfbfc.dir/HAVE_ARPA_INET_H.c.o
FAILED: CMakeFiles/cmTC_dfbfc.dir/HAVE_ARPA_INET_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_dfbfc.dir/HAVE_ARPA_INET_H.c.o -MF CMakeFiles/cmTC_dfbfc.dir/HAVE_ARPA_INET_H.c.o.d -o CMakeFiles/cmTC_dfbfc.dir/HAVE_ARPA_INET_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_ARPA_INET_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_ARPA_INET_H.c:2:10: fatal error: 'arpa/inet.h' file not found
#include <arpa/inet.h>
^~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <arpa/inet.h>
int main(void){return 0;}
Determining if files ;arpa/tftp.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_1371d && [1/2] Building C object CMakeFiles/cmTC_1371d.dir/HAVE_ARPA_TFTP_H.c.o
FAILED: CMakeFiles/cmTC_1371d.dir/HAVE_ARPA_TFTP_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_1371d.dir/HAVE_ARPA_TFTP_H.c.o -MF CMakeFiles/cmTC_1371d.dir/HAVE_ARPA_TFTP_H.c.o.d -o CMakeFiles/cmTC_1371d.dir/HAVE_ARPA_TFTP_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_ARPA_TFTP_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_ARPA_TFTP_H.c:2:10: fatal error: 'arpa/tftp.h' file not found
#include <arpa/tftp.h>
^~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <arpa/tftp.h>
int main(void){return 0;}
Determining if files ;assert.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_6a1d4 && [1/2] Building C object CMakeFiles/cmTC_6a1d4.dir/HAVE_ASSERT_H.c.o
FAILED: CMakeFiles/cmTC_6a1d4.dir/HAVE_ASSERT_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_6a1d4.dir/HAVE_ASSERT_H.c.o -MF CMakeFiles/cmTC_6a1d4.dir/HAVE_ASSERT_H.c.o.d -o CMakeFiles/cmTC_6a1d4.dir/HAVE_ASSERT_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_ASSERT_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_ASSERT_H.c:2:10: fatal error: 'assert.h' file not found
#include <assert.h>
^~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <assert.h>
int main(void){return 0;}
Determining if files ;crypto.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_1272d && [1/2] Building C object CMakeFiles/cmTC_1272d.dir/HAVE_CRYPTO_H.c.o
FAILED: CMakeFiles/cmTC_1272d.dir/HAVE_CRYPTO_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_1272d.dir/HAVE_CRYPTO_H.c.o -MF CMakeFiles/cmTC_1272d.dir/HAVE_CRYPTO_H.c.o.d -o CMakeFiles/cmTC_1272d.dir/HAVE_CRYPTO_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_CRYPTO_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_CRYPTO_H.c:2:10: fatal error: 'crypto.h' file not found
#include <crypto.h>
^~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <crypto.h>
int main(void){return 0;}
Determining if files ;des.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_61044 && [1/2] Building C object CMakeFiles/cmTC_61044.dir/HAVE_DES_H.c.o
FAILED: CMakeFiles/cmTC_61044.dir/HAVE_DES_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_61044.dir/HAVE_DES_H.c.o -MF CMakeFiles/cmTC_61044.dir/HAVE_DES_H.c.o.d -o CMakeFiles/cmTC_61044.dir/HAVE_DES_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_DES_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_DES_H.c:2:10: fatal error: 'des.h' file not found
#include <des.h>
^~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <des.h>
int main(void){return 0;}
Determining if files ;err.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_b5340 && [1/2] Building C object CMakeFiles/cmTC_b5340.dir/HAVE_ERR_H.c.o
FAILED: CMakeFiles/cmTC_b5340.dir/HAVE_ERR_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_b5340.dir/HAVE_ERR_H.c.o -MF CMakeFiles/cmTC_b5340.dir/HAVE_ERR_H.c.o.d -o CMakeFiles/cmTC_b5340.dir/HAVE_ERR_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_ERR_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_ERR_H.c:2:10: fatal error: 'err.h' file not found
#include <err.h>
^~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <err.h>
int main(void){return 0;}
Determining if files ;errno.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_ac49f && [1/2] Building C object CMakeFiles/cmTC_ac49f.dir/HAVE_ERRNO_H.c.o
FAILED: CMakeFiles/cmTC_ac49f.dir/HAVE_ERRNO_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_ac49f.dir/HAVE_ERRNO_H.c.o -MF CMakeFiles/cmTC_ac49f.dir/HAVE_ERRNO_H.c.o.d -o CMakeFiles/cmTC_ac49f.dir/HAVE_ERRNO_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_ERRNO_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_ERRNO_H.c:2:10: fatal error: 'errno.h' file not found
#include <errno.h>
^~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <errno.h>
int main(void){return 0;}
Determining if files ;fcntl.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_ad489 && [1/2] Building C object CMakeFiles/cmTC_ad489.dir/HAVE_FCNTL_H.c.o
FAILED: CMakeFiles/cmTC_ad489.dir/HAVE_FCNTL_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_ad489.dir/HAVE_FCNTL_H.c.o -MF CMakeFiles/cmTC_ad489.dir/HAVE_FCNTL_H.c.o.d -o CMakeFiles/cmTC_ad489.dir/HAVE_FCNTL_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_FCNTL_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_FCNTL_H.c:2:10: fatal error: 'fcntl.h' file not found
#include <fcntl.h>
^~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <fcntl.h>
int main(void){return 0;}
Determining if files ;gssapi/gssapi.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_8a50b && [1/2] Building C object CMakeFiles/cmTC_8a50b.dir/HAVE_GSSAPI_GSSAPI_H.c.o
FAILED: CMakeFiles/cmTC_8a50b.dir/HAVE_GSSAPI_GSSAPI_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_8a50b.dir/HAVE_GSSAPI_GSSAPI_H.c.o -MF CMakeFiles/cmTC_8a50b.dir/HAVE_GSSAPI_GSSAPI_H.c.o.d -o CMakeFiles/cmTC_8a50b.dir/HAVE_GSSAPI_GSSAPI_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_GSSAPI_GSSAPI_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_GSSAPI_GSSAPI_H.c:2:10: fatal error: 'gssapi/gssapi.h' file not found
#include <gssapi/gssapi.h>
^~~~~~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <gssapi/gssapi.h>
int main(void){return 0;}
Determining if files ;gssapi/gssapi_generic.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_dec8a && [1/2] Building C object CMakeFiles/cmTC_dec8a.dir/HAVE_GSSAPI_GSSAPI_GENERIC_H.c.o
FAILED: CMakeFiles/cmTC_dec8a.dir/HAVE_GSSAPI_GSSAPI_GENERIC_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_dec8a.dir/HAVE_GSSAPI_GSSAPI_GENERIC_H.c.o -MF CMakeFiles/cmTC_dec8a.dir/HAVE_GSSAPI_GSSAPI_GENERIC_H.c.o.d -o CMakeFiles/cmTC_dec8a.dir/HAVE_GSSAPI_GSSAPI_GENERIC_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_GSSAPI_GSSAPI_GENERIC_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_GSSAPI_GSSAPI_GENERIC_H.c:2:10: fatal error: 'gssapi/gssapi_generic.h' file not found
#include <gssapi/gssapi_generic.h>
^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <gssapi/gssapi_generic.h>
int main(void){return 0;}
Determining if files ;gssapi/gssapi_krb5.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_874ff && [1/2] Building C object CMakeFiles/cmTC_874ff.dir/HAVE_GSSAPI_GSSAPI_KRB5_H.c.o
FAILED: CMakeFiles/cmTC_874ff.dir/HAVE_GSSAPI_GSSAPI_KRB5_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_874ff.dir/HAVE_GSSAPI_GSSAPI_KRB5_H.c.o -MF CMakeFiles/cmTC_874ff.dir/HAVE_GSSAPI_GSSAPI_KRB5_H.c.o.d -o CMakeFiles/cmTC_874ff.dir/HAVE_GSSAPI_GSSAPI_KRB5_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_GSSAPI_GSSAPI_KRB5_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_GSSAPI_GSSAPI_KRB5_H.c:2:10: fatal error: 'gssapi/gssapi_krb5.h' file not found
#include <gssapi/gssapi_krb5.h>
^~~~~~~~~~~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <gssapi/gssapi_krb5.h>
int main(void){return 0;}
Determining if files ;idn-free.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_c35a3 && [1/2] Building C object CMakeFiles/cmTC_c35a3.dir/HAVE_IDN_FREE_H.c.o
FAILED: CMakeFiles/cmTC_c35a3.dir/HAVE_IDN_FREE_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_c35a3.dir/HAVE_IDN_FREE_H.c.o -MF CMakeFiles/cmTC_c35a3.dir/HAVE_IDN_FREE_H.c.o.d -o CMakeFiles/cmTC_c35a3.dir/HAVE_IDN_FREE_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_IDN_FREE_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_IDN_FREE_H.c:2:10: fatal error: 'idn-free.h' file not found
#include <idn-free.h>
^~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <idn-free.h>
int main(void){return 0;}
Determining if files ;ifaddrs.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_92962 && [1/2] Building C object CMakeFiles/cmTC_92962.dir/HAVE_IFADDRS_H.c.o
FAILED: CMakeFiles/cmTC_92962.dir/HAVE_IFADDRS_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_92962.dir/HAVE_IFADDRS_H.c.o -MF CMakeFiles/cmTC_92962.dir/HAVE_IFADDRS_H.c.o.d -o CMakeFiles/cmTC_92962.dir/HAVE_IFADDRS_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_IFADDRS_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_IFADDRS_H.c:2:10: fatal error: 'ifaddrs.h' file not found
#include <ifaddrs.h>
^~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <ifaddrs.h>
int main(void){return 0;}
Determining if files ;io.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_26bf0 && [1/2] Building C object CMakeFiles/cmTC_26bf0.dir/HAVE_IO_H.c.o
FAILED: CMakeFiles/cmTC_26bf0.dir/HAVE_IO_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_26bf0.dir/HAVE_IO_H.c.o -MF CMakeFiles/cmTC_26bf0.dir/HAVE_IO_H.c.o.d -o CMakeFiles/cmTC_26bf0.dir/HAVE_IO_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_IO_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_IO_H.c:2:10: fatal error: 'io.h' file not found
#include <io.h>
^~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <io.h>
int main(void){return 0;}
Determining if files ;krb.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_7d66e && [1/2] Building C object CMakeFiles/cmTC_7d66e.dir/HAVE_KRB_H.c.o
FAILED: CMakeFiles/cmTC_7d66e.dir/HAVE_KRB_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_7d66e.dir/HAVE_KRB_H.c.o -MF CMakeFiles/cmTC_7d66e.dir/HAVE_KRB_H.c.o.d -o CMakeFiles/cmTC_7d66e.dir/HAVE_KRB_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_KRB_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_KRB_H.c:2:10: fatal error: 'krb.h' file not found
#include <krb.h>
^~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <krb.h>
int main(void){return 0;}
Determining if files ;libgen.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_de284 && [1/2] Building C object CMakeFiles/cmTC_de284.dir/HAVE_LIBGEN_H.c.o
FAILED: CMakeFiles/cmTC_de284.dir/HAVE_LIBGEN_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_de284.dir/HAVE_LIBGEN_H.c.o -MF CMakeFiles/cmTC_de284.dir/HAVE_LIBGEN_H.c.o.d -o CMakeFiles/cmTC_de284.dir/HAVE_LIBGEN_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_LIBGEN_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_LIBGEN_H.c:2:10: fatal error: 'libgen.h' file not found
#include <libgen.h>
^~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <libgen.h>
int main(void){return 0;}
Determining if files ;libssh2.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_332a6 && [1/2] Building C object CMakeFiles/cmTC_332a6.dir/HAVE_LIBSSH2_H.c.o
FAILED: CMakeFiles/cmTC_332a6.dir/HAVE_LIBSSH2_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_332a6.dir/HAVE_LIBSSH2_H.c.o -MF CMakeFiles/cmTC_332a6.dir/HAVE_LIBSSH2_H.c.o.d -o CMakeFiles/cmTC_332a6.dir/HAVE_LIBSSH2_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_LIBSSH2_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_LIBSSH2_H.c:2:10: fatal error: 'libssh2.h' file not found
#include <libssh2.h>
^~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <libssh2.h>
int main(void){return 0;}
Determining if files limits.h;locale.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_7fe1c && [1/2] Building C object CMakeFiles/cmTC_7fe1c.dir/HAVE_LOCALE_H.c.o
FAILED: CMakeFiles/cmTC_7fe1c.dir/HAVE_LOCALE_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_7fe1c.dir/HAVE_LOCALE_H.c.o -MF CMakeFiles/cmTC_7fe1c.dir/HAVE_LOCALE_H.c.o.d -o CMakeFiles/cmTC_7fe1c.dir/HAVE_LOCALE_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_LOCALE_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_LOCALE_H.c:3:10: fatal error: 'locale.h' file not found
#include <locale.h>
^~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <limits.h>
#include <locale.h>
int main(void){return 0;}
Determining if files limits.h;net/if.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_ec3c9 && [1/2] Building C object CMakeFiles/cmTC_ec3c9.dir/HAVE_NET_IF_H.c.o
FAILED: CMakeFiles/cmTC_ec3c9.dir/HAVE_NET_IF_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_ec3c9.dir/HAVE_NET_IF_H.c.o -MF CMakeFiles/cmTC_ec3c9.dir/HAVE_NET_IF_H.c.o.d -o CMakeFiles/cmTC_ec3c9.dir/HAVE_NET_IF_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_NET_IF_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_NET_IF_H.c:3:10: fatal error: 'net/if.h' file not found
#include <net/if.h>
^~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <limits.h>
#include <net/if.h>
int main(void){return 0;}
Determining if files limits.h;netdb.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_2d742 && [1/2] Building C object CMakeFiles/cmTC_2d742.dir/HAVE_NETDB_H.c.o
FAILED: CMakeFiles/cmTC_2d742.dir/HAVE_NETDB_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_2d742.dir/HAVE_NETDB_H.c.o -MF CMakeFiles/cmTC_2d742.dir/HAVE_NETDB_H.c.o.d -o CMakeFiles/cmTC_2d742.dir/HAVE_NETDB_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_NETDB_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_NETDB_H.c:3:10: fatal error: 'netdb.h' file not found
#include <netdb.h>
^~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <limits.h>
#include <netdb.h>
int main(void){return 0;}
Determining if files limits.h;netinet/in.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_80e10 && [1/2] Building C object CMakeFiles/cmTC_80e10.dir/HAVE_NETINET_IN_H.c.o
FAILED: CMakeFiles/cmTC_80e10.dir/HAVE_NETINET_IN_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_80e10.dir/HAVE_NETINET_IN_H.c.o -MF CMakeFiles/cmTC_80e10.dir/HAVE_NETINET_IN_H.c.o.d -o CMakeFiles/cmTC_80e10.dir/HAVE_NETINET_IN_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_NETINET_IN_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_NETINET_IN_H.c:3:10: fatal error: 'netinet/in.h' file not found
#include <netinet/in.h>
^~~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <limits.h>
#include <netinet/in.h>
int main(void){return 0;}
Determining if files limits.h;netinet/tcp.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_3176f && [1/2] Building C object CMakeFiles/cmTC_3176f.dir/HAVE_NETINET_TCP_H.c.o
FAILED: CMakeFiles/cmTC_3176f.dir/HAVE_NETINET_TCP_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_3176f.dir/HAVE_NETINET_TCP_H.c.o -MF CMakeFiles/cmTC_3176f.dir/HAVE_NETINET_TCP_H.c.o.d -o CMakeFiles/cmTC_3176f.dir/HAVE_NETINET_TCP_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_NETINET_TCP_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_NETINET_TCP_H.c:3:10: fatal error: 'netinet/tcp.h' file not found
#include <netinet/tcp.h>
^~~~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <limits.h>
#include <netinet/tcp.h>
int main(void){return 0;}
Determining if files limits.h;openssl/crypto.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_057e9 && [1/2] Building C object CMakeFiles/cmTC_057e9.dir/HAVE_OPENSSL_CRYPTO_H.c.o
FAILED: CMakeFiles/cmTC_057e9.dir/HAVE_OPENSSL_CRYPTO_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_057e9.dir/HAVE_OPENSSL_CRYPTO_H.c.o -MF CMakeFiles/cmTC_057e9.dir/HAVE_OPENSSL_CRYPTO_H.c.o.d -o CMakeFiles/cmTC_057e9.dir/HAVE_OPENSSL_CRYPTO_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_OPENSSL_CRYPTO_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_OPENSSL_CRYPTO_H.c:3:10: fatal error: 'openssl/crypto.h' file not found
#include <openssl/crypto.h>
^~~~~~~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <limits.h>
#include <openssl/crypto.h>
int main(void){return 0;}
Determining if files limits.h;openssl/engine.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_25ac1 && [1/2] Building C object CMakeFiles/cmTC_25ac1.dir/HAVE_OPENSSL_ENGINE_H.c.o
FAILED: CMakeFiles/cmTC_25ac1.dir/HAVE_OPENSSL_ENGINE_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_25ac1.dir/HAVE_OPENSSL_ENGINE_H.c.o -MF CMakeFiles/cmTC_25ac1.dir/HAVE_OPENSSL_ENGINE_H.c.o.d -o CMakeFiles/cmTC_25ac1.dir/HAVE_OPENSSL_ENGINE_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_OPENSSL_ENGINE_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_OPENSSL_ENGINE_H.c:3:10: fatal error: 'openssl/engine.h' file not found
#include <openssl/engine.h>
^~~~~~~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <limits.h>
#include <openssl/engine.h>
int main(void){return 0;}
Determining if files limits.h;openssl/err.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_00723 && [1/2] Building C object CMakeFiles/cmTC_00723.dir/HAVE_OPENSSL_ERR_H.c.o
FAILED: CMakeFiles/cmTC_00723.dir/HAVE_OPENSSL_ERR_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_00723.dir/HAVE_OPENSSL_ERR_H.c.o -MF CMakeFiles/cmTC_00723.dir/HAVE_OPENSSL_ERR_H.c.o.d -o CMakeFiles/cmTC_00723.dir/HAVE_OPENSSL_ERR_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_OPENSSL_ERR_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_OPENSSL_ERR_H.c:3:10: fatal error: 'openssl/err.h' file not found
#include <openssl/err.h>
^~~~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <limits.h>
#include <openssl/err.h>
int main(void){return 0;}
Determining if files limits.h;openssl/pem.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_766c0 && [1/2] Building C object CMakeFiles/cmTC_766c0.dir/HAVE_OPENSSL_PEM_H.c.o
FAILED: CMakeFiles/cmTC_766c0.dir/HAVE_OPENSSL_PEM_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_766c0.dir/HAVE_OPENSSL_PEM_H.c.o -MF CMakeFiles/cmTC_766c0.dir/HAVE_OPENSSL_PEM_H.c.o.d -o CMakeFiles/cmTC_766c0.dir/HAVE_OPENSSL_PEM_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_OPENSSL_PEM_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_OPENSSL_PEM_H.c:3:10: fatal error: 'openssl/pem.h' file not found
#include <openssl/pem.h>
^~~~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <limits.h>
#include <openssl/pem.h>
int main(void){return 0;}
Determining if files limits.h;openssl/pkcs12.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_22d48 && [1/2] Building C object CMakeFiles/cmTC_22d48.dir/HAVE_OPENSSL_PKCS12_H.c.o
FAILED: CMakeFiles/cmTC_22d48.dir/HAVE_OPENSSL_PKCS12_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_22d48.dir/HAVE_OPENSSL_PKCS12_H.c.o -MF CMakeFiles/cmTC_22d48.dir/HAVE_OPENSSL_PKCS12_H.c.o.d -o CMakeFiles/cmTC_22d48.dir/HAVE_OPENSSL_PKCS12_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_OPENSSL_PKCS12_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_OPENSSL_PKCS12_H.c:3:10: fatal error: 'openssl/pkcs12.h' file not found
#include <openssl/pkcs12.h>
^~~~~~~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <limits.h>
#include <openssl/pkcs12.h>
int main(void){return 0;}
Determining if files limits.h;openssl/rsa.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_1d2e4 && [1/2] Building C object CMakeFiles/cmTC_1d2e4.dir/HAVE_OPENSSL_RSA_H.c.o
FAILED: CMakeFiles/cmTC_1d2e4.dir/HAVE_OPENSSL_RSA_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_1d2e4.dir/HAVE_OPENSSL_RSA_H.c.o -MF CMakeFiles/cmTC_1d2e4.dir/HAVE_OPENSSL_RSA_H.c.o.d -o CMakeFiles/cmTC_1d2e4.dir/HAVE_OPENSSL_RSA_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_OPENSSL_RSA_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_OPENSSL_RSA_H.c:3:10: fatal error: 'openssl/rsa.h' file not found
#include <openssl/rsa.h>
^~~~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <limits.h>
#include <openssl/rsa.h>
int main(void){return 0;}
Determining if files limits.h;openssl/ssl.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_c23fb && [1/2] Building C object CMakeFiles/cmTC_c23fb.dir/HAVE_OPENSSL_SSL_H.c.o
FAILED: CMakeFiles/cmTC_c23fb.dir/HAVE_OPENSSL_SSL_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_c23fb.dir/HAVE_OPENSSL_SSL_H.c.o -MF CMakeFiles/cmTC_c23fb.dir/HAVE_OPENSSL_SSL_H.c.o.d -o CMakeFiles/cmTC_c23fb.dir/HAVE_OPENSSL_SSL_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_OPENSSL_SSL_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_OPENSSL_SSL_H.c:3:10: fatal error: 'openssl/ssl.h' file not found
#include <openssl/ssl.h>
^~~~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <limits.h>
#include <openssl/ssl.h>
int main(void){return 0;}
Determining if files limits.h;openssl/x509.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_da2ef && [1/2] Building C object CMakeFiles/cmTC_da2ef.dir/HAVE_OPENSSL_X509_H.c.o
FAILED: CMakeFiles/cmTC_da2ef.dir/HAVE_OPENSSL_X509_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_da2ef.dir/HAVE_OPENSSL_X509_H.c.o -MF CMakeFiles/cmTC_da2ef.dir/HAVE_OPENSSL_X509_H.c.o.d -o CMakeFiles/cmTC_da2ef.dir/HAVE_OPENSSL_X509_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_OPENSSL_X509_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_OPENSSL_X509_H.c:3:10: fatal error: 'openssl/x509.h' file not found
#include <openssl/x509.h>
^~~~~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <limits.h>
#include <openssl/x509.h>
int main(void){return 0;}
Determining if files limits.h;pem.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_e7a94 && [1/2] Building C object CMakeFiles/cmTC_e7a94.dir/HAVE_PEM_H.c.o
FAILED: CMakeFiles/cmTC_e7a94.dir/HAVE_PEM_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_e7a94.dir/HAVE_PEM_H.c.o -MF CMakeFiles/cmTC_e7a94.dir/HAVE_PEM_H.c.o.d -o CMakeFiles/cmTC_e7a94.dir/HAVE_PEM_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_PEM_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_PEM_H.c:3:10: fatal error: 'pem.h' file not found
#include <pem.h>
^~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <limits.h>
#include <pem.h>
int main(void){return 0;}
Determining if files limits.h;poll.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_68835 && [1/2] Building C object CMakeFiles/cmTC_68835.dir/HAVE_POLL_H.c.o
FAILED: CMakeFiles/cmTC_68835.dir/HAVE_POLL_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_68835.dir/HAVE_POLL_H.c.o -MF CMakeFiles/cmTC_68835.dir/HAVE_POLL_H.c.o.d -o CMakeFiles/cmTC_68835.dir/HAVE_POLL_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_POLL_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_POLL_H.c:3:10: fatal error: 'poll.h' file not found
#include <poll.h>
^~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <limits.h>
#include <poll.h>
int main(void){return 0;}
Determining if files limits.h;pwd.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_27cc7 && [1/2] Building C object CMakeFiles/cmTC_27cc7.dir/HAVE_PWD_H.c.o
FAILED: CMakeFiles/cmTC_27cc7.dir/HAVE_PWD_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_27cc7.dir/HAVE_PWD_H.c.o -MF CMakeFiles/cmTC_27cc7.dir/HAVE_PWD_H.c.o.d -o CMakeFiles/cmTC_27cc7.dir/HAVE_PWD_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_PWD_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_PWD_H.c:3:10: fatal error: 'pwd.h' file not found
#include <pwd.h>
^~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <limits.h>
#include <pwd.h>
int main(void){return 0;}
Determining if files limits.h;rsa.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_9db5b && [1/2] Building C object CMakeFiles/cmTC_9db5b.dir/HAVE_RSA_H.c.o
FAILED: CMakeFiles/cmTC_9db5b.dir/HAVE_RSA_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_9db5b.dir/HAVE_RSA_H.c.o -MF CMakeFiles/cmTC_9db5b.dir/HAVE_RSA_H.c.o.d -o CMakeFiles/cmTC_9db5b.dir/HAVE_RSA_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_RSA_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_RSA_H.c:3:10: fatal error: 'rsa.h' file not found
#include <rsa.h>
^~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <limits.h>
#include <rsa.h>
int main(void){return 0;}
Determining if files limits.h;setjmp.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_5235d && [1/2] Building C object CMakeFiles/cmTC_5235d.dir/HAVE_SETJMP_H.c.o
FAILED: CMakeFiles/cmTC_5235d.dir/HAVE_SETJMP_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_5235d.dir/HAVE_SETJMP_H.c.o -MF CMakeFiles/cmTC_5235d.dir/HAVE_SETJMP_H.c.o.d -o CMakeFiles/cmTC_5235d.dir/HAVE_SETJMP_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_SETJMP_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_SETJMP_H.c:3:10: fatal error: 'setjmp.h' file not found
#include <setjmp.h>
^~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <limits.h>
#include <setjmp.h>
int main(void){return 0;}
Determining if files limits.h;sgtty.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_9b0f0 && [1/2] Building C object CMakeFiles/cmTC_9b0f0.dir/HAVE_SGTTY_H.c.o
FAILED: CMakeFiles/cmTC_9b0f0.dir/HAVE_SGTTY_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_9b0f0.dir/HAVE_SGTTY_H.c.o -MF CMakeFiles/cmTC_9b0f0.dir/HAVE_SGTTY_H.c.o.d -o CMakeFiles/cmTC_9b0f0.dir/HAVE_SGTTY_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_SGTTY_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_SGTTY_H.c:3:10: fatal error: 'sgtty.h' file not found
#include <sgtty.h>
^~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <limits.h>
#include <sgtty.h>
int main(void){return 0;}
Determining if files limits.h;signal.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_de19c && [1/2] Building C object CMakeFiles/cmTC_de19c.dir/HAVE_SIGNAL_H.c.o
FAILED: CMakeFiles/cmTC_de19c.dir/HAVE_SIGNAL_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_de19c.dir/HAVE_SIGNAL_H.c.o -MF CMakeFiles/cmTC_de19c.dir/HAVE_SIGNAL_H.c.o.d -o CMakeFiles/cmTC_de19c.dir/HAVE_SIGNAL_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_SIGNAL_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_SIGNAL_H.c:3:10: fatal error: 'signal.h' file not found
#include <signal.h>
^~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <limits.h>
#include <signal.h>
int main(void){return 0;}
Determining if files limits.h;ssl.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_bd594 && [1/2] Building C object CMakeFiles/cmTC_bd594.dir/HAVE_SSL_H.c.o
FAILED: CMakeFiles/cmTC_bd594.dir/HAVE_SSL_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_bd594.dir/HAVE_SSL_H.c.o -MF CMakeFiles/cmTC_bd594.dir/HAVE_SSL_H.c.o.d -o CMakeFiles/cmTC_bd594.dir/HAVE_SSL_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_SSL_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_SSL_H.c:3:10: fatal error: 'ssl.h' file not found
#include <ssl.h>
^~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <limits.h>
#include <ssl.h>
int main(void){return 0;}
Determining if files limits.h;stdbool.h;stdint.h;stropts.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_858a7 && [1/2] Building C object CMakeFiles/cmTC_858a7.dir/HAVE_STROPTS_H.c.o
FAILED: CMakeFiles/cmTC_858a7.dir/HAVE_STROPTS_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_858a7.dir/HAVE_STROPTS_H.c.o -MF CMakeFiles/cmTC_858a7.dir/HAVE_STROPTS_H.c.o.d -o CMakeFiles/cmTC_858a7.dir/HAVE_STROPTS_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_STROPTS_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_STROPTS_H.c:5:10: fatal error: 'stropts.h' file not found
#include <stropts.h>
^~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stropts.h>
int main(void){return 0;}
Determining if files limits.h;stdbool.h;stdint.h;termio.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_d71ff && [1/2] Building C object CMakeFiles/cmTC_d71ff.dir/HAVE_TERMIO_H.c.o
FAILED: CMakeFiles/cmTC_d71ff.dir/HAVE_TERMIO_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_d71ff.dir/HAVE_TERMIO_H.c.o -MF CMakeFiles/cmTC_d71ff.dir/HAVE_TERMIO_H.c.o.d -o CMakeFiles/cmTC_d71ff.dir/HAVE_TERMIO_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_TERMIO_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_TERMIO_H.c:5:10: fatal error: 'termio.h' file not found
#include <termio.h>
^~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <termio.h>
int main(void){return 0;}
Determining if files limits.h;stdbool.h;stdint.h;termios.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_17a7a && [1/2] Building C object CMakeFiles/cmTC_17a7a.dir/HAVE_TERMIOS_H.c.o
FAILED: CMakeFiles/cmTC_17a7a.dir/HAVE_TERMIOS_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_17a7a.dir/HAVE_TERMIOS_H.c.o -MF CMakeFiles/cmTC_17a7a.dir/HAVE_TERMIOS_H.c.o.d -o CMakeFiles/cmTC_17a7a.dir/HAVE_TERMIOS_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_TERMIOS_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_TERMIOS_H.c:5:10: fatal error: 'termios.h' file not found
#include <termios.h>
^~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <termios.h>
int main(void){return 0;}
Determining if files limits.h;stdbool.h;stdint.h;time.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_3560d && [1/2] Building C object CMakeFiles/cmTC_3560d.dir/HAVE_TIME_H.c.o
FAILED: CMakeFiles/cmTC_3560d.dir/HAVE_TIME_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_3560d.dir/HAVE_TIME_H.c.o -MF CMakeFiles/cmTC_3560d.dir/HAVE_TIME_H.c.o.d -o CMakeFiles/cmTC_3560d.dir/HAVE_TIME_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_TIME_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_TIME_H.c:5:10: fatal error: 'time.h' file not found
#include <time.h>
^~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <time.h>
int main(void){return 0;}
Determining if files limits.h;stdbool.h;stdint.h;tld.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_e4efc && [1/2] Building C object CMakeFiles/cmTC_e4efc.dir/HAVE_TLD_H.c.o
FAILED: CMakeFiles/cmTC_e4efc.dir/HAVE_TLD_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_e4efc.dir/HAVE_TLD_H.c.o -MF CMakeFiles/cmTC_e4efc.dir/HAVE_TLD_H.c.o.d -o CMakeFiles/cmTC_e4efc.dir/HAVE_TLD_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_TLD_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_TLD_H.c:5:10: fatal error: 'tld.h' file not found
#include <tld.h>
^~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <tld.h>
int main(void){return 0;}
Determining if files limits.h;stdbool.h;stdint.h;utime.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_af68b && [1/2] Building C object CMakeFiles/cmTC_af68b.dir/HAVE_UTIME_H.c.o
FAILED: CMakeFiles/cmTC_af68b.dir/HAVE_UTIME_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_af68b.dir/HAVE_UTIME_H.c.o -MF CMakeFiles/cmTC_af68b.dir/HAVE_UTIME_H.c.o.d -o CMakeFiles/cmTC_af68b.dir/HAVE_UTIME_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_UTIME_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_UTIME_H.c:5:10: fatal error: 'utime.h' file not found
#include <utime.h>
^~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <utime.h>
int main(void){return 0;}
Determining if files limits.h;stdbool.h;stdint.h;x509.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_928d6 && [1/2] Building C object CMakeFiles/cmTC_928d6.dir/HAVE_X509_H.c.o
FAILED: CMakeFiles/cmTC_928d6.dir/HAVE_X509_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_928d6.dir/HAVE_X509_H.c.o -MF CMakeFiles/cmTC_928d6.dir/HAVE_X509_H.c.o.d -o CMakeFiles/cmTC_928d6.dir/HAVE_X509_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_X509_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_X509_H.c:5:10: fatal error: 'x509.h' file not found
#include <x509.h>
^~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <x509.h>
int main(void){return 0;}
Determining if files limits.h;stdbool.h;stdint.h;process.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_947bc && [1/2] Building C object CMakeFiles/cmTC_947bc.dir/HAVE_PROCESS_H.c.o
FAILED: CMakeFiles/cmTC_947bc.dir/HAVE_PROCESS_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_947bc.dir/HAVE_PROCESS_H.c.o -MF CMakeFiles/cmTC_947bc.dir/HAVE_PROCESS_H.c.o.d -o CMakeFiles/cmTC_947bc.dir/HAVE_PROCESS_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_PROCESS_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_PROCESS_H.c:5:10: fatal error: 'process.h' file not found
#include <process.h>
^~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <process.h>
int main(void){return 0;}
Determining if files limits.h;stdbool.h;stdint.h;stddef.h;malloc.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_d7a6b && [1/2] Building C object CMakeFiles/cmTC_d7a6b.dir/HAVE_MALLOC_H.c.o
FAILED: CMakeFiles/cmTC_d7a6b.dir/HAVE_MALLOC_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_d7a6b.dir/HAVE_MALLOC_H.c.o -MF CMakeFiles/cmTC_d7a6b.dir/HAVE_MALLOC_H.c.o.d -o CMakeFiles/cmTC_d7a6b.dir/HAVE_MALLOC_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_MALLOC_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_MALLOC_H.c:6:10: fatal error: 'malloc.h' file not found
#include <malloc.h>
^~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <malloc.h>
int main(void){return 0;}
Determining if files limits.h;stdbool.h;stdint.h;stddef.h;ldap.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_72f6f && [1/2] Building C object CMakeFiles/cmTC_72f6f.dir/HAVE_LDAP_H.c.o
FAILED: CMakeFiles/cmTC_72f6f.dir/HAVE_LDAP_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_72f6f.dir/HAVE_LDAP_H.c.o -MF CMakeFiles/cmTC_72f6f.dir/HAVE_LDAP_H.c.o.d -o CMakeFiles/cmTC_72f6f.dir/HAVE_LDAP_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_LDAP_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_LDAP_H.c:6:10: fatal error: 'ldap.h' file not found
#include <ldap.h>
^~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <ldap.h>
int main(void){return 0;}
Determining if files limits.h;stdbool.h;stdint.h;stddef.h;netinet/if_ether.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_da1a8 && [1/2] Building C object CMakeFiles/cmTC_da1a8.dir/HAVE_NETINET_IF_ETHER_H.c.o
FAILED: CMakeFiles/cmTC_da1a8.dir/HAVE_NETINET_IF_ETHER_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_da1a8.dir/HAVE_NETINET_IF_ETHER_H.c.o -MF CMakeFiles/cmTC_da1a8.dir/HAVE_NETINET_IF_ETHER_H.c.o.d -o CMakeFiles/cmTC_da1a8.dir/HAVE_NETINET_IF_ETHER_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_NETINET_IF_ETHER_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_NETINET_IF_ETHER_H.c:6:10: fatal error: 'netinet/if_ether.h' file not found
#include <netinet/if_ether.h>
^~~~~~~~~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <netinet/if_ether.h>
int main(void){return 0;}
Determining if files limits.h;stdbool.h;stdint.h;stddef.h;stdint.h;sockio.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_e8721 && [1/2] Building C object CMakeFiles/cmTC_e8721.dir/HAVE_SOCKIO_H.c.o
FAILED: CMakeFiles/cmTC_e8721.dir/HAVE_SOCKIO_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_e8721.dir/HAVE_SOCKIO_H.c.o -MF CMakeFiles/cmTC_e8721.dir/HAVE_SOCKIO_H.c.o.d -o CMakeFiles/cmTC_e8721.dir/HAVE_SOCKIO_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_SOCKIO_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_SOCKIO_H.c:7:10: fatal error: 'sockio.h' file not found
#include <sockio.h>
^~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <stdint.h>
#include <sockio.h>
int main(void){return 0;}
Determining if files limits.h;stdbool.h;stdint.h;stddef.h;stdint.h;sys/utsname.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_e77d1 && [1/2] Building C object CMakeFiles/cmTC_e77d1.dir/HAVE_SYS_UTSNAME_H.c.o
FAILED: CMakeFiles/cmTC_e77d1.dir/HAVE_SYS_UTSNAME_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_e77d1.dir/HAVE_SYS_UTSNAME_H.c.o -MF CMakeFiles/cmTC_e77d1.dir/HAVE_SYS_UTSNAME_H.c.o.d -o CMakeFiles/cmTC_e77d1.dir/HAVE_SYS_UTSNAME_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_SYS_UTSNAME_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_SYS_UTSNAME_H.c:7:10: fatal error: 'sys/utsname.h' file not found
#include <sys/utsname.h>
^~~~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <stdint.h>
#include <sys/utsname.h>
int main(void){return 0;}
Determining if files limits.h;stdbool.h;stdint.h;stddef.h;stdint.h;idna.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_5cf1e && [1/2] Building C object CMakeFiles/cmTC_5cf1e.dir/HAVE_IDNA_H.c.o
FAILED: CMakeFiles/cmTC_5cf1e.dir/HAVE_IDNA_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_5cf1e.dir/HAVE_IDNA_H.c.o -MF CMakeFiles/cmTC_5cf1e.dir/HAVE_IDNA_H.c.o.d -o CMakeFiles/cmTC_5cf1e.dir/HAVE_IDNA_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_IDNA_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_IDNA_H.c:7:10: fatal error: 'idna.h' file not found
#include <idna.h>
^~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <stdint.h>
#include <idna.h>
int main(void){return 0;}
Determining size of ssize_t failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_e829f && [1/2] Building C object CMakeFiles/cmTC_e829f.dir/SIZEOF_SSIZE_T.c.o
FAILED: CMakeFiles/cmTC_e829f.dir/SIZEOF_SSIZE_T.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_e829f.dir/SIZEOF_SSIZE_T.c.o -MF CMakeFiles/cmTC_e829f.dir/SIZEOF_SSIZE_T.c.o.d -o CMakeFiles/cmTC_e829f.dir/SIZEOF_SSIZE_T.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckTypeSize/SIZEOF_SSIZE_T.c
/Users/simonb/aseprite/build/CMakeFiles/CheckTypeSize/SIZEOF_SSIZE_T.c:28:12: error: use of undeclared identifier 'ssize_t'
('0' + ((SIZE / 10000)%10)),
^
/Users/simonb/aseprite/build/CMakeFiles/CheckTypeSize/SIZEOF_SSIZE_T.c:26:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(ssize_t))
^
/Users/simonb/aseprite/build/CMakeFiles/CheckTypeSize/SIZEOF_SSIZE_T.c:29:12: error: use of undeclared identifier 'ssize_t'
('0' + ((SIZE / 1000)%10)),
^
/Users/simonb/aseprite/build/CMakeFiles/CheckTypeSize/SIZEOF_SSIZE_T.c:26:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(ssize_t))
^
/Users/simonb/aseprite/build/CMakeFiles/CheckTypeSize/SIZEOF_SSIZE_T.c:30:12: error: use of undeclared identifier 'ssize_t'
('0' + ((SIZE / 100)%10)),
^
/Users/simonb/aseprite/build/CMakeFiles/CheckTypeSize/SIZEOF_SSIZE_T.c:26:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(ssize_t))
^
/Users/simonb/aseprite/build/CMakeFiles/CheckTypeSize/SIZEOF_SSIZE_T.c:31:12: error: use of undeclared identifier 'ssize_t'
('0' + ((SIZE / 10)%10)),
^
/Users/simonb/aseprite/build/CMakeFiles/CheckTypeSize/SIZEOF_SSIZE_T.c:26:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(ssize_t))
^
/Users/simonb/aseprite/build/CMakeFiles/CheckTypeSize/SIZEOF_SSIZE_T.c:32:12: error: use of undeclared identifier 'ssize_t'
('0' + (SIZE % 10)),
^
/Users/simonb/aseprite/build/CMakeFiles/CheckTypeSize/SIZEOF_SSIZE_T.c:26:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(ssize_t))
^
5 errors generated.
ninja: build stopped: subcommand failed.
/Users/simonb/aseprite/build/CMakeFiles/CheckTypeSize/SIZEOF_SSIZE_T.c:
#include <stdint.h>
#include <stddef.h>
#undef KEY
#if defined(__i386)
# define KEY '_','_','i','3','8','6'
#elif defined(__x86_64)
# define KEY '_','_','x','8','6','_','6','4'
#elif defined(__PPC64__)
# define KEY '_','_','P','P','C','6','4','_','_'
#elif defined(__ppc64__)
# define KEY '_','_','p','p','c','6','4','_','_'
#elif defined(__PPC__)
# define KEY '_','_','P','P','C','_','_'
#elif defined(__ppc__)
# define KEY '_','_','p','p','c','_','_'
#elif defined(__aarch64__)
# define KEY '_','_','a','a','r','c','h','6','4','_','_'
#elif defined(__ARM_ARCH_7A__)
# define KEY '_','_','A','R','M','_','A','R','C','H','_','7','A','_','_'
#elif defined(__ARM_ARCH_7S__)
# define KEY '_','_','A','R','M','_','A','R','C','H','_','7','S','_','_'
#endif
#define SIZE (sizeof(ssize_t))
static 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;
}
Determining size of __int64 failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_13aa6 && [1/2] Building C object CMakeFiles/cmTC_13aa6.dir/SIZEOF___INT64.c.o
FAILED: CMakeFiles/cmTC_13aa6.dir/SIZEOF___INT64.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_13aa6.dir/SIZEOF___INT64.c.o -MF CMakeFiles/cmTC_13aa6.dir/SIZEOF___INT64.c.o.d -o CMakeFiles/cmTC_13aa6.dir/SIZEOF___INT64.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckTypeSize/SIZEOF___INT64.c
/Users/simonb/aseprite/build/CMakeFiles/CheckTypeSize/SIZEOF___INT64.c:28:12: error: use of undeclared identifier '__int64'
('0' + ((SIZE / 10000)%10)),
^
/Users/simonb/aseprite/build/CMakeFiles/CheckTypeSize/SIZEOF___INT64.c:26:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(__int64))
^
/Users/simonb/aseprite/build/CMakeFiles/CheckTypeSize/SIZEOF___INT64.c:29:12: error: use of undeclared identifier '__int64'
('0' + ((SIZE / 1000)%10)),
^
/Users/simonb/aseprite/build/CMakeFiles/CheckTypeSize/SIZEOF___INT64.c:26:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(__int64))
^
/Users/simonb/aseprite/build/CMakeFiles/CheckTypeSize/SIZEOF___INT64.c:30:12: error: use of undeclared identifier '__int64'
('0' + ((SIZE / 100)%10)),
^
/Users/simonb/aseprite/build/CMakeFiles/CheckTypeSize/SIZEOF___INT64.c:26:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(__int64))
^
/Users/simonb/aseprite/build/CMakeFiles/CheckTypeSize/SIZEOF___INT64.c:31:12: error: use of undeclared identifier '__int64'
('0' + ((SIZE / 10)%10)),
^
/Users/simonb/aseprite/build/CMakeFiles/CheckTypeSize/SIZEOF___INT64.c:26:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(__int64))
^
/Users/simonb/aseprite/build/CMakeFiles/CheckTypeSize/SIZEOF___INT64.c:32:12: error: use of undeclared identifier '__int64'
('0' + (SIZE % 10)),
^
/Users/simonb/aseprite/build/CMakeFiles/CheckTypeSize/SIZEOF___INT64.c:26:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(__int64))
^
5 errors generated.
ninja: build stopped: subcommand failed.
/Users/simonb/aseprite/build/CMakeFiles/CheckTypeSize/SIZEOF___INT64.c:
#include <stdint.h>
#include <stddef.h>
#undef KEY
#if defined(__i386)
# define KEY '_','_','i','3','8','6'
#elif defined(__x86_64)
# define KEY '_','_','x','8','6','_','6','4'
#elif defined(__PPC64__)
# define KEY '_','_','P','P','C','6','4','_','_'
#elif defined(__ppc64__)
# define KEY '_','_','p','p','c','6','4','_','_'
#elif defined(__PPC__)
# define KEY '_','_','P','P','C','_','_'
#elif defined(__ppc__)
# define KEY '_','_','p','p','c','_','_'
#elif defined(__aarch64__)
# define KEY '_','_','a','a','r','c','h','6','4','_','_'
#elif defined(__ARM_ARCH_7A__)
# define KEY '_','_','A','R','M','_','A','R','C','H','_','7','A','_','_'
#elif defined(__ARM_ARCH_7S__)
# define KEY '_','_','A','R','M','_','A','R','C','H','_','7','S','_','_'
#endif
#define SIZE (sizeof(__int64))
static 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;
}
Determining size of time_t failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_a24e0 && [1/2] Building C object CMakeFiles/cmTC_a24e0.dir/SIZEOF_TIME_T.c.o
FAILED: CMakeFiles/cmTC_a24e0.dir/SIZEOF_TIME_T.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_a24e0.dir/SIZEOF_TIME_T.c.o -MF CMakeFiles/cmTC_a24e0.dir/SIZEOF_TIME_T.c.o.d -o CMakeFiles/cmTC_a24e0.dir/SIZEOF_TIME_T.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckTypeSize/SIZEOF_TIME_T.c
/Users/simonb/aseprite/build/CMakeFiles/CheckTypeSize/SIZEOF_TIME_T.c:28:12: error: use of undeclared identifier 'time_t'
('0' + ((SIZE / 10000)%10)),
^
/Users/simonb/aseprite/build/CMakeFiles/CheckTypeSize/SIZEOF_TIME_T.c:26:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(time_t))
^
/Users/simonb/aseprite/build/CMakeFiles/CheckTypeSize/SIZEOF_TIME_T.c:29:12: error: use of undeclared identifier 'time_t'
('0' + ((SIZE / 1000)%10)),
^
/Users/simonb/aseprite/build/CMakeFiles/CheckTypeSize/SIZEOF_TIME_T.c:26:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(time_t))
^
/Users/simonb/aseprite/build/CMakeFiles/CheckTypeSize/SIZEOF_TIME_T.c:30:12: error: use of undeclared identifier 'time_t'
('0' + ((SIZE / 100)%10)),
^
/Users/simonb/aseprite/build/CMakeFiles/CheckTypeSize/SIZEOF_TIME_T.c:26:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(time_t))
^
/Users/simonb/aseprite/build/CMakeFiles/CheckTypeSize/SIZEOF_TIME_T.c:31:12: error: use of undeclared identifier 'time_t'
('0' + ((SIZE / 10)%10)),
^
/Users/simonb/aseprite/build/CMakeFiles/CheckTypeSize/SIZEOF_TIME_T.c:26:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(time_t))
^
/Users/simonb/aseprite/build/CMakeFiles/CheckTypeSize/SIZEOF_TIME_T.c:32:12: error: use of undeclared identifier 'time_t'
('0' + (SIZE % 10)),
^
/Users/simonb/aseprite/build/CMakeFiles/CheckTypeSize/SIZEOF_TIME_T.c:26:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(time_t))
^
5 errors generated.
ninja: build stopped: subcommand failed.
/Users/simonb/aseprite/build/CMakeFiles/CheckTypeSize/SIZEOF_TIME_T.c:
#include <stdint.h>
#include <stddef.h>
#undef KEY
#if defined(__i386)
# define KEY '_','_','i','3','8','6'
#elif defined(__x86_64)
# define KEY '_','_','x','8','6','_','6','4'
#elif defined(__PPC64__)
# define KEY '_','_','P','P','C','6','4','_','_'
#elif defined(__ppc64__)
# define KEY '_','_','p','p','c','6','4','_','_'
#elif defined(__PPC__)
# define KEY '_','_','P','P','C','_','_'
#elif defined(__ppc__)
# define KEY '_','_','p','p','c','_','_'
#elif defined(__aarch64__)
# define KEY '_','_','a','a','r','c','h','6','4','_','_'
#elif defined(__ARM_ARCH_7A__)
# define KEY '_','_','A','R','M','_','A','R','C','H','_','7','A','_','_'
#elif defined(__ARM_ARCH_7S__)
# define KEY '_','_','A','R','M','_','A','R','C','H','_','7','S','_','_'
#endif
#define SIZE (sizeof(time_t))
static 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;
}
Determining if the basename exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_5301e && [1/2] Building C object CMakeFiles/cmTC_5301e.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_5301e.dir/CheckSymbolExists.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_5301e.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_5301e.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_5301e.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c:12:19: error: use of undeclared identifier 'basename'
return ((int*)(&basename))[argc];
^
1 error generated.
ninja: build stopped: subcommand failed.
File /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <stdint.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef basename
return ((int*)(&basename))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the socket exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_0d82a && [1/2] Building C object CMakeFiles/cmTC_0d82a.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_0d82a.dir/CheckSymbolExists.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_0d82a.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_0d82a.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_0d82a.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c:12:19: error: use of undeclared identifier 'socket'
return ((int*)(&socket))[argc];
^
1 error generated.
ninja: build stopped: subcommand failed.
File /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <stdint.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef socket
return ((int*)(&socket))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the poll exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_d5c83 && [1/2] Building C object CMakeFiles/cmTC_d5c83.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_d5c83.dir/CheckSymbolExists.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_d5c83.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_d5c83.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_d5c83.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c:12:19: error: use of undeclared identifier 'poll'
return ((int*)(&poll))[argc];
^
1 error generated.
ninja: build stopped: subcommand failed.
File /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <stdint.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef poll
return ((int*)(&poll))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the select exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_c1316 && [1/2] Building C object CMakeFiles/cmTC_c1316.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_c1316.dir/CheckSymbolExists.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_c1316.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_c1316.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_c1316.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c:12:19: error: use of undeclared identifier 'select'
return ((int*)(&select))[argc];
^
1 error generated.
ninja: build stopped: subcommand failed.
File /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <stdint.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef select
return ((int*)(&select))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the strdup exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_45be5 && [1/2] Building C object CMakeFiles/cmTC_45be5.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_45be5.dir/CheckSymbolExists.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_45be5.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_45be5.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_45be5.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c:12:19: error: implicitly declaring library function 'strdup' with type 'char *(const char *)' [-Werror,-Wimplicit-function-declaration]
return ((int*)(&strdup))[argc];
^
CheckSymbolExists.c:12:19: note: include the header <string.h> or explicitly provide a declaration for 'strdup'
1 error generated.
ninja: build stopped: subcommand failed.
File /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <stdint.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef strdup
return ((int*)(&strdup))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the strstr exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_9eb66 && [1/2] Building C object CMakeFiles/cmTC_9eb66.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_9eb66.dir/CheckSymbolExists.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_9eb66.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_9eb66.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_9eb66.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c:12:19: error: implicitly declaring library function 'strstr' with type 'char *(const char *, const char *)' [-Werror,-Wimplicit-function-declaration]
return ((int*)(&strstr))[argc];
^
CheckSymbolExists.c:12:19: note: include the header <string.h> or explicitly provide a declaration for 'strstr'
1 error generated.
ninja: build stopped: subcommand failed.
File /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <stdint.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef strstr
return ((int*)(&strstr))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the strtok_r exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_6dba2 && [1/2] Building C object CMakeFiles/cmTC_6dba2.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_6dba2.dir/CheckSymbolExists.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_6dba2.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_6dba2.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_6dba2.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c:12:19: error: use of undeclared identifier 'strtok_r'
return ((int*)(&strtok_r))[argc];
^
1 error generated.
ninja: build stopped: subcommand failed.
File /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <stdint.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef strtok_r
return ((int*)(&strtok_r))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the strftime exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_27f6c && [1/2] Building C object CMakeFiles/cmTC_27f6c.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_27f6c.dir/CheckSymbolExists.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_27f6c.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_27f6c.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_27f6c.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c:12:19: error: use of undeclared identifier 'strftime'
return ((int*)(&strftime))[argc];
^
1 error generated.
ninja: build stopped: subcommand failed.
File /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <stdint.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef strftime
return ((int*)(&strftime))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the uname exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_44dd0 && [1/2] Building C object CMakeFiles/cmTC_44dd0.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_44dd0.dir/CheckSymbolExists.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_44dd0.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_44dd0.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_44dd0.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c:12:19: error: use of undeclared identifier 'uname'
return ((int*)(&uname))[argc];
^
1 error generated.
ninja: build stopped: subcommand failed.
File /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <stdint.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef uname
return ((int*)(&uname))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the strcasecmp exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_fcd69 && [1/2] Building C object CMakeFiles/cmTC_fcd69.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_fcd69.dir/CheckSymbolExists.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_fcd69.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_fcd69.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_fcd69.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c:12:19: error: implicitly declaring library function 'strcasecmp' with type 'int (const char *, const char *)' [-Werror,-Wimplicit-function-declaration]
return ((int*)(&strcasecmp))[argc];
^
CheckSymbolExists.c:12:19: note: include the header <strings.h> or explicitly provide a declaration for 'strcasecmp'
1 error generated.
ninja: build stopped: subcommand failed.
File /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <stdint.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef strcasecmp
return ((int*)(&strcasecmp))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the stricmp exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_6e440 && [1/2] Building C object CMakeFiles/cmTC_6e440.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_6e440.dir/CheckSymbolExists.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_6e440.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_6e440.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_6e440.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c:12:19: error: use of undeclared identifier 'stricmp'
return ((int*)(&stricmp))[argc];
^
1 error generated.
ninja: build stopped: subcommand failed.
File /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <stdint.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef stricmp
return ((int*)(&stricmp))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the strcmpi exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_d985f && [1/2] Building C object CMakeFiles/cmTC_d985f.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_d985f.dir/CheckSymbolExists.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_d985f.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_d985f.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_d985f.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c:12:19: error: use of undeclared identifier 'strcmpi'
return ((int*)(&strcmpi))[argc];
^
1 error generated.
ninja: build stopped: subcommand failed.
File /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <stdint.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef strcmpi
return ((int*)(&strcmpi))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the strncmpi exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_f9ebe && [1/2] Building C object CMakeFiles/cmTC_f9ebe.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_f9ebe.dir/CheckSymbolExists.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_f9ebe.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_f9ebe.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_f9ebe.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c:12:19: error: use of undeclared identifier 'strncmpi'
return ((int*)(&strncmpi))[argc];
^
1 error generated.
ninja: build stopped: subcommand failed.
File /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <stdint.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef strncmpi
return ((int*)(&strncmpi))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the alarm exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_430af && [1/2] Building C object CMakeFiles/cmTC_430af.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_430af.dir/CheckSymbolExists.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_430af.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_430af.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_430af.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c:12:19: error: use of undeclared identifier 'alarm'
return ((int*)(&alarm))[argc];
^
1 error generated.
ninja: build stopped: subcommand failed.
File /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <stdint.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef alarm
return ((int*)(&alarm))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the gethostbyaddr exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_e6fda && [1/2] Building C object CMakeFiles/cmTC_e6fda.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_e6fda.dir/CheckSymbolExists.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_e6fda.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_e6fda.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_e6fda.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c:12:19: error: use of undeclared identifier 'gethostbyaddr'
return ((int*)(&gethostbyaddr))[argc];
^
1 error generated.
ninja: build stopped: subcommand failed.
File /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <stdint.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef gethostbyaddr
return ((int*)(&gethostbyaddr))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the gethostbyaddr_r exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_a02ff && [1/2] Building C object CMakeFiles/cmTC_a02ff.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_a02ff.dir/CheckSymbolExists.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_a02ff.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_a02ff.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_a02ff.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c:12:19: error: use of undeclared identifier 'gethostbyaddr_r'
return ((int*)(&gethostbyaddr_r))[argc];
^
1 error generated.
ninja: build stopped: subcommand failed.
File /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <stdint.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef gethostbyaddr_r
return ((int*)(&gethostbyaddr_r))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the gettimeofday exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_fd3c8 && [1/2] Building C object CMakeFiles/cmTC_fd3c8.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_fd3c8.dir/CheckSymbolExists.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_fd3c8.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_fd3c8.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_fd3c8.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c:12:19: error: use of undeclared identifier 'gettimeofday'
return ((int*)(&gettimeofday))[argc];
^
1 error generated.
ninja: build stopped: subcommand failed.
File /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <stdint.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef gettimeofday
return ((int*)(&gettimeofday))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the inet_addr exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_b2188 && [1/2] Building C object CMakeFiles/cmTC_b2188.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_b2188.dir/CheckSymbolExists.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_b2188.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_b2188.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_b2188.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c:12:19: error: use of undeclared identifier 'inet_addr'
return ((int*)(&inet_addr))[argc];
^
1 error generated.
ninja: build stopped: subcommand failed.
File /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <stdint.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef inet_addr
return ((int*)(&inet_addr))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the inet_ntoa exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_5a034 && [1/2] Building C object CMakeFiles/cmTC_5a034.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_5a034.dir/CheckSymbolExists.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_5a034.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_5a034.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_5a034.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c:12:19: error: use of undeclared identifier 'inet_ntoa'
return ((int*)(&inet_ntoa))[argc];
^
1 error generated.
ninja: build stopped: subcommand failed.
File /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <stdint.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef inet_ntoa
return ((int*)(&inet_ntoa))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the inet_ntoa_r exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_f2faf && [1/2] Building C object CMakeFiles/cmTC_f2faf.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_f2faf.dir/CheckSymbolExists.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_f2faf.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_f2faf.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_f2faf.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c:12:19: error: use of undeclared identifier 'inet_ntoa_r'
return ((int*)(&inet_ntoa_r))[argc];
^
1 error generated.
ninja: build stopped: subcommand failed.
File /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <stdint.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef inet_ntoa_r
return ((int*)(&inet_ntoa_r))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the tcsetattr exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_3d92c && [1/2] Building C object CMakeFiles/cmTC_3d92c.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_3d92c.dir/CheckSymbolExists.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_3d92c.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_3d92c.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_3d92c.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c:12:19: error: use of undeclared identifier 'tcsetattr'
return ((int*)(&tcsetattr))[argc];
^
1 error generated.
ninja: build stopped: subcommand failed.
File /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <stdint.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef tcsetattr
return ((int*)(&tcsetattr))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the tcgetattr exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_fdb72 && [1/2] Building C object CMakeFiles/cmTC_fdb72.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_fdb72.dir/CheckSymbolExists.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_fdb72.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_fdb72.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_fdb72.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c:12:19: error: use of undeclared identifier 'tcgetattr'
return ((int*)(&tcgetattr))[argc];
^
1 error generated.
ninja: build stopped: subcommand failed.
File /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <stdint.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef tcgetattr
return ((int*)(&tcgetattr))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the perror exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_364b9 && [1/2] Building C object CMakeFiles/cmTC_364b9.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_364b9.dir/CheckSymbolExists.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_364b9.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_364b9.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_364b9.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c:12:19: error: use of undeclared identifier 'perror'
return ((int*)(&perror))[argc];
^
1 error generated.
ninja: build stopped: subcommand failed.
File /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <stdint.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef perror
return ((int*)(&perror))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the closesocket exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_776f8 && [1/2] Building C object CMakeFiles/cmTC_776f8.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_776f8.dir/CheckSymbolExists.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_776f8.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_776f8.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_776f8.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c:12:19: error: use of undeclared identifier 'closesocket'
return ((int*)(&closesocket))[argc];
^
1 error generated.
ninja: build stopped: subcommand failed.
File /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <stdint.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef closesocket
return ((int*)(&closesocket))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the setvbuf exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_c2819 && [1/2] Building C object CMakeFiles/cmTC_c2819.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_c2819.dir/CheckSymbolExists.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_c2819.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_c2819.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_c2819.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c:12:19: error: use of undeclared identifier 'setvbuf'
return ((int*)(&setvbuf))[argc];
^
1 error generated.
ninja: build stopped: subcommand failed.
File /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <stdint.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef setvbuf
return ((int*)(&setvbuf))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the sigsetjmp exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_9b190 && [1/2] Building C object CMakeFiles/cmTC_9b190.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_9b190.dir/CheckSymbolExists.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_9b190.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_9b190.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_9b190.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c:12:19: error: use of undeclared identifier 'sigsetjmp'
return ((int*)(&sigsetjmp))[argc];
^
1 error generated.
ninja: build stopped: subcommand failed.
File /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <stdint.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef sigsetjmp
return ((int*)(&sigsetjmp))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the getpass_r exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_63b28 && [1/2] Building C object CMakeFiles/cmTC_63b28.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_63b28.dir/CheckSymbolExists.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_63b28.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_63b28.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_63b28.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c:12:19: error: use of undeclared identifier 'getpass_r'
return ((int*)(&getpass_r))[argc];
^
1 error generated.
ninja: build stopped: subcommand failed.
File /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <stdint.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef getpass_r
return ((int*)(&getpass_r))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the strlcat exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_189fe && [1/2] Building C object CMakeFiles/cmTC_189fe.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_189fe.dir/CheckSymbolExists.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_189fe.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_189fe.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_189fe.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c:12:19: error: implicitly declaring library function 'strlcat' with type 'unsigned long (char *, const char *, unsigned long)' [-Werror,-Wimplicit-function-declaration]
return ((int*)(&strlcat))[argc];
^
CheckSymbolExists.c:12:19: note: include the header <string.h> or explicitly provide a declaration for 'strlcat'
1 error generated.
ninja: build stopped: subcommand failed.
File /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <stdint.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef strlcat
return ((int*)(&strlcat))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the getpwuid exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_ca8ce && [1/2] Building C object CMakeFiles/cmTC_ca8ce.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_ca8ce.dir/CheckSymbolExists.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_ca8ce.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_ca8ce.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_ca8ce.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c:12:19: error: use of undeclared identifier 'getpwuid'
return ((int*)(&getpwuid))[argc];
^
1 error generated.
ninja: build stopped: subcommand failed.
File /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <stdint.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef getpwuid
return ((int*)(&getpwuid))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the geteuid exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_c0894 && [1/2] Building C object CMakeFiles/cmTC_c0894.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_c0894.dir/CheckSymbolExists.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_c0894.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_c0894.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_c0894.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c:12:19: error: use of undeclared identifier 'geteuid'
return ((int*)(&geteuid))[argc];
^
1 error generated.
ninja: build stopped: subcommand failed.
File /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <stdint.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef geteuid
return ((int*)(&geteuid))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the utime exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_200af && [1/2] Building C object CMakeFiles/cmTC_200af.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_200af.dir/CheckSymbolExists.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_200af.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_200af.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_200af.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c:12:19: error: use of undeclared identifier 'utime'
return ((int*)(&utime))[argc];
^
1 error generated.
ninja: build stopped: subcommand failed.
File /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <stdint.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef utime
return ((int*)(&utime))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the gmtime_r exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_f7251 && [1/2] Building C object CMakeFiles/cmTC_f7251.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_f7251.dir/CheckSymbolExists.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_f7251.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_f7251.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_f7251.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c:12:19: error: use of undeclared identifier 'gmtime_r'
return ((int*)(&gmtime_r))[argc];
^
1 error generated.
ninja: build stopped: subcommand failed.
File /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <stdint.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef gmtime_r
return ((int*)(&gmtime_r))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the localtime_r exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_976df && [1/2] Building C object CMakeFiles/cmTC_976df.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_976df.dir/CheckSymbolExists.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_976df.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_976df.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_976df.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c:12:19: error: use of undeclared identifier 'localtime_r'
return ((int*)(&localtime_r))[argc];
^
1 error generated.
ninja: build stopped: subcommand failed.
File /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <stdint.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef localtime_r
return ((int*)(&localtime_r))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the gethostbyname exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_6ca8b && [1/2] Building C object CMakeFiles/cmTC_6ca8b.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_6ca8b.dir/CheckSymbolExists.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_6ca8b.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_6ca8b.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_6ca8b.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c:12:19: error: use of undeclared identifier 'gethostbyname'
return ((int*)(&gethostbyname))[argc];
^
1 error generated.
ninja: build stopped: subcommand failed.
File /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <stdint.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef gethostbyname
return ((int*)(&gethostbyname))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the gethostbyname_r exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_c3abd && [1/2] Building C object CMakeFiles/cmTC_c3abd.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_c3abd.dir/CheckSymbolExists.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_c3abd.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_c3abd.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_c3abd.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c:12:19: error: use of undeclared identifier 'gethostbyname_r'
return ((int*)(&gethostbyname_r))[argc];
^
1 error generated.
ninja: build stopped: subcommand failed.
File /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <stdint.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef gethostbyname_r
return ((int*)(&gethostbyname_r))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the signal exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_33f29 && [1/2] Building C object CMakeFiles/cmTC_33f29.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_33f29.dir/CheckSymbolExists.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_33f29.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_33f29.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_33f29.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c:12:19: error: use of undeclared identifier 'signal'
return ((int*)(&signal))[argc];
^
1 error generated.
ninja: build stopped: subcommand failed.
File /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <stdint.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef signal
return ((int*)(&signal))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the SIGALRM exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_d54dd && [1/2] Building C object CMakeFiles/cmTC_d54dd.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_d54dd.dir/CheckSymbolExists.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_d54dd.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_d54dd.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_d54dd.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c:12:19: error: use of undeclared identifier 'SIGALRM'
return ((int*)(&SIGALRM))[argc];
^
1 error generated.
ninja: build stopped: subcommand failed.
File /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <stdint.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef SIGALRM
return ((int*)(&SIGALRM))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the strtoll exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_03f8e && [1/2] Building C object CMakeFiles/cmTC_03f8e.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_03f8e.dir/CheckSymbolExists.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_03f8e.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_03f8e.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_03f8e.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c:12:19: error: implicitly declaring library function 'strtoll' with type 'long long (const char *, char **, int)' [-Werror,-Wimplicit-function-declaration]
return ((int*)(&strtoll))[argc];
^
CheckSymbolExists.c:12:19: note: include the header <stdlib.h> or explicitly provide a declaration for 'strtoll'
1 error generated.
ninja: build stopped: subcommand failed.
File /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <stdint.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef strtoll
return ((int*)(&strtoll))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the _strtoi64 exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_a8e7f && [1/2] Building C object CMakeFiles/cmTC_a8e7f.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_a8e7f.dir/CheckSymbolExists.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_a8e7f.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_a8e7f.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_a8e7f.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c:12:19: error: use of undeclared identifier '_strtoi64'
return ((int*)(&_strtoi64))[argc];
^
1 error generated.
ninja: build stopped: subcommand failed.
File /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <stdint.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef _strtoi64
return ((int*)(&_strtoi64))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the strerror_r exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_a42d0 && [1/2] Building C object CMakeFiles/cmTC_a42d0.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_a42d0.dir/CheckSymbolExists.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_a42d0.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_a42d0.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_a42d0.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c:12:19: error: use of undeclared identifier 'strerror_r'
return ((int*)(&strerror_r))[argc];
^
1 error generated.
ninja: build stopped: subcommand failed.
File /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <stdint.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef strerror_r
return ((int*)(&strerror_r))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the siginterrupt exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_2ba75 && [1/2] Building C object CMakeFiles/cmTC_2ba75.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_2ba75.dir/CheckSymbolExists.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_2ba75.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_2ba75.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_2ba75.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c:12:19: error: use of undeclared identifier 'siginterrupt'
return ((int*)(&siginterrupt))[argc];
^
1 error generated.
ninja: build stopped: subcommand failed.
File /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <stdint.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef siginterrupt
return ((int*)(&siginterrupt))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the fork exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_3e288 && [1/2] Building C object CMakeFiles/cmTC_3e288.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_3e288.dir/CheckSymbolExists.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_3e288.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_3e288.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_3e288.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c:12:19: error: use of undeclared identifier 'fork'
return ((int*)(&fork))[argc];
^
1 error generated.
ninja: build stopped: subcommand failed.
File /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <stdint.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef fork
return ((int*)(&fork))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the freeaddrinfo exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_cc7be && [1/2] Building C object CMakeFiles/cmTC_cc7be.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_cc7be.dir/CheckSymbolExists.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_cc7be.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_cc7be.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_cc7be.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c:12:19: error: use of undeclared identifier 'freeaddrinfo'
return ((int*)(&freeaddrinfo))[argc];
^
1 error generated.
ninja: build stopped: subcommand failed.
File /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <stdint.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef freeaddrinfo
return ((int*)(&freeaddrinfo))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the freeifaddrs exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_1f399 && [1/2] Building C object CMakeFiles/cmTC_1f399.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_1f399.dir/CheckSymbolExists.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_1f399.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_1f399.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_1f399.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c:12:19: error: use of undeclared identifier 'freeifaddrs'
return ((int*)(&freeifaddrs))[argc];
^
1 error generated.
ninja: build stopped: subcommand failed.
File /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <stdint.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef freeifaddrs
return ((int*)(&freeifaddrs))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the pipe exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_1741e && [1/2] Building C object CMakeFiles/cmTC_1741e.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_1741e.dir/CheckSymbolExists.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_1741e.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_1741e.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_1741e.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c:12:19: error: use of undeclared identifier 'pipe'
return ((int*)(&pipe))[argc];
^
1 error generated.
ninja: build stopped: subcommand failed.
File /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <stdint.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef pipe
return ((int*)(&pipe))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the ftruncate exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_625f5 && [1/2] Building C object CMakeFiles/cmTC_625f5.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_625f5.dir/CheckSymbolExists.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_625f5.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_625f5.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_625f5.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c:12:19: error: use of undeclared identifier 'ftruncate'
return ((int*)(&ftruncate))[argc];
^
1 error generated.
ninja: build stopped: subcommand failed.
File /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <stdint.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef ftruncate
return ((int*)(&ftruncate))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the getprotobyname exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_35787 && [1/2] Building C object CMakeFiles/cmTC_35787.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_35787.dir/CheckSymbolExists.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_35787.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_35787.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_35787.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c:12:19: error: use of undeclared identifier 'getprotobyname'
return ((int*)(&getprotobyname))[argc];
^
1 error generated.
ninja: build stopped: subcommand failed.
File /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <stdint.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef getprotobyname
return ((int*)(&getprotobyname))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the getrlimit exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_3b751 && [1/2] Building C object CMakeFiles/cmTC_3b751.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_3b751.dir/CheckSymbolExists.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_3b751.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_3b751.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_3b751.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c:12:19: error: use of undeclared identifier 'getrlimit'
return ((int*)(&getrlimit))[argc];
^
1 error generated.
ninja: build stopped: subcommand failed.
File /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <stdint.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef getrlimit
return ((int*)(&getrlimit))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the idn_free exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_a15ab && [1/2] Building C object CMakeFiles/cmTC_a15ab.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_a15ab.dir/CheckSymbolExists.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_a15ab.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_a15ab.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_a15ab.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c:12:19: error: use of undeclared identifier 'idn_free'
return ((int*)(&idn_free))[argc];
^
1 error generated.
ninja: build stopped: subcommand failed.
File /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <stdint.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef idn_free
return ((int*)(&idn_free))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the idna_strerror exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_4b482 && [1/2] Building C object CMakeFiles/cmTC_4b482.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_4b482.dir/CheckSymbolExists.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_4b482.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_4b482.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_4b482.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c:12:19: error: use of undeclared identifier 'idna_strerror'
return ((int*)(&idna_strerror))[argc];
^
1 error generated.
ninja: build stopped: subcommand failed.
File /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <stdint.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef idna_strerror
return ((int*)(&idna_strerror))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the tld_strerror exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_2e182 && [1/2] Building C object CMakeFiles/cmTC_2e182.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_2e182.dir/CheckSymbolExists.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_2e182.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_2e182.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_2e182.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c:12:19: error: use of undeclared identifier 'tld_strerror'
return ((int*)(&tld_strerror))[argc];
^
1 error generated.
ninja: build stopped: subcommand failed.
File /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <stdint.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef tld_strerror
return ((int*)(&tld_strerror))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the setlocale exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_420f3 && [1/2] Building C object CMakeFiles/cmTC_420f3.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_420f3.dir/CheckSymbolExists.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_420f3.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_420f3.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_420f3.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c:12:19: error: use of undeclared identifier 'setlocale'
return ((int*)(&setlocale))[argc];
^
1 error generated.
ninja: build stopped: subcommand failed.
File /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <stdint.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef setlocale
return ((int*)(&setlocale))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the setrlimit exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_741a1 && [1/2] Building C object CMakeFiles/cmTC_741a1.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_741a1.dir/CheckSymbolExists.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_741a1.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_741a1.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_741a1.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c:12:19: error: use of undeclared identifier 'setrlimit'
return ((int*)(&setrlimit))[argc];
^
1 error generated.
ninja: build stopped: subcommand failed.
File /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <stdint.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef setrlimit
return ((int*)(&setrlimit))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the fcntl exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_761df && [1/2] Building C object CMakeFiles/cmTC_761df.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_761df.dir/CheckSymbolExists.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_761df.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_761df.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_761df.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c:12:19: error: use of undeclared identifier 'fcntl'
return ((int*)(&fcntl))[argc];
^
1 error generated.
ninja: build stopped: subcommand failed.
File /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <stdint.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef fcntl
return ((int*)(&fcntl))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the ioctl exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_fe32c && [1/2] Building C object CMakeFiles/cmTC_fe32c.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_fe32c.dir/CheckSymbolExists.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_fe32c.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_fe32c.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_fe32c.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c:12:19: error: use of undeclared identifier 'ioctl'
return ((int*)(&ioctl))[argc];
^
1 error generated.
ninja: build stopped: subcommand failed.
File /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <stdint.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef ioctl
return ((int*)(&ioctl))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the setsockopt exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_44e35 && [1/2] Building C object CMakeFiles/cmTC_44e35.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_44e35.dir/CheckSymbolExists.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_44e35.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_44e35.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_44e35.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c:12:19: error: use of undeclared identifier 'setsockopt'
return ((int*)(&setsockopt))[argc];
^
1 error generated.
ninja: build stopped: subcommand failed.
File /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <stdint.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef setsockopt
return ((int*)(&setsockopt))[argc];
#else
(void)argc;
return 0;
#endif
}
Performing Curl Test HAVE_FCNTL_O_NONBLOCK failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_50646 && [1/2] Building C object CMakeFiles/cmTC_50646.dir/CurlTests.c.o
FAILED: CMakeFiles/cmTC_50646.dir/CurlTests.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DHAVE_FCNTL_O_NONBLOCK -DHAVE_LIMITS_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDDEF_H -DHAVE_STDINT_H -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_50646.dir/CurlTests.c.o -MF CMakeFiles/cmTC_50646.dir/CurlTests.c.o.d -o CMakeFiles/cmTC_50646.dir/CurlTests.c.o -c /Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c
/Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c:43:10: fatal error: 'sys/types.h' file not found
#include <sys/types.h>
^~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Performing Curl Test HAVE_IOCTLSOCKET failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_0e72a && [1/2] Building C object CMakeFiles/cmTC_0e72a.dir/CurlTests.c.o
FAILED: CMakeFiles/cmTC_0e72a.dir/CurlTests.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DHAVE_IOCTLSOCKET -DHAVE_LIMITS_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDDEF_H -DHAVE_STDINT_H -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_0e72a.dir/CurlTests.c.o -MF CMakeFiles/cmTC_0e72a.dir/CurlTests.c.o.d -o CMakeFiles/cmTC_0e72a.dir/CurlTests.c.o -c /Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c
/Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c:498:24: error: implicit declaration of function 'ioctlsocket' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
unsigned long flags = ioctlsocket(socket, FIONBIO, &flags);
^
/Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c:498:44: error: use of undeclared identifier 'FIONBIO'
unsigned long flags = ioctlsocket(socket, FIONBIO, &flags);
^
2 errors generated.
ninja: build stopped: subcommand failed.
Performing Curl Test HAVE_IOCTLSOCKET_CAMEL failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_25847 && [1/2] Building C object CMakeFiles/cmTC_25847.dir/CurlTests.c.o
FAILED: CMakeFiles/cmTC_25847.dir/CurlTests.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DHAVE_IOCTLSOCKET_CAMEL -DHAVE_LIMITS_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDDEF_H -DHAVE_STDINT_H -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_25847.dir/CurlTests.c.o -MF CMakeFiles/cmTC_25847.dir/CurlTests.c.o.d -o CMakeFiles/cmTC_25847.dir/CurlTests.c.o -c /Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c
/Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c:526:13: error: implicit declaration of function 'IoctlSocket' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
if(0 != IoctlSocket(0, 0, 0))
^
1 error generated.
ninja: build stopped: subcommand failed.
Performing Curl Test HAVE_IOCTLSOCKET_CAMEL_FIONBIO failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_aacba && [1/2] Building C object CMakeFiles/cmTC_aacba.dir/CurlTests.c.o
FAILED: CMakeFiles/cmTC_aacba.dir/CurlTests.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DHAVE_IOCTLSOCKET_CAMEL_FIONBIO -DHAVE_LIMITS_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDDEF_H -DHAVE_STDINT_H -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_aacba.dir/CurlTests.c.o -MF CMakeFiles/cmTC_aacba.dir/CurlTests.c.o.d -o CMakeFiles/cmTC_aacba.dir/CurlTests.c.o -c /Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c
/Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c:554:17: error: implicit declaration of function 'ioctlsocket' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
if(0 != ioctlsocket(0, FIONBIO, &flags))
^
/Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c:554:32: error: use of undeclared identifier 'FIONBIO'
if(0 != ioctlsocket(0, FIONBIO, &flags))
^
2 errors generated.
ninja: build stopped: subcommand failed.
Performing Curl Test HAVE_IOCTLSOCKET_FIONBIO failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_8a059 && [1/2] Building C object CMakeFiles/cmTC_8a059.dir/CurlTests.c.o
FAILED: CMakeFiles/cmTC_8a059.dir/CurlTests.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DHAVE_IOCTLSOCKET_FIONBIO -DHAVE_LIMITS_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDDEF_H -DHAVE_STDINT_H -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_8a059.dir/CurlTests.c.o -MF CMakeFiles/cmTC_8a059.dir/CurlTests.c.o.d -o CMakeFiles/cmTC_8a059.dir/CurlTests.c.o -c /Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c
/Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c:581:17: error: implicit declaration of function 'ioctlsocket' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
if(0 != ioctlsocket(0, FIONBIO, &flags))
^
/Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c:581:32: error: use of undeclared identifier 'FIONBIO'
if(0 != ioctlsocket(0, FIONBIO, &flags))
^
2 errors generated.
ninja: build stopped: subcommand failed.
Performing Curl Test HAVE_IOCTL_FIONBIO failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_36482 && [1/2] Building C object CMakeFiles/cmTC_36482.dir/CurlTests.c.o
FAILED: CMakeFiles/cmTC_36482.dir/CurlTests.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DHAVE_IOCTL_FIONBIO -DHAVE_LIMITS_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDDEF_H -DHAVE_STDINT_H -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_36482.dir/CurlTests.c.o -MF CMakeFiles/cmTC_36482.dir/CurlTests.c.o.d -o CMakeFiles/cmTC_36482.dir/CurlTests.c.o -c /Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c
/Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c:612:17: error: implicit declaration of function 'ioctl' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
if(0 != ioctl(0, FIONBIO, &flags))
^
/Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c:612:26: error: use of undeclared identifier 'FIONBIO'
if(0 != ioctl(0, FIONBIO, &flags))
^
2 errors generated.
ninja: build stopped: subcommand failed.
Performing Curl Test HAVE_IOCTL_SIOCGIFADDR failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_a6b06 && [1/2] Building C object CMakeFiles/cmTC_a6b06.dir/CurlTests.c.o
FAILED: CMakeFiles/cmTC_a6b06.dir/CurlTests.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DHAVE_IOCTL_SIOCGIFADDR -DHAVE_LIMITS_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDDEF_H -DHAVE_STDINT_H -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_a6b06.dir/CurlTests.c.o -MF CMakeFiles/cmTC_a6b06.dir/CurlTests.c.o.d -o CMakeFiles/cmTC_a6b06.dir/CurlTests.c.o -c /Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c
/Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c:637:10: fatal error: 'net/if.h' file not found
#include <net/if.h>
^~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Performing Curl Test HAVE_SETSOCKOPT_SO_NONBLOCK failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_73e29 && [1/2] Building C object CMakeFiles/cmTC_73e29.dir/CurlTests.c.o
FAILED: CMakeFiles/cmTC_73e29.dir/CurlTests.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DHAVE_SETSOCKOPT_SO_NONBLOCK -DHAVE_LIMITS_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDDEF_H -DHAVE_STDINT_H -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_73e29.dir/CurlTests.c.o -MF CMakeFiles/cmTC_73e29.dir/CurlTests.c.o.d -o CMakeFiles/cmTC_73e29.dir/CurlTests.c.o -c /Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c
/Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c:677:17: error: implicit declaration of function 'setsockopt' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
if(0 != setsockopt(0, SOL_SOCKET, SO_NONBLOCK, 0, 0))
^
/Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c:677:31: error: use of undeclared identifier 'SOL_SOCKET'
if(0 != setsockopt(0, SOL_SOCKET, SO_NONBLOCK, 0, 0))
^
/Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c:677:43: error: use of undeclared identifier 'SO_NONBLOCK'
if(0 != setsockopt(0, SOL_SOCKET, SO_NONBLOCK, 0, 0))
^
3 errors generated.
ninja: build stopped: subcommand failed.
Performing Curl Test HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_5c3b3 && [1/2] Building C object CMakeFiles/cmTC_5c3b3.dir/CurlTests.c.o
[2/2] Linking C executable cmTC_5c3b3
FAILED: cmTC_5c3b3
: && /Library/Developer/CommandLineTools/usr/bin/cc -DHAVE_SOCKADDR_IN6_SIN6_SCOPE_ID -DHAVE_LIMITS_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDDEF_H -DHAVE_STDINT_H -arch x86_64 -mmacosx-version-min=10.7 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_5c3b3.dir/CurlTests.c.o -o cmTC_5c3b3 -ldl -lldap && :
ld: warning: Csu support file -lcrt1.10.6.o not found, changing to target macOS 10.8 where it is not needed
Undefined symbols for architecture x86_64:
"_main", referenced from:
implicit entry/start for main executable
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
ninja: build stopped: subcommand failed.
Performing Curl Test TIME_WITH_SYS_TIME failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_94672 && [1/2] Building C object CMakeFiles/cmTC_94672.dir/CurlTests.c.o
FAILED: CMakeFiles/cmTC_94672.dir/CurlTests.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DTIME_WITH_SYS_TIME -DHAVE_LIMITS_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDDEF_H -DHAVE_STDINT_H -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_94672.dir/CurlTests.c.o -MF CMakeFiles/cmTC_94672.dir/CurlTests.c.o.d -o CMakeFiles/cmTC_94672.dir/CurlTests.c.o -c /Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c
/Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c:25:10: fatal error: 'sys/types.h' file not found
#include <sys/types.h>
^~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Performing Curl Test HAVE_O_NONBLOCK failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_a455b && [1/2] Building C object CMakeFiles/cmTC_a455b.dir/CurlTests.c.o
[2/2] Linking C executable cmTC_a455b
FAILED: cmTC_a455b
: && /Library/Developer/CommandLineTools/usr/bin/cc -DHAVE_O_NONBLOCK -DHAVE_LIMITS_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDDEF_H -DHAVE_STDINT_H -arch x86_64 -mmacosx-version-min=10.7 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_a455b.dir/CurlTests.c.o -o cmTC_a455b -ldl -lldap && :
ld: warning: Csu support file -lcrt1.10.6.o not found, changing to target macOS 10.8 where it is not needed
Undefined symbols for architecture x86_64:
"_main", referenced from:
implicit entry/start for main executable
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
ninja: build stopped: subcommand failed.
Performing Curl Test HAVE_GETHOSTBYADDR_R_5 failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_0b785 && [1/2] Building C object CMakeFiles/cmTC_0b785.dir/CurlTests.c.o
FAILED: CMakeFiles/cmTC_0b785.dir/CurlTests.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DHAVE_GETHOSTBYADDR_R_5 -DHAVE_LIMITS_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDDEF_H -DHAVE_STDINT_H -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_0b785.dir/CurlTests.c.o -MF CMakeFiles/cmTC_0b785.dir/CurlTests.c.o.d -o CMakeFiles/cmTC_0b785.dir/CurlTests.c.o -c /Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c
/Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c:75:10: fatal error: 'sys/types.h' file not found
#include <sys/types.h>
^~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Performing Curl Test HAVE_GETHOSTBYADDR_R_7 failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_f93aa && [1/2] Building C object CMakeFiles/cmTC_f93aa.dir/CurlTests.c.o
FAILED: CMakeFiles/cmTC_f93aa.dir/CurlTests.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DHAVE_GETHOSTBYADDR_R_7 -DHAVE_LIMITS_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDDEF_H -DHAVE_STDINT_H -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_f93aa.dir/CurlTests.c.o -MF CMakeFiles/cmTC_f93aa.dir/CurlTests.c.o.d -o CMakeFiles/cmTC_f93aa.dir/CurlTests.c.o -c /Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c
/Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c:118:10: fatal error: 'sys/types.h' file not found
#include <sys/types.h>
^~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Performing Curl Test HAVE_GETHOSTBYADDR_R_8 failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_bfa44 && [1/2] Building C object CMakeFiles/cmTC_bfa44.dir/CurlTests.c.o
FAILED: CMakeFiles/cmTC_bfa44.dir/CurlTests.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DHAVE_GETHOSTBYADDR_R_8 -DHAVE_LIMITS_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDDEF_H -DHAVE_STDINT_H -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_bfa44.dir/CurlTests.c.o -MF CMakeFiles/cmTC_bfa44.dir/CurlTests.c.o.d -o CMakeFiles/cmTC_bfa44.dir/CurlTests.c.o -c /Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c
/Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c:167:10: fatal error: 'sys/types.h' file not found
#include <sys/types.h>
^~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Performing Curl Test HAVE_GETHOSTBYADDR_R_5_REENTRANT failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_6183e && [1/2] Building C object CMakeFiles/cmTC_6183e.dir/CurlTests.c.o
FAILED: CMakeFiles/cmTC_6183e.dir/CurlTests.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DHAVE_GETHOSTBYADDR_R_5_REENTRANT -DHAVE_LIMITS_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDDEF_H -DHAVE_STDINT_H -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_6183e.dir/CurlTests.c.o -MF CMakeFiles/cmTC_6183e.dir/CurlTests.c.o.d -o CMakeFiles/cmTC_6183e.dir/CurlTests.c.o -c /Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c
/Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c:97:10: fatal error: 'sys/types.h' file not found
#include <sys/types.h>
^~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Performing Curl Test HAVE_GETHOSTBYADDR_R_7_REENTRANT failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_3dcdc && [1/2] Building C object CMakeFiles/cmTC_3dcdc.dir/CurlTests.c.o
FAILED: CMakeFiles/cmTC_3dcdc.dir/CurlTests.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DHAVE_GETHOSTBYADDR_R_7_REENTRANT -DHAVE_LIMITS_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDDEF_H -DHAVE_STDINT_H -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_3dcdc.dir/CurlTests.c.o -MF CMakeFiles/cmTC_3dcdc.dir/CurlTests.c.o.d -o CMakeFiles/cmTC_3dcdc.dir/CurlTests.c.o -c /Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c
/Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c:143:10: fatal error: 'sys/types.h' file not found
#include <sys/types.h>
^~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Performing Curl Test HAVE_GETHOSTBYADDR_R_8_REENTRANT failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_47bc2 && [1/2] Building C object CMakeFiles/cmTC_47bc2.dir/CurlTests.c.o
FAILED: CMakeFiles/cmTC_47bc2.dir/CurlTests.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DHAVE_GETHOSTBYADDR_R_8_REENTRANT -DHAVE_LIMITS_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDDEF_H -DHAVE_STDINT_H -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_47bc2.dir/CurlTests.c.o -MF CMakeFiles/cmTC_47bc2.dir/CurlTests.c.o.d -o CMakeFiles/cmTC_47bc2.dir/CurlTests.c.o -c /Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c
/Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c:193:10: fatal error: 'sys/types.h' file not found
#include <sys/types.h>
^~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Performing Curl Test HAVE_GETHOSTBYNAME_R_3 failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_243a9 && [1/2] Building C object CMakeFiles/cmTC_243a9.dir/CurlTests.c.o
FAILED: CMakeFiles/cmTC_243a9.dir/CurlTests.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DHAVE_GETHOSTBYNAME_R_3 -DHAVE_LIMITS_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDDEF_H -DHAVE_STDINT_H -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_243a9.dir/CurlTests.c.o -MF CMakeFiles/cmTC_243a9.dir/CurlTests.c.o.d -o CMakeFiles/cmTC_243a9.dir/CurlTests.c.o -c /Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c
/Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c:218:10: fatal error: 'string.h' file not found
#include <string.h>
^~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Performing Curl Test HAVE_GETHOSTBYNAME_R_5 failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_0b9b3 && [1/2] Building C object CMakeFiles/cmTC_0b9b3.dir/CurlTests.c.o
FAILED: CMakeFiles/cmTC_0b9b3.dir/CurlTests.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DHAVE_GETHOSTBYNAME_R_5 -DHAVE_LIMITS_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDDEF_H -DHAVE_STDINT_H -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_0b9b3.dir/CurlTests.c.o -MF CMakeFiles/cmTC_0b9b3.dir/CurlTests.c.o.d -o CMakeFiles/cmTC_0b9b3.dir/CurlTests.c.o -c /Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c
/Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c:259:10: fatal error: 'sys/types.h' file not found
#include <sys/types.h>
^~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Performing Curl Test HAVE_GETHOSTBYNAME_R_6 failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_5510b && [1/2] Building C object CMakeFiles/cmTC_5510b.dir/CurlTests.c.o
FAILED: CMakeFiles/cmTC_5510b.dir/CurlTests.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DHAVE_GETHOSTBYNAME_R_6 -DHAVE_LIMITS_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDDEF_H -DHAVE_STDINT_H -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_5510b.dir/CurlTests.c.o -MF CMakeFiles/cmTC_5510b.dir/CurlTests.c.o.d -o CMakeFiles/cmTC_5510b.dir/CurlTests.c.o -c /Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c
/Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c:296:10: fatal error: 'sys/types.h' file not found
#include <sys/types.h>
^~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Performing Curl Test HAVE_GETHOSTBYNAME_R_3_REENTRANT failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_c2144 && [1/2] Building C object CMakeFiles/cmTC_c2144.dir/CurlTests.c.o
FAILED: CMakeFiles/cmTC_c2144.dir/CurlTests.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DHAVE_GETHOSTBYNAME_R_3_REENTRANT -DHAVE_LIMITS_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDDEF_H -DHAVE_STDINT_H -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_c2144.dir/CurlTests.c.o -MF CMakeFiles/cmTC_c2144.dir/CurlTests.c.o.d -o CMakeFiles/cmTC_c2144.dir/CurlTests.c.o -c /Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c
/Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c:239:10: fatal error: 'string.h' file not found
#include <string.h>
^~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Performing Curl Test HAVE_GETHOSTBYNAME_R_5_REENTRANT failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_1fb2e && [1/2] Building C object CMakeFiles/cmTC_1fb2e.dir/CurlTests.c.o
FAILED: CMakeFiles/cmTC_1fb2e.dir/CurlTests.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DHAVE_GETHOSTBYNAME_R_5_REENTRANT -DHAVE_LIMITS_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDDEF_H -DHAVE_STDINT_H -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_1fb2e.dir/CurlTests.c.o -MF CMakeFiles/cmTC_1fb2e.dir/CurlTests.c.o.d -o CMakeFiles/cmTC_1fb2e.dir/CurlTests.c.o -c /Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c
/Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c:278:10: fatal error: 'sys/types.h' file not found
#include <sys/types.h>
^~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Performing Curl Test HAVE_GETHOSTBYNAME_R_6_REENTRANT failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_7537f && [1/2] Building C object CMakeFiles/cmTC_7537f.dir/CurlTests.c.o
FAILED: CMakeFiles/cmTC_7537f.dir/CurlTests.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DHAVE_GETHOSTBYNAME_R_6_REENTRANT -DHAVE_LIMITS_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDDEF_H -DHAVE_STDINT_H -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_7537f.dir/CurlTests.c.o -MF CMakeFiles/cmTC_7537f.dir/CurlTests.c.o.d -o CMakeFiles/cmTC_7537f.dir/CurlTests.c.o -c /Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c
/Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c:315:10: fatal error: 'sys/types.h' file not found
#include <sys/types.h>
^~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Performing Curl Test HAVE_SOCKLEN_T failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_e7d97 && [1/2] Building C object CMakeFiles/cmTC_e7d97.dir/CurlTests.c.o
FAILED: CMakeFiles/cmTC_e7d97.dir/CurlTests.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DHAVE_SOCKLEN_T -DHAVE_LIMITS_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDDEF_H -DHAVE_STDINT_H -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_e7d97.dir/CurlTests.c.o -MF CMakeFiles/cmTC_e7d97.dir/CurlTests.c.o.d -o CMakeFiles/cmTC_e7d97.dir/CurlTests.c.o -c /Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c
/Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c:336:10: fatal error: 'sys/types.h' file not found
#include <sys/types.h>
^~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Performing Curl Test HAVE_IN_ADDR_T failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_5cc54 && [1/2] Building C object CMakeFiles/cmTC_5cc54.dir/CurlTests.c.o
FAILED: CMakeFiles/cmTC_5cc54.dir/CurlTests.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DHAVE_IN_ADDR_T -DHAVE_LIMITS_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDDEF_H -DHAVE_STDINT_H -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_5cc54.dir/CurlTests.c.o -MF CMakeFiles/cmTC_5cc54.dir/CurlTests.c.o.d -o CMakeFiles/cmTC_5cc54.dir/CurlTests.c.o -c /Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c
/Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c:351:10: fatal error: 'sys/types.h' file not found
#include <sys/types.h>
^~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Performing Curl Test RETSIGTYPE_TEST failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_891f9 && [1/2] Building C object CMakeFiles/cmTC_891f9.dir/CurlTests.c.o
FAILED: CMakeFiles/cmTC_891f9.dir/CurlTests.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DRETSIGTYPE_TEST -DHAVE_LIMITS_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDDEF_H -DHAVE_STDINT_H -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_891f9.dir/CurlTests.c.o -MF CMakeFiles/cmTC_891f9.dir/CurlTests.c.o.d -o CMakeFiles/cmTC_891f9.dir/CurlTests.c.o -c /Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c
/Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c:392:10: fatal error: 'sys/types.h' file not found
#include <sys/types.h>
^~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Performing Curl Test HAVE_INET_NTOA_R_DECL failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_1822e && [1/2] Building C object CMakeFiles/cmTC_1822e.dir/CurlTests.c.o
FAILED: CMakeFiles/cmTC_1822e.dir/CurlTests.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DHAVE_INET_NTOA_R_DECL -DHAVE_LIMITS_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDDEF_H -DHAVE_STDINT_H -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_1822e.dir/CurlTests.c.o -MF CMakeFiles/cmTC_1822e.dir/CurlTests.c.o.d -o CMakeFiles/cmTC_1822e.dir/CurlTests.c.o -c /Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c
/Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c:410:10: fatal error: 'arpa/inet.h' file not found
#include <arpa/inet.h>
^~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Performing Curl Test HAVE_INET_NTOA_R_DECL_REENTRANT failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_d0d7b && [1/2] Building C object CMakeFiles/cmTC_d0d7b.dir/CurlTests.c.o
FAILED: CMakeFiles/cmTC_d0d7b.dir/CurlTests.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DHAVE_INET_NTOA_R_DECL_REENTRANT -DHAVE_LIMITS_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDDEF_H -DHAVE_STDINT_H -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_d0d7b.dir/CurlTests.c.o -MF CMakeFiles/cmTC_d0d7b.dir/CurlTests.c.o.d -o CMakeFiles/cmTC_d0d7b.dir/CurlTests.c.o -c /Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c
/Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c:425:10: fatal error: 'arpa/inet.h' file not found
#include <arpa/inet.h>
^~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Performing Curl Test HAVE_GETADDRINFO failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_03f4b && [1/2] Building C object CMakeFiles/cmTC_03f4b.dir/CurlTests.c.o
FAILED: CMakeFiles/cmTC_03f4b.dir/CurlTests.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DHAVE_GETADDRINFO -DHAVE_LIMITS_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDDEF_H -DHAVE_STDINT_H -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_03f4b.dir/CurlTests.c.o -MF CMakeFiles/cmTC_03f4b.dir/CurlTests.c.o.d -o CMakeFiles/cmTC_03f4b.dir/CurlTests.c.o -c /Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c
/Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c:439:10: fatal error: 'netdb.h' file not found
#include <netdb.h>
^~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Performing Curl Test HAVE_FILE_OFFSET_BITS failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_da5c3 && [1/2] Building C object CMakeFiles/cmTC_da5c3.dir/CurlTests.c.o
FAILED: CMakeFiles/cmTC_da5c3.dir/CurlTests.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DHAVE_FILE_OFFSET_BITS -DHAVE_LIMITS_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDDEF_H -DHAVE_STDINT_H -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_da5c3.dir/CurlTests.c.o -MF CMakeFiles/cmTC_da5c3.dir/CurlTests.c.o.d -o CMakeFiles/cmTC_da5c3.dir/CurlTests.c.o -c /Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c
/Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c:465:10: fatal error: 'sys/types.h' file not found
#include <sys/types.h>
^~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Performing Curl Test HAVE_GLIBC_STRERROR_R failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_b4c91 && [1/2] Building C object CMakeFiles/cmTC_b4c91.dir/CurlTests.c.o
FAILED: CMakeFiles/cmTC_b4c91.dir/CurlTests.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DHAVE_GLIBC_STRERROR_R -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_b4c91.dir/CurlTests.c.o -MF CMakeFiles/cmTC_b4c91.dir/CurlTests.c.o.d -o CMakeFiles/cmTC_b4c91.dir/CurlTests.c.o -c /Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c
/Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c:684:10: fatal error: 'string.h' file not found
#include <string.h>
^~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Performing Curl Test HAVE_POSIX_STRERROR_R failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_dadda && [1/2] Building C object CMakeFiles/cmTC_dadda.dir/CurlTests.c.o
FAILED: CMakeFiles/cmTC_dadda.dir/CurlTests.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DHAVE_POSIX_STRERROR_R -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_dadda.dir/CurlTests.c.o -MF CMakeFiles/cmTC_dadda.dir/CurlTests.c.o.d -o CMakeFiles/cmTC_dadda.dir/CurlTests.c.o -c /Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c
/Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c:698:10: fatal error: 'string.h' file not found
#include <string.h>
^~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Determining size of curl_off_t failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_662f1 && [1/2] Building C object CMakeFiles/cmTC_662f1.dir/SIZEOF_CURL_OFF_T.c.o
FAILED: CMakeFiles/cmTC_662f1.dir/SIZEOF_CURL_OFF_T.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -D_FILE_OFFSET_BITS=64 -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_662f1.dir/SIZEOF_CURL_OFF_T.c.o -MF CMakeFiles/cmTC_662f1.dir/SIZEOF_CURL_OFF_T.c.o.d -o CMakeFiles/cmTC_662f1.dir/SIZEOF_CURL_OFF_T.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckTypeSize/SIZEOF_CURL_OFF_T.c
/Users/simonb/aseprite/build/CMakeFiles/CheckTypeSize/SIZEOF_CURL_OFF_T.c:3:10: fatal error: '/Users/simonb/aseprite/third_party/curl/curl/curl.h' file not found
#include "/Users/simonb/aseprite/third_party/curl/curl/curl.h"
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
/Users/simonb/aseprite/build/CMakeFiles/CheckTypeSize/SIZEOF_CURL_OFF_T.c:
#include <stdint.h>
#include <stddef.h>
#include "/Users/simonb/aseprite/third_party/curl/curl/curl.h"
#undef KEY
#if defined(__i386)
# define KEY '_','_','i','3','8','6'
#elif defined(__x86_64)
# define KEY '_','_','x','8','6','_','6','4'
#elif defined(__PPC64__)
# define KEY '_','_','P','P','C','6','4','_','_'
#elif defined(__ppc64__)
# define KEY '_','_','p','p','c','6','4','_','_'
#elif defined(__PPC__)
# define KEY '_','_','P','P','C','_','_'
#elif defined(__ppc__)
# define KEY '_','_','p','p','c','_','_'
#elif defined(__aarch64__)
# define KEY '_','_','a','a','r','c','h','6','4','_','_'
#elif defined(__ARM_ARCH_7A__)
# define KEY '_','_','A','R','M','_','A','R','C','H','_','7','A','_','_'
#elif defined(__ARM_ARCH_7S__)
# define KEY '_','_','A','R','M','_','A','R','C','H','_','7','S','_','_'
#endif
#define SIZE (sizeof(curl_off_t))
static 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 curl_cv_recv failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_c6115 && [1/2] Building C object CMakeFiles/cmTC_c6115.dir/src.c.o
FAILED: CMakeFiles/cmTC_c6115.dir/src.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -Dcurl_cv_recv -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_c6115.dir/src.c.o -MF CMakeFiles/cmTC_c6115.dir/src.c.o.d -o CMakeFiles/cmTC_c6115.dir/src.c.o -c src.c
src.c:8:14: error: implicit declaration of function 'recv' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
int main() { recv(0, 0, 0, 0) ; return 0; }
^
1 error generated.
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#define __unused5 1
int main() { recv(0, 0, 0, 0) ; return 0; }
Performing C SOURCE FILE Test WEBP_HAVE_FLAG_SSE41 failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_8b5a2 && [1/2] Building C object CMakeFiles/cmTC_8b5a2.dir/src.c.o
FAILED: CMakeFiles/cmTC_8b5a2.dir/src.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -I/Users/simonb/aseprite/third_party/libwebp -DWEBP_HAVE_FLAG_SSE41 -arch x86_64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_8b5a2.dir/src.c.o -MF CMakeFiles/cmTC_8b5a2.dir/src.c.o.d -o CMakeFiles/cmTC_8b5a2.dir/src.c.o -c src.c
src.c:5:9: error: use of undeclared identifier 'this'
this is not valid code
^
1 error generated.
ninja: build stopped: subcommand failed.
Source file was:
#include "/Users/simonb/aseprite/third_party/libwebp/cmake/../src/dsp/dsp.h"
int main(void) {
#if !defined(WEBP_USE_SSE41)
this is not valid code
#endif
return 0;
}
Performing C SOURCE FILE Test WEBP_HAVE_FLAG_MIPS32 failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_16ae9 && [1/2] Building C object CMakeFiles/cmTC_16ae9.dir/src.c.o
FAILED: CMakeFiles/cmTC_16ae9.dir/src.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -I/Users/simonb/aseprite/third_party/libwebp -DWEBP_HAVE_FLAG_MIPS32 -arch x86_64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_16ae9.dir/src.c.o -MF CMakeFiles/cmTC_16ae9.dir/src.c.o.d -o CMakeFiles/cmTC_16ae9.dir/src.c.o -c src.c
src.c:5:9: error: use of undeclared identifier 'this'
this is not valid code
^
1 error generated.
ninja: build stopped: subcommand failed.
Source file was:
#include "/Users/simonb/aseprite/third_party/libwebp/cmake/../src/dsp/dsp.h"
int main(void) {
#if !defined(WEBP_USE_MIPS32)
this is not valid code
#endif
return 0;
}
Performing C SOURCE FILE Test WEBP_HAVE_FLAG_MIPS32 failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_c9fd1 && [1/2] Building C object CMakeFiles/cmTC_c9fd1.dir/src.c.o
FAILED: CMakeFiles/cmTC_c9fd1.dir/src.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -I/Users/simonb/aseprite/third_party/libwebp -DWEBP_HAVE_FLAG_MIPS32 -mips32 -arch x86_64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_c9fd1.dir/src.c.o -MF CMakeFiles/cmTC_c9fd1.dir/src.c.o.d -o CMakeFiles/cmTC_c9fd1.dir/src.c.o -c src.c
error: unknown target CPU 'mips32'
note: valid target CPU values are: nocona, core2, penryn, bonnell, atom, silvermont, slm, goldmont, goldmont-plus, tremont, nehalem, corei7, westmere, sandybridge, corei7-avx, ivybridge, core-avx-i, haswell, core-avx2, broadwell, skylake, skylake-avx512, skx, cascadelake, cooperlake, cannonlake, icelake-client, icelake-server, tigerlake, knl, knm, k8, athlon64, athlon-fx, opteron, k8-sse3, athlon64-sse3, opteron-sse3, amdfam10, barcelona, btver1, btver2, bdver1, bdver2, bdver3, bdver4, znver1, znver2, x86-64
ninja: build stopped: subcommand failed.
Source file was:
#include "/Users/simonb/aseprite/third_party/libwebp/cmake/../src/dsp/dsp.h"
int main(void) {
#if !defined(WEBP_USE_MIPS32)
this is not valid code
#endif
return 0;
}
Performing C SOURCE FILE Test WEBP_HAVE_FLAG_MIPS_DSP_R2 failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_a58f3 && [1/2] Building C object CMakeFiles/cmTC_a58f3.dir/src.c.o
FAILED: CMakeFiles/cmTC_a58f3.dir/src.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -I/Users/simonb/aseprite/third_party/libwebp -DWEBP_HAVE_FLAG_MIPS_DSP_R2 -arch x86_64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_a58f3.dir/src.c.o -MF CMakeFiles/cmTC_a58f3.dir/src.c.o.d -o CMakeFiles/cmTC_a58f3.dir/src.c.o -c src.c
src.c:5:9: error: use of undeclared identifier 'this'
this is not valid code
^
1 error generated.
ninja: build stopped: subcommand failed.
Source file was:
#include "/Users/simonb/aseprite/third_party/libwebp/cmake/../src/dsp/dsp.h"
int main(void) {
#if !defined(WEBP_USE_MIPS_DSP_R2)
this is not valid code
#endif
return 0;
}
Performing C SOURCE FILE Test WEBP_HAVE_FLAG_MIPS_DSP_R2 failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_84cc9 && [1/2] Building C object CMakeFiles/cmTC_84cc9.dir/src.c.o
FAILED: CMakeFiles/cmTC_84cc9.dir/src.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -I/Users/simonb/aseprite/third_party/libwebp -DWEBP_HAVE_FLAG_MIPS_DSP_R2 -mdspr2 -arch x86_64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_84cc9.dir/src.c.o -MF CMakeFiles/cmTC_84cc9.dir/src.c.o.d -o CMakeFiles/cmTC_84cc9.dir/src.c.o -c src.c
clang: warning: argument unused during compilation: '-mdspr2' [-Wunused-command-line-argument]
src.c:5:9: error: use of undeclared identifier 'this'
this is not valid code
^
1 error generated.
ninja: build stopped: subcommand failed.
Source file was:
#include "/Users/simonb/aseprite/third_party/libwebp/cmake/../src/dsp/dsp.h"
int main(void) {
#if !defined(WEBP_USE_MIPS_DSP_R2)
this is not valid code
#endif
return 0;
}
Performing C SOURCE FILE Test WEBP_HAVE_FLAG_NEON failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_dc4c1 && [1/2] Building C object CMakeFiles/cmTC_dc4c1.dir/src.c.o
FAILED: CMakeFiles/cmTC_dc4c1.dir/src.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -I/Users/simonb/aseprite/third_party/libwebp -mno-dspr2 -DWEBP_HAVE_FLAG_NEON -arch x86_64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_dc4c1.dir/src.c.o -MF CMakeFiles/cmTC_dc4c1.dir/src.c.o.d -o CMakeFiles/cmTC_dc4c1.dir/src.c.o -c src.c
clang: warning: argument unused during compilation: '-mno-dspr2' [-Wunused-command-line-argument]
src.c:5:9: error: use of undeclared identifier 'this'
this is not valid code
^
1 error generated.
ninja: build stopped: subcommand failed.
Source file was:
#include "/Users/simonb/aseprite/third_party/libwebp/cmake/../src/dsp/dsp.h"
int main(void) {
#if !defined(WEBP_USE_NEON)
this is not valid code
#endif
return 0;
}
Performing C SOURCE FILE Test WEBP_HAVE_FLAG_NEON failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_da146 && [1/2] Building C object CMakeFiles/cmTC_da146.dir/src.c.o
FAILED: CMakeFiles/cmTC_da146.dir/src.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -I/Users/simonb/aseprite/third_party/libwebp -mno-dspr2 -DWEBP_HAVE_FLAG_NEON -mfpu=neon -arch x86_64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_da146.dir/src.c.o -MF CMakeFiles/cmTC_da146.dir/src.c.o.d -o CMakeFiles/cmTC_da146.dir/src.c.o -c src.c
clang: warning: argument unused during compilation: '-mno-dspr2' [-Wunused-command-line-argument]
clang: warning: argument unused during compilation: '-mfpu=neon' [-Wunused-command-line-argument]
src.c:5:9: error: use of undeclared identifier 'this'
this is not valid code
^
1 error generated.
ninja: build stopped: subcommand failed.
Source file was:
#include "/Users/simonb/aseprite/third_party/libwebp/cmake/../src/dsp/dsp.h"
int main(void) {
#if !defined(WEBP_USE_NEON)
this is not valid code
#endif
return 0;
}
Performing C SOURCE FILE Test WEBP_HAVE_FLAG_MSA failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_3dcd1 && [1/2] Building C object CMakeFiles/cmTC_3dcd1.dir/src.c.o
FAILED: CMakeFiles/cmTC_3dcd1.dir/src.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -I/Users/simonb/aseprite/third_party/libwebp -mno-dspr2 -DWEBP_HAVE_FLAG_MSA -arch x86_64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_3dcd1.dir/src.c.o -MF CMakeFiles/cmTC_3dcd1.dir/src.c.o.d -o CMakeFiles/cmTC_3dcd1.dir/src.c.o -c src.c
clang: warning: argument unused during compilation: '-mno-dspr2' [-Wunused-command-line-argument]
src.c:5:9: error: use of undeclared identifier 'this'
this is not valid code
^
1 error generated.
ninja: build stopped: subcommand failed.
Source file was:
#include "/Users/simonb/aseprite/third_party/libwebp/cmake/../src/dsp/dsp.h"
int main(void) {
#if !defined(WEBP_USE_MSA)
this is not valid code
#endif
return 0;
}
Performing C SOURCE FILE Test WEBP_HAVE_FLAG_MSA failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_69780 && [1/2] Building C object CMakeFiles/cmTC_69780.dir/src.c.o
FAILED: CMakeFiles/cmTC_69780.dir/src.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -I/Users/simonb/aseprite/third_party/libwebp -mno-dspr2 -DWEBP_HAVE_FLAG_MSA -mmsa -arch x86_64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_69780.dir/src.c.o -MF CMakeFiles/cmTC_69780.dir/src.c.o.d -o CMakeFiles/cmTC_69780.dir/src.c.o -c src.c
clang: warning: argument unused during compilation: '-mno-dspr2' [-Wunused-command-line-argument]
clang: warning: argument unused during compilation: '-mmsa' [-Wunused-command-line-argument]
src.c:5:9: error: use of undeclared identifier 'this'
this is not valid code
^
1 error generated.
ninja: build stopped: subcommand failed.
Source file was:
#include "/Users/simonb/aseprite/third_party/libwebp/cmake/../src/dsp/dsp.h"
int main(void) {
#if !defined(WEBP_USE_MSA)
this is not valid code
#endif
return 0;
}
The system is: Darwin - 19.6.0 - x86_64
Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
Compiler: /Library/Developer/CommandLineTools/usr/bin/cc
Build flags:
Id flags:
The output was:
0
Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out"
The C compiler identification is AppleClang, found in "/Users/simonb/aseprite/build/CMakeFiles/3.18.1/CompilerIdC/a.out"
Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
Compiler: /Library/Developer/CommandLineTools/usr/bin/c++
Build flags:
Id flags:
The output was:
0
Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out"
The CXX compiler identification is AppleClang, found in "/Users/simonb/aseprite/build/CMakeFiles/3.18.1/CompilerIdCXX/a.out"
Detecting C compiler ABI info compiled with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_48a08 && [1/2] Building C object CMakeFiles/cmTC_48a08.dir/CMakeCCompilerABI.c.o
Apple clang version 12.0.0 (clang-1200.0.26.2)
Target: x86_64-apple-darwin19.6.0
Thread model: posix
InstalledDir: /Library/Developer/CommandLineTools/usr/bin
clang: warning: -Wl,-v: 'linker' input unused [-Wunused-command-line-argument]
"/Library/Developer/CommandLineTools/usr/bin/clang" -cc1 -triple x86_64-apple-macosx10.7.0 -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -Werror=implicit-function-declaration -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -discard-value-names -main-file-name CMakeCCompilerABI.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mframe-pointer=all -fno-strict-return -fno-rounding-math -masm-verbose -munwind-tables -faligned-alloc-unavailable -target-cpu core2 -dwarf-column-info -debugger-tuning=lldb -target-linker-version 607.2 -v -resource-dir /Library/Developer/CommandLineTools/usr/lib/clang/12.0.0 -dependency-file CMakeFiles/cmTC_48a08.dir/CMakeCCompilerABI.c.o.d -skip-unused-modulemap-deps -MT CMakeFiles/cmTC_48a08.dir/CMakeCCompilerABI.c.o -sys-header-deps -internal-isystem /usr/local/include -internal-isystem /Library/Developer/CommandLineTools/usr/lib/clang/12.0.0/include -internal-externc-isystem /usr/include -internal-externc-isystem /Library/Developer/CommandLineTools/usr/include -Wno-reorder-init-list -Wno-implicit-int-float-conversion -Wno-c99-designator -Wno-final-dtor-non-final-class -Wno-extra-semi-stmt -Wno-misleading-indentation -Wno-quoted-include-in-framework-header -Wno-implicit-fallthrough -Wno-enum-enum-conversion -Wno-enum-float-conversion -fdebug-compilation-dir /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp -ferror-limit 19 -fmessage-length 0 -stack-protector 1 -mdarwin-stkchk-strong-link -fblocks -fencode-extended-block-signature -fregister-global-dtors-with-atexit -fgnuc-version=4.2.1 -fobjc-runtime=macosx-10.7.0 -fmax-type-align=16 -fdiagnostics-show-option -o CMakeFiles/cmTC_48a08.dir/CMakeCCompilerABI.c.o -x c /usr/local/Cellar/cmake/3.18.1/share/cmake/Modules/CMakeCCompilerABI.c
clang -cc1 version 12.0.0 (clang-1200.0.26.2) default target x86_64-apple-darwin19.6.0
ignoring nonexistent directory "/usr/include"
#include "..." search starts here:
#include <...> search starts here:
/usr/local/include
/Library/Developer/CommandLineTools/usr/lib/clang/12.0.0/include
/Library/Developer/CommandLineTools/usr/include
/System/Library/Frameworks (framework directory)
/Library/Frameworks (framework directory)
End of search list.
[2/2] Linking C executable cmTC_48a08
Apple clang version 12.0.0 (clang-1200.0.26.2)
Target: x86_64-apple-darwin19.6.0
Thread model: posix
InstalledDir: /Library/Developer/CommandLineTools/usr/bin
"/Library/Developer/CommandLineTools/usr/bin/ld" -demangle -lto_library /Library/Developer/CommandLineTools/usr/lib/libLTO.dylib -dynamic -arch x86_64 -platform_version macos 10.7.0 0.0.0 -o cmTC_48a08 -lcrt1.10.6.o -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_48a08.dir/CMakeCCompilerABI.c.o -lSystem /Library/Developer/CommandLineTools/usr/lib/clang/12.0.0/lib/darwin/libclang_rt.osx.a
@(#)PROGRAM:ld PROJECT:ld64-607.2
BUILD 04:30:50 Jul 14 2020
configured to support archs: armv6 armv7 armv7s arm64 arm64e arm64_32 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em
Library search paths:
/usr/lib
/usr/local/lib
Framework search paths:
/Library/Frameworks/
/System/Library/Frameworks/
ld: warning: Csu support file -lcrt1.10.6.o not found, changing to target macOS 10.8 where it is not needed
Parsed C implicit include dir info from above output: rv=done
found start of include info
found start of implicit include info
add: [/usr/local/include]
add: [/Library/Developer/CommandLineTools/usr/lib/clang/12.0.0/include]
add: [/Library/Developer/CommandLineTools/usr/include]
end of search list found
collapse include dir [/usr/local/include] ==> [/usr/local/include]
collapse include dir [/Library/Developer/CommandLineTools/usr/lib/clang/12.0.0/include] ==> [/Library/Developer/CommandLineTools/usr/lib/clang/12.0.0/include]
collapse include dir [/Library/Developer/CommandLineTools/usr/include] ==> [/Library/Developer/CommandLineTools/usr/include]
implicit include dirs: [/usr/local/include;/Library/Developer/CommandLineTools/usr/lib/clang/12.0.0/include;/Library/Developer/CommandLineTools/usr/include]
Parsed C implicit link information from above output:
link line regex: [^( *|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)]
ignore line: [Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp]
ignore line: []
ignore line: [Run Build Command(s):/usr/local/bin/ninja cmTC_48a08 && [1/2] Building C object CMakeFiles/cmTC_48a08.dir/CMakeCCompilerABI.c.o]
ignore line: [Apple clang version 12.0.0 (clang-1200.0.26.2)]
ignore line: [Target: x86_64-apple-darwin19.6.0]
ignore line: [Thread model: posix]
ignore line: [InstalledDir: /Library/Developer/CommandLineTools/usr/bin]
ignore line: [clang: warning: -Wl -v: 'linker' input unused [-Wunused-command-line-argument]]
ignore line: [ "/Library/Developer/CommandLineTools/usr/bin/clang" -cc1 -triple x86_64-apple-macosx10.7.0 -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -Werror=implicit-function-declaration -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -discard-value-names -main-file-name CMakeCCompilerABI.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mframe-pointer=all -fno-strict-return -fno-rounding-math -masm-verbose -munwind-tables -faligned-alloc-unavailable -target-cpu core2 -dwarf-column-info -debugger-tuning=lldb -target-linker-version 607.2 -v -resource-dir /Library/Developer/CommandLineTools/usr/lib/clang/12.0.0 -dependency-file CMakeFiles/cmTC_48a08.dir/CMakeCCompilerABI.c.o.d -skip-unused-modulemap-deps -MT CMakeFiles/cmTC_48a08.dir/CMakeCCompilerABI.c.o -sys-header-deps -internal-isystem /usr/local/include -internal-isystem /Library/Developer/CommandLineTools/usr/lib/clang/12.0.0/include -internal-externc-isystem /usr/include -internal-externc-isystem /Library/Developer/CommandLineTools/usr/include -Wno-reorder-init-list -Wno-implicit-int-float-conversion -Wno-c99-designator -Wno-final-dtor-non-final-class -Wno-extra-semi-stmt -Wno-misleading-indentation -Wno-quoted-include-in-framework-header -Wno-implicit-fallthrough -Wno-enum-enum-conversion -Wno-enum-float-conversion -fdebug-compilation-dir /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp -ferror-limit 19 -fmessage-length 0 -stack-protector 1 -mdarwin-stkchk-strong-link -fblocks -fencode-extended-block-signature -fregister-global-dtors-with-atexit -fgnuc-version=4.2.1 -fobjc-runtime=macosx-10.7.0 -fmax-type-align=16 -fdiagnostics-show-option -o CMakeFiles/cmTC_48a08.dir/CMakeCCompilerABI.c.o -x c /usr/local/Cellar/cmake/3.18.1/share/cmake/Modules/CMakeCCompilerABI.c]
ignore line: [clang -cc1 version 12.0.0 (clang-1200.0.26.2) default target x86_64-apple-darwin19.6.0]
ignore line: [ignoring nonexistent directory "/usr/include"]
ignore line: [#include "..." search starts here:]
ignore line: [#include <...> search starts here:]
ignore line: [ /usr/local/include]
ignore line: [ /Library/Developer/CommandLineTools/usr/lib/clang/12.0.0/include]
ignore line: [ /Library/Developer/CommandLineTools/usr/include]
ignore line: [ /System/Library/Frameworks (framework directory)]
ignore line: [ /Library/Frameworks (framework directory)]
ignore line: [End of search list.]
ignore line: [[2/2] Linking C executable cmTC_48a08]
ignore line: [Apple clang version 12.0.0 (clang-1200.0.26.2)]
ignore line: [Target: x86_64-apple-darwin19.6.0]
ignore line: [Thread model: posix]
ignore line: [InstalledDir: /Library/Developer/CommandLineTools/usr/bin]
link line: [ "/Library/Developer/CommandLineTools/usr/bin/ld" -demangle -lto_library /Library/Developer/CommandLineTools/usr/lib/libLTO.dylib -dynamic -arch x86_64 -platform_version macos 10.7.0 0.0.0 -o cmTC_48a08 -lcrt1.10.6.o -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_48a08.dir/CMakeCCompilerABI.c.o -lSystem /Library/Developer/CommandLineTools/usr/lib/clang/12.0.0/lib/darwin/libclang_rt.osx.a]
arg [/Library/Developer/CommandLineTools/usr/bin/ld] ==> ignore
arg [-demangle] ==> ignore
arg [-lto_library] ==> ignore, skip following value
arg [/Library/Developer/CommandLineTools/usr/lib/libLTO.dylib] ==> skip value of -lto_library
arg [-dynamic] ==> ignore
arg [-arch] ==> ignore
arg [x86_64] ==> ignore
arg [-platform_version] ==> ignore
arg [macos] ==> ignore
arg [10.7.0] ==> ignore
arg [0.0.0] ==> ignore
arg [-o] ==> ignore
arg [cmTC_48a08] ==> ignore
arg [-lcrt1.10.6.o] ==> lib [crt1.10.6.o]
arg [-search_paths_first] ==> ignore
arg [-headerpad_max_install_names] ==> ignore
arg [-v] ==> ignore
arg [CMakeFiles/cmTC_48a08.dir/CMakeCCompilerABI.c.o] ==> ignore
arg [-lSystem] ==> lib [System]
arg [/Library/Developer/CommandLineTools/usr/lib/clang/12.0.0/lib/darwin/libclang_rt.osx.a] ==> lib [/Library/Developer/CommandLineTools/usr/lib/clang/12.0.0/lib/darwin/libclang_rt.osx.a]
Library search paths: [;/usr/lib;/usr/local/lib]
Framework search paths: [;/Library/Frameworks/;/System/Library/Frameworks/]
remove lib [crt1.10.6.o]
remove lib [System]
remove lib [/Library/Developer/CommandLineTools/usr/lib/clang/12.0.0/lib/darwin/libclang_rt.osx.a]
collapse library dir [/usr/lib] ==> [/usr/lib]
collapse library dir [/usr/local/lib] ==> [/usr/local/lib]
collapse framework dir [/Library/Frameworks/] ==> [/Library/Frameworks]
collapse framework dir [/System/Library/Frameworks/] ==> [/System/Library/Frameworks]
implicit libs: []
implicit dirs: [/usr/lib;/usr/local/lib]
implicit fwks: [/Library/Frameworks;/System/Library/Frameworks]
Detecting CXX compiler ABI info compiled with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_d90ef && [1/2] Building CXX object CMakeFiles/cmTC_d90ef.dir/CMakeCXXCompilerABI.cpp.o
Apple clang version 12.0.0 (clang-1200.0.26.2)
Target: x86_64-apple-darwin19.6.0
Thread model: posix
InstalledDir: /Library/Developer/CommandLineTools/usr/bin
clang: warning: -Wl,-v: 'linker' input unused [-Wunused-command-line-argument]
clang: warning: include path for libstdc++ headers not found; pass '-stdlib=libc++' on the command line to use the libc++ standard library instead [-Wstdlibcxx-not-found]
"/Library/Developer/CommandLineTools/usr/bin/clang" -cc1 -triple x86_64-apple-macosx10.7.0 -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -Werror=implicit-function-declaration -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -discard-value-names -main-file-name CMakeCXXCompilerABI.cpp -mrelocation-model pic -pic-level 2 -mthread-model posix -mframe-pointer=all -fno-strict-return -fno-rounding-math -masm-verbose -munwind-tables -faligned-alloc-unavailable -target-cpu core2 -dwarf-column-info -debugger-tuning=lldb -target-linker-version 607.2 -v -resource-dir /Library/Developer/CommandLineTools/usr/lib/clang/12.0.0 -dependency-file CMakeFiles/cmTC_d90ef.dir/CMakeCXXCompilerABI.cpp.o.d -skip-unused-modulemap-deps -MT CMakeFiles/cmTC_d90ef.dir/CMakeCXXCompilerABI.cpp.o -sys-header-deps -internal-isystem /usr/include/c++/4.2.1 -internal-isystem /usr/include/c++/4.2.1/i686-apple-darwin10/x86_64 -internal-isystem /usr/include/c++/4.2.1/backward -internal-isystem /usr/include/c++/4.0.0 -internal-isystem /usr/include/c++/4.0.0/i686-apple-darwin8 -internal-isystem /usr/include/c++/4.0.0/backward -internal-isystem /usr/local/include -internal-isystem /Library/Developer/CommandLineTools/usr/lib/clang/12.0.0/include -internal-externc-isystem /usr/include -internal-externc-isystem /Library/Developer/CommandLineTools/usr/include -Wno-reorder-init-list -Wno-implicit-int-float-conversion -Wno-c99-designator -Wno-final-dtor-non-final-class -Wno-extra-semi-stmt -Wno-misleading-indentation -Wno-quoted-include-in-framework-header -Wno-implicit-fallthrough -Wno-enum-enum-conversion -Wno-enum-float-conversion -fdeprecated-macro -fdebug-compilation-dir /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp -ferror-limit 19 -fmessage-length 0 -stack-protector 1 -mdarwin-stkchk-strong-link -fblocks -fencode-extended-block-signature -fregister-global-dtors-with-atexit -fgnuc-version=4.2.1 -fobjc-runtime=macosx-10.7.0 -fcxx-exceptions -fexceptions -fmax-type-align=16 -fdiagnostics-show-option -o CMakeFiles/cmTC_d90ef.dir/CMakeCXXCompilerABI.cpp.o -x c++ /usr/local/Cellar/cmake/3.18.1/share/cmake/Modules/CMakeCXXCompilerABI.cpp
clang -cc1 version 12.0.0 (clang-1200.0.26.2) default target x86_64-apple-darwin19.6.0
ignoring nonexistent directory "/usr/include/c++/4.2.1"
ignoring nonexistent directory "/usr/include/c++/4.2.1/i686-apple-darwin10/x86_64"
ignoring nonexistent directory "/usr/include/c++/4.2.1/backward"
ignoring nonexistent directory "/usr/include/c++/4.0.0"
ignoring nonexistent directory "/usr/include/c++/4.0.0/i686-apple-darwin8"
ignoring nonexistent directory "/usr/include/c++/4.0.0/backward"
ignoring nonexistent directory "/usr/include"
#include "..." search starts here:
#include <...> search starts here:
/usr/local/include
/Library/Developer/CommandLineTools/usr/lib/clang/12.0.0/include
/Library/Developer/CommandLineTools/usr/include
/System/Library/Frameworks (framework directory)
/Library/Frameworks (framework directory)
End of search list.
[2/2] Linking CXX executable cmTC_d90ef
Apple clang version 12.0.0 (clang-1200.0.26.2)
Target: x86_64-apple-darwin19.6.0
Thread model: posix
InstalledDir: /Library/Developer/CommandLineTools/usr/bin
clang: warning: libstdc++ is deprecated; move to libc++ with a minimum deployment target of OS X 10.9 [-Wdeprecated]
"/Library/Developer/CommandLineTools/usr/bin/ld" -demangle -lto_library /Library/Developer/CommandLineTools/usr/lib/libLTO.dylib -dynamic -arch x86_64 -platform_version macos 10.7.0 0.0.0 -o cmTC_d90ef -lcrt1.10.6.o -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_d90ef.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lSystem /Library/Developer/CommandLineTools/usr/lib/clang/12.0.0/lib/darwin/libclang_rt.osx.a
@(#)PROGRAM:ld PROJECT:ld64-607.2
BUILD 04:30:50 Jul 14 2020
configured to support archs: armv6 armv7 armv7s arm64 arm64e arm64_32 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em
Library search paths:
/usr/lib
/usr/local/lib
Framework search paths:
/Library/Frameworks/
/System/Library/Frameworks/
ld: warning: Csu support file -lcrt1.10.6.o not found, changing to target macOS 10.8 where it is not needed
Parsed CXX implicit include dir info from above output: rv=done
found start of include info
found start of implicit include info
add: [/usr/local/include]
add: [/Library/Developer/CommandLineTools/usr/lib/clang/12.0.0/include]
add: [/Library/Developer/CommandLineTools/usr/include]
end of search list found
collapse include dir [/usr/local/include] ==> [/usr/local/include]
collapse include dir [/Library/Developer/CommandLineTools/usr/lib/clang/12.0.0/include] ==> [/Library/Developer/CommandLineTools/usr/lib/clang/12.0.0/include]
collapse include dir [/Library/Developer/CommandLineTools/usr/include] ==> [/Library/Developer/CommandLineTools/usr/include]
implicit include dirs: [/usr/local/include;/Library/Developer/CommandLineTools/usr/lib/clang/12.0.0/include;/Library/Developer/CommandLineTools/usr/include]
Parsed CXX implicit link information from above output:
link line regex: [^( *|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)]
ignore line: [Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp]
ignore line: []
ignore line: [Run Build Command(s):/usr/local/bin/ninja cmTC_d90ef && [1/2] Building CXX object CMakeFiles/cmTC_d90ef.dir/CMakeCXXCompilerABI.cpp.o]
ignore line: [Apple clang version 12.0.0 (clang-1200.0.26.2)]
ignore line: [Target: x86_64-apple-darwin19.6.0]
ignore line: [Thread model: posix]
ignore line: [InstalledDir: /Library/Developer/CommandLineTools/usr/bin]
ignore line: [clang: warning: -Wl -v: 'linker' input unused [-Wunused-command-line-argument]]
ignore line: [clang: warning: include path for libstdc++ headers not found]
ignore line: [ pass '-stdlib=libc++' on the command line to use the libc++ standard library instead [-Wstdlibcxx-not-found]]
ignore line: [ "/Library/Developer/CommandLineTools/usr/bin/clang" -cc1 -triple x86_64-apple-macosx10.7.0 -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -Werror=implicit-function-declaration -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -discard-value-names -main-file-name CMakeCXXCompilerABI.cpp -mrelocation-model pic -pic-level 2 -mthread-model posix -mframe-pointer=all -fno-strict-return -fno-rounding-math -masm-verbose -munwind-tables -faligned-alloc-unavailable -target-cpu core2 -dwarf-column-info -debugger-tuning=lldb -target-linker-version 607.2 -v -resource-dir /Library/Developer/CommandLineTools/usr/lib/clang/12.0.0 -dependency-file CMakeFiles/cmTC_d90ef.dir/CMakeCXXCompilerABI.cpp.o.d -skip-unused-modulemap-deps -MT CMakeFiles/cmTC_d90ef.dir/CMakeCXXCompilerABI.cpp.o -sys-header-deps -internal-isystem /usr/include/c++/4.2.1 -internal-isystem /usr/include/c++/4.2.1/i686-apple-darwin10/x86_64 -internal-isystem /usr/include/c++/4.2.1/backward -internal-isystem /usr/include/c++/4.0.0 -internal-isystem /usr/include/c++/4.0.0/i686-apple-darwin8 -internal-isystem /usr/include/c++/4.0.0/backward -internal-isystem /usr/local/include -internal-isystem /Library/Developer/CommandLineTools/usr/lib/clang/12.0.0/include -internal-externc-isystem /usr/include -internal-externc-isystem /Library/Developer/CommandLineTools/usr/include -Wno-reorder-init-list -Wno-implicit-int-float-conversion -Wno-c99-designator -Wno-final-dtor-non-final-class -Wno-extra-semi-stmt -Wno-misleading-indentation -Wno-quoted-include-in-framework-header -Wno-implicit-fallthrough -Wno-enum-enum-conversion -Wno-enum-float-conversion -fdeprecated-macro -fdebug-compilation-dir /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp -ferror-limit 19 -fmessage-length 0 -stack-protector 1 -mdarwin-stkchk-strong-link -fblocks -fencode-extended-block-signature -fregister-global-dtors-with-atexit -fgnuc-version=4.2.1 -fobjc-runtime=macosx-10.7.0 -fcxx-exceptions -fexceptions -fmax-type-align=16 -fdiagnostics-show-option -o CMakeFiles/cmTC_d90ef.dir/CMakeCXXCompilerABI.cpp.o -x c++ /usr/local/Cellar/cmake/3.18.1/share/cmake/Modules/CMakeCXXCompilerABI.cpp]
ignore line: [clang -cc1 version 12.0.0 (clang-1200.0.26.2) default target x86_64-apple-darwin19.6.0]
ignore line: [ignoring nonexistent directory "/usr/include/c++/4.2.1"]
ignore line: [ignoring nonexistent directory "/usr/include/c++/4.2.1/i686-apple-darwin10/x86_64"]
ignore line: [ignoring nonexistent directory "/usr/include/c++/4.2.1/backward"]
ignore line: [ignoring nonexistent directory "/usr/include/c++/4.0.0"]
ignore line: [ignoring nonexistent directory "/usr/include/c++/4.0.0/i686-apple-darwin8"]
ignore line: [ignoring nonexistent directory "/usr/include/c++/4.0.0/backward"]
ignore line: [ignoring nonexistent directory "/usr/include"]
ignore line: [#include "..." search starts here:]
ignore line: [#include <...> search starts here:]
ignore line: [ /usr/local/include]
ignore line: [ /Library/Developer/CommandLineTools/usr/lib/clang/12.0.0/include]
ignore line: [ /Library/Developer/CommandLineTools/usr/include]
ignore line: [ /System/Library/Frameworks (framework directory)]
ignore line: [ /Library/Frameworks (framework directory)]
ignore line: [End of search list.]
ignore line: [[2/2] Linking CXX executable cmTC_d90ef]
ignore line: [Apple clang version 12.0.0 (clang-1200.0.26.2)]
ignore line: [Target: x86_64-apple-darwin19.6.0]
ignore line: [Thread model: posix]
ignore line: [InstalledDir: /Library/Developer/CommandLineTools/usr/bin]
ignore line: [clang: warning: libstdc++ is deprecated]
ignore line: [ move to libc++ with a minimum deployment target of OS X 10.9 [-Wdeprecated]]
link line: [ "/Library/Developer/CommandLineTools/usr/bin/ld" -demangle -lto_library /Library/Developer/CommandLineTools/usr/lib/libLTO.dylib -dynamic -arch x86_64 -platform_version macos 10.7.0 0.0.0 -o cmTC_d90ef -lcrt1.10.6.o -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_d90ef.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lSystem /Library/Developer/CommandLineTools/usr/lib/clang/12.0.0/lib/darwin/libclang_rt.osx.a]
arg [/Library/Developer/CommandLineTools/usr/bin/ld] ==> ignore
arg [-demangle] ==> ignore
arg [-lto_library] ==> ignore, skip following value
arg [/Library/Developer/CommandLineTools/usr/lib/libLTO.dylib] ==> skip value of -lto_library
arg [-dynamic] ==> ignore
arg [-arch] ==> ignore
arg [x86_64] ==> ignore
arg [-platform_version] ==> ignore
arg [macos] ==> ignore
arg [10.7.0] ==> ignore
arg [0.0.0] ==> ignore
arg [-o] ==> ignore
arg [cmTC_d90ef] ==> ignore
arg [-lcrt1.10.6.o] ==> lib [crt1.10.6.o]
arg [-search_paths_first] ==> ignore
arg [-headerpad_max_install_names] ==> ignore
arg [-v] ==> ignore
arg [CMakeFiles/cmTC_d90ef.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore
arg [-lstdc++] ==> lib [stdc++]
arg [-lSystem] ==> lib [System]
arg [/Library/Developer/CommandLineTools/usr/lib/clang/12.0.0/lib/darwin/libclang_rt.osx.a] ==> lib [/Library/Developer/CommandLineTools/usr/lib/clang/12.0.0/lib/darwin/libclang_rt.osx.a]
Library search paths: [;/usr/lib;/usr/local/lib]
Framework search paths: [;/Library/Frameworks/;/System/Library/Frameworks/]
remove lib [crt1.10.6.o]
remove lib [System]
remove lib [/Library/Developer/CommandLineTools/usr/lib/clang/12.0.0/lib/darwin/libclang_rt.osx.a]
collapse library dir [/usr/lib] ==> [/usr/lib]
collapse library dir [/usr/local/lib] ==> [/usr/local/lib]
collapse framework dir [/Library/Frameworks/] ==> [/Library/Frameworks]
collapse framework dir [/System/Library/Frameworks/] ==> [/System/Library/Frameworks]
implicit libs: [stdc++]
implicit dirs: [/usr/lib;/usr/local/lib]
implicit fwks: [/Library/Frameworks;/System/Library/Frameworks]
Determining if the include file stdint.h exists passed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_8d16d && [1/2] Building C object CMakeFiles/cmTC_8d16d.dir/CheckIncludeFile.c.o
[2/2] Linking C executable cmTC_8d16d
ld: warning: Csu support file -lcrt1.10.6.o not found, changing to target macOS 10.8 where it is not needed
Determining if the include file stddef.h exists passed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_3ccb9 && [1/2] Building C object CMakeFiles/cmTC_3ccb9.dir/CheckIncludeFile.c.o
[2/2] Linking C executable cmTC_3ccb9
ld: warning: Csu support file -lcrt1.10.6.o not found, changing to target macOS 10.8 where it is not needed
Determining if the function fseeko exists passed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_31a12 && [1/2] Building C object CMakeFiles/cmTC_31a12.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_31a12
ld: warning: Csu support file -lcrt1.10.6.o not found, changing to target macOS 10.8 where it is not needed
Checking whether the ASM compiler is Clang using "--version" matched "(clang version)":
Apple clang version 12.0.0 (clang-1200.0.26.2)
Target: x86_64-apple-darwin19.6.0
Thread model: posix
InstalledDir: /Library/Developer/CommandLineTools/usr/bin
Performing C SOURCE FILE Test HAVE_BUILTIN_BSWAP16 succeeded with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_4bc4e && [1/2] Building C object CMakeFiles/cmTC_4bc4e.dir/src.c.o
[2/2] Linking C executable cmTC_4bc4e
ld: warning: Csu support file -lcrt1.10.6.o not found, changing to target macOS 10.8 where it is not needed
Source file was:
int main(void) {
(void)__builtin_bswap16(0);
return 0;
}
Performing C SOURCE FILE Test HAVE_BUILTIN_BSWAP32 succeeded with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_55b55 && [1/2] Building C object CMakeFiles/cmTC_55b55.dir/src.c.o
[2/2] Linking C executable cmTC_55b55
ld: warning: Csu support file -lcrt1.10.6.o not found, changing to target macOS 10.8 where it is not needed
Source file was:
int main(void) {
(void)__builtin_bswap32(0);
return 0;
}
Performing C SOURCE FILE Test HAVE_BUILTIN_BSWAP64 succeeded with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_f2d87 && [1/2] Building C object CMakeFiles/cmTC_f2d87.dir/src.c.o
[2/2] Linking C executable cmTC_f2d87
ld: warning: Csu support file -lcrt1.10.6.o not found, changing to target macOS 10.8 where it is not needed
Source file was:
int main(void) {
(void)__builtin_bswap64(0);
return 0;
}
Performing C SOURCE FILE Test HAS_COMPILE_FLAG succeeded with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_cfdb1 && [1/2] Building C object CMakeFiles/cmTC_cfdb1.dir/src.c.o
[2/2] Linking C executable cmTC_cfdb1
ld: warning: Csu support file -lcrt1.10.6.o not found, changing to target macOS 10.8 where it is not needed
Source file was:
int main(void) { return 0; }
Performing C SOURCE FILE Test FLAG_-mno-sse4.1 succeeded with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_01d01 && [1/2] Building C object CMakeFiles/cmTC_01d01.dir/src.c.o
In file included from <built-in>:365:
<command line>:1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions]
#define FLAG_-mno-sse4.1 1
^
1 warning generated.
[2/2] Linking C executable cmTC_01d01
ld: warning: Csu support file -lcrt1.10.6.o not found, changing to target macOS 10.8 where it is not needed
Source file was:
int main(void) {return 0;}
Performing C SOURCE FILE Test FLAG_-mno-sse2 succeeded with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_7c8b2 && [1/2] Building C object CMakeFiles/cmTC_7c8b2.dir/src.c.o
In file included from <built-in>:361:
<command line>:1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions]
#define FLAG_-mno-sse2 1
^
1 warning generated.
[2/2] Linking C executable cmTC_7c8b2
ld: warning: Csu support file -lcrt1.10.6.o not found, changing to target macOS 10.8 where it is not needed
Source file was:
int main(void) {return 0;}
Determining if the function dlopen exists in the dl; passed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_ee8ff && [1/2] Building C object CMakeFiles/cmTC_ee8ff.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_ee8ff
ld: warning: Csu support file -lcrt1.10.6.o not found, changing to target macOS 10.8 where it is not needed
Determining if the function gethostbyname exists in the c passed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_1e748 && [1/2] Building C object CMakeFiles/cmTC_1e748.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_1e748
ld: warning: Csu support file -lcrt1.10.6.o not found, changing to target macOS 10.8 where it is not needed
Determining if the function ldap_init exists in the ldap;dl passed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_6fdee && [1/2] Building C object CMakeFiles/cmTC_6fdee.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_6fdee
ld: warning: Csu support file -lcrt1.10.6.o not found, changing to target macOS 10.8 where it is not needed
Determining if the function dlopen exists in the dl;ldap passed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_a5e42 && [1/2] Building C object CMakeFiles/cmTC_a5e42.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_a5e42
ld: warning: Csu support file -lcrt1.10.6.o not found, changing to target macOS 10.8 where it is not needed
Determining if files ;limits.h exist passed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_2957e && [1/2] Building C object CMakeFiles/cmTC_2957e.dir/HAVE_LIMITS_H.c.o
[2/2] Linking C executable cmTC_2957e
ld: warning: Csu support file -lcrt1.10.6.o not found, changing to target macOS 10.8 where it is not needed
Determining if files limits.h;stdbool.h exist passed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_1a7e5 && [1/2] Building C object CMakeFiles/cmTC_1a7e5.dir/HAVE_STDBOOL_H.c.o
[2/2] Linking C executable cmTC_1a7e5
ld: warning: Csu support file -lcrt1.10.6.o not found, changing to target macOS 10.8 where it is not needed
Determining size of size_t passed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_68547 && [1/2] Building C object CMakeFiles/cmTC_68547.dir/SIZEOF_SIZE_T.c.o
[2/2] Linking C executable cmTC_68547
ld: warning: Csu support file -lcrt1.10.6.o not found, changing to target macOS 10.8 where it is not needed
Determining size of long long passed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_fd6aa && [1/2] Building C object CMakeFiles/cmTC_fd6aa.dir/SIZEOF_LONG_LONG.c.o
[2/2] Linking C executable cmTC_fd6aa
ld: warning: Csu support file -lcrt1.10.6.o not found, changing to target macOS 10.8 where it is not needed
Determining size of long passed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_32b9d && [1/2] Building C object CMakeFiles/cmTC_32b9d.dir/SIZEOF_LONG.c.o
[2/2] Linking C executable cmTC_32b9d
ld: warning: Csu support file -lcrt1.10.6.o not found, changing to target macOS 10.8 where it is not needed
Determining size of short passed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_5b8e1 && [1/2] Building C object CMakeFiles/cmTC_5b8e1.dir/SIZEOF_SHORT.c.o
[2/2] Linking C executable cmTC_5b8e1
ld: warning: Csu support file -lcrt1.10.6.o not found, changing to target macOS 10.8 where it is not needed
Determining size of int passed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_55243 && [1/2] Building C object CMakeFiles/cmTC_55243.dir/SIZEOF_INT.c.o
[2/2] Linking C executable cmTC_55243
ld: warning: Csu support file -lcrt1.10.6.o not found, changing to target macOS 10.8 where it is not needed
Determining size of long double passed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_32d2e && [1/2] Building C object CMakeFiles/cmTC_32d2e.dir/SIZEOF_LONG_DOUBLE.c.o
[2/2] Linking C executable cmTC_32d2e
ld: warning: Csu support file -lcrt1.10.6.o not found, changing to target macOS 10.8 where it is not needed
Determining if the function inet_pton exists passed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_7b4da && [1/2] Building C object CMakeFiles/cmTC_7b4da.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_7b4da
ld: warning: Csu support file -lcrt1.10.6.o not found, changing to target macOS 10.8 where it is not needed
Performing Curl Test HAVE_BOOL_T passed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_bbdd6 && [1/2] Building C object CMakeFiles/cmTC_bbdd6.dir/CurlTests.c.o
[2/2] Linking C executable cmTC_bbdd6
ld: warning: Csu support file -lcrt1.10.6.o not found, changing to target macOS 10.8 where it is not needed
Performing C SOURCE FILE Test WEBP_HAVE_FLAG_SSE41 succeeded with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_b100c && [1/2] Building C object CMakeFiles/cmTC_b100c.dir/src.c.o
[2/2] Linking C executable cmTC_b100c
Source file was:
#include "/Users/simonb/aseprite/third_party/libwebp/cmake/../src/dsp/dsp.h"
int main(void) {
#if !defined(WEBP_USE_SSE41)
this is not valid code
#endif
return 0;
}
Performing C SOURCE FILE Test WEBP_HAVE_FLAG_SSE2 succeeded with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_73006 && [1/2] Building C object CMakeFiles/cmTC_73006.dir/src.c.o
[2/2] Linking C executable cmTC_73006
Source file was:
#include "/Users/simonb/aseprite/third_party/libwebp/cmake/../src/dsp/dsp.h"
int main(void) {
#if !defined(WEBP_USE_SSE2)
this is not valid code
#endif
return 0;
}
Performing C SOURCE FILE Test HAS_COMPILE_FLAG succeeded with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_3aa44 && [1/2] Building C object CMakeFiles/cmTC_3aa44.dir/src.c.o
clang: warning: argument unused during compilation: '-mdspr2' [-Wunused-command-line-argument]
clang: warning: argument unused during compilation: '-mno-dspr2' [-Wunused-command-line-argument]
[2/2] Linking C executable cmTC_3aa44
Source file was:
int main(void) { return 0; }
Performing C SOURCE FILE Test HAS_NO_DEPRECATED succeeded with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_b8680 && [1/2] Building C object CMakeFiles/cmTC_b8680.dir/src.c.o
clang: warning: argument unused during compilation: '-mno-dspr2' [-Wunused-command-line-argument]
clang: warning: argument unused during compilation: '-mno-msa' [-Wunused-command-line-argument]
[2/2] Linking C executable cmTC_b8680
Source file was:
int main(void) { return 0; }
Determining if the include file sys/types.h exists failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_265ac && [1/2] Building C object CMakeFiles/cmTC_265ac.dir/CheckIncludeFile.c.o
FAILED: CMakeFiles/cmTC_265ac.dir/CheckIncludeFile.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_265ac.dir/CheckIncludeFile.c.o -MF CMakeFiles/cmTC_265ac.dir/CheckIncludeFile.c.o.d -o CMakeFiles/cmTC_265ac.dir/CheckIncludeFile.c.o -c CheckIncludeFile.c
CheckIncludeFile.c:1:10: fatal error: 'sys/types.h' file not found
#include <sys/types.h>
^~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Determining size of off64_t failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_b1ac0 && [1/2] Building C object CMakeFiles/cmTC_b1ac0.dir/OFF64_T.c.o
FAILED: CMakeFiles/cmTC_b1ac0.dir/OFF64_T.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DHAVE_STDDEF_H -DHAVE_STDINT_H -D_LARGEFILE64_SOURCE=1 -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_b1ac0.dir/OFF64_T.c.o -MF CMakeFiles/cmTC_b1ac0.dir/OFF64_T.c.o.d -o CMakeFiles/cmTC_b1ac0.dir/OFF64_T.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckTypeSize/OFF64_T.c
/Users/simonb/aseprite/build/CMakeFiles/CheckTypeSize/OFF64_T.c:28:12: error: use of undeclared identifier 'off64_t'
('0' + ((SIZE / 10000)%10)),
^
/Users/simonb/aseprite/build/CMakeFiles/CheckTypeSize/OFF64_T.c:26:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(off64_t))
^
/Users/simonb/aseprite/build/CMakeFiles/CheckTypeSize/OFF64_T.c:29:12: error: use of undeclared identifier 'off64_t'
('0' + ((SIZE / 1000)%10)),
^
/Users/simonb/aseprite/build/CMakeFiles/CheckTypeSize/OFF64_T.c:26:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(off64_t))
^
/Users/simonb/aseprite/build/CMakeFiles/CheckTypeSize/OFF64_T.c:30:12: error: use of undeclared identifier 'off64_t'
('0' + ((SIZE / 100)%10)),
^
/Users/simonb/aseprite/build/CMakeFiles/CheckTypeSize/OFF64_T.c:26:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(off64_t))
^
/Users/simonb/aseprite/build/CMakeFiles/CheckTypeSize/OFF64_T.c:31:12: error: use of undeclared identifier 'off64_t'
('0' + ((SIZE / 10)%10)),
^
/Users/simonb/aseprite/build/CMakeFiles/CheckTypeSize/OFF64_T.c:26:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(off64_t))
^
/Users/simonb/aseprite/build/CMakeFiles/CheckTypeSize/OFF64_T.c:32:12: error: use of undeclared identifier 'off64_t'
('0' + (SIZE % 10)),
^
/Users/simonb/aseprite/build/CMakeFiles/CheckTypeSize/OFF64_T.c:26:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(off64_t))
^
5 errors generated.
ninja: build stopped: subcommand failed.
/Users/simonb/aseprite/build/CMakeFiles/CheckTypeSize/OFF64_T.c:
#include <stdint.h>
#include <stddef.h>
#undef KEY
#if defined(__i386)
# define KEY '_','_','i','3','8','6'
#elif defined(__x86_64)
# define KEY '_','_','x','8','6','_','6','4'
#elif defined(__PPC64__)
# define KEY '_','_','P','P','C','6','4','_','_'
#elif defined(__ppc64__)
# define KEY '_','_','p','p','c','6','4','_','_'
#elif defined(__PPC__)
# define KEY '_','_','P','P','C','_','_'
#elif defined(__ppc__)
# define KEY '_','_','p','p','c','_','_'
#elif defined(__aarch64__)
# define KEY '_','_','a','a','r','c','h','6','4','_','_'
#elif defined(__ARM_ARCH_7A__)
# define KEY '_','_','A','R','M','_','A','R','C','H','_','7','A','_','_'
#elif defined(__ARM_ARCH_7S__)
# define KEY '_','_','A','R','M','_','A','R','C','H','_','7','S','_','_'
#endif
#define SIZE (sizeof(off64_t))
static 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;
}
Determining if the include file unistd.h exists failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_ed8f5 && [1/2] Building C object CMakeFiles/cmTC_ed8f5.dir/CheckIncludeFile.c.o
FAILED: CMakeFiles/cmTC_ed8f5.dir/CheckIncludeFile.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_ed8f5.dir/CheckIncludeFile.c.o -MF CMakeFiles/cmTC_ed8f5.dir/CheckIncludeFile.c.o.d -o CMakeFiles/cmTC_ed8f5.dir/CheckIncludeFile.c.o -c CheckIncludeFile.c
CheckIncludeFile.c:1:10: fatal error: 'unistd.h' file not found
#include <unistd.h>
^~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Checking whether the ASM compiler is GNU using "--version" did not match "(GNU assembler)|(GCC)|(Free Software Foundation)":
Apple clang version 12.0.0 (clang-1200.0.26.2)
Target: x86_64-apple-darwin19.6.0
Thread model: posix
InstalledDir: /Library/Developer/CommandLineTools/usr/bin
Determining if the include file pthread.h exists failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_0b243 && [1/2] Building C object CMakeFiles/cmTC_0b243.dir/CheckIncludeFile.c.o
FAILED: CMakeFiles/cmTC_0b243.dir/CheckIncludeFile.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_0b243.dir/CheckIncludeFile.c.o -MF CMakeFiles/cmTC_0b243.dir/CheckIncludeFile.c.o.d -o CMakeFiles/cmTC_0b243.dir/CheckIncludeFile.c.o -c CheckIncludeFile.c
CheckIncludeFile.c:1:10: fatal error: 'pthread.h' file not found
#include <pthread.h>
^~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Performing C SOURCE FILE Test HAVE_MATH_LIBRARY failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_69176 && [1/2] Building C object CMakeFiles/cmTC_69176.dir/src.c.o
FAILED: CMakeFiles/cmTC_69176.dir/src.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DHAVE_MATH_LIBRARY -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_69176.dir/src.c.o -MF CMakeFiles/cmTC_69176.dir/src.c.o.d -o CMakeFiles/cmTC_69176.dir/src.c.o -c src.c
src.c:2:14: fatal error: 'math.h' file not found
#include <math.h>
^~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source file was:
#include <math.h>
int main(int argc, char** argv) {
return (int)pow(argc, 2.5);
}
Performing C SOURCE FILE Test GIF_COMPILES failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_21075 && [1/2] Building C object CMakeFiles/cmTC_21075.dir/src.c.o
[2/2] Linking C executable cmTC_21075
FAILED: cmTC_21075
: && /Library/Developer/CommandLineTools/usr/bin/cc -DGIF_COMPILES -arch x86_64 -mmacosx-version-min=10.7 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_21075.dir/src.c.o -o cmTC_21075 -lgiflib && :
ld: warning: Csu support file -lcrt1.10.6.o not found, changing to target macOS 10.8 where it is not needed
ld: library not found for -lgiflib
clang: error: linker command failed with exit code 1 (use -v to see invocation)
ninja: build stopped: subcommand failed.
Source file was:
#include <gif_lib.h>
int main(void) {
(void)DGifOpenFileHandle;
return 0;
}
Determining if files stdlib.h;stdarg.h;string.h;float.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_1aaff && [1/2] Building C object CMakeFiles/cmTC_1aaff.dir/STDC_HEADERS.c.o
FAILED: CMakeFiles/cmTC_1aaff.dir/STDC_HEADERS.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_1aaff.dir/STDC_HEADERS.c.o -MF CMakeFiles/cmTC_1aaff.dir/STDC_HEADERS.c.o.d -o CMakeFiles/cmTC_1aaff.dir/STDC_HEADERS.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/STDC_HEADERS.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/STDC_HEADERS.c:2:10: fatal error: 'stdlib.h' file not found
#include <stdlib.h>
^~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <stdlib.h>
#include <stdarg.h>
#include <string.h>
#include <float.h>
int main(void){return 0;}
Determining if files dlfcn.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_f5b62 && [1/2] Building C object CMakeFiles/cmTC_f5b62.dir/HAVE_DLFCN_H.c.o
FAILED: CMakeFiles/cmTC_f5b62.dir/HAVE_DLFCN_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_f5b62.dir/HAVE_DLFCN_H.c.o -MF CMakeFiles/cmTC_f5b62.dir/HAVE_DLFCN_H.c.o.d -o CMakeFiles/cmTC_f5b62.dir/HAVE_DLFCN_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_DLFCN_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_DLFCN_H.c:2:10: fatal error: 'dlfcn.h' file not found
#include <dlfcn.h>
^~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <dlfcn.h>
int main(void){return 0;}
Determining if files GLUT/glut.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_2d935 && [1/2] Building C object CMakeFiles/cmTC_2d935.dir/HAVE_GLUT_GLUT_H.c.o
FAILED: CMakeFiles/cmTC_2d935.dir/HAVE_GLUT_GLUT_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_2d935.dir/HAVE_GLUT_GLUT_H.c.o -MF CMakeFiles/cmTC_2d935.dir/HAVE_GLUT_GLUT_H.c.o.d -o CMakeFiles/cmTC_2d935.dir/HAVE_GLUT_GLUT_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_GLUT_GLUT_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_GLUT_GLUT_H.c:2:10: fatal error: 'GLUT/glut.h' file not found
#include <GLUT/glut.h>
^~~~~~~~~~~~~
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_GLUT_GLUT_H.c:2:10: note: did not find header 'glut.h' in framework 'GLUT' (loaded from '/System/Library/Frameworks')
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <GLUT/glut.h>
int main(void){return 0;}
Determining if files GL/glut.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_b35f6 && [1/2] Building C object CMakeFiles/cmTC_b35f6.dir/HAVE_GL_GLUT_H.c.o
FAILED: CMakeFiles/cmTC_b35f6.dir/HAVE_GL_GLUT_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_b35f6.dir/HAVE_GL_GLUT_H.c.o -MF CMakeFiles/cmTC_b35f6.dir/HAVE_GL_GLUT_H.c.o.d -o CMakeFiles/cmTC_b35f6.dir/HAVE_GL_GLUT_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_GL_GLUT_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_GL_GLUT_H.c:2:10: fatal error: 'GL/glut.h' file not found
#include <GL/glut.h>
^~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <GL/glut.h>
int main(void){return 0;}
Determining if files inttypes.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_dbba5 && [1/2] Building C object CMakeFiles/cmTC_dbba5.dir/HAVE_INTTYPES_H.c.o
FAILED: CMakeFiles/cmTC_dbba5.dir/HAVE_INTTYPES_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_dbba5.dir/HAVE_INTTYPES_H.c.o -MF CMakeFiles/cmTC_dbba5.dir/HAVE_INTTYPES_H.c.o.d -o CMakeFiles/cmTC_dbba5.dir/HAVE_INTTYPES_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_INTTYPES_H.c
In file included from /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_INTTYPES_H.c:2:
/Library/Developer/CommandLineTools/usr/lib/clang/12.0.0/include/inttypes.h:21:15: fatal error: 'inttypes.h' file not found
#include_next <inttypes.h>
^~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <inttypes.h>
int main(void){return 0;}
Determining if files memory.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_35b5d && [1/2] Building C object CMakeFiles/cmTC_35b5d.dir/HAVE_MEMORY_H.c.o
FAILED: CMakeFiles/cmTC_35b5d.dir/HAVE_MEMORY_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_35b5d.dir/HAVE_MEMORY_H.c.o -MF CMakeFiles/cmTC_35b5d.dir/HAVE_MEMORY_H.c.o.d -o CMakeFiles/cmTC_35b5d.dir/HAVE_MEMORY_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_MEMORY_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_MEMORY_H.c:2:10: fatal error: 'memory.h' file not found
#include <memory.h>
^~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <memory.h>
int main(void){return 0;}
Determining if files OpenGL/glut.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_44de7 && [1/2] Building C object CMakeFiles/cmTC_44de7.dir/HAVE_OPENGL_GLUT_H.c.o
FAILED: CMakeFiles/cmTC_44de7.dir/HAVE_OPENGL_GLUT_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_44de7.dir/HAVE_OPENGL_GLUT_H.c.o -MF CMakeFiles/cmTC_44de7.dir/HAVE_OPENGL_GLUT_H.c.o.d -o CMakeFiles/cmTC_44de7.dir/HAVE_OPENGL_GLUT_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_OPENGL_GLUT_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_OPENGL_GLUT_H.c:2:10: fatal error: 'OpenGL/glut.h' file not found
#include <OpenGL/glut.h>
^~~~~~~~~~~~~~~
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_OPENGL_GLUT_H.c:2:10: note: did not find header 'glut.h' in framework 'OpenGL' (loaded from '/System/Library/Frameworks')
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <OpenGL/glut.h>
int main(void){return 0;}
Determining if files shlwapi.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_2d1ad && [1/2] Building C object CMakeFiles/cmTC_2d1ad.dir/HAVE_SHLWAPI_H.c.o
FAILED: CMakeFiles/cmTC_2d1ad.dir/HAVE_SHLWAPI_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_2d1ad.dir/HAVE_SHLWAPI_H.c.o -MF CMakeFiles/cmTC_2d1ad.dir/HAVE_SHLWAPI_H.c.o.d -o CMakeFiles/cmTC_2d1ad.dir/HAVE_SHLWAPI_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_SHLWAPI_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_SHLWAPI_H.c:2:10: fatal error: 'shlwapi.h' file not found
#include <shlwapi.h>
^~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <shlwapi.h>
int main(void){return 0;}
Determining if files stdlib.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_9a7da && [1/2] Building C object CMakeFiles/cmTC_9a7da.dir/HAVE_STDLIB_H.c.o
FAILED: CMakeFiles/cmTC_9a7da.dir/HAVE_STDLIB_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_9a7da.dir/HAVE_STDLIB_H.c.o -MF CMakeFiles/cmTC_9a7da.dir/HAVE_STDLIB_H.c.o.d -o CMakeFiles/cmTC_9a7da.dir/HAVE_STDLIB_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_STDLIB_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_STDLIB_H.c:2:10: fatal error: 'stdlib.h' file not found
#include <stdlib.h>
^~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <stdlib.h>
int main(void){return 0;}
Determining if files strings.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_9ed69 && [1/2] Building C object CMakeFiles/cmTC_9ed69.dir/HAVE_STRINGS_H.c.o
FAILED: CMakeFiles/cmTC_9ed69.dir/HAVE_STRINGS_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_9ed69.dir/HAVE_STRINGS_H.c.o -MF CMakeFiles/cmTC_9ed69.dir/HAVE_STRINGS_H.c.o.d -o CMakeFiles/cmTC_9ed69.dir/HAVE_STRINGS_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_STRINGS_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_STRINGS_H.c:2:10: fatal error: 'strings.h' file not found
#include <strings.h>
^~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <strings.h>
int main(void){return 0;}
Determining if files string.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_5d90e && [1/2] Building C object CMakeFiles/cmTC_5d90e.dir/HAVE_STRING_H.c.o
FAILED: CMakeFiles/cmTC_5d90e.dir/HAVE_STRING_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_5d90e.dir/HAVE_STRING_H.c.o -MF CMakeFiles/cmTC_5d90e.dir/HAVE_STRING_H.c.o.d -o CMakeFiles/cmTC_5d90e.dir/HAVE_STRING_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_STRING_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_STRING_H.c:2:10: fatal error: 'string.h' file not found
#include <string.h>
^~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <string.h>
int main(void){return 0;}
Determining if files sys/stat.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_be2eb && [1/2] Building C object CMakeFiles/cmTC_be2eb.dir/HAVE_SYS_STAT_H.c.o
FAILED: CMakeFiles/cmTC_be2eb.dir/HAVE_SYS_STAT_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_be2eb.dir/HAVE_SYS_STAT_H.c.o -MF CMakeFiles/cmTC_be2eb.dir/HAVE_SYS_STAT_H.c.o.d -o CMakeFiles/cmTC_be2eb.dir/HAVE_SYS_STAT_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_SYS_STAT_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_SYS_STAT_H.c:2:10: fatal error: 'sys/stat.h' file not found
#include <sys/stat.h>
^~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <sys/stat.h>
int main(void){return 0;}
Determining if files unistd.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_c62f4 && [1/2] Building C object CMakeFiles/cmTC_c62f4.dir/HAVE_UNISTD_H.c.o
FAILED: CMakeFiles/cmTC_c62f4.dir/HAVE_UNISTD_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_c62f4.dir/HAVE_UNISTD_H.c.o -MF CMakeFiles/cmTC_c62f4.dir/HAVE_UNISTD_H.c.o.d -o CMakeFiles/cmTC_c62f4.dir/HAVE_UNISTD_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_UNISTD_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_UNISTD_H.c:2:10: fatal error: 'unistd.h' file not found
#include <unistd.h>
^~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <unistd.h>
int main(void){return 0;}
Determining if files wincodec.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_23679 && [1/2] Building C object CMakeFiles/cmTC_23679.dir/HAVE_WINCODEC_H.c.o
FAILED: CMakeFiles/cmTC_23679.dir/HAVE_WINCODEC_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_23679.dir/HAVE_WINCODEC_H.c.o -MF CMakeFiles/cmTC_23679.dir/HAVE_WINCODEC_H.c.o.d -o CMakeFiles/cmTC_23679.dir/HAVE_WINCODEC_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_WINCODEC_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_WINCODEC_H.c:2:10: fatal error: 'wincodec.h' file not found
#include <wincodec.h>
^~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <wincodec.h>
int main(void){return 0;}
Determining if files windows.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_7b1f5 && [1/2] Building C object CMakeFiles/cmTC_7b1f5.dir/HAVE_WINDOWS_H.c.o
FAILED: CMakeFiles/cmTC_7b1f5.dir/HAVE_WINDOWS_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_7b1f5.dir/HAVE_WINDOWS_H.c.o -MF CMakeFiles/cmTC_7b1f5.dir/HAVE_WINDOWS_H.c.o.d -o CMakeFiles/cmTC_7b1f5.dir/HAVE_WINDOWS_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_WINDOWS_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_WINDOWS_H.c:2:10: fatal error: 'windows.h' file not found
#include <windows.h>
^~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <windows.h>
int main(void){return 0;}
Performing C SOURCE FILE Test WEBP_HAVE_FLAG_SSE41 failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_ac615 && [1/2] Building C object CMakeFiles/cmTC_ac615.dir/src.c.o
FAILED: CMakeFiles/cmTC_ac615.dir/src.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -I/Users/simonb/aseprite/third_party/libwebp -DWEBP_HAVE_FLAG_SSE41 -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_ac615.dir/src.c.o -MF CMakeFiles/cmTC_ac615.dir/src.c.o.d -o CMakeFiles/cmTC_ac615.dir/src.c.o -c src.c
In file included from src.c:2:
In file included from /Users/simonb/aseprite/third_party/libwebp/cmake/../src/dsp/dsp.h:21:
In file included from /Users/simonb/aseprite/third_party/libwebp/src/webp/types.h:20:
/Library/Developer/CommandLineTools/usr/lib/clang/12.0.0/include/inttypes.h:21:15: fatal error: 'inttypes.h' file not found
#include_next <inttypes.h>
^~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source file was:
#include "/Users/simonb/aseprite/third_party/libwebp/cmake/../src/dsp/dsp.h"
int main(void) {
#if !defined(WEBP_USE_SSE41)
this is not valid code
#endif
return 0;
}
Performing C SOURCE FILE Test WEBP_HAVE_FLAG_SSE41 failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_5c468 && [1/2] Building C object CMakeFiles/cmTC_5c468.dir/src.c.o
FAILED: CMakeFiles/cmTC_5c468.dir/src.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -I/Users/simonb/aseprite/third_party/libwebp -DWEBP_HAVE_FLAG_SSE41 -msse4.1 -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_5c468.dir/src.c.o -MF CMakeFiles/cmTC_5c468.dir/src.c.o.d -o CMakeFiles/cmTC_5c468.dir/src.c.o -c src.c
In file included from src.c:2:
In file included from /Users/simonb/aseprite/third_party/libwebp/cmake/../src/dsp/dsp.h:21:
In file included from /Users/simonb/aseprite/third_party/libwebp/src/webp/types.h:20:
/Library/Developer/CommandLineTools/usr/lib/clang/12.0.0/include/inttypes.h:21:15: fatal error: 'inttypes.h' file not found
#include_next <inttypes.h>
^~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source file was:
#include "/Users/simonb/aseprite/third_party/libwebp/cmake/../src/dsp/dsp.h"
int main(void) {
#if !defined(WEBP_USE_SSE41)
this is not valid code
#endif
return 0;
}
Performing C SOURCE FILE Test WEBP_HAVE_FLAG_SSE2 failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_6be7a && [1/2] Building C object CMakeFiles/cmTC_6be7a.dir/src.c.o
FAILED: CMakeFiles/cmTC_6be7a.dir/src.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -I/Users/simonb/aseprite/third_party/libwebp -mno-sse4.1 -DWEBP_HAVE_FLAG_SSE2 -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_6be7a.dir/src.c.o -MF CMakeFiles/cmTC_6be7a.dir/src.c.o.d -o CMakeFiles/cmTC_6be7a.dir/src.c.o -c src.c
In file included from src.c:2:
In file included from /Users/simonb/aseprite/third_party/libwebp/cmake/../src/dsp/dsp.h:21:
In file included from /Users/simonb/aseprite/third_party/libwebp/src/webp/types.h:20:
/Library/Developer/CommandLineTools/usr/lib/clang/12.0.0/include/inttypes.h:21:15: fatal error: 'inttypes.h' file not found
#include_next <inttypes.h>
^~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source file was:
#include "/Users/simonb/aseprite/third_party/libwebp/cmake/../src/dsp/dsp.h"
int main(void) {
#if !defined(WEBP_USE_SSE2)
this is not valid code
#endif
return 0;
}
Performing C SOURCE FILE Test WEBP_HAVE_FLAG_SSE2 failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_58f79 && [1/2] Building C object CMakeFiles/cmTC_58f79.dir/src.c.o
FAILED: CMakeFiles/cmTC_58f79.dir/src.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -I/Users/simonb/aseprite/third_party/libwebp -mno-sse4.1 -DWEBP_HAVE_FLAG_SSE2 -msse2 -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_58f79.dir/src.c.o -MF CMakeFiles/cmTC_58f79.dir/src.c.o.d -o CMakeFiles/cmTC_58f79.dir/src.c.o -c src.c
In file included from src.c:2:
In file included from /Users/simonb/aseprite/third_party/libwebp/cmake/../src/dsp/dsp.h:21:
In file included from /Users/simonb/aseprite/third_party/libwebp/src/webp/types.h:20:
/Library/Developer/CommandLineTools/usr/lib/clang/12.0.0/include/inttypes.h:21:15: fatal error: 'inttypes.h' file not found
#include_next <inttypes.h>
^~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source file was:
#include "/Users/simonb/aseprite/third_party/libwebp/cmake/../src/dsp/dsp.h"
int main(void) {
#if !defined(WEBP_USE_SSE2)
this is not valid code
#endif
return 0;
}
Performing C SOURCE FILE Test WEBP_HAVE_FLAG_MIPS32 failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_4fef2 && [1/2] Building C object CMakeFiles/cmTC_4fef2.dir/src.c.o
FAILED: CMakeFiles/cmTC_4fef2.dir/src.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -I/Users/simonb/aseprite/third_party/libwebp -mno-sse4.1 -mno-sse2 -DWEBP_HAVE_FLAG_MIPS32 -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_4fef2.dir/src.c.o -MF CMakeFiles/cmTC_4fef2.dir/src.c.o.d -o CMakeFiles/cmTC_4fef2.dir/src.c.o -c src.c
In file included from src.c:2:
In file included from /Users/simonb/aseprite/third_party/libwebp/cmake/../src/dsp/dsp.h:21:
In file included from /Users/simonb/aseprite/third_party/libwebp/src/webp/types.h:20:
/Library/Developer/CommandLineTools/usr/lib/clang/12.0.0/include/inttypes.h:21:15: fatal error: 'inttypes.h' file not found
#include_next <inttypes.h>
^~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source file was:
#include "/Users/simonb/aseprite/third_party/libwebp/cmake/../src/dsp/dsp.h"
int main(void) {
#if !defined(WEBP_USE_MIPS32)
this is not valid code
#endif
return 0;
}
Performing C SOURCE FILE Test WEBP_HAVE_FLAG_MIPS32 failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_c0d71 && [1/2] Building C object CMakeFiles/cmTC_c0d71.dir/src.c.o
FAILED: CMakeFiles/cmTC_c0d71.dir/src.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -I/Users/simonb/aseprite/third_party/libwebp -mno-sse4.1 -mno-sse2 -DWEBP_HAVE_FLAG_MIPS32 -mips32 -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_c0d71.dir/src.c.o -MF CMakeFiles/cmTC_c0d71.dir/src.c.o.d -o CMakeFiles/cmTC_c0d71.dir/src.c.o -c src.c
error: unknown target CPU 'mips32'
note: valid target CPU values are: nocona, core2, penryn, bonnell, atom, silvermont, slm, goldmont, goldmont-plus, tremont, nehalem, corei7, westmere, sandybridge, corei7-avx, ivybridge, core-avx-i, haswell, core-avx2, broadwell, skylake, skylake-avx512, skx, cascadelake, cooperlake, cannonlake, icelake-client, icelake-server, tigerlake, knl, knm, k8, athlon64, athlon-fx, opteron, k8-sse3, athlon64-sse3, opteron-sse3, amdfam10, barcelona, btver1, btver2, bdver1, bdver2, bdver3, bdver4, znver1, znver2, x86-64
ninja: build stopped: subcommand failed.
Source file was:
#include "/Users/simonb/aseprite/third_party/libwebp/cmake/../src/dsp/dsp.h"
int main(void) {
#if !defined(WEBP_USE_MIPS32)
this is not valid code
#endif
return 0;
}
Performing C SOURCE FILE Test WEBP_HAVE_FLAG_MIPS_DSP_R2 failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_d5554 && [1/2] Building C object CMakeFiles/cmTC_d5554.dir/src.c.o
FAILED: CMakeFiles/cmTC_d5554.dir/src.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -I/Users/simonb/aseprite/third_party/libwebp -mno-sse4.1 -mno-sse2 -DWEBP_HAVE_FLAG_MIPS_DSP_R2 -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_d5554.dir/src.c.o -MF CMakeFiles/cmTC_d5554.dir/src.c.o.d -o CMakeFiles/cmTC_d5554.dir/src.c.o -c src.c
In file included from src.c:2:
In file included from /Users/simonb/aseprite/third_party/libwebp/cmake/../src/dsp/dsp.h:21:
In file included from /Users/simonb/aseprite/third_party/libwebp/src/webp/types.h:20:
/Library/Developer/CommandLineTools/usr/lib/clang/12.0.0/include/inttypes.h:21:15: fatal error: 'inttypes.h' file not found
#include_next <inttypes.h>
^~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source file was:
#include "/Users/simonb/aseprite/third_party/libwebp/cmake/../src/dsp/dsp.h"
int main(void) {
#if !defined(WEBP_USE_MIPS_DSP_R2)
this is not valid code
#endif
return 0;
}
Performing C SOURCE FILE Test WEBP_HAVE_FLAG_MIPS_DSP_R2 failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_37855 && [1/2] Building C object CMakeFiles/cmTC_37855.dir/src.c.o
FAILED: CMakeFiles/cmTC_37855.dir/src.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -I/Users/simonb/aseprite/third_party/libwebp -mno-sse4.1 -mno-sse2 -DWEBP_HAVE_FLAG_MIPS_DSP_R2 -mdspr2 -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_37855.dir/src.c.o -MF CMakeFiles/cmTC_37855.dir/src.c.o.d -o CMakeFiles/cmTC_37855.dir/src.c.o -c src.c
clang: warning: argument unused during compilation: '-mdspr2' [-Wunused-command-line-argument]
In file included from src.c:2:
In file included from /Users/simonb/aseprite/third_party/libwebp/cmake/../src/dsp/dsp.h:21:
In file included from /Users/simonb/aseprite/third_party/libwebp/src/webp/types.h:20:
/Library/Developer/CommandLineTools/usr/lib/clang/12.0.0/include/inttypes.h:21:15: fatal error: 'inttypes.h' file not found
#include_next <inttypes.h>
^~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source file was:
#include "/Users/simonb/aseprite/third_party/libwebp/cmake/../src/dsp/dsp.h"
int main(void) {
#if !defined(WEBP_USE_MIPS_DSP_R2)
this is not valid code
#endif
return 0;
}
Performing C SOURCE FILE Test FLAG_-mno-dspr2 failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_955c8 && [1/2] Building C object CMakeFiles/cmTC_955c8.dir/src.c.o
clang: warning: argument unused during compilation: '-mdspr2' [-Wunused-command-line-argument]
clang: warning: argument unused during compilation: '-mno-dspr2' [-Wunused-command-line-argument]
In file included from <built-in>:361:
<command line>:1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions]
#define FLAG_-mno-dspr2 1
^
1 warning generated.
[2/2] Linking C executable cmTC_955c8
ld: warning: Csu support file -lcrt1.10.6.o not found, changing to target macOS 10.8 where it is not needed
Source file was:
int main(void) {return 0;}
Performing C SOURCE FILE Test WEBP_HAVE_FLAG_NEON failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_f0523 && [1/2] Building C object CMakeFiles/cmTC_f0523.dir/src.c.o
FAILED: CMakeFiles/cmTC_f0523.dir/src.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -I/Users/simonb/aseprite/third_party/libwebp -mno-sse4.1 -mno-sse2 -mno-dspr2 -DWEBP_HAVE_FLAG_NEON -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_f0523.dir/src.c.o -MF CMakeFiles/cmTC_f0523.dir/src.c.o.d -o CMakeFiles/cmTC_f0523.dir/src.c.o -c src.c
clang: warning: argument unused during compilation: '-mno-dspr2' [-Wunused-command-line-argument]
In file included from src.c:2:
In file included from /Users/simonb/aseprite/third_party/libwebp/cmake/../src/dsp/dsp.h:21:
In file included from /Users/simonb/aseprite/third_party/libwebp/src/webp/types.h:20:
/Library/Developer/CommandLineTools/usr/lib/clang/12.0.0/include/inttypes.h:21:15: fatal error: 'inttypes.h' file not found
#include_next <inttypes.h>
^~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source file was:
#include "/Users/simonb/aseprite/third_party/libwebp/cmake/../src/dsp/dsp.h"
int main(void) {
#if !defined(WEBP_USE_NEON)
this is not valid code
#endif
return 0;
}
Performing C SOURCE FILE Test WEBP_HAVE_FLAG_NEON failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_144ce && [1/2] Building C object CMakeFiles/cmTC_144ce.dir/src.c.o
FAILED: CMakeFiles/cmTC_144ce.dir/src.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -I/Users/simonb/aseprite/third_party/libwebp -mno-sse4.1 -mno-sse2 -mno-dspr2 -DWEBP_HAVE_FLAG_NEON -mfpu=neon -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_144ce.dir/src.c.o -MF CMakeFiles/cmTC_144ce.dir/src.c.o.d -o CMakeFiles/cmTC_144ce.dir/src.c.o -c src.c
clang: warning: argument unused during compilation: '-mno-dspr2' [-Wunused-command-line-argument]
clang: warning: argument unused during compilation: '-mfpu=neon' [-Wunused-command-line-argument]
In file included from src.c:2:
In file included from /Users/simonb/aseprite/third_party/libwebp/cmake/../src/dsp/dsp.h:21:
In file included from /Users/simonb/aseprite/third_party/libwebp/src/webp/types.h:20:
/Library/Developer/CommandLineTools/usr/lib/clang/12.0.0/include/inttypes.h:21:15: fatal error: 'inttypes.h' file not found
#include_next <inttypes.h>
^~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source file was:
#include "/Users/simonb/aseprite/third_party/libwebp/cmake/../src/dsp/dsp.h"
int main(void) {
#if !defined(WEBP_USE_NEON)
this is not valid code
#endif
return 0;
}
Performing C SOURCE FILE Test WEBP_HAVE_FLAG_MSA failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_ef8d0 && [1/2] Building C object CMakeFiles/cmTC_ef8d0.dir/src.c.o
FAILED: CMakeFiles/cmTC_ef8d0.dir/src.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -I/Users/simonb/aseprite/third_party/libwebp -mno-sse4.1 -mno-sse2 -mno-dspr2 -DWEBP_HAVE_FLAG_MSA -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_ef8d0.dir/src.c.o -MF CMakeFiles/cmTC_ef8d0.dir/src.c.o.d -o CMakeFiles/cmTC_ef8d0.dir/src.c.o -c src.c
clang: warning: argument unused during compilation: '-mno-dspr2' [-Wunused-command-line-argument]
In file included from src.c:2:
In file included from /Users/simonb/aseprite/third_party/libwebp/cmake/../src/dsp/dsp.h:21:
In file included from /Users/simonb/aseprite/third_party/libwebp/src/webp/types.h:20:
/Library/Developer/CommandLineTools/usr/lib/clang/12.0.0/include/inttypes.h:21:15: fatal error: 'inttypes.h' file not found
#include_next <inttypes.h>
^~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source file was:
#include "/Users/simonb/aseprite/third_party/libwebp/cmake/../src/dsp/dsp.h"
int main(void) {
#if !defined(WEBP_USE_MSA)
this is not valid code
#endif
return 0;
}
Performing C SOURCE FILE Test WEBP_HAVE_FLAG_MSA failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_da808 && [1/2] Building C object CMakeFiles/cmTC_da808.dir/src.c.o
FAILED: CMakeFiles/cmTC_da808.dir/src.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -I/Users/simonb/aseprite/third_party/libwebp -mno-sse4.1 -mno-sse2 -mno-dspr2 -DWEBP_HAVE_FLAG_MSA -mmsa -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_da808.dir/src.c.o -MF CMakeFiles/cmTC_da808.dir/src.c.o.d -o CMakeFiles/cmTC_da808.dir/src.c.o -c src.c
clang: warning: argument unused during compilation: '-mno-dspr2' [-Wunused-command-line-argument]
clang: warning: argument unused during compilation: '-mmsa' [-Wunused-command-line-argument]
In file included from src.c:2:
In file included from /Users/simonb/aseprite/third_party/libwebp/cmake/../src/dsp/dsp.h:21:
In file included from /Users/simonb/aseprite/third_party/libwebp/src/webp/types.h:20:
/Library/Developer/CommandLineTools/usr/lib/clang/12.0.0/include/inttypes.h:21:15: fatal error: 'inttypes.h' file not found
#include_next <inttypes.h>
^~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source file was:
#include "/Users/simonb/aseprite/third_party/libwebp/cmake/../src/dsp/dsp.h"
int main(void) {
#if !defined(WEBP_USE_MSA)
this is not valid code
#endif
return 0;
}
Performing C SOURCE FILE Test FLAG_-mno-msa failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_064cf && [1/2] Building C object CMakeFiles/cmTC_064cf.dir/src.c.o
clang: warning: argument unused during compilation: '-mno-dspr2' [-Wunused-command-line-argument]
clang: warning: argument unused during compilation: '-mmsa' [-Wunused-command-line-argument]
clang: warning: argument unused during compilation: '-mno-msa' [-Wunused-command-line-argument]
In file included from <built-in>:361:
<command line>:1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions]
#define FLAG_-mno-msa 1
^
1 warning generated.
[2/2] Linking C executable cmTC_064cf
ld: warning: Csu support file -lcrt1.10.6.o not found, changing to target macOS 10.8 where it is not needed
Source file was:
int main(void) {return 0;}
Determining if the function connect exists in the socket;dl failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_f1575 && [1/2] Building C object CMakeFiles/cmTC_f1575.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_f1575
FAILED: cmTC_f1575
: && /Library/Developer/CommandLineTools/usr/bin/cc -DCHECK_FUNCTION_EXISTS=connect -arch x86_64 -mmacosx-version-min=10.7 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_f1575.dir/CheckFunctionExists.c.o -o cmTC_f1575 -lsocket -ldl && :
ld: warning: Csu support file -lcrt1.10.6.o not found, changing to target macOS 10.8 where it is not needed
ld: library not found for -lsocket
clang: error: linker command failed with exit code 1 (use -v to see invocation)
ninja: build stopped: subcommand failed.
Determining if the function getch exists in the ws2_32;dl failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_7bd81 && [1/2] Building C object CMakeFiles/cmTC_7bd81.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_7bd81
FAILED: cmTC_7bd81
: && /Library/Developer/CommandLineTools/usr/bin/cc -DCHECK_FUNCTION_EXISTS=getch -arch x86_64 -mmacosx-version-min=10.7 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_7bd81.dir/CheckFunctionExists.c.o -o cmTC_7bd81 -lws2_32 -ldl && :
ld: warning: Csu support file -lcrt1.10.6.o not found, changing to target macOS 10.8 where it is not needed
ld: library not found for -lws2_32
clang: error: linker command failed with exit code 1 (use -v to see invocation)
ninja: build stopped: subcommand failed.
Determining if the function getch exists in the winmm;dl failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_2061d && [1/2] Building C object CMakeFiles/cmTC_2061d.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_2061d
FAILED: cmTC_2061d
: && /Library/Developer/CommandLineTools/usr/bin/cc -DCHECK_FUNCTION_EXISTS=getch -arch x86_64 -mmacosx-version-min=10.7 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_2061d.dir/CheckFunctionExists.c.o -o cmTC_2061d -lwinmm -ldl && :
ld: warning: Csu support file -lcrt1.10.6.o not found, changing to target macOS 10.8 where it is not needed
ld: library not found for -lwinmm
clang: error: linker command failed with exit code 1 (use -v to see invocation)
ninja: build stopped: subcommand failed.
Determining if the function cldap_open exists in the wldap32 failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_437ae && [1/2] Building C object CMakeFiles/cmTC_437ae.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_437ae
FAILED: cmTC_437ae
: && /Library/Developer/CommandLineTools/usr/bin/cc -DCHECK_FUNCTION_EXISTS=cldap_open -arch x86_64 -mmacosx-version-min=10.7 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_437ae.dir/CheckFunctionExists.c.o -o cmTC_437ae -lwldap32 && :
ld: warning: Csu support file -lcrt1.10.6.o not found, changing to target macOS 10.8 where it is not needed
ld: library not found for -lwldap32
clang: error: linker command failed with exit code 1 (use -v to see invocation)
ninja: build stopped: subcommand failed.
Determining if the function idna_to_ascii_lz exists in the idn;dl failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_82a57 && [1/2] Building C object CMakeFiles/cmTC_82a57.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_82a57
FAILED: cmTC_82a57
: && /Library/Developer/CommandLineTools/usr/bin/cc -DCHECK_FUNCTION_EXISTS=idna_to_ascii_lz -arch x86_64 -mmacosx-version-min=10.7 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_82a57.dir/CheckFunctionExists.c.o -o cmTC_82a57 -lidn -ldl && :
ld: warning: Csu support file -lcrt1.10.6.o not found, changing to target macOS 10.8 where it is not needed
ld: library not found for -lidn
clang: error: linker command failed with exit code 1 (use -v to see invocation)
ninja: build stopped: subcommand failed.
Determining if the include file features.h exists failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_e81d5 && [1/2] Building C object CMakeFiles/cmTC_e81d5.dir/CheckIncludeFile.c.o
FAILED: CMakeFiles/cmTC_e81d5.dir/CheckIncludeFile.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_e81d5.dir/CheckIncludeFile.c.o -MF CMakeFiles/cmTC_e81d5.dir/CheckIncludeFile.c.o.d -o CMakeFiles/cmTC_e81d5.dir/CheckIncludeFile.c.o -c CheckIncludeFile.c
CheckIncludeFile.c:1:10: fatal error: 'features.h' file not found
#include <features.h>
^~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Determining if files ;stdio.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_3ec5e && [1/2] Building C object CMakeFiles/cmTC_3ec5e.dir/HAVE_STDIO_H.c.o
FAILED: CMakeFiles/cmTC_3ec5e.dir/HAVE_STDIO_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_3ec5e.dir/HAVE_STDIO_H.c.o -MF CMakeFiles/cmTC_3ec5e.dir/HAVE_STDIO_H.c.o.d -o CMakeFiles/cmTC_3ec5e.dir/HAVE_STDIO_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_STDIO_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_STDIO_H.c:2:10: fatal error: 'stdio.h' file not found
#include <stdio.h>
^~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <stdio.h>
int main(void){return 0;}
Determining if files ;sys/filio.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_c6a1e && [1/2] Building C object CMakeFiles/cmTC_c6a1e.dir/HAVE_SYS_FILIO_H.c.o
FAILED: CMakeFiles/cmTC_c6a1e.dir/HAVE_SYS_FILIO_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_c6a1e.dir/HAVE_SYS_FILIO_H.c.o -MF CMakeFiles/cmTC_c6a1e.dir/HAVE_SYS_FILIO_H.c.o.d -o CMakeFiles/cmTC_c6a1e.dir/HAVE_SYS_FILIO_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_SYS_FILIO_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_SYS_FILIO_H.c:2:10: fatal error: 'sys/filio.h' file not found
#include <sys/filio.h>
^~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <sys/filio.h>
int main(void){return 0;}
Determining if files ;sys/ioctl.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_0b19b && [1/2] Building C object CMakeFiles/cmTC_0b19b.dir/HAVE_SYS_IOCTL_H.c.o
FAILED: CMakeFiles/cmTC_0b19b.dir/HAVE_SYS_IOCTL_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_0b19b.dir/HAVE_SYS_IOCTL_H.c.o -MF CMakeFiles/cmTC_0b19b.dir/HAVE_SYS_IOCTL_H.c.o.d -o CMakeFiles/cmTC_0b19b.dir/HAVE_SYS_IOCTL_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_SYS_IOCTL_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_SYS_IOCTL_H.c:2:10: fatal error: 'sys/ioctl.h' file not found
#include <sys/ioctl.h>
^~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <sys/ioctl.h>
int main(void){return 0;}
Determining if files ;sys/param.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_96eed && [1/2] Building C object CMakeFiles/cmTC_96eed.dir/HAVE_SYS_PARAM_H.c.o
FAILED: CMakeFiles/cmTC_96eed.dir/HAVE_SYS_PARAM_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_96eed.dir/HAVE_SYS_PARAM_H.c.o -MF CMakeFiles/cmTC_96eed.dir/HAVE_SYS_PARAM_H.c.o.d -o CMakeFiles/cmTC_96eed.dir/HAVE_SYS_PARAM_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_SYS_PARAM_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_SYS_PARAM_H.c:2:10: fatal error: 'sys/param.h' file not found
#include <sys/param.h>
^~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <sys/param.h>
int main(void){return 0;}
Determining if files ;sys/poll.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_789cf && [1/2] Building C object CMakeFiles/cmTC_789cf.dir/HAVE_SYS_POLL_H.c.o
FAILED: CMakeFiles/cmTC_789cf.dir/HAVE_SYS_POLL_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_789cf.dir/HAVE_SYS_POLL_H.c.o -MF CMakeFiles/cmTC_789cf.dir/HAVE_SYS_POLL_H.c.o.d -o CMakeFiles/cmTC_789cf.dir/HAVE_SYS_POLL_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_SYS_POLL_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_SYS_POLL_H.c:2:10: fatal error: 'sys/poll.h' file not found
#include <sys/poll.h>
^~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <sys/poll.h>
int main(void){return 0;}
Determining if files ;sys/resource.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_1e6f1 && [1/2] Building C object CMakeFiles/cmTC_1e6f1.dir/HAVE_SYS_RESOURCE_H.c.o
FAILED: CMakeFiles/cmTC_1e6f1.dir/HAVE_SYS_RESOURCE_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_1e6f1.dir/HAVE_SYS_RESOURCE_H.c.o -MF CMakeFiles/cmTC_1e6f1.dir/HAVE_SYS_RESOURCE_H.c.o.d -o CMakeFiles/cmTC_1e6f1.dir/HAVE_SYS_RESOURCE_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_SYS_RESOURCE_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_SYS_RESOURCE_H.c:2:10: fatal error: 'sys/resource.h' file not found
#include <sys/resource.h>
^~~~~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
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/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_326fb && [1/2] Building C object CMakeFiles/cmTC_326fb.dir/HAVE_SYS_SELECT_H.c.o
FAILED: CMakeFiles/cmTC_326fb.dir/HAVE_SYS_SELECT_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_326fb.dir/HAVE_SYS_SELECT_H.c.o -MF CMakeFiles/cmTC_326fb.dir/HAVE_SYS_SELECT_H.c.o.d -o CMakeFiles/cmTC_326fb.dir/HAVE_SYS_SELECT_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_SYS_SELECT_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_SYS_SELECT_H.c:2:10: fatal error: 'sys/select.h' file not found
#include <sys/select.h>
^~~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
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/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_d19a0 && [1/2] Building C object CMakeFiles/cmTC_d19a0.dir/HAVE_SYS_SOCKET_H.c.o
FAILED: CMakeFiles/cmTC_d19a0.dir/HAVE_SYS_SOCKET_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_d19a0.dir/HAVE_SYS_SOCKET_H.c.o -MF CMakeFiles/cmTC_d19a0.dir/HAVE_SYS_SOCKET_H.c.o.d -o CMakeFiles/cmTC_d19a0.dir/HAVE_SYS_SOCKET_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_SYS_SOCKET_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_SYS_SOCKET_H.c:2:10: fatal error: 'sys/socket.h' file not found
#include <sys/socket.h>
^~~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <sys/socket.h>
int main(void){return 0;}
Determining if files ;sys/sockio.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_ff6e9 && [1/2] Building C object CMakeFiles/cmTC_ff6e9.dir/HAVE_SYS_SOCKIO_H.c.o
FAILED: CMakeFiles/cmTC_ff6e9.dir/HAVE_SYS_SOCKIO_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_ff6e9.dir/HAVE_SYS_SOCKIO_H.c.o -MF CMakeFiles/cmTC_ff6e9.dir/HAVE_SYS_SOCKIO_H.c.o.d -o CMakeFiles/cmTC_ff6e9.dir/HAVE_SYS_SOCKIO_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_SYS_SOCKIO_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_SYS_SOCKIO_H.c:2:10: fatal error: 'sys/sockio.h' file not found
#include <sys/sockio.h>
^~~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <sys/sockio.h>
int main(void){return 0;}
Determining if files ;sys/time.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_49724 && [1/2] Building C object CMakeFiles/cmTC_49724.dir/HAVE_SYS_TIME_H.c.o
FAILED: CMakeFiles/cmTC_49724.dir/HAVE_SYS_TIME_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_49724.dir/HAVE_SYS_TIME_H.c.o -MF CMakeFiles/cmTC_49724.dir/HAVE_SYS_TIME_H.c.o.d -o CMakeFiles/cmTC_49724.dir/HAVE_SYS_TIME_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_SYS_TIME_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_SYS_TIME_H.c:2:10: fatal error: 'sys/time.h' file not found
#include <sys/time.h>
^~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <sys/time.h>
int main(void){return 0;}
Determining if files ;sys/uio.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_43a5a && [1/2] Building C object CMakeFiles/cmTC_43a5a.dir/HAVE_SYS_UIO_H.c.o
FAILED: CMakeFiles/cmTC_43a5a.dir/HAVE_SYS_UIO_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_43a5a.dir/HAVE_SYS_UIO_H.c.o -MF CMakeFiles/cmTC_43a5a.dir/HAVE_SYS_UIO_H.c.o.d -o CMakeFiles/cmTC_43a5a.dir/HAVE_SYS_UIO_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_SYS_UIO_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_SYS_UIO_H.c:2:10: fatal error: 'sys/uio.h' file not found
#include <sys/uio.h>
^~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <sys/uio.h>
int main(void){return 0;}
Determining if files ;sys/un.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_c92b1 && [1/2] Building C object CMakeFiles/cmTC_c92b1.dir/HAVE_SYS_UN_H.c.o
FAILED: CMakeFiles/cmTC_c92b1.dir/HAVE_SYS_UN_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_c92b1.dir/HAVE_SYS_UN_H.c.o -MF CMakeFiles/cmTC_c92b1.dir/HAVE_SYS_UN_H.c.o.d -o CMakeFiles/cmTC_c92b1.dir/HAVE_SYS_UN_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_SYS_UN_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_SYS_UN_H.c:2:10: fatal error: 'sys/un.h' file not found
#include <sys/un.h>
^~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <sys/un.h>
int main(void){return 0;}
Determining if files ;sys/utime.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_0bdf2 && [1/2] Building C object CMakeFiles/cmTC_0bdf2.dir/HAVE_SYS_UTIME_H.c.o
FAILED: CMakeFiles/cmTC_0bdf2.dir/HAVE_SYS_UTIME_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_0bdf2.dir/HAVE_SYS_UTIME_H.c.o -MF CMakeFiles/cmTC_0bdf2.dir/HAVE_SYS_UTIME_H.c.o.d -o CMakeFiles/cmTC_0bdf2.dir/HAVE_SYS_UTIME_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_SYS_UTIME_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_SYS_UTIME_H.c:2:10: fatal error: 'sys/utime.h' file not found
#include <sys/utime.h>
^~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <sys/utime.h>
int main(void){return 0;}
Determining if files ;alloca.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_66413 && [1/2] Building C object CMakeFiles/cmTC_66413.dir/HAVE_ALLOCA_H.c.o
FAILED: CMakeFiles/cmTC_66413.dir/HAVE_ALLOCA_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_66413.dir/HAVE_ALLOCA_H.c.o -MF CMakeFiles/cmTC_66413.dir/HAVE_ALLOCA_H.c.o.d -o CMakeFiles/cmTC_66413.dir/HAVE_ALLOCA_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_ALLOCA_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_ALLOCA_H.c:2:10: fatal error: 'alloca.h' file not found
#include <alloca.h>
^~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <alloca.h>
int main(void){return 0;}
Determining if files ;arpa/inet.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_dfbfc && [1/2] Building C object CMakeFiles/cmTC_dfbfc.dir/HAVE_ARPA_INET_H.c.o
FAILED: CMakeFiles/cmTC_dfbfc.dir/HAVE_ARPA_INET_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_dfbfc.dir/HAVE_ARPA_INET_H.c.o -MF CMakeFiles/cmTC_dfbfc.dir/HAVE_ARPA_INET_H.c.o.d -o CMakeFiles/cmTC_dfbfc.dir/HAVE_ARPA_INET_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_ARPA_INET_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_ARPA_INET_H.c:2:10: fatal error: 'arpa/inet.h' file not found
#include <arpa/inet.h>
^~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <arpa/inet.h>
int main(void){return 0;}
Determining if files ;arpa/tftp.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_1371d && [1/2] Building C object CMakeFiles/cmTC_1371d.dir/HAVE_ARPA_TFTP_H.c.o
FAILED: CMakeFiles/cmTC_1371d.dir/HAVE_ARPA_TFTP_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_1371d.dir/HAVE_ARPA_TFTP_H.c.o -MF CMakeFiles/cmTC_1371d.dir/HAVE_ARPA_TFTP_H.c.o.d -o CMakeFiles/cmTC_1371d.dir/HAVE_ARPA_TFTP_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_ARPA_TFTP_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_ARPA_TFTP_H.c:2:10: fatal error: 'arpa/tftp.h' file not found
#include <arpa/tftp.h>
^~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <arpa/tftp.h>
int main(void){return 0;}
Determining if files ;assert.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_6a1d4 && [1/2] Building C object CMakeFiles/cmTC_6a1d4.dir/HAVE_ASSERT_H.c.o
FAILED: CMakeFiles/cmTC_6a1d4.dir/HAVE_ASSERT_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_6a1d4.dir/HAVE_ASSERT_H.c.o -MF CMakeFiles/cmTC_6a1d4.dir/HAVE_ASSERT_H.c.o.d -o CMakeFiles/cmTC_6a1d4.dir/HAVE_ASSERT_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_ASSERT_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_ASSERT_H.c:2:10: fatal error: 'assert.h' file not found
#include <assert.h>
^~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <assert.h>
int main(void){return 0;}
Determining if files ;crypto.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_1272d && [1/2] Building C object CMakeFiles/cmTC_1272d.dir/HAVE_CRYPTO_H.c.o
FAILED: CMakeFiles/cmTC_1272d.dir/HAVE_CRYPTO_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_1272d.dir/HAVE_CRYPTO_H.c.o -MF CMakeFiles/cmTC_1272d.dir/HAVE_CRYPTO_H.c.o.d -o CMakeFiles/cmTC_1272d.dir/HAVE_CRYPTO_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_CRYPTO_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_CRYPTO_H.c:2:10: fatal error: 'crypto.h' file not found
#include <crypto.h>
^~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <crypto.h>
int main(void){return 0;}
Determining if files ;des.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_61044 && [1/2] Building C object CMakeFiles/cmTC_61044.dir/HAVE_DES_H.c.o
FAILED: CMakeFiles/cmTC_61044.dir/HAVE_DES_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_61044.dir/HAVE_DES_H.c.o -MF CMakeFiles/cmTC_61044.dir/HAVE_DES_H.c.o.d -o CMakeFiles/cmTC_61044.dir/HAVE_DES_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_DES_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_DES_H.c:2:10: fatal error: 'des.h' file not found
#include <des.h>
^~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <des.h>
int main(void){return 0;}
Determining if files ;err.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_b5340 && [1/2] Building C object CMakeFiles/cmTC_b5340.dir/HAVE_ERR_H.c.o
FAILED: CMakeFiles/cmTC_b5340.dir/HAVE_ERR_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_b5340.dir/HAVE_ERR_H.c.o -MF CMakeFiles/cmTC_b5340.dir/HAVE_ERR_H.c.o.d -o CMakeFiles/cmTC_b5340.dir/HAVE_ERR_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_ERR_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_ERR_H.c:2:10: fatal error: 'err.h' file not found
#include <err.h>
^~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <err.h>
int main(void){return 0;}
Determining if files ;errno.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_ac49f && [1/2] Building C object CMakeFiles/cmTC_ac49f.dir/HAVE_ERRNO_H.c.o
FAILED: CMakeFiles/cmTC_ac49f.dir/HAVE_ERRNO_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_ac49f.dir/HAVE_ERRNO_H.c.o -MF CMakeFiles/cmTC_ac49f.dir/HAVE_ERRNO_H.c.o.d -o CMakeFiles/cmTC_ac49f.dir/HAVE_ERRNO_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_ERRNO_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_ERRNO_H.c:2:10: fatal error: 'errno.h' file not found
#include <errno.h>
^~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <errno.h>
int main(void){return 0;}
Determining if files ;fcntl.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_ad489 && [1/2] Building C object CMakeFiles/cmTC_ad489.dir/HAVE_FCNTL_H.c.o
FAILED: CMakeFiles/cmTC_ad489.dir/HAVE_FCNTL_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_ad489.dir/HAVE_FCNTL_H.c.o -MF CMakeFiles/cmTC_ad489.dir/HAVE_FCNTL_H.c.o.d -o CMakeFiles/cmTC_ad489.dir/HAVE_FCNTL_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_FCNTL_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_FCNTL_H.c:2:10: fatal error: 'fcntl.h' file not found
#include <fcntl.h>
^~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <fcntl.h>
int main(void){return 0;}
Determining if files ;gssapi/gssapi.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_8a50b && [1/2] Building C object CMakeFiles/cmTC_8a50b.dir/HAVE_GSSAPI_GSSAPI_H.c.o
FAILED: CMakeFiles/cmTC_8a50b.dir/HAVE_GSSAPI_GSSAPI_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_8a50b.dir/HAVE_GSSAPI_GSSAPI_H.c.o -MF CMakeFiles/cmTC_8a50b.dir/HAVE_GSSAPI_GSSAPI_H.c.o.d -o CMakeFiles/cmTC_8a50b.dir/HAVE_GSSAPI_GSSAPI_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_GSSAPI_GSSAPI_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_GSSAPI_GSSAPI_H.c:2:10: fatal error: 'gssapi/gssapi.h' file not found
#include <gssapi/gssapi.h>
^~~~~~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <gssapi/gssapi.h>
int main(void){return 0;}
Determining if files ;gssapi/gssapi_generic.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_dec8a && [1/2] Building C object CMakeFiles/cmTC_dec8a.dir/HAVE_GSSAPI_GSSAPI_GENERIC_H.c.o
FAILED: CMakeFiles/cmTC_dec8a.dir/HAVE_GSSAPI_GSSAPI_GENERIC_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_dec8a.dir/HAVE_GSSAPI_GSSAPI_GENERIC_H.c.o -MF CMakeFiles/cmTC_dec8a.dir/HAVE_GSSAPI_GSSAPI_GENERIC_H.c.o.d -o CMakeFiles/cmTC_dec8a.dir/HAVE_GSSAPI_GSSAPI_GENERIC_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_GSSAPI_GSSAPI_GENERIC_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_GSSAPI_GSSAPI_GENERIC_H.c:2:10: fatal error: 'gssapi/gssapi_generic.h' file not found
#include <gssapi/gssapi_generic.h>
^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <gssapi/gssapi_generic.h>
int main(void){return 0;}
Determining if files ;gssapi/gssapi_krb5.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_874ff && [1/2] Building C object CMakeFiles/cmTC_874ff.dir/HAVE_GSSAPI_GSSAPI_KRB5_H.c.o
FAILED: CMakeFiles/cmTC_874ff.dir/HAVE_GSSAPI_GSSAPI_KRB5_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_874ff.dir/HAVE_GSSAPI_GSSAPI_KRB5_H.c.o -MF CMakeFiles/cmTC_874ff.dir/HAVE_GSSAPI_GSSAPI_KRB5_H.c.o.d -o CMakeFiles/cmTC_874ff.dir/HAVE_GSSAPI_GSSAPI_KRB5_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_GSSAPI_GSSAPI_KRB5_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_GSSAPI_GSSAPI_KRB5_H.c:2:10: fatal error: 'gssapi/gssapi_krb5.h' file not found
#include <gssapi/gssapi_krb5.h>
^~~~~~~~~~~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <gssapi/gssapi_krb5.h>
int main(void){return 0;}
Determining if files ;idn-free.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_c35a3 && [1/2] Building C object CMakeFiles/cmTC_c35a3.dir/HAVE_IDN_FREE_H.c.o
FAILED: CMakeFiles/cmTC_c35a3.dir/HAVE_IDN_FREE_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_c35a3.dir/HAVE_IDN_FREE_H.c.o -MF CMakeFiles/cmTC_c35a3.dir/HAVE_IDN_FREE_H.c.o.d -o CMakeFiles/cmTC_c35a3.dir/HAVE_IDN_FREE_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_IDN_FREE_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_IDN_FREE_H.c:2:10: fatal error: 'idn-free.h' file not found
#include <idn-free.h>
^~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <idn-free.h>
int main(void){return 0;}
Determining if files ;ifaddrs.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_92962 && [1/2] Building C object CMakeFiles/cmTC_92962.dir/HAVE_IFADDRS_H.c.o
FAILED: CMakeFiles/cmTC_92962.dir/HAVE_IFADDRS_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_92962.dir/HAVE_IFADDRS_H.c.o -MF CMakeFiles/cmTC_92962.dir/HAVE_IFADDRS_H.c.o.d -o CMakeFiles/cmTC_92962.dir/HAVE_IFADDRS_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_IFADDRS_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_IFADDRS_H.c:2:10: fatal error: 'ifaddrs.h' file not found
#include <ifaddrs.h>
^~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <ifaddrs.h>
int main(void){return 0;}
Determining if files ;io.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_26bf0 && [1/2] Building C object CMakeFiles/cmTC_26bf0.dir/HAVE_IO_H.c.o
FAILED: CMakeFiles/cmTC_26bf0.dir/HAVE_IO_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_26bf0.dir/HAVE_IO_H.c.o -MF CMakeFiles/cmTC_26bf0.dir/HAVE_IO_H.c.o.d -o CMakeFiles/cmTC_26bf0.dir/HAVE_IO_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_IO_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_IO_H.c:2:10: fatal error: 'io.h' file not found
#include <io.h>
^~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <io.h>
int main(void){return 0;}
Determining if files ;krb.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_7d66e && [1/2] Building C object CMakeFiles/cmTC_7d66e.dir/HAVE_KRB_H.c.o
FAILED: CMakeFiles/cmTC_7d66e.dir/HAVE_KRB_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_7d66e.dir/HAVE_KRB_H.c.o -MF CMakeFiles/cmTC_7d66e.dir/HAVE_KRB_H.c.o.d -o CMakeFiles/cmTC_7d66e.dir/HAVE_KRB_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_KRB_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_KRB_H.c:2:10: fatal error: 'krb.h' file not found
#include <krb.h>
^~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <krb.h>
int main(void){return 0;}
Determining if files ;libgen.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_de284 && [1/2] Building C object CMakeFiles/cmTC_de284.dir/HAVE_LIBGEN_H.c.o
FAILED: CMakeFiles/cmTC_de284.dir/HAVE_LIBGEN_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_de284.dir/HAVE_LIBGEN_H.c.o -MF CMakeFiles/cmTC_de284.dir/HAVE_LIBGEN_H.c.o.d -o CMakeFiles/cmTC_de284.dir/HAVE_LIBGEN_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_LIBGEN_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_LIBGEN_H.c:2:10: fatal error: 'libgen.h' file not found
#include <libgen.h>
^~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <libgen.h>
int main(void){return 0;}
Determining if files ;libssh2.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_332a6 && [1/2] Building C object CMakeFiles/cmTC_332a6.dir/HAVE_LIBSSH2_H.c.o
FAILED: CMakeFiles/cmTC_332a6.dir/HAVE_LIBSSH2_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_332a6.dir/HAVE_LIBSSH2_H.c.o -MF CMakeFiles/cmTC_332a6.dir/HAVE_LIBSSH2_H.c.o.d -o CMakeFiles/cmTC_332a6.dir/HAVE_LIBSSH2_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_LIBSSH2_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_LIBSSH2_H.c:2:10: fatal error: 'libssh2.h' file not found
#include <libssh2.h>
^~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <libssh2.h>
int main(void){return 0;}
Determining if files limits.h;locale.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_7fe1c && [1/2] Building C object CMakeFiles/cmTC_7fe1c.dir/HAVE_LOCALE_H.c.o
FAILED: CMakeFiles/cmTC_7fe1c.dir/HAVE_LOCALE_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_7fe1c.dir/HAVE_LOCALE_H.c.o -MF CMakeFiles/cmTC_7fe1c.dir/HAVE_LOCALE_H.c.o.d -o CMakeFiles/cmTC_7fe1c.dir/HAVE_LOCALE_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_LOCALE_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_LOCALE_H.c:3:10: fatal error: 'locale.h' file not found
#include <locale.h>
^~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <limits.h>
#include <locale.h>
int main(void){return 0;}
Determining if files limits.h;net/if.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_ec3c9 && [1/2] Building C object CMakeFiles/cmTC_ec3c9.dir/HAVE_NET_IF_H.c.o
FAILED: CMakeFiles/cmTC_ec3c9.dir/HAVE_NET_IF_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_ec3c9.dir/HAVE_NET_IF_H.c.o -MF CMakeFiles/cmTC_ec3c9.dir/HAVE_NET_IF_H.c.o.d -o CMakeFiles/cmTC_ec3c9.dir/HAVE_NET_IF_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_NET_IF_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_NET_IF_H.c:3:10: fatal error: 'net/if.h' file not found
#include <net/if.h>
^~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <limits.h>
#include <net/if.h>
int main(void){return 0;}
Determining if files limits.h;netdb.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_2d742 && [1/2] Building C object CMakeFiles/cmTC_2d742.dir/HAVE_NETDB_H.c.o
FAILED: CMakeFiles/cmTC_2d742.dir/HAVE_NETDB_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_2d742.dir/HAVE_NETDB_H.c.o -MF CMakeFiles/cmTC_2d742.dir/HAVE_NETDB_H.c.o.d -o CMakeFiles/cmTC_2d742.dir/HAVE_NETDB_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_NETDB_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_NETDB_H.c:3:10: fatal error: 'netdb.h' file not found
#include <netdb.h>
^~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <limits.h>
#include <netdb.h>
int main(void){return 0;}
Determining if files limits.h;netinet/in.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_80e10 && [1/2] Building C object CMakeFiles/cmTC_80e10.dir/HAVE_NETINET_IN_H.c.o
FAILED: CMakeFiles/cmTC_80e10.dir/HAVE_NETINET_IN_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_80e10.dir/HAVE_NETINET_IN_H.c.o -MF CMakeFiles/cmTC_80e10.dir/HAVE_NETINET_IN_H.c.o.d -o CMakeFiles/cmTC_80e10.dir/HAVE_NETINET_IN_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_NETINET_IN_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_NETINET_IN_H.c:3:10: fatal error: 'netinet/in.h' file not found
#include <netinet/in.h>
^~~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <limits.h>
#include <netinet/in.h>
int main(void){return 0;}
Determining if files limits.h;netinet/tcp.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_3176f && [1/2] Building C object CMakeFiles/cmTC_3176f.dir/HAVE_NETINET_TCP_H.c.o
FAILED: CMakeFiles/cmTC_3176f.dir/HAVE_NETINET_TCP_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_3176f.dir/HAVE_NETINET_TCP_H.c.o -MF CMakeFiles/cmTC_3176f.dir/HAVE_NETINET_TCP_H.c.o.d -o CMakeFiles/cmTC_3176f.dir/HAVE_NETINET_TCP_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_NETINET_TCP_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_NETINET_TCP_H.c:3:10: fatal error: 'netinet/tcp.h' file not found
#include <netinet/tcp.h>
^~~~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <limits.h>
#include <netinet/tcp.h>
int main(void){return 0;}
Determining if files limits.h;openssl/crypto.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_057e9 && [1/2] Building C object CMakeFiles/cmTC_057e9.dir/HAVE_OPENSSL_CRYPTO_H.c.o
FAILED: CMakeFiles/cmTC_057e9.dir/HAVE_OPENSSL_CRYPTO_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_057e9.dir/HAVE_OPENSSL_CRYPTO_H.c.o -MF CMakeFiles/cmTC_057e9.dir/HAVE_OPENSSL_CRYPTO_H.c.o.d -o CMakeFiles/cmTC_057e9.dir/HAVE_OPENSSL_CRYPTO_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_OPENSSL_CRYPTO_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_OPENSSL_CRYPTO_H.c:3:10: fatal error: 'openssl/crypto.h' file not found
#include <openssl/crypto.h>
^~~~~~~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <limits.h>
#include <openssl/crypto.h>
int main(void){return 0;}
Determining if files limits.h;openssl/engine.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_25ac1 && [1/2] Building C object CMakeFiles/cmTC_25ac1.dir/HAVE_OPENSSL_ENGINE_H.c.o
FAILED: CMakeFiles/cmTC_25ac1.dir/HAVE_OPENSSL_ENGINE_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_25ac1.dir/HAVE_OPENSSL_ENGINE_H.c.o -MF CMakeFiles/cmTC_25ac1.dir/HAVE_OPENSSL_ENGINE_H.c.o.d -o CMakeFiles/cmTC_25ac1.dir/HAVE_OPENSSL_ENGINE_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_OPENSSL_ENGINE_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_OPENSSL_ENGINE_H.c:3:10: fatal error: 'openssl/engine.h' file not found
#include <openssl/engine.h>
^~~~~~~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <limits.h>
#include <openssl/engine.h>
int main(void){return 0;}
Determining if files limits.h;openssl/err.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_00723 && [1/2] Building C object CMakeFiles/cmTC_00723.dir/HAVE_OPENSSL_ERR_H.c.o
FAILED: CMakeFiles/cmTC_00723.dir/HAVE_OPENSSL_ERR_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_00723.dir/HAVE_OPENSSL_ERR_H.c.o -MF CMakeFiles/cmTC_00723.dir/HAVE_OPENSSL_ERR_H.c.o.d -o CMakeFiles/cmTC_00723.dir/HAVE_OPENSSL_ERR_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_OPENSSL_ERR_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_OPENSSL_ERR_H.c:3:10: fatal error: 'openssl/err.h' file not found
#include <openssl/err.h>
^~~~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <limits.h>
#include <openssl/err.h>
int main(void){return 0;}
Determining if files limits.h;openssl/pem.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_766c0 && [1/2] Building C object CMakeFiles/cmTC_766c0.dir/HAVE_OPENSSL_PEM_H.c.o
FAILED: CMakeFiles/cmTC_766c0.dir/HAVE_OPENSSL_PEM_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_766c0.dir/HAVE_OPENSSL_PEM_H.c.o -MF CMakeFiles/cmTC_766c0.dir/HAVE_OPENSSL_PEM_H.c.o.d -o CMakeFiles/cmTC_766c0.dir/HAVE_OPENSSL_PEM_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_OPENSSL_PEM_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_OPENSSL_PEM_H.c:3:10: fatal error: 'openssl/pem.h' file not found
#include <openssl/pem.h>
^~~~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <limits.h>
#include <openssl/pem.h>
int main(void){return 0;}
Determining if files limits.h;openssl/pkcs12.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_22d48 && [1/2] Building C object CMakeFiles/cmTC_22d48.dir/HAVE_OPENSSL_PKCS12_H.c.o
FAILED: CMakeFiles/cmTC_22d48.dir/HAVE_OPENSSL_PKCS12_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_22d48.dir/HAVE_OPENSSL_PKCS12_H.c.o -MF CMakeFiles/cmTC_22d48.dir/HAVE_OPENSSL_PKCS12_H.c.o.d -o CMakeFiles/cmTC_22d48.dir/HAVE_OPENSSL_PKCS12_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_OPENSSL_PKCS12_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_OPENSSL_PKCS12_H.c:3:10: fatal error: 'openssl/pkcs12.h' file not found
#include <openssl/pkcs12.h>
^~~~~~~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <limits.h>
#include <openssl/pkcs12.h>
int main(void){return 0;}
Determining if files limits.h;openssl/rsa.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_1d2e4 && [1/2] Building C object CMakeFiles/cmTC_1d2e4.dir/HAVE_OPENSSL_RSA_H.c.o
FAILED: CMakeFiles/cmTC_1d2e4.dir/HAVE_OPENSSL_RSA_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_1d2e4.dir/HAVE_OPENSSL_RSA_H.c.o -MF CMakeFiles/cmTC_1d2e4.dir/HAVE_OPENSSL_RSA_H.c.o.d -o CMakeFiles/cmTC_1d2e4.dir/HAVE_OPENSSL_RSA_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_OPENSSL_RSA_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_OPENSSL_RSA_H.c:3:10: fatal error: 'openssl/rsa.h' file not found
#include <openssl/rsa.h>
^~~~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <limits.h>
#include <openssl/rsa.h>
int main(void){return 0;}
Determining if files limits.h;openssl/ssl.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_c23fb && [1/2] Building C object CMakeFiles/cmTC_c23fb.dir/HAVE_OPENSSL_SSL_H.c.o
FAILED: CMakeFiles/cmTC_c23fb.dir/HAVE_OPENSSL_SSL_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_c23fb.dir/HAVE_OPENSSL_SSL_H.c.o -MF CMakeFiles/cmTC_c23fb.dir/HAVE_OPENSSL_SSL_H.c.o.d -o CMakeFiles/cmTC_c23fb.dir/HAVE_OPENSSL_SSL_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_OPENSSL_SSL_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_OPENSSL_SSL_H.c:3:10: fatal error: 'openssl/ssl.h' file not found
#include <openssl/ssl.h>
^~~~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <limits.h>
#include <openssl/ssl.h>
int main(void){return 0;}
Determining if files limits.h;openssl/x509.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_da2ef && [1/2] Building C object CMakeFiles/cmTC_da2ef.dir/HAVE_OPENSSL_X509_H.c.o
FAILED: CMakeFiles/cmTC_da2ef.dir/HAVE_OPENSSL_X509_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_da2ef.dir/HAVE_OPENSSL_X509_H.c.o -MF CMakeFiles/cmTC_da2ef.dir/HAVE_OPENSSL_X509_H.c.o.d -o CMakeFiles/cmTC_da2ef.dir/HAVE_OPENSSL_X509_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_OPENSSL_X509_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_OPENSSL_X509_H.c:3:10: fatal error: 'openssl/x509.h' file not found
#include <openssl/x509.h>
^~~~~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <limits.h>
#include <openssl/x509.h>
int main(void){return 0;}
Determining if files limits.h;pem.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_e7a94 && [1/2] Building C object CMakeFiles/cmTC_e7a94.dir/HAVE_PEM_H.c.o
FAILED: CMakeFiles/cmTC_e7a94.dir/HAVE_PEM_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_e7a94.dir/HAVE_PEM_H.c.o -MF CMakeFiles/cmTC_e7a94.dir/HAVE_PEM_H.c.o.d -o CMakeFiles/cmTC_e7a94.dir/HAVE_PEM_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_PEM_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_PEM_H.c:3:10: fatal error: 'pem.h' file not found
#include <pem.h>
^~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <limits.h>
#include <pem.h>
int main(void){return 0;}
Determining if files limits.h;poll.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_68835 && [1/2] Building C object CMakeFiles/cmTC_68835.dir/HAVE_POLL_H.c.o
FAILED: CMakeFiles/cmTC_68835.dir/HAVE_POLL_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_68835.dir/HAVE_POLL_H.c.o -MF CMakeFiles/cmTC_68835.dir/HAVE_POLL_H.c.o.d -o CMakeFiles/cmTC_68835.dir/HAVE_POLL_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_POLL_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_POLL_H.c:3:10: fatal error: 'poll.h' file not found
#include <poll.h>
^~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <limits.h>
#include <poll.h>
int main(void){return 0;}
Determining if files limits.h;pwd.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_27cc7 && [1/2] Building C object CMakeFiles/cmTC_27cc7.dir/HAVE_PWD_H.c.o
FAILED: CMakeFiles/cmTC_27cc7.dir/HAVE_PWD_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_27cc7.dir/HAVE_PWD_H.c.o -MF CMakeFiles/cmTC_27cc7.dir/HAVE_PWD_H.c.o.d -o CMakeFiles/cmTC_27cc7.dir/HAVE_PWD_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_PWD_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_PWD_H.c:3:10: fatal error: 'pwd.h' file not found
#include <pwd.h>
^~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <limits.h>
#include <pwd.h>
int main(void){return 0;}
Determining if files limits.h;rsa.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_9db5b && [1/2] Building C object CMakeFiles/cmTC_9db5b.dir/HAVE_RSA_H.c.o
FAILED: CMakeFiles/cmTC_9db5b.dir/HAVE_RSA_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_9db5b.dir/HAVE_RSA_H.c.o -MF CMakeFiles/cmTC_9db5b.dir/HAVE_RSA_H.c.o.d -o CMakeFiles/cmTC_9db5b.dir/HAVE_RSA_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_RSA_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_RSA_H.c:3:10: fatal error: 'rsa.h' file not found
#include <rsa.h>
^~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <limits.h>
#include <rsa.h>
int main(void){return 0;}
Determining if files limits.h;setjmp.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_5235d && [1/2] Building C object CMakeFiles/cmTC_5235d.dir/HAVE_SETJMP_H.c.o
FAILED: CMakeFiles/cmTC_5235d.dir/HAVE_SETJMP_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_5235d.dir/HAVE_SETJMP_H.c.o -MF CMakeFiles/cmTC_5235d.dir/HAVE_SETJMP_H.c.o.d -o CMakeFiles/cmTC_5235d.dir/HAVE_SETJMP_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_SETJMP_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_SETJMP_H.c:3:10: fatal error: 'setjmp.h' file not found
#include <setjmp.h>
^~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <limits.h>
#include <setjmp.h>
int main(void){return 0;}
Determining if files limits.h;sgtty.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_9b0f0 && [1/2] Building C object CMakeFiles/cmTC_9b0f0.dir/HAVE_SGTTY_H.c.o
FAILED: CMakeFiles/cmTC_9b0f0.dir/HAVE_SGTTY_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_9b0f0.dir/HAVE_SGTTY_H.c.o -MF CMakeFiles/cmTC_9b0f0.dir/HAVE_SGTTY_H.c.o.d -o CMakeFiles/cmTC_9b0f0.dir/HAVE_SGTTY_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_SGTTY_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_SGTTY_H.c:3:10: fatal error: 'sgtty.h' file not found
#include <sgtty.h>
^~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <limits.h>
#include <sgtty.h>
int main(void){return 0;}
Determining if files limits.h;signal.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_de19c && [1/2] Building C object CMakeFiles/cmTC_de19c.dir/HAVE_SIGNAL_H.c.o
FAILED: CMakeFiles/cmTC_de19c.dir/HAVE_SIGNAL_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_de19c.dir/HAVE_SIGNAL_H.c.o -MF CMakeFiles/cmTC_de19c.dir/HAVE_SIGNAL_H.c.o.d -o CMakeFiles/cmTC_de19c.dir/HAVE_SIGNAL_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_SIGNAL_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_SIGNAL_H.c:3:10: fatal error: 'signal.h' file not found
#include <signal.h>
^~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <limits.h>
#include <signal.h>
int main(void){return 0;}
Determining if files limits.h;ssl.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_bd594 && [1/2] Building C object CMakeFiles/cmTC_bd594.dir/HAVE_SSL_H.c.o
FAILED: CMakeFiles/cmTC_bd594.dir/HAVE_SSL_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_bd594.dir/HAVE_SSL_H.c.o -MF CMakeFiles/cmTC_bd594.dir/HAVE_SSL_H.c.o.d -o CMakeFiles/cmTC_bd594.dir/HAVE_SSL_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_SSL_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_SSL_H.c:3:10: fatal error: 'ssl.h' file not found
#include <ssl.h>
^~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <limits.h>
#include <ssl.h>
int main(void){return 0;}
Determining if files limits.h;stdbool.h;stdint.h;stropts.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_858a7 && [1/2] Building C object CMakeFiles/cmTC_858a7.dir/HAVE_STROPTS_H.c.o
FAILED: CMakeFiles/cmTC_858a7.dir/HAVE_STROPTS_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_858a7.dir/HAVE_STROPTS_H.c.o -MF CMakeFiles/cmTC_858a7.dir/HAVE_STROPTS_H.c.o.d -o CMakeFiles/cmTC_858a7.dir/HAVE_STROPTS_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_STROPTS_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_STROPTS_H.c:5:10: fatal error: 'stropts.h' file not found
#include <stropts.h>
^~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stropts.h>
int main(void){return 0;}
Determining if files limits.h;stdbool.h;stdint.h;termio.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_d71ff && [1/2] Building C object CMakeFiles/cmTC_d71ff.dir/HAVE_TERMIO_H.c.o
FAILED: CMakeFiles/cmTC_d71ff.dir/HAVE_TERMIO_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_d71ff.dir/HAVE_TERMIO_H.c.o -MF CMakeFiles/cmTC_d71ff.dir/HAVE_TERMIO_H.c.o.d -o CMakeFiles/cmTC_d71ff.dir/HAVE_TERMIO_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_TERMIO_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_TERMIO_H.c:5:10: fatal error: 'termio.h' file not found
#include <termio.h>
^~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <termio.h>
int main(void){return 0;}
Determining if files limits.h;stdbool.h;stdint.h;termios.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_17a7a && [1/2] Building C object CMakeFiles/cmTC_17a7a.dir/HAVE_TERMIOS_H.c.o
FAILED: CMakeFiles/cmTC_17a7a.dir/HAVE_TERMIOS_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_17a7a.dir/HAVE_TERMIOS_H.c.o -MF CMakeFiles/cmTC_17a7a.dir/HAVE_TERMIOS_H.c.o.d -o CMakeFiles/cmTC_17a7a.dir/HAVE_TERMIOS_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_TERMIOS_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_TERMIOS_H.c:5:10: fatal error: 'termios.h' file not found
#include <termios.h>
^~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <termios.h>
int main(void){return 0;}
Determining if files limits.h;stdbool.h;stdint.h;time.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_3560d && [1/2] Building C object CMakeFiles/cmTC_3560d.dir/HAVE_TIME_H.c.o
FAILED: CMakeFiles/cmTC_3560d.dir/HAVE_TIME_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_3560d.dir/HAVE_TIME_H.c.o -MF CMakeFiles/cmTC_3560d.dir/HAVE_TIME_H.c.o.d -o CMakeFiles/cmTC_3560d.dir/HAVE_TIME_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_TIME_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_TIME_H.c:5:10: fatal error: 'time.h' file not found
#include <time.h>
^~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <time.h>
int main(void){return 0;}
Determining if files limits.h;stdbool.h;stdint.h;tld.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_e4efc && [1/2] Building C object CMakeFiles/cmTC_e4efc.dir/HAVE_TLD_H.c.o
FAILED: CMakeFiles/cmTC_e4efc.dir/HAVE_TLD_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_e4efc.dir/HAVE_TLD_H.c.o -MF CMakeFiles/cmTC_e4efc.dir/HAVE_TLD_H.c.o.d -o CMakeFiles/cmTC_e4efc.dir/HAVE_TLD_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_TLD_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_TLD_H.c:5:10: fatal error: 'tld.h' file not found
#include <tld.h>
^~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <tld.h>
int main(void){return 0;}
Determining if files limits.h;stdbool.h;stdint.h;utime.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_af68b && [1/2] Building C object CMakeFiles/cmTC_af68b.dir/HAVE_UTIME_H.c.o
FAILED: CMakeFiles/cmTC_af68b.dir/HAVE_UTIME_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_af68b.dir/HAVE_UTIME_H.c.o -MF CMakeFiles/cmTC_af68b.dir/HAVE_UTIME_H.c.o.d -o CMakeFiles/cmTC_af68b.dir/HAVE_UTIME_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_UTIME_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_UTIME_H.c:5:10: fatal error: 'utime.h' file not found
#include <utime.h>
^~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <utime.h>
int main(void){return 0;}
Determining if files limits.h;stdbool.h;stdint.h;x509.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_928d6 && [1/2] Building C object CMakeFiles/cmTC_928d6.dir/HAVE_X509_H.c.o
FAILED: CMakeFiles/cmTC_928d6.dir/HAVE_X509_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_928d6.dir/HAVE_X509_H.c.o -MF CMakeFiles/cmTC_928d6.dir/HAVE_X509_H.c.o.d -o CMakeFiles/cmTC_928d6.dir/HAVE_X509_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_X509_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_X509_H.c:5:10: fatal error: 'x509.h' file not found
#include <x509.h>
^~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <x509.h>
int main(void){return 0;}
Determining if files limits.h;stdbool.h;stdint.h;process.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_947bc && [1/2] Building C object CMakeFiles/cmTC_947bc.dir/HAVE_PROCESS_H.c.o
FAILED: CMakeFiles/cmTC_947bc.dir/HAVE_PROCESS_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_947bc.dir/HAVE_PROCESS_H.c.o -MF CMakeFiles/cmTC_947bc.dir/HAVE_PROCESS_H.c.o.d -o CMakeFiles/cmTC_947bc.dir/HAVE_PROCESS_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_PROCESS_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_PROCESS_H.c:5:10: fatal error: 'process.h' file not found
#include <process.h>
^~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <process.h>
int main(void){return 0;}
Determining if files limits.h;stdbool.h;stdint.h;stddef.h;malloc.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_d7a6b && [1/2] Building C object CMakeFiles/cmTC_d7a6b.dir/HAVE_MALLOC_H.c.o
FAILED: CMakeFiles/cmTC_d7a6b.dir/HAVE_MALLOC_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_d7a6b.dir/HAVE_MALLOC_H.c.o -MF CMakeFiles/cmTC_d7a6b.dir/HAVE_MALLOC_H.c.o.d -o CMakeFiles/cmTC_d7a6b.dir/HAVE_MALLOC_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_MALLOC_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_MALLOC_H.c:6:10: fatal error: 'malloc.h' file not found
#include <malloc.h>
^~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <malloc.h>
int main(void){return 0;}
Determining if files limits.h;stdbool.h;stdint.h;stddef.h;ldap.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_72f6f && [1/2] Building C object CMakeFiles/cmTC_72f6f.dir/HAVE_LDAP_H.c.o
FAILED: CMakeFiles/cmTC_72f6f.dir/HAVE_LDAP_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_72f6f.dir/HAVE_LDAP_H.c.o -MF CMakeFiles/cmTC_72f6f.dir/HAVE_LDAP_H.c.o.d -o CMakeFiles/cmTC_72f6f.dir/HAVE_LDAP_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_LDAP_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_LDAP_H.c:6:10: fatal error: 'ldap.h' file not found
#include <ldap.h>
^~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <ldap.h>
int main(void){return 0;}
Determining if files limits.h;stdbool.h;stdint.h;stddef.h;netinet/if_ether.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_da1a8 && [1/2] Building C object CMakeFiles/cmTC_da1a8.dir/HAVE_NETINET_IF_ETHER_H.c.o
FAILED: CMakeFiles/cmTC_da1a8.dir/HAVE_NETINET_IF_ETHER_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_da1a8.dir/HAVE_NETINET_IF_ETHER_H.c.o -MF CMakeFiles/cmTC_da1a8.dir/HAVE_NETINET_IF_ETHER_H.c.o.d -o CMakeFiles/cmTC_da1a8.dir/HAVE_NETINET_IF_ETHER_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_NETINET_IF_ETHER_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_NETINET_IF_ETHER_H.c:6:10: fatal error: 'netinet/if_ether.h' file not found
#include <netinet/if_ether.h>
^~~~~~~~~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <netinet/if_ether.h>
int main(void){return 0;}
Determining if files limits.h;stdbool.h;stdint.h;stddef.h;stdint.h;sockio.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_e8721 && [1/2] Building C object CMakeFiles/cmTC_e8721.dir/HAVE_SOCKIO_H.c.o
FAILED: CMakeFiles/cmTC_e8721.dir/HAVE_SOCKIO_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_e8721.dir/HAVE_SOCKIO_H.c.o -MF CMakeFiles/cmTC_e8721.dir/HAVE_SOCKIO_H.c.o.d -o CMakeFiles/cmTC_e8721.dir/HAVE_SOCKIO_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_SOCKIO_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_SOCKIO_H.c:7:10: fatal error: 'sockio.h' file not found
#include <sockio.h>
^~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <stdint.h>
#include <sockio.h>
int main(void){return 0;}
Determining if files limits.h;stdbool.h;stdint.h;stddef.h;stdint.h;sys/utsname.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_e77d1 && [1/2] Building C object CMakeFiles/cmTC_e77d1.dir/HAVE_SYS_UTSNAME_H.c.o
FAILED: CMakeFiles/cmTC_e77d1.dir/HAVE_SYS_UTSNAME_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_e77d1.dir/HAVE_SYS_UTSNAME_H.c.o -MF CMakeFiles/cmTC_e77d1.dir/HAVE_SYS_UTSNAME_H.c.o.d -o CMakeFiles/cmTC_e77d1.dir/HAVE_SYS_UTSNAME_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_SYS_UTSNAME_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_SYS_UTSNAME_H.c:7:10: fatal error: 'sys/utsname.h' file not found
#include <sys/utsname.h>
^~~~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <stdint.h>
#include <sys/utsname.h>
int main(void){return 0;}
Determining if files limits.h;stdbool.h;stdint.h;stddef.h;stdint.h;idna.h exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_5cf1e && [1/2] Building C object CMakeFiles/cmTC_5cf1e.dir/HAVE_IDNA_H.c.o
FAILED: CMakeFiles/cmTC_5cf1e.dir/HAVE_IDNA_H.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_5cf1e.dir/HAVE_IDNA_H.c.o -MF CMakeFiles/cmTC_5cf1e.dir/HAVE_IDNA_H.c.o.d -o CMakeFiles/cmTC_5cf1e.dir/HAVE_IDNA_H.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_IDNA_H.c
/Users/simonb/aseprite/build/CMakeFiles/CheckIncludeFiles/HAVE_IDNA_H.c:7:10: fatal error: 'idna.h' file not found
#include <idna.h>
^~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <stdint.h>
#include <idna.h>
int main(void){return 0;}
Determining size of ssize_t failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_e829f && [1/2] Building C object CMakeFiles/cmTC_e829f.dir/SIZEOF_SSIZE_T.c.o
FAILED: CMakeFiles/cmTC_e829f.dir/SIZEOF_SSIZE_T.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_e829f.dir/SIZEOF_SSIZE_T.c.o -MF CMakeFiles/cmTC_e829f.dir/SIZEOF_SSIZE_T.c.o.d -o CMakeFiles/cmTC_e829f.dir/SIZEOF_SSIZE_T.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckTypeSize/SIZEOF_SSIZE_T.c
/Users/simonb/aseprite/build/CMakeFiles/CheckTypeSize/SIZEOF_SSIZE_T.c:28:12: error: use of undeclared identifier 'ssize_t'
('0' + ((SIZE / 10000)%10)),
^
/Users/simonb/aseprite/build/CMakeFiles/CheckTypeSize/SIZEOF_SSIZE_T.c:26:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(ssize_t))
^
/Users/simonb/aseprite/build/CMakeFiles/CheckTypeSize/SIZEOF_SSIZE_T.c:29:12: error: use of undeclared identifier 'ssize_t'
('0' + ((SIZE / 1000)%10)),
^
/Users/simonb/aseprite/build/CMakeFiles/CheckTypeSize/SIZEOF_SSIZE_T.c:26:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(ssize_t))
^
/Users/simonb/aseprite/build/CMakeFiles/CheckTypeSize/SIZEOF_SSIZE_T.c:30:12: error: use of undeclared identifier 'ssize_t'
('0' + ((SIZE / 100)%10)),
^
/Users/simonb/aseprite/build/CMakeFiles/CheckTypeSize/SIZEOF_SSIZE_T.c:26:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(ssize_t))
^
/Users/simonb/aseprite/build/CMakeFiles/CheckTypeSize/SIZEOF_SSIZE_T.c:31:12: error: use of undeclared identifier 'ssize_t'
('0' + ((SIZE / 10)%10)),
^
/Users/simonb/aseprite/build/CMakeFiles/CheckTypeSize/SIZEOF_SSIZE_T.c:26:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(ssize_t))
^
/Users/simonb/aseprite/build/CMakeFiles/CheckTypeSize/SIZEOF_SSIZE_T.c:32:12: error: use of undeclared identifier 'ssize_t'
('0' + (SIZE % 10)),
^
/Users/simonb/aseprite/build/CMakeFiles/CheckTypeSize/SIZEOF_SSIZE_T.c:26:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(ssize_t))
^
5 errors generated.
ninja: build stopped: subcommand failed.
/Users/simonb/aseprite/build/CMakeFiles/CheckTypeSize/SIZEOF_SSIZE_T.c:
#include <stdint.h>
#include <stddef.h>
#undef KEY
#if defined(__i386)
# define KEY '_','_','i','3','8','6'
#elif defined(__x86_64)
# define KEY '_','_','x','8','6','_','6','4'
#elif defined(__PPC64__)
# define KEY '_','_','P','P','C','6','4','_','_'
#elif defined(__ppc64__)
# define KEY '_','_','p','p','c','6','4','_','_'
#elif defined(__PPC__)
# define KEY '_','_','P','P','C','_','_'
#elif defined(__ppc__)
# define KEY '_','_','p','p','c','_','_'
#elif defined(__aarch64__)
# define KEY '_','_','a','a','r','c','h','6','4','_','_'
#elif defined(__ARM_ARCH_7A__)
# define KEY '_','_','A','R','M','_','A','R','C','H','_','7','A','_','_'
#elif defined(__ARM_ARCH_7S__)
# define KEY '_','_','A','R','M','_','A','R','C','H','_','7','S','_','_'
#endif
#define SIZE (sizeof(ssize_t))
static 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;
}
Determining size of __int64 failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_13aa6 && [1/2] Building C object CMakeFiles/cmTC_13aa6.dir/SIZEOF___INT64.c.o
FAILED: CMakeFiles/cmTC_13aa6.dir/SIZEOF___INT64.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_13aa6.dir/SIZEOF___INT64.c.o -MF CMakeFiles/cmTC_13aa6.dir/SIZEOF___INT64.c.o.d -o CMakeFiles/cmTC_13aa6.dir/SIZEOF___INT64.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckTypeSize/SIZEOF___INT64.c
/Users/simonb/aseprite/build/CMakeFiles/CheckTypeSize/SIZEOF___INT64.c:28:12: error: use of undeclared identifier '__int64'
('0' + ((SIZE / 10000)%10)),
^
/Users/simonb/aseprite/build/CMakeFiles/CheckTypeSize/SIZEOF___INT64.c:26:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(__int64))
^
/Users/simonb/aseprite/build/CMakeFiles/CheckTypeSize/SIZEOF___INT64.c:29:12: error: use of undeclared identifier '__int64'
('0' + ((SIZE / 1000)%10)),
^
/Users/simonb/aseprite/build/CMakeFiles/CheckTypeSize/SIZEOF___INT64.c:26:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(__int64))
^
/Users/simonb/aseprite/build/CMakeFiles/CheckTypeSize/SIZEOF___INT64.c:30:12: error: use of undeclared identifier '__int64'
('0' + ((SIZE / 100)%10)),
^
/Users/simonb/aseprite/build/CMakeFiles/CheckTypeSize/SIZEOF___INT64.c:26:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(__int64))
^
/Users/simonb/aseprite/build/CMakeFiles/CheckTypeSize/SIZEOF___INT64.c:31:12: error: use of undeclared identifier '__int64'
('0' + ((SIZE / 10)%10)),
^
/Users/simonb/aseprite/build/CMakeFiles/CheckTypeSize/SIZEOF___INT64.c:26:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(__int64))
^
/Users/simonb/aseprite/build/CMakeFiles/CheckTypeSize/SIZEOF___INT64.c:32:12: error: use of undeclared identifier '__int64'
('0' + (SIZE % 10)),
^
/Users/simonb/aseprite/build/CMakeFiles/CheckTypeSize/SIZEOF___INT64.c:26:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(__int64))
^
5 errors generated.
ninja: build stopped: subcommand failed.
/Users/simonb/aseprite/build/CMakeFiles/CheckTypeSize/SIZEOF___INT64.c:
#include <stdint.h>
#include <stddef.h>
#undef KEY
#if defined(__i386)
# define KEY '_','_','i','3','8','6'
#elif defined(__x86_64)
# define KEY '_','_','x','8','6','_','6','4'
#elif defined(__PPC64__)
# define KEY '_','_','P','P','C','6','4','_','_'
#elif defined(__ppc64__)
# define KEY '_','_','p','p','c','6','4','_','_'
#elif defined(__PPC__)
# define KEY '_','_','P','P','C','_','_'
#elif defined(__ppc__)
# define KEY '_','_','p','p','c','_','_'
#elif defined(__aarch64__)
# define KEY '_','_','a','a','r','c','h','6','4','_','_'
#elif defined(__ARM_ARCH_7A__)
# define KEY '_','_','A','R','M','_','A','R','C','H','_','7','A','_','_'
#elif defined(__ARM_ARCH_7S__)
# define KEY '_','_','A','R','M','_','A','R','C','H','_','7','S','_','_'
#endif
#define SIZE (sizeof(__int64))
static 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;
}
Determining size of time_t failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_a24e0 && [1/2] Building C object CMakeFiles/cmTC_a24e0.dir/SIZEOF_TIME_T.c.o
FAILED: CMakeFiles/cmTC_a24e0.dir/SIZEOF_TIME_T.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_a24e0.dir/SIZEOF_TIME_T.c.o -MF CMakeFiles/cmTC_a24e0.dir/SIZEOF_TIME_T.c.o.d -o CMakeFiles/cmTC_a24e0.dir/SIZEOF_TIME_T.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckTypeSize/SIZEOF_TIME_T.c
/Users/simonb/aseprite/build/CMakeFiles/CheckTypeSize/SIZEOF_TIME_T.c:28:12: error: use of undeclared identifier 'time_t'
('0' + ((SIZE / 10000)%10)),
^
/Users/simonb/aseprite/build/CMakeFiles/CheckTypeSize/SIZEOF_TIME_T.c:26:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(time_t))
^
/Users/simonb/aseprite/build/CMakeFiles/CheckTypeSize/SIZEOF_TIME_T.c:29:12: error: use of undeclared identifier 'time_t'
('0' + ((SIZE / 1000)%10)),
^
/Users/simonb/aseprite/build/CMakeFiles/CheckTypeSize/SIZEOF_TIME_T.c:26:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(time_t))
^
/Users/simonb/aseprite/build/CMakeFiles/CheckTypeSize/SIZEOF_TIME_T.c:30:12: error: use of undeclared identifier 'time_t'
('0' + ((SIZE / 100)%10)),
^
/Users/simonb/aseprite/build/CMakeFiles/CheckTypeSize/SIZEOF_TIME_T.c:26:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(time_t))
^
/Users/simonb/aseprite/build/CMakeFiles/CheckTypeSize/SIZEOF_TIME_T.c:31:12: error: use of undeclared identifier 'time_t'
('0' + ((SIZE / 10)%10)),
^
/Users/simonb/aseprite/build/CMakeFiles/CheckTypeSize/SIZEOF_TIME_T.c:26:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(time_t))
^
/Users/simonb/aseprite/build/CMakeFiles/CheckTypeSize/SIZEOF_TIME_T.c:32:12: error: use of undeclared identifier 'time_t'
('0' + (SIZE % 10)),
^
/Users/simonb/aseprite/build/CMakeFiles/CheckTypeSize/SIZEOF_TIME_T.c:26:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(time_t))
^
5 errors generated.
ninja: build stopped: subcommand failed.
/Users/simonb/aseprite/build/CMakeFiles/CheckTypeSize/SIZEOF_TIME_T.c:
#include <stdint.h>
#include <stddef.h>
#undef KEY
#if defined(__i386)
# define KEY '_','_','i','3','8','6'
#elif defined(__x86_64)
# define KEY '_','_','x','8','6','_','6','4'
#elif defined(__PPC64__)
# define KEY '_','_','P','P','C','6','4','_','_'
#elif defined(__ppc64__)
# define KEY '_','_','p','p','c','6','4','_','_'
#elif defined(__PPC__)
# define KEY '_','_','P','P','C','_','_'
#elif defined(__ppc__)
# define KEY '_','_','p','p','c','_','_'
#elif defined(__aarch64__)
# define KEY '_','_','a','a','r','c','h','6','4','_','_'
#elif defined(__ARM_ARCH_7A__)
# define KEY '_','_','A','R','M','_','A','R','C','H','_','7','A','_','_'
#elif defined(__ARM_ARCH_7S__)
# define KEY '_','_','A','R','M','_','A','R','C','H','_','7','S','_','_'
#endif
#define SIZE (sizeof(time_t))
static 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;
}
Determining if the basename exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_5301e && [1/2] Building C object CMakeFiles/cmTC_5301e.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_5301e.dir/CheckSymbolExists.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_5301e.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_5301e.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_5301e.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c:12:19: error: use of undeclared identifier 'basename'
return ((int*)(&basename))[argc];
^
1 error generated.
ninja: build stopped: subcommand failed.
File /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <stdint.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef basename
return ((int*)(&basename))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the socket exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_0d82a && [1/2] Building C object CMakeFiles/cmTC_0d82a.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_0d82a.dir/CheckSymbolExists.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_0d82a.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_0d82a.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_0d82a.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c:12:19: error: use of undeclared identifier 'socket'
return ((int*)(&socket))[argc];
^
1 error generated.
ninja: build stopped: subcommand failed.
File /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <stdint.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef socket
return ((int*)(&socket))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the poll exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_d5c83 && [1/2] Building C object CMakeFiles/cmTC_d5c83.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_d5c83.dir/CheckSymbolExists.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_d5c83.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_d5c83.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_d5c83.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c:12:19: error: use of undeclared identifier 'poll'
return ((int*)(&poll))[argc];
^
1 error generated.
ninja: build stopped: subcommand failed.
File /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <stdint.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef poll
return ((int*)(&poll))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the select exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_c1316 && [1/2] Building C object CMakeFiles/cmTC_c1316.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_c1316.dir/CheckSymbolExists.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_c1316.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_c1316.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_c1316.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c:12:19: error: use of undeclared identifier 'select'
return ((int*)(&select))[argc];
^
1 error generated.
ninja: build stopped: subcommand failed.
File /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <stdint.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef select
return ((int*)(&select))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the strdup exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_45be5 && [1/2] Building C object CMakeFiles/cmTC_45be5.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_45be5.dir/CheckSymbolExists.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_45be5.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_45be5.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_45be5.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c:12:19: error: implicitly declaring library function 'strdup' with type 'char *(const char *)' [-Werror,-Wimplicit-function-declaration]
return ((int*)(&strdup))[argc];
^
CheckSymbolExists.c:12:19: note: include the header <string.h> or explicitly provide a declaration for 'strdup'
1 error generated.
ninja: build stopped: subcommand failed.
File /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <stdint.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef strdup
return ((int*)(&strdup))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the strstr exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_9eb66 && [1/2] Building C object CMakeFiles/cmTC_9eb66.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_9eb66.dir/CheckSymbolExists.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_9eb66.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_9eb66.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_9eb66.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c:12:19: error: implicitly declaring library function 'strstr' with type 'char *(const char *, const char *)' [-Werror,-Wimplicit-function-declaration]
return ((int*)(&strstr))[argc];
^
CheckSymbolExists.c:12:19: note: include the header <string.h> or explicitly provide a declaration for 'strstr'
1 error generated.
ninja: build stopped: subcommand failed.
File /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <stdint.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef strstr
return ((int*)(&strstr))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the strtok_r exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_6dba2 && [1/2] Building C object CMakeFiles/cmTC_6dba2.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_6dba2.dir/CheckSymbolExists.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_6dba2.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_6dba2.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_6dba2.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c:12:19: error: use of undeclared identifier 'strtok_r'
return ((int*)(&strtok_r))[argc];
^
1 error generated.
ninja: build stopped: subcommand failed.
File /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <stdint.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef strtok_r
return ((int*)(&strtok_r))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the strftime exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_27f6c && [1/2] Building C object CMakeFiles/cmTC_27f6c.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_27f6c.dir/CheckSymbolExists.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_27f6c.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_27f6c.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_27f6c.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c:12:19: error: use of undeclared identifier 'strftime'
return ((int*)(&strftime))[argc];
^
1 error generated.
ninja: build stopped: subcommand failed.
File /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <stdint.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef strftime
return ((int*)(&strftime))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the uname exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_44dd0 && [1/2] Building C object CMakeFiles/cmTC_44dd0.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_44dd0.dir/CheckSymbolExists.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_44dd0.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_44dd0.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_44dd0.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c:12:19: error: use of undeclared identifier 'uname'
return ((int*)(&uname))[argc];
^
1 error generated.
ninja: build stopped: subcommand failed.
File /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <stdint.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef uname
return ((int*)(&uname))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the strcasecmp exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_fcd69 && [1/2] Building C object CMakeFiles/cmTC_fcd69.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_fcd69.dir/CheckSymbolExists.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_fcd69.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_fcd69.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_fcd69.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c:12:19: error: implicitly declaring library function 'strcasecmp' with type 'int (const char *, const char *)' [-Werror,-Wimplicit-function-declaration]
return ((int*)(&strcasecmp))[argc];
^
CheckSymbolExists.c:12:19: note: include the header <strings.h> or explicitly provide a declaration for 'strcasecmp'
1 error generated.
ninja: build stopped: subcommand failed.
File /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <stdint.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef strcasecmp
return ((int*)(&strcasecmp))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the stricmp exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_6e440 && [1/2] Building C object CMakeFiles/cmTC_6e440.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_6e440.dir/CheckSymbolExists.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_6e440.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_6e440.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_6e440.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c:12:19: error: use of undeclared identifier 'stricmp'
return ((int*)(&stricmp))[argc];
^
1 error generated.
ninja: build stopped: subcommand failed.
File /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <stdint.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef stricmp
return ((int*)(&stricmp))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the strcmpi exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_d985f && [1/2] Building C object CMakeFiles/cmTC_d985f.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_d985f.dir/CheckSymbolExists.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_d985f.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_d985f.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_d985f.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c:12:19: error: use of undeclared identifier 'strcmpi'
return ((int*)(&strcmpi))[argc];
^
1 error generated.
ninja: build stopped: subcommand failed.
File /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <stdint.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef strcmpi
return ((int*)(&strcmpi))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the strncmpi exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_f9ebe && [1/2] Building C object CMakeFiles/cmTC_f9ebe.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_f9ebe.dir/CheckSymbolExists.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_f9ebe.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_f9ebe.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_f9ebe.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c:12:19: error: use of undeclared identifier 'strncmpi'
return ((int*)(&strncmpi))[argc];
^
1 error generated.
ninja: build stopped: subcommand failed.
File /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <stdint.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef strncmpi
return ((int*)(&strncmpi))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the alarm exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_430af && [1/2] Building C object CMakeFiles/cmTC_430af.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_430af.dir/CheckSymbolExists.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_430af.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_430af.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_430af.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c:12:19: error: use of undeclared identifier 'alarm'
return ((int*)(&alarm))[argc];
^
1 error generated.
ninja: build stopped: subcommand failed.
File /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <stdint.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef alarm
return ((int*)(&alarm))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the gethostbyaddr exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_e6fda && [1/2] Building C object CMakeFiles/cmTC_e6fda.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_e6fda.dir/CheckSymbolExists.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_e6fda.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_e6fda.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_e6fda.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c:12:19: error: use of undeclared identifier 'gethostbyaddr'
return ((int*)(&gethostbyaddr))[argc];
^
1 error generated.
ninja: build stopped: subcommand failed.
File /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <stdint.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef gethostbyaddr
return ((int*)(&gethostbyaddr))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the gethostbyaddr_r exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_a02ff && [1/2] Building C object CMakeFiles/cmTC_a02ff.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_a02ff.dir/CheckSymbolExists.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_a02ff.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_a02ff.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_a02ff.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c:12:19: error: use of undeclared identifier 'gethostbyaddr_r'
return ((int*)(&gethostbyaddr_r))[argc];
^
1 error generated.
ninja: build stopped: subcommand failed.
File /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <stdint.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef gethostbyaddr_r
return ((int*)(&gethostbyaddr_r))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the gettimeofday exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_fd3c8 && [1/2] Building C object CMakeFiles/cmTC_fd3c8.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_fd3c8.dir/CheckSymbolExists.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_fd3c8.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_fd3c8.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_fd3c8.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c:12:19: error: use of undeclared identifier 'gettimeofday'
return ((int*)(&gettimeofday))[argc];
^
1 error generated.
ninja: build stopped: subcommand failed.
File /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <stdint.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef gettimeofday
return ((int*)(&gettimeofday))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the inet_addr exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_b2188 && [1/2] Building C object CMakeFiles/cmTC_b2188.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_b2188.dir/CheckSymbolExists.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_b2188.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_b2188.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_b2188.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c:12:19: error: use of undeclared identifier 'inet_addr'
return ((int*)(&inet_addr))[argc];
^
1 error generated.
ninja: build stopped: subcommand failed.
File /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <stdint.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef inet_addr
return ((int*)(&inet_addr))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the inet_ntoa exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_5a034 && [1/2] Building C object CMakeFiles/cmTC_5a034.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_5a034.dir/CheckSymbolExists.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_5a034.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_5a034.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_5a034.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c:12:19: error: use of undeclared identifier 'inet_ntoa'
return ((int*)(&inet_ntoa))[argc];
^
1 error generated.
ninja: build stopped: subcommand failed.
File /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <stdint.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef inet_ntoa
return ((int*)(&inet_ntoa))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the inet_ntoa_r exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_f2faf && [1/2] Building C object CMakeFiles/cmTC_f2faf.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_f2faf.dir/CheckSymbolExists.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_f2faf.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_f2faf.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_f2faf.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c:12:19: error: use of undeclared identifier 'inet_ntoa_r'
return ((int*)(&inet_ntoa_r))[argc];
^
1 error generated.
ninja: build stopped: subcommand failed.
File /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <stdint.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef inet_ntoa_r
return ((int*)(&inet_ntoa_r))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the tcsetattr exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_3d92c && [1/2] Building C object CMakeFiles/cmTC_3d92c.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_3d92c.dir/CheckSymbolExists.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_3d92c.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_3d92c.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_3d92c.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c:12:19: error: use of undeclared identifier 'tcsetattr'
return ((int*)(&tcsetattr))[argc];
^
1 error generated.
ninja: build stopped: subcommand failed.
File /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <stdint.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef tcsetattr
return ((int*)(&tcsetattr))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the tcgetattr exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_fdb72 && [1/2] Building C object CMakeFiles/cmTC_fdb72.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_fdb72.dir/CheckSymbolExists.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_fdb72.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_fdb72.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_fdb72.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c:12:19: error: use of undeclared identifier 'tcgetattr'
return ((int*)(&tcgetattr))[argc];
^
1 error generated.
ninja: build stopped: subcommand failed.
File /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <stdint.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef tcgetattr
return ((int*)(&tcgetattr))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the perror exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_364b9 && [1/2] Building C object CMakeFiles/cmTC_364b9.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_364b9.dir/CheckSymbolExists.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_364b9.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_364b9.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_364b9.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c:12:19: error: use of undeclared identifier 'perror'
return ((int*)(&perror))[argc];
^
1 error generated.
ninja: build stopped: subcommand failed.
File /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <stdint.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef perror
return ((int*)(&perror))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the closesocket exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_776f8 && [1/2] Building C object CMakeFiles/cmTC_776f8.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_776f8.dir/CheckSymbolExists.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_776f8.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_776f8.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_776f8.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c:12:19: error: use of undeclared identifier 'closesocket'
return ((int*)(&closesocket))[argc];
^
1 error generated.
ninja: build stopped: subcommand failed.
File /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <stdint.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef closesocket
return ((int*)(&closesocket))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the setvbuf exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_c2819 && [1/2] Building C object CMakeFiles/cmTC_c2819.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_c2819.dir/CheckSymbolExists.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_c2819.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_c2819.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_c2819.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c:12:19: error: use of undeclared identifier 'setvbuf'
return ((int*)(&setvbuf))[argc];
^
1 error generated.
ninja: build stopped: subcommand failed.
File /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <stdint.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef setvbuf
return ((int*)(&setvbuf))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the sigsetjmp exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_9b190 && [1/2] Building C object CMakeFiles/cmTC_9b190.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_9b190.dir/CheckSymbolExists.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_9b190.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_9b190.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_9b190.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c:12:19: error: use of undeclared identifier 'sigsetjmp'
return ((int*)(&sigsetjmp))[argc];
^
1 error generated.
ninja: build stopped: subcommand failed.
File /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <stdint.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef sigsetjmp
return ((int*)(&sigsetjmp))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the getpass_r exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_63b28 && [1/2] Building C object CMakeFiles/cmTC_63b28.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_63b28.dir/CheckSymbolExists.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_63b28.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_63b28.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_63b28.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c:12:19: error: use of undeclared identifier 'getpass_r'
return ((int*)(&getpass_r))[argc];
^
1 error generated.
ninja: build stopped: subcommand failed.
File /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <stdint.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef getpass_r
return ((int*)(&getpass_r))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the strlcat exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_189fe && [1/2] Building C object CMakeFiles/cmTC_189fe.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_189fe.dir/CheckSymbolExists.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_189fe.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_189fe.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_189fe.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c:12:19: error: implicitly declaring library function 'strlcat' with type 'unsigned long (char *, const char *, unsigned long)' [-Werror,-Wimplicit-function-declaration]
return ((int*)(&strlcat))[argc];
^
CheckSymbolExists.c:12:19: note: include the header <string.h> or explicitly provide a declaration for 'strlcat'
1 error generated.
ninja: build stopped: subcommand failed.
File /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <stdint.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef strlcat
return ((int*)(&strlcat))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the getpwuid exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_ca8ce && [1/2] Building C object CMakeFiles/cmTC_ca8ce.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_ca8ce.dir/CheckSymbolExists.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_ca8ce.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_ca8ce.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_ca8ce.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c:12:19: error: use of undeclared identifier 'getpwuid'
return ((int*)(&getpwuid))[argc];
^
1 error generated.
ninja: build stopped: subcommand failed.
File /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <stdint.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef getpwuid
return ((int*)(&getpwuid))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the geteuid exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_c0894 && [1/2] Building C object CMakeFiles/cmTC_c0894.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_c0894.dir/CheckSymbolExists.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_c0894.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_c0894.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_c0894.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c:12:19: error: use of undeclared identifier 'geteuid'
return ((int*)(&geteuid))[argc];
^
1 error generated.
ninja: build stopped: subcommand failed.
File /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <stdint.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef geteuid
return ((int*)(&geteuid))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the utime exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_200af && [1/2] Building C object CMakeFiles/cmTC_200af.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_200af.dir/CheckSymbolExists.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_200af.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_200af.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_200af.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c:12:19: error: use of undeclared identifier 'utime'
return ((int*)(&utime))[argc];
^
1 error generated.
ninja: build stopped: subcommand failed.
File /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <stdint.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef utime
return ((int*)(&utime))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the gmtime_r exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_f7251 && [1/2] Building C object CMakeFiles/cmTC_f7251.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_f7251.dir/CheckSymbolExists.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_f7251.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_f7251.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_f7251.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c:12:19: error: use of undeclared identifier 'gmtime_r'
return ((int*)(&gmtime_r))[argc];
^
1 error generated.
ninja: build stopped: subcommand failed.
File /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <stdint.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef gmtime_r
return ((int*)(&gmtime_r))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the localtime_r exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_976df && [1/2] Building C object CMakeFiles/cmTC_976df.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_976df.dir/CheckSymbolExists.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_976df.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_976df.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_976df.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c:12:19: error: use of undeclared identifier 'localtime_r'
return ((int*)(&localtime_r))[argc];
^
1 error generated.
ninja: build stopped: subcommand failed.
File /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <stdint.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef localtime_r
return ((int*)(&localtime_r))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the gethostbyname exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_6ca8b && [1/2] Building C object CMakeFiles/cmTC_6ca8b.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_6ca8b.dir/CheckSymbolExists.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_6ca8b.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_6ca8b.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_6ca8b.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c:12:19: error: use of undeclared identifier 'gethostbyname'
return ((int*)(&gethostbyname))[argc];
^
1 error generated.
ninja: build stopped: subcommand failed.
File /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <stdint.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef gethostbyname
return ((int*)(&gethostbyname))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the gethostbyname_r exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_c3abd && [1/2] Building C object CMakeFiles/cmTC_c3abd.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_c3abd.dir/CheckSymbolExists.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_c3abd.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_c3abd.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_c3abd.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c:12:19: error: use of undeclared identifier 'gethostbyname_r'
return ((int*)(&gethostbyname_r))[argc];
^
1 error generated.
ninja: build stopped: subcommand failed.
File /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <stdint.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef gethostbyname_r
return ((int*)(&gethostbyname_r))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the signal exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_33f29 && [1/2] Building C object CMakeFiles/cmTC_33f29.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_33f29.dir/CheckSymbolExists.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_33f29.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_33f29.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_33f29.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c:12:19: error: use of undeclared identifier 'signal'
return ((int*)(&signal))[argc];
^
1 error generated.
ninja: build stopped: subcommand failed.
File /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <stdint.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef signal
return ((int*)(&signal))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the SIGALRM exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_d54dd && [1/2] Building C object CMakeFiles/cmTC_d54dd.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_d54dd.dir/CheckSymbolExists.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_d54dd.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_d54dd.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_d54dd.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c:12:19: error: use of undeclared identifier 'SIGALRM'
return ((int*)(&SIGALRM))[argc];
^
1 error generated.
ninja: build stopped: subcommand failed.
File /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <stdint.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef SIGALRM
return ((int*)(&SIGALRM))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the strtoll exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_03f8e && [1/2] Building C object CMakeFiles/cmTC_03f8e.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_03f8e.dir/CheckSymbolExists.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_03f8e.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_03f8e.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_03f8e.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c:12:19: error: implicitly declaring library function 'strtoll' with type 'long long (const char *, char **, int)' [-Werror,-Wimplicit-function-declaration]
return ((int*)(&strtoll))[argc];
^
CheckSymbolExists.c:12:19: note: include the header <stdlib.h> or explicitly provide a declaration for 'strtoll'
1 error generated.
ninja: build stopped: subcommand failed.
File /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <stdint.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef strtoll
return ((int*)(&strtoll))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the _strtoi64 exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_a8e7f && [1/2] Building C object CMakeFiles/cmTC_a8e7f.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_a8e7f.dir/CheckSymbolExists.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_a8e7f.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_a8e7f.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_a8e7f.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c:12:19: error: use of undeclared identifier '_strtoi64'
return ((int*)(&_strtoi64))[argc];
^
1 error generated.
ninja: build stopped: subcommand failed.
File /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <stdint.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef _strtoi64
return ((int*)(&_strtoi64))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the strerror_r exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_a42d0 && [1/2] Building C object CMakeFiles/cmTC_a42d0.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_a42d0.dir/CheckSymbolExists.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_a42d0.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_a42d0.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_a42d0.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c:12:19: error: use of undeclared identifier 'strerror_r'
return ((int*)(&strerror_r))[argc];
^
1 error generated.
ninja: build stopped: subcommand failed.
File /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <stdint.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef strerror_r
return ((int*)(&strerror_r))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the siginterrupt exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_2ba75 && [1/2] Building C object CMakeFiles/cmTC_2ba75.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_2ba75.dir/CheckSymbolExists.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_2ba75.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_2ba75.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_2ba75.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c:12:19: error: use of undeclared identifier 'siginterrupt'
return ((int*)(&siginterrupt))[argc];
^
1 error generated.
ninja: build stopped: subcommand failed.
File /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <stdint.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef siginterrupt
return ((int*)(&siginterrupt))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the fork exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_3e288 && [1/2] Building C object CMakeFiles/cmTC_3e288.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_3e288.dir/CheckSymbolExists.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_3e288.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_3e288.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_3e288.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c:12:19: error: use of undeclared identifier 'fork'
return ((int*)(&fork))[argc];
^
1 error generated.
ninja: build stopped: subcommand failed.
File /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <stdint.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef fork
return ((int*)(&fork))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the freeaddrinfo exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_cc7be && [1/2] Building C object CMakeFiles/cmTC_cc7be.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_cc7be.dir/CheckSymbolExists.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_cc7be.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_cc7be.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_cc7be.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c:12:19: error: use of undeclared identifier 'freeaddrinfo'
return ((int*)(&freeaddrinfo))[argc];
^
1 error generated.
ninja: build stopped: subcommand failed.
File /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <stdint.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef freeaddrinfo
return ((int*)(&freeaddrinfo))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the freeifaddrs exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_1f399 && [1/2] Building C object CMakeFiles/cmTC_1f399.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_1f399.dir/CheckSymbolExists.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_1f399.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_1f399.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_1f399.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c:12:19: error: use of undeclared identifier 'freeifaddrs'
return ((int*)(&freeifaddrs))[argc];
^
1 error generated.
ninja: build stopped: subcommand failed.
File /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <stdint.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef freeifaddrs
return ((int*)(&freeifaddrs))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the pipe exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_1741e && [1/2] Building C object CMakeFiles/cmTC_1741e.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_1741e.dir/CheckSymbolExists.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_1741e.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_1741e.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_1741e.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c:12:19: error: use of undeclared identifier 'pipe'
return ((int*)(&pipe))[argc];
^
1 error generated.
ninja: build stopped: subcommand failed.
File /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <stdint.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef pipe
return ((int*)(&pipe))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the ftruncate exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_625f5 && [1/2] Building C object CMakeFiles/cmTC_625f5.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_625f5.dir/CheckSymbolExists.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_625f5.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_625f5.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_625f5.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c:12:19: error: use of undeclared identifier 'ftruncate'
return ((int*)(&ftruncate))[argc];
^
1 error generated.
ninja: build stopped: subcommand failed.
File /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <stdint.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef ftruncate
return ((int*)(&ftruncate))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the getprotobyname exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_35787 && [1/2] Building C object CMakeFiles/cmTC_35787.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_35787.dir/CheckSymbolExists.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_35787.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_35787.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_35787.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c:12:19: error: use of undeclared identifier 'getprotobyname'
return ((int*)(&getprotobyname))[argc];
^
1 error generated.
ninja: build stopped: subcommand failed.
File /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <stdint.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef getprotobyname
return ((int*)(&getprotobyname))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the getrlimit exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_3b751 && [1/2] Building C object CMakeFiles/cmTC_3b751.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_3b751.dir/CheckSymbolExists.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_3b751.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_3b751.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_3b751.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c:12:19: error: use of undeclared identifier 'getrlimit'
return ((int*)(&getrlimit))[argc];
^
1 error generated.
ninja: build stopped: subcommand failed.
File /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <stdint.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef getrlimit
return ((int*)(&getrlimit))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the idn_free exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_a15ab && [1/2] Building C object CMakeFiles/cmTC_a15ab.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_a15ab.dir/CheckSymbolExists.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_a15ab.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_a15ab.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_a15ab.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c:12:19: error: use of undeclared identifier 'idn_free'
return ((int*)(&idn_free))[argc];
^
1 error generated.
ninja: build stopped: subcommand failed.
File /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <stdint.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef idn_free
return ((int*)(&idn_free))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the idna_strerror exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_4b482 && [1/2] Building C object CMakeFiles/cmTC_4b482.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_4b482.dir/CheckSymbolExists.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_4b482.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_4b482.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_4b482.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c:12:19: error: use of undeclared identifier 'idna_strerror'
return ((int*)(&idna_strerror))[argc];
^
1 error generated.
ninja: build stopped: subcommand failed.
File /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <stdint.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef idna_strerror
return ((int*)(&idna_strerror))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the tld_strerror exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_2e182 && [1/2] Building C object CMakeFiles/cmTC_2e182.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_2e182.dir/CheckSymbolExists.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_2e182.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_2e182.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_2e182.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c:12:19: error: use of undeclared identifier 'tld_strerror'
return ((int*)(&tld_strerror))[argc];
^
1 error generated.
ninja: build stopped: subcommand failed.
File /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <stdint.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef tld_strerror
return ((int*)(&tld_strerror))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the setlocale exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_420f3 && [1/2] Building C object CMakeFiles/cmTC_420f3.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_420f3.dir/CheckSymbolExists.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_420f3.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_420f3.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_420f3.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c:12:19: error: use of undeclared identifier 'setlocale'
return ((int*)(&setlocale))[argc];
^
1 error generated.
ninja: build stopped: subcommand failed.
File /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <stdint.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef setlocale
return ((int*)(&setlocale))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the setrlimit exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_741a1 && [1/2] Building C object CMakeFiles/cmTC_741a1.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_741a1.dir/CheckSymbolExists.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_741a1.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_741a1.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_741a1.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c:12:19: error: use of undeclared identifier 'setrlimit'
return ((int*)(&setrlimit))[argc];
^
1 error generated.
ninja: build stopped: subcommand failed.
File /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <stdint.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef setrlimit
return ((int*)(&setrlimit))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the fcntl exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_761df && [1/2] Building C object CMakeFiles/cmTC_761df.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_761df.dir/CheckSymbolExists.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_761df.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_761df.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_761df.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c:12:19: error: use of undeclared identifier 'fcntl'
return ((int*)(&fcntl))[argc];
^
1 error generated.
ninja: build stopped: subcommand failed.
File /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <stdint.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef fcntl
return ((int*)(&fcntl))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the ioctl exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_fe32c && [1/2] Building C object CMakeFiles/cmTC_fe32c.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_fe32c.dir/CheckSymbolExists.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_fe32c.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_fe32c.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_fe32c.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c:12:19: error: use of undeclared identifier 'ioctl'
return ((int*)(&ioctl))[argc];
^
1 error generated.
ninja: build stopped: subcommand failed.
File /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <stdint.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef ioctl
return ((int*)(&ioctl))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the setsockopt exist failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_44e35 && [1/2] Building C object CMakeFiles/cmTC_44e35.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_44e35.dir/CheckSymbolExists.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_44e35.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_44e35.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_44e35.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c:12:19: error: use of undeclared identifier 'setsockopt'
return ((int*)(&setsockopt))[argc];
^
1 error generated.
ninja: build stopped: subcommand failed.
File /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <stdint.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef setsockopt
return ((int*)(&setsockopt))[argc];
#else
(void)argc;
return 0;
#endif
}
Performing Curl Test HAVE_FCNTL_O_NONBLOCK failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_50646 && [1/2] Building C object CMakeFiles/cmTC_50646.dir/CurlTests.c.o
FAILED: CMakeFiles/cmTC_50646.dir/CurlTests.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DHAVE_FCNTL_O_NONBLOCK -DHAVE_LIMITS_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDDEF_H -DHAVE_STDINT_H -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_50646.dir/CurlTests.c.o -MF CMakeFiles/cmTC_50646.dir/CurlTests.c.o.d -o CMakeFiles/cmTC_50646.dir/CurlTests.c.o -c /Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c
/Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c:43:10: fatal error: 'sys/types.h' file not found
#include <sys/types.h>
^~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Performing Curl Test HAVE_IOCTLSOCKET failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_0e72a && [1/2] Building C object CMakeFiles/cmTC_0e72a.dir/CurlTests.c.o
FAILED: CMakeFiles/cmTC_0e72a.dir/CurlTests.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DHAVE_IOCTLSOCKET -DHAVE_LIMITS_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDDEF_H -DHAVE_STDINT_H -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_0e72a.dir/CurlTests.c.o -MF CMakeFiles/cmTC_0e72a.dir/CurlTests.c.o.d -o CMakeFiles/cmTC_0e72a.dir/CurlTests.c.o -c /Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c
/Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c:498:24: error: implicit declaration of function 'ioctlsocket' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
unsigned long flags = ioctlsocket(socket, FIONBIO, &flags);
^
/Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c:498:44: error: use of undeclared identifier 'FIONBIO'
unsigned long flags = ioctlsocket(socket, FIONBIO, &flags);
^
2 errors generated.
ninja: build stopped: subcommand failed.
Performing Curl Test HAVE_IOCTLSOCKET_CAMEL failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_25847 && [1/2] Building C object CMakeFiles/cmTC_25847.dir/CurlTests.c.o
FAILED: CMakeFiles/cmTC_25847.dir/CurlTests.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DHAVE_IOCTLSOCKET_CAMEL -DHAVE_LIMITS_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDDEF_H -DHAVE_STDINT_H -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_25847.dir/CurlTests.c.o -MF CMakeFiles/cmTC_25847.dir/CurlTests.c.o.d -o CMakeFiles/cmTC_25847.dir/CurlTests.c.o -c /Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c
/Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c:526:13: error: implicit declaration of function 'IoctlSocket' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
if(0 != IoctlSocket(0, 0, 0))
^
1 error generated.
ninja: build stopped: subcommand failed.
Performing Curl Test HAVE_IOCTLSOCKET_CAMEL_FIONBIO failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_aacba && [1/2] Building C object CMakeFiles/cmTC_aacba.dir/CurlTests.c.o
FAILED: CMakeFiles/cmTC_aacba.dir/CurlTests.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DHAVE_IOCTLSOCKET_CAMEL_FIONBIO -DHAVE_LIMITS_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDDEF_H -DHAVE_STDINT_H -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_aacba.dir/CurlTests.c.o -MF CMakeFiles/cmTC_aacba.dir/CurlTests.c.o.d -o CMakeFiles/cmTC_aacba.dir/CurlTests.c.o -c /Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c
/Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c:554:17: error: implicit declaration of function 'ioctlsocket' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
if(0 != ioctlsocket(0, FIONBIO, &flags))
^
/Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c:554:32: error: use of undeclared identifier 'FIONBIO'
if(0 != ioctlsocket(0, FIONBIO, &flags))
^
2 errors generated.
ninja: build stopped: subcommand failed.
Performing Curl Test HAVE_IOCTLSOCKET_FIONBIO failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_8a059 && [1/2] Building C object CMakeFiles/cmTC_8a059.dir/CurlTests.c.o
FAILED: CMakeFiles/cmTC_8a059.dir/CurlTests.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DHAVE_IOCTLSOCKET_FIONBIO -DHAVE_LIMITS_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDDEF_H -DHAVE_STDINT_H -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_8a059.dir/CurlTests.c.o -MF CMakeFiles/cmTC_8a059.dir/CurlTests.c.o.d -o CMakeFiles/cmTC_8a059.dir/CurlTests.c.o -c /Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c
/Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c:581:17: error: implicit declaration of function 'ioctlsocket' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
if(0 != ioctlsocket(0, FIONBIO, &flags))
^
/Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c:581:32: error: use of undeclared identifier 'FIONBIO'
if(0 != ioctlsocket(0, FIONBIO, &flags))
^
2 errors generated.
ninja: build stopped: subcommand failed.
Performing Curl Test HAVE_IOCTL_FIONBIO failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_36482 && [1/2] Building C object CMakeFiles/cmTC_36482.dir/CurlTests.c.o
FAILED: CMakeFiles/cmTC_36482.dir/CurlTests.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DHAVE_IOCTL_FIONBIO -DHAVE_LIMITS_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDDEF_H -DHAVE_STDINT_H -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_36482.dir/CurlTests.c.o -MF CMakeFiles/cmTC_36482.dir/CurlTests.c.o.d -o CMakeFiles/cmTC_36482.dir/CurlTests.c.o -c /Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c
/Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c:612:17: error: implicit declaration of function 'ioctl' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
if(0 != ioctl(0, FIONBIO, &flags))
^
/Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c:612:26: error: use of undeclared identifier 'FIONBIO'
if(0 != ioctl(0, FIONBIO, &flags))
^
2 errors generated.
ninja: build stopped: subcommand failed.
Performing Curl Test HAVE_IOCTL_SIOCGIFADDR failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_a6b06 && [1/2] Building C object CMakeFiles/cmTC_a6b06.dir/CurlTests.c.o
FAILED: CMakeFiles/cmTC_a6b06.dir/CurlTests.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DHAVE_IOCTL_SIOCGIFADDR -DHAVE_LIMITS_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDDEF_H -DHAVE_STDINT_H -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_a6b06.dir/CurlTests.c.o -MF CMakeFiles/cmTC_a6b06.dir/CurlTests.c.o.d -o CMakeFiles/cmTC_a6b06.dir/CurlTests.c.o -c /Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c
/Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c:637:10: fatal error: 'net/if.h' file not found
#include <net/if.h>
^~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Performing Curl Test HAVE_SETSOCKOPT_SO_NONBLOCK failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_73e29 && [1/2] Building C object CMakeFiles/cmTC_73e29.dir/CurlTests.c.o
FAILED: CMakeFiles/cmTC_73e29.dir/CurlTests.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DHAVE_SETSOCKOPT_SO_NONBLOCK -DHAVE_LIMITS_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDDEF_H -DHAVE_STDINT_H -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_73e29.dir/CurlTests.c.o -MF CMakeFiles/cmTC_73e29.dir/CurlTests.c.o.d -o CMakeFiles/cmTC_73e29.dir/CurlTests.c.o -c /Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c
/Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c:677:17: error: implicit declaration of function 'setsockopt' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
if(0 != setsockopt(0, SOL_SOCKET, SO_NONBLOCK, 0, 0))
^
/Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c:677:31: error: use of undeclared identifier 'SOL_SOCKET'
if(0 != setsockopt(0, SOL_SOCKET, SO_NONBLOCK, 0, 0))
^
/Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c:677:43: error: use of undeclared identifier 'SO_NONBLOCK'
if(0 != setsockopt(0, SOL_SOCKET, SO_NONBLOCK, 0, 0))
^
3 errors generated.
ninja: build stopped: subcommand failed.
Performing Curl Test HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_5c3b3 && [1/2] Building C object CMakeFiles/cmTC_5c3b3.dir/CurlTests.c.o
[2/2] Linking C executable cmTC_5c3b3
FAILED: cmTC_5c3b3
: && /Library/Developer/CommandLineTools/usr/bin/cc -DHAVE_SOCKADDR_IN6_SIN6_SCOPE_ID -DHAVE_LIMITS_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDDEF_H -DHAVE_STDINT_H -arch x86_64 -mmacosx-version-min=10.7 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_5c3b3.dir/CurlTests.c.o -o cmTC_5c3b3 -ldl -lldap && :
ld: warning: Csu support file -lcrt1.10.6.o not found, changing to target macOS 10.8 where it is not needed
Undefined symbols for architecture x86_64:
"_main", referenced from:
implicit entry/start for main executable
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
ninja: build stopped: subcommand failed.
Performing Curl Test TIME_WITH_SYS_TIME failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_94672 && [1/2] Building C object CMakeFiles/cmTC_94672.dir/CurlTests.c.o
FAILED: CMakeFiles/cmTC_94672.dir/CurlTests.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DTIME_WITH_SYS_TIME -DHAVE_LIMITS_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDDEF_H -DHAVE_STDINT_H -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_94672.dir/CurlTests.c.o -MF CMakeFiles/cmTC_94672.dir/CurlTests.c.o.d -o CMakeFiles/cmTC_94672.dir/CurlTests.c.o -c /Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c
/Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c:25:10: fatal error: 'sys/types.h' file not found
#include <sys/types.h>
^~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Performing Curl Test HAVE_O_NONBLOCK failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_a455b && [1/2] Building C object CMakeFiles/cmTC_a455b.dir/CurlTests.c.o
[2/2] Linking C executable cmTC_a455b
FAILED: cmTC_a455b
: && /Library/Developer/CommandLineTools/usr/bin/cc -DHAVE_O_NONBLOCK -DHAVE_LIMITS_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDDEF_H -DHAVE_STDINT_H -arch x86_64 -mmacosx-version-min=10.7 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_a455b.dir/CurlTests.c.o -o cmTC_a455b -ldl -lldap && :
ld: warning: Csu support file -lcrt1.10.6.o not found, changing to target macOS 10.8 where it is not needed
Undefined symbols for architecture x86_64:
"_main", referenced from:
implicit entry/start for main executable
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
ninja: build stopped: subcommand failed.
Performing Curl Test HAVE_GETHOSTBYADDR_R_5 failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_0b785 && [1/2] Building C object CMakeFiles/cmTC_0b785.dir/CurlTests.c.o
FAILED: CMakeFiles/cmTC_0b785.dir/CurlTests.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DHAVE_GETHOSTBYADDR_R_5 -DHAVE_LIMITS_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDDEF_H -DHAVE_STDINT_H -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_0b785.dir/CurlTests.c.o -MF CMakeFiles/cmTC_0b785.dir/CurlTests.c.o.d -o CMakeFiles/cmTC_0b785.dir/CurlTests.c.o -c /Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c
/Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c:75:10: fatal error: 'sys/types.h' file not found
#include <sys/types.h>
^~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Performing Curl Test HAVE_GETHOSTBYADDR_R_7 failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_f93aa && [1/2] Building C object CMakeFiles/cmTC_f93aa.dir/CurlTests.c.o
FAILED: CMakeFiles/cmTC_f93aa.dir/CurlTests.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DHAVE_GETHOSTBYADDR_R_7 -DHAVE_LIMITS_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDDEF_H -DHAVE_STDINT_H -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_f93aa.dir/CurlTests.c.o -MF CMakeFiles/cmTC_f93aa.dir/CurlTests.c.o.d -o CMakeFiles/cmTC_f93aa.dir/CurlTests.c.o -c /Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c
/Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c:118:10: fatal error: 'sys/types.h' file not found
#include <sys/types.h>
^~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Performing Curl Test HAVE_GETHOSTBYADDR_R_8 failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_bfa44 && [1/2] Building C object CMakeFiles/cmTC_bfa44.dir/CurlTests.c.o
FAILED: CMakeFiles/cmTC_bfa44.dir/CurlTests.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DHAVE_GETHOSTBYADDR_R_8 -DHAVE_LIMITS_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDDEF_H -DHAVE_STDINT_H -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_bfa44.dir/CurlTests.c.o -MF CMakeFiles/cmTC_bfa44.dir/CurlTests.c.o.d -o CMakeFiles/cmTC_bfa44.dir/CurlTests.c.o -c /Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c
/Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c:167:10: fatal error: 'sys/types.h' file not found
#include <sys/types.h>
^~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Performing Curl Test HAVE_GETHOSTBYADDR_R_5_REENTRANT failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_6183e && [1/2] Building C object CMakeFiles/cmTC_6183e.dir/CurlTests.c.o
FAILED: CMakeFiles/cmTC_6183e.dir/CurlTests.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DHAVE_GETHOSTBYADDR_R_5_REENTRANT -DHAVE_LIMITS_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDDEF_H -DHAVE_STDINT_H -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_6183e.dir/CurlTests.c.o -MF CMakeFiles/cmTC_6183e.dir/CurlTests.c.o.d -o CMakeFiles/cmTC_6183e.dir/CurlTests.c.o -c /Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c
/Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c:97:10: fatal error: 'sys/types.h' file not found
#include <sys/types.h>
^~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Performing Curl Test HAVE_GETHOSTBYADDR_R_7_REENTRANT failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_3dcdc && [1/2] Building C object CMakeFiles/cmTC_3dcdc.dir/CurlTests.c.o
FAILED: CMakeFiles/cmTC_3dcdc.dir/CurlTests.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DHAVE_GETHOSTBYADDR_R_7_REENTRANT -DHAVE_LIMITS_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDDEF_H -DHAVE_STDINT_H -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_3dcdc.dir/CurlTests.c.o -MF CMakeFiles/cmTC_3dcdc.dir/CurlTests.c.o.d -o CMakeFiles/cmTC_3dcdc.dir/CurlTests.c.o -c /Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c
/Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c:143:10: fatal error: 'sys/types.h' file not found
#include <sys/types.h>
^~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Performing Curl Test HAVE_GETHOSTBYADDR_R_8_REENTRANT failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_47bc2 && [1/2] Building C object CMakeFiles/cmTC_47bc2.dir/CurlTests.c.o
FAILED: CMakeFiles/cmTC_47bc2.dir/CurlTests.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DHAVE_GETHOSTBYADDR_R_8_REENTRANT -DHAVE_LIMITS_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDDEF_H -DHAVE_STDINT_H -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_47bc2.dir/CurlTests.c.o -MF CMakeFiles/cmTC_47bc2.dir/CurlTests.c.o.d -o CMakeFiles/cmTC_47bc2.dir/CurlTests.c.o -c /Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c
/Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c:193:10: fatal error: 'sys/types.h' file not found
#include <sys/types.h>
^~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Performing Curl Test HAVE_GETHOSTBYNAME_R_3 failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_243a9 && [1/2] Building C object CMakeFiles/cmTC_243a9.dir/CurlTests.c.o
FAILED: CMakeFiles/cmTC_243a9.dir/CurlTests.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DHAVE_GETHOSTBYNAME_R_3 -DHAVE_LIMITS_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDDEF_H -DHAVE_STDINT_H -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_243a9.dir/CurlTests.c.o -MF CMakeFiles/cmTC_243a9.dir/CurlTests.c.o.d -o CMakeFiles/cmTC_243a9.dir/CurlTests.c.o -c /Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c
/Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c:218:10: fatal error: 'string.h' file not found
#include <string.h>
^~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Performing Curl Test HAVE_GETHOSTBYNAME_R_5 failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_0b9b3 && [1/2] Building C object CMakeFiles/cmTC_0b9b3.dir/CurlTests.c.o
FAILED: CMakeFiles/cmTC_0b9b3.dir/CurlTests.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DHAVE_GETHOSTBYNAME_R_5 -DHAVE_LIMITS_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDDEF_H -DHAVE_STDINT_H -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_0b9b3.dir/CurlTests.c.o -MF CMakeFiles/cmTC_0b9b3.dir/CurlTests.c.o.d -o CMakeFiles/cmTC_0b9b3.dir/CurlTests.c.o -c /Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c
/Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c:259:10: fatal error: 'sys/types.h' file not found
#include <sys/types.h>
^~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Performing Curl Test HAVE_GETHOSTBYNAME_R_6 failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_5510b && [1/2] Building C object CMakeFiles/cmTC_5510b.dir/CurlTests.c.o
FAILED: CMakeFiles/cmTC_5510b.dir/CurlTests.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DHAVE_GETHOSTBYNAME_R_6 -DHAVE_LIMITS_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDDEF_H -DHAVE_STDINT_H -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_5510b.dir/CurlTests.c.o -MF CMakeFiles/cmTC_5510b.dir/CurlTests.c.o.d -o CMakeFiles/cmTC_5510b.dir/CurlTests.c.o -c /Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c
/Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c:296:10: fatal error: 'sys/types.h' file not found
#include <sys/types.h>
^~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Performing Curl Test HAVE_GETHOSTBYNAME_R_3_REENTRANT failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_c2144 && [1/2] Building C object CMakeFiles/cmTC_c2144.dir/CurlTests.c.o
FAILED: CMakeFiles/cmTC_c2144.dir/CurlTests.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DHAVE_GETHOSTBYNAME_R_3_REENTRANT -DHAVE_LIMITS_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDDEF_H -DHAVE_STDINT_H -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_c2144.dir/CurlTests.c.o -MF CMakeFiles/cmTC_c2144.dir/CurlTests.c.o.d -o CMakeFiles/cmTC_c2144.dir/CurlTests.c.o -c /Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c
/Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c:239:10: fatal error: 'string.h' file not found
#include <string.h>
^~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Performing Curl Test HAVE_GETHOSTBYNAME_R_5_REENTRANT failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_1fb2e && [1/2] Building C object CMakeFiles/cmTC_1fb2e.dir/CurlTests.c.o
FAILED: CMakeFiles/cmTC_1fb2e.dir/CurlTests.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DHAVE_GETHOSTBYNAME_R_5_REENTRANT -DHAVE_LIMITS_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDDEF_H -DHAVE_STDINT_H -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_1fb2e.dir/CurlTests.c.o -MF CMakeFiles/cmTC_1fb2e.dir/CurlTests.c.o.d -o CMakeFiles/cmTC_1fb2e.dir/CurlTests.c.o -c /Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c
/Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c:278:10: fatal error: 'sys/types.h' file not found
#include <sys/types.h>
^~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Performing Curl Test HAVE_GETHOSTBYNAME_R_6_REENTRANT failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_7537f && [1/2] Building C object CMakeFiles/cmTC_7537f.dir/CurlTests.c.o
FAILED: CMakeFiles/cmTC_7537f.dir/CurlTests.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DHAVE_GETHOSTBYNAME_R_6_REENTRANT -DHAVE_LIMITS_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDDEF_H -DHAVE_STDINT_H -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_7537f.dir/CurlTests.c.o -MF CMakeFiles/cmTC_7537f.dir/CurlTests.c.o.d -o CMakeFiles/cmTC_7537f.dir/CurlTests.c.o -c /Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c
/Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c:315:10: fatal error: 'sys/types.h' file not found
#include <sys/types.h>
^~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Performing Curl Test HAVE_SOCKLEN_T failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_e7d97 && [1/2] Building C object CMakeFiles/cmTC_e7d97.dir/CurlTests.c.o
FAILED: CMakeFiles/cmTC_e7d97.dir/CurlTests.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DHAVE_SOCKLEN_T -DHAVE_LIMITS_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDDEF_H -DHAVE_STDINT_H -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_e7d97.dir/CurlTests.c.o -MF CMakeFiles/cmTC_e7d97.dir/CurlTests.c.o.d -o CMakeFiles/cmTC_e7d97.dir/CurlTests.c.o -c /Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c
/Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c:336:10: fatal error: 'sys/types.h' file not found
#include <sys/types.h>
^~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Performing Curl Test HAVE_IN_ADDR_T failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_5cc54 && [1/2] Building C object CMakeFiles/cmTC_5cc54.dir/CurlTests.c.o
FAILED: CMakeFiles/cmTC_5cc54.dir/CurlTests.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DHAVE_IN_ADDR_T -DHAVE_LIMITS_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDDEF_H -DHAVE_STDINT_H -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_5cc54.dir/CurlTests.c.o -MF CMakeFiles/cmTC_5cc54.dir/CurlTests.c.o.d -o CMakeFiles/cmTC_5cc54.dir/CurlTests.c.o -c /Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c
/Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c:351:10: fatal error: 'sys/types.h' file not found
#include <sys/types.h>
^~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Performing Curl Test RETSIGTYPE_TEST failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_891f9 && [1/2] Building C object CMakeFiles/cmTC_891f9.dir/CurlTests.c.o
FAILED: CMakeFiles/cmTC_891f9.dir/CurlTests.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DRETSIGTYPE_TEST -DHAVE_LIMITS_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDDEF_H -DHAVE_STDINT_H -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_891f9.dir/CurlTests.c.o -MF CMakeFiles/cmTC_891f9.dir/CurlTests.c.o.d -o CMakeFiles/cmTC_891f9.dir/CurlTests.c.o -c /Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c
/Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c:392:10: fatal error: 'sys/types.h' file not found
#include <sys/types.h>
^~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Performing Curl Test HAVE_INET_NTOA_R_DECL failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_1822e && [1/2] Building C object CMakeFiles/cmTC_1822e.dir/CurlTests.c.o
FAILED: CMakeFiles/cmTC_1822e.dir/CurlTests.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DHAVE_INET_NTOA_R_DECL -DHAVE_LIMITS_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDDEF_H -DHAVE_STDINT_H -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_1822e.dir/CurlTests.c.o -MF CMakeFiles/cmTC_1822e.dir/CurlTests.c.o.d -o CMakeFiles/cmTC_1822e.dir/CurlTests.c.o -c /Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c
/Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c:410:10: fatal error: 'arpa/inet.h' file not found
#include <arpa/inet.h>
^~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Performing Curl Test HAVE_INET_NTOA_R_DECL_REENTRANT failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_d0d7b && [1/2] Building C object CMakeFiles/cmTC_d0d7b.dir/CurlTests.c.o
FAILED: CMakeFiles/cmTC_d0d7b.dir/CurlTests.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DHAVE_INET_NTOA_R_DECL_REENTRANT -DHAVE_LIMITS_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDDEF_H -DHAVE_STDINT_H -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_d0d7b.dir/CurlTests.c.o -MF CMakeFiles/cmTC_d0d7b.dir/CurlTests.c.o.d -o CMakeFiles/cmTC_d0d7b.dir/CurlTests.c.o -c /Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c
/Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c:425:10: fatal error: 'arpa/inet.h' file not found
#include <arpa/inet.h>
^~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Performing Curl Test HAVE_GETADDRINFO failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_03f4b && [1/2] Building C object CMakeFiles/cmTC_03f4b.dir/CurlTests.c.o
FAILED: CMakeFiles/cmTC_03f4b.dir/CurlTests.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DHAVE_GETADDRINFO -DHAVE_LIMITS_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDDEF_H -DHAVE_STDINT_H -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_03f4b.dir/CurlTests.c.o -MF CMakeFiles/cmTC_03f4b.dir/CurlTests.c.o.d -o CMakeFiles/cmTC_03f4b.dir/CurlTests.c.o -c /Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c
/Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c:439:10: fatal error: 'netdb.h' file not found
#include <netdb.h>
^~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Performing Curl Test HAVE_FILE_OFFSET_BITS failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_da5c3 && [1/2] Building C object CMakeFiles/cmTC_da5c3.dir/CurlTests.c.o
FAILED: CMakeFiles/cmTC_da5c3.dir/CurlTests.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DHAVE_FILE_OFFSET_BITS -DHAVE_LIMITS_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDDEF_H -DHAVE_STDINT_H -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_da5c3.dir/CurlTests.c.o -MF CMakeFiles/cmTC_da5c3.dir/CurlTests.c.o.d -o CMakeFiles/cmTC_da5c3.dir/CurlTests.c.o -c /Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c
/Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c:465:10: fatal error: 'sys/types.h' file not found
#include <sys/types.h>
^~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Performing Curl Test HAVE_GLIBC_STRERROR_R failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_b4c91 && [1/2] Building C object CMakeFiles/cmTC_b4c91.dir/CurlTests.c.o
FAILED: CMakeFiles/cmTC_b4c91.dir/CurlTests.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DHAVE_GLIBC_STRERROR_R -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_b4c91.dir/CurlTests.c.o -MF CMakeFiles/cmTC_b4c91.dir/CurlTests.c.o.d -o CMakeFiles/cmTC_b4c91.dir/CurlTests.c.o -c /Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c
/Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c:684:10: fatal error: 'string.h' file not found
#include <string.h>
^~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Performing Curl Test HAVE_POSIX_STRERROR_R failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_dadda && [1/2] Building C object CMakeFiles/cmTC_dadda.dir/CurlTests.c.o
FAILED: CMakeFiles/cmTC_dadda.dir/CurlTests.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DHAVE_POSIX_STRERROR_R -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_dadda.dir/CurlTests.c.o -MF CMakeFiles/cmTC_dadda.dir/CurlTests.c.o.d -o CMakeFiles/cmTC_dadda.dir/CurlTests.c.o -c /Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c
/Users/simonb/aseprite/third_party/curl/CMake/CurlTests.c:698:10: fatal error: 'string.h' file not found
#include <string.h>
^~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Determining size of curl_off_t failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_662f1 && [1/2] Building C object CMakeFiles/cmTC_662f1.dir/SIZEOF_CURL_OFF_T.c.o
FAILED: CMakeFiles/cmTC_662f1.dir/SIZEOF_CURL_OFF_T.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -D_FILE_OFFSET_BITS=64 -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_662f1.dir/SIZEOF_CURL_OFF_T.c.o -MF CMakeFiles/cmTC_662f1.dir/SIZEOF_CURL_OFF_T.c.o.d -o CMakeFiles/cmTC_662f1.dir/SIZEOF_CURL_OFF_T.c.o -c /Users/simonb/aseprite/build/CMakeFiles/CheckTypeSize/SIZEOF_CURL_OFF_T.c
/Users/simonb/aseprite/build/CMakeFiles/CheckTypeSize/SIZEOF_CURL_OFF_T.c:3:10: fatal error: '/Users/simonb/aseprite/third_party/curl/curl/curl.h' file not found
#include "/Users/simonb/aseprite/third_party/curl/curl/curl.h"
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
/Users/simonb/aseprite/build/CMakeFiles/CheckTypeSize/SIZEOF_CURL_OFF_T.c:
#include <stdint.h>
#include <stddef.h>
#include "/Users/simonb/aseprite/third_party/curl/curl/curl.h"
#undef KEY
#if defined(__i386)
# define KEY '_','_','i','3','8','6'
#elif defined(__x86_64)
# define KEY '_','_','x','8','6','_','6','4'
#elif defined(__PPC64__)
# define KEY '_','_','P','P','C','6','4','_','_'
#elif defined(__ppc64__)
# define KEY '_','_','p','p','c','6','4','_','_'
#elif defined(__PPC__)
# define KEY '_','_','P','P','C','_','_'
#elif defined(__ppc__)
# define KEY '_','_','p','p','c','_','_'
#elif defined(__aarch64__)
# define KEY '_','_','a','a','r','c','h','6','4','_','_'
#elif defined(__ARM_ARCH_7A__)
# define KEY '_','_','A','R','M','_','A','R','C','H','_','7','A','_','_'
#elif defined(__ARM_ARCH_7S__)
# define KEY '_','_','A','R','M','_','A','R','C','H','_','7','S','_','_'
#endif
#define SIZE (sizeof(curl_off_t))
static 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 curl_cv_recv failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_c6115 && [1/2] Building C object CMakeFiles/cmTC_c6115.dir/src.c.o
FAILED: CMakeFiles/cmTC_c6115.dir/src.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -Dcurl_cv_recv -arch x86_64 -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_c6115.dir/src.c.o -MF CMakeFiles/cmTC_c6115.dir/src.c.o.d -o CMakeFiles/cmTC_c6115.dir/src.c.o -c src.c
src.c:8:14: error: implicit declaration of function 'recv' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
int main() { recv(0, 0, 0, 0) ; return 0; }
^
1 error generated.
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#define __unused5 1
int main() { recv(0, 0, 0, 0) ; return 0; }
Performing C SOURCE FILE Test WEBP_HAVE_FLAG_SSE41 failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_8b5a2 && [1/2] Building C object CMakeFiles/cmTC_8b5a2.dir/src.c.o
FAILED: CMakeFiles/cmTC_8b5a2.dir/src.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -I/Users/simonb/aseprite/third_party/libwebp -DWEBP_HAVE_FLAG_SSE41 -arch x86_64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_8b5a2.dir/src.c.o -MF CMakeFiles/cmTC_8b5a2.dir/src.c.o.d -o CMakeFiles/cmTC_8b5a2.dir/src.c.o -c src.c
src.c:5:9: error: use of undeclared identifier 'this'
this is not valid code
^
1 error generated.
ninja: build stopped: subcommand failed.
Source file was:
#include "/Users/simonb/aseprite/third_party/libwebp/cmake/../src/dsp/dsp.h"
int main(void) {
#if !defined(WEBP_USE_SSE41)
this is not valid code
#endif
return 0;
}
Performing C SOURCE FILE Test WEBP_HAVE_FLAG_MIPS32 failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_16ae9 && [1/2] Building C object CMakeFiles/cmTC_16ae9.dir/src.c.o
FAILED: CMakeFiles/cmTC_16ae9.dir/src.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -I/Users/simonb/aseprite/third_party/libwebp -DWEBP_HAVE_FLAG_MIPS32 -arch x86_64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_16ae9.dir/src.c.o -MF CMakeFiles/cmTC_16ae9.dir/src.c.o.d -o CMakeFiles/cmTC_16ae9.dir/src.c.o -c src.c
src.c:5:9: error: use of undeclared identifier 'this'
this is not valid code
^
1 error generated.
ninja: build stopped: subcommand failed.
Source file was:
#include "/Users/simonb/aseprite/third_party/libwebp/cmake/../src/dsp/dsp.h"
int main(void) {
#if !defined(WEBP_USE_MIPS32)
this is not valid code
#endif
return 0;
}
Performing C SOURCE FILE Test WEBP_HAVE_FLAG_MIPS32 failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_c9fd1 && [1/2] Building C object CMakeFiles/cmTC_c9fd1.dir/src.c.o
FAILED: CMakeFiles/cmTC_c9fd1.dir/src.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -I/Users/simonb/aseprite/third_party/libwebp -DWEBP_HAVE_FLAG_MIPS32 -mips32 -arch x86_64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_c9fd1.dir/src.c.o -MF CMakeFiles/cmTC_c9fd1.dir/src.c.o.d -o CMakeFiles/cmTC_c9fd1.dir/src.c.o -c src.c
error: unknown target CPU 'mips32'
note: valid target CPU values are: nocona, core2, penryn, bonnell, atom, silvermont, slm, goldmont, goldmont-plus, tremont, nehalem, corei7, westmere, sandybridge, corei7-avx, ivybridge, core-avx-i, haswell, core-avx2, broadwell, skylake, skylake-avx512, skx, cascadelake, cooperlake, cannonlake, icelake-client, icelake-server, tigerlake, knl, knm, k8, athlon64, athlon-fx, opteron, k8-sse3, athlon64-sse3, opteron-sse3, amdfam10, barcelona, btver1, btver2, bdver1, bdver2, bdver3, bdver4, znver1, znver2, x86-64
ninja: build stopped: subcommand failed.
Source file was:
#include "/Users/simonb/aseprite/third_party/libwebp/cmake/../src/dsp/dsp.h"
int main(void) {
#if !defined(WEBP_USE_MIPS32)
this is not valid code
#endif
return 0;
}
Performing C SOURCE FILE Test WEBP_HAVE_FLAG_MIPS_DSP_R2 failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_a58f3 && [1/2] Building C object CMakeFiles/cmTC_a58f3.dir/src.c.o
FAILED: CMakeFiles/cmTC_a58f3.dir/src.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -I/Users/simonb/aseprite/third_party/libwebp -DWEBP_HAVE_FLAG_MIPS_DSP_R2 -arch x86_64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_a58f3.dir/src.c.o -MF CMakeFiles/cmTC_a58f3.dir/src.c.o.d -o CMakeFiles/cmTC_a58f3.dir/src.c.o -c src.c
src.c:5:9: error: use of undeclared identifier 'this'
this is not valid code
^
1 error generated.
ninja: build stopped: subcommand failed.
Source file was:
#include "/Users/simonb/aseprite/third_party/libwebp/cmake/../src/dsp/dsp.h"
int main(void) {
#if !defined(WEBP_USE_MIPS_DSP_R2)
this is not valid code
#endif
return 0;
}
Performing C SOURCE FILE Test WEBP_HAVE_FLAG_MIPS_DSP_R2 failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_84cc9 && [1/2] Building C object CMakeFiles/cmTC_84cc9.dir/src.c.o
FAILED: CMakeFiles/cmTC_84cc9.dir/src.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -I/Users/simonb/aseprite/third_party/libwebp -DWEBP_HAVE_FLAG_MIPS_DSP_R2 -mdspr2 -arch x86_64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_84cc9.dir/src.c.o -MF CMakeFiles/cmTC_84cc9.dir/src.c.o.d -o CMakeFiles/cmTC_84cc9.dir/src.c.o -c src.c
clang: warning: argument unused during compilation: '-mdspr2' [-Wunused-command-line-argument]
src.c:5:9: error: use of undeclared identifier 'this'
this is not valid code
^
1 error generated.
ninja: build stopped: subcommand failed.
Source file was:
#include "/Users/simonb/aseprite/third_party/libwebp/cmake/../src/dsp/dsp.h"
int main(void) {
#if !defined(WEBP_USE_MIPS_DSP_R2)
this is not valid code
#endif
return 0;
}
Performing C SOURCE FILE Test WEBP_HAVE_FLAG_NEON failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_dc4c1 && [1/2] Building C object CMakeFiles/cmTC_dc4c1.dir/src.c.o
FAILED: CMakeFiles/cmTC_dc4c1.dir/src.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -I/Users/simonb/aseprite/third_party/libwebp -mno-dspr2 -DWEBP_HAVE_FLAG_NEON -arch x86_64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_dc4c1.dir/src.c.o -MF CMakeFiles/cmTC_dc4c1.dir/src.c.o.d -o CMakeFiles/cmTC_dc4c1.dir/src.c.o -c src.c
clang: warning: argument unused during compilation: '-mno-dspr2' [-Wunused-command-line-argument]
src.c:5:9: error: use of undeclared identifier 'this'
this is not valid code
^
1 error generated.
ninja: build stopped: subcommand failed.
Source file was:
#include "/Users/simonb/aseprite/third_party/libwebp/cmake/../src/dsp/dsp.h"
int main(void) {
#if !defined(WEBP_USE_NEON)
this is not valid code
#endif
return 0;
}
Performing C SOURCE FILE Test WEBP_HAVE_FLAG_NEON failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_da146 && [1/2] Building C object CMakeFiles/cmTC_da146.dir/src.c.o
FAILED: CMakeFiles/cmTC_da146.dir/src.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -I/Users/simonb/aseprite/third_party/libwebp -mno-dspr2 -DWEBP_HAVE_FLAG_NEON -mfpu=neon -arch x86_64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_da146.dir/src.c.o -MF CMakeFiles/cmTC_da146.dir/src.c.o.d -o CMakeFiles/cmTC_da146.dir/src.c.o -c src.c
clang: warning: argument unused during compilation: '-mno-dspr2' [-Wunused-command-line-argument]
clang: warning: argument unused during compilation: '-mfpu=neon' [-Wunused-command-line-argument]
src.c:5:9: error: use of undeclared identifier 'this'
this is not valid code
^
1 error generated.
ninja: build stopped: subcommand failed.
Source file was:
#include "/Users/simonb/aseprite/third_party/libwebp/cmake/../src/dsp/dsp.h"
int main(void) {
#if !defined(WEBP_USE_NEON)
this is not valid code
#endif
return 0;
}
Performing C SOURCE FILE Test WEBP_HAVE_FLAG_MSA failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_3dcd1 && [1/2] Building C object CMakeFiles/cmTC_3dcd1.dir/src.c.o
FAILED: CMakeFiles/cmTC_3dcd1.dir/src.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -I/Users/simonb/aseprite/third_party/libwebp -mno-dspr2 -DWEBP_HAVE_FLAG_MSA -arch x86_64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_3dcd1.dir/src.c.o -MF CMakeFiles/cmTC_3dcd1.dir/src.c.o.d -o CMakeFiles/cmTC_3dcd1.dir/src.c.o -c src.c
clang: warning: argument unused during compilation: '-mno-dspr2' [-Wunused-command-line-argument]
src.c:5:9: error: use of undeclared identifier 'this'
this is not valid code
^
1 error generated.
ninja: build stopped: subcommand failed.
Source file was:
#include "/Users/simonb/aseprite/third_party/libwebp/cmake/../src/dsp/dsp.h"
int main(void) {
#if !defined(WEBP_USE_MSA)
this is not valid code
#endif
return 0;
}
Performing C SOURCE FILE Test WEBP_HAVE_FLAG_MSA failed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_69780 && [1/2] Building C object CMakeFiles/cmTC_69780.dir/src.c.o
FAILED: CMakeFiles/cmTC_69780.dir/src.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -I/Users/simonb/aseprite/third_party/libwebp -mno-dspr2 -DWEBP_HAVE_FLAG_MSA -mmsa -arch x86_64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -mmacosx-version-min=10.7 -MD -MT CMakeFiles/cmTC_69780.dir/src.c.o -MF CMakeFiles/cmTC_69780.dir/src.c.o.d -o CMakeFiles/cmTC_69780.dir/src.c.o -c src.c
clang: warning: argument unused during compilation: '-mno-dspr2' [-Wunused-command-line-argument]
clang: warning: argument unused during compilation: '-mmsa' [-Wunused-command-line-argument]
src.c:5:9: error: use of undeclared identifier 'this'
this is not valid code
^
1 error generated.
ninja: build stopped: subcommand failed.
Source file was:
#include "/Users/simonb/aseprite/third_party/libwebp/cmake/../src/dsp/dsp.h"
int main(void) {
#if !defined(WEBP_USE_MSA)
this is not valid code
#endif
return 0;
}
The system is: Darwin - 19.6.0 - x86_64
Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
Compiler: /Library/Developer/CommandLineTools/usr/bin/cc
Build flags:
Id flags:
The output was:
0
Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out"
The C compiler identification is AppleClang, found in "/Users/simonb/aseprite/build/CMakeFiles/3.18.1/CompilerIdC/a.out"
Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
Compiler: /Library/Developer/CommandLineTools/usr/bin/c++
Build flags:
Id flags:
The output was:
0
Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out"
The CXX compiler identification is AppleClang, found in "/Users/simonb/aseprite/build/CMakeFiles/3.18.1/CompilerIdCXX/a.out"
Detecting C compiler ABI info compiled with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_48a08 && [1/2] Building C object CMakeFiles/cmTC_48a08.dir/CMakeCCompilerABI.c.o
Apple clang version 12.0.0 (clang-1200.0.26.2)
Target: x86_64-apple-darwin19.6.0
Thread model: posix
InstalledDir: /Library/Developer/CommandLineTools/usr/bin
clang: warning: -Wl,-v: 'linker' input unused [-Wunused-command-line-argument]
"/Library/Developer/CommandLineTools/usr/bin/clang" -cc1 -triple x86_64-apple-macosx10.7.0 -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -Werror=implicit-function-declaration -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -discard-value-names -main-file-name CMakeCCompilerABI.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mframe-pointer=all -fno-strict-return -fno-rounding-math -masm-verbose -munwind-tables -faligned-alloc-unavailable -target-cpu core2 -dwarf-column-info -debugger-tuning=lldb -target-linker-version 607.2 -v -resource-dir /Library/Developer/CommandLineTools/usr/lib/clang/12.0.0 -dependency-file CMakeFiles/cmTC_48a08.dir/CMakeCCompilerABI.c.o.d -skip-unused-modulemap-deps -MT CMakeFiles/cmTC_48a08.dir/CMakeCCompilerABI.c.o -sys-header-deps -internal-isystem /usr/local/include -internal-isystem /Library/Developer/CommandLineTools/usr/lib/clang/12.0.0/include -internal-externc-isystem /usr/include -internal-externc-isystem /Library/Developer/CommandLineTools/usr/include -Wno-reorder-init-list -Wno-implicit-int-float-conversion -Wno-c99-designator -Wno-final-dtor-non-final-class -Wno-extra-semi-stmt -Wno-misleading-indentation -Wno-quoted-include-in-framework-header -Wno-implicit-fallthrough -Wno-enum-enum-conversion -Wno-enum-float-conversion -fdebug-compilation-dir /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp -ferror-limit 19 -fmessage-length 0 -stack-protector 1 -mdarwin-stkchk-strong-link -fblocks -fencode-extended-block-signature -fregister-global-dtors-with-atexit -fgnuc-version=4.2.1 -fobjc-runtime=macosx-10.7.0 -fmax-type-align=16 -fdiagnostics-show-option -o CMakeFiles/cmTC_48a08.dir/CMakeCCompilerABI.c.o -x c /usr/local/Cellar/cmake/3.18.1/share/cmake/Modules/CMakeCCompilerABI.c
clang -cc1 version 12.0.0 (clang-1200.0.26.2) default target x86_64-apple-darwin19.6.0
ignoring nonexistent directory "/usr/include"
#include "..." search starts here:
#include <...> search starts here:
/usr/local/include
/Library/Developer/CommandLineTools/usr/lib/clang/12.0.0/include
/Library/Developer/CommandLineTools/usr/include
/System/Library/Frameworks (framework directory)
/Library/Frameworks (framework directory)
End of search list.
[2/2] Linking C executable cmTC_48a08
Apple clang version 12.0.0 (clang-1200.0.26.2)
Target: x86_64-apple-darwin19.6.0
Thread model: posix
InstalledDir: /Library/Developer/CommandLineTools/usr/bin
"/Library/Developer/CommandLineTools/usr/bin/ld" -demangle -lto_library /Library/Developer/CommandLineTools/usr/lib/libLTO.dylib -dynamic -arch x86_64 -platform_version macos 10.7.0 0.0.0 -o cmTC_48a08 -lcrt1.10.6.o -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_48a08.dir/CMakeCCompilerABI.c.o -lSystem /Library/Developer/CommandLineTools/usr/lib/clang/12.0.0/lib/darwin/libclang_rt.osx.a
@(#)PROGRAM:ld PROJECT:ld64-607.2
BUILD 04:30:50 Jul 14 2020
configured to support archs: armv6 armv7 armv7s arm64 arm64e arm64_32 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em
Library search paths:
/usr/lib
/usr/local/lib
Framework search paths:
/Library/Frameworks/
/System/Library/Frameworks/
ld: warning: Csu support file -lcrt1.10.6.o not found, changing to target macOS 10.8 where it is not needed
Parsed C implicit include dir info from above output: rv=done
found start of include info
found start of implicit include info
add: [/usr/local/include]
add: [/Library/Developer/CommandLineTools/usr/lib/clang/12.0.0/include]
add: [/Library/Developer/CommandLineTools/usr/include]
end of search list found
collapse include dir [/usr/local/include] ==> [/usr/local/include]
collapse include dir [/Library/Developer/CommandLineTools/usr/lib/clang/12.0.0/include] ==> [/Library/Developer/CommandLineTools/usr/lib/clang/12.0.0/include]
collapse include dir [/Library/Developer/CommandLineTools/usr/include] ==> [/Library/Developer/CommandLineTools/usr/include]
implicit include dirs: [/usr/local/include;/Library/Developer/CommandLineTools/usr/lib/clang/12.0.0/include;/Library/Developer/CommandLineTools/usr/include]
Parsed C implicit link information from above output:
link line regex: [^( *|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)]
ignore line: [Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp]
ignore line: []
ignore line: [Run Build Command(s):/usr/local/bin/ninja cmTC_48a08 && [1/2] Building C object CMakeFiles/cmTC_48a08.dir/CMakeCCompilerABI.c.o]
ignore line: [Apple clang version 12.0.0 (clang-1200.0.26.2)]
ignore line: [Target: x86_64-apple-darwin19.6.0]
ignore line: [Thread model: posix]
ignore line: [InstalledDir: /Library/Developer/CommandLineTools/usr/bin]
ignore line: [clang: warning: -Wl -v: 'linker' input unused [-Wunused-command-line-argument]]
ignore line: [ "/Library/Developer/CommandLineTools/usr/bin/clang" -cc1 -triple x86_64-apple-macosx10.7.0 -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -Werror=implicit-function-declaration -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -discard-value-names -main-file-name CMakeCCompilerABI.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mframe-pointer=all -fno-strict-return -fno-rounding-math -masm-verbose -munwind-tables -faligned-alloc-unavailable -target-cpu core2 -dwarf-column-info -debugger-tuning=lldb -target-linker-version 607.2 -v -resource-dir /Library/Developer/CommandLineTools/usr/lib/clang/12.0.0 -dependency-file CMakeFiles/cmTC_48a08.dir/CMakeCCompilerABI.c.o.d -skip-unused-modulemap-deps -MT CMakeFiles/cmTC_48a08.dir/CMakeCCompilerABI.c.o -sys-header-deps -internal-isystem /usr/local/include -internal-isystem /Library/Developer/CommandLineTools/usr/lib/clang/12.0.0/include -internal-externc-isystem /usr/include -internal-externc-isystem /Library/Developer/CommandLineTools/usr/include -Wno-reorder-init-list -Wno-implicit-int-float-conversion -Wno-c99-designator -Wno-final-dtor-non-final-class -Wno-extra-semi-stmt -Wno-misleading-indentation -Wno-quoted-include-in-framework-header -Wno-implicit-fallthrough -Wno-enum-enum-conversion -Wno-enum-float-conversion -fdebug-compilation-dir /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp -ferror-limit 19 -fmessage-length 0 -stack-protector 1 -mdarwin-stkchk-strong-link -fblocks -fencode-extended-block-signature -fregister-global-dtors-with-atexit -fgnuc-version=4.2.1 -fobjc-runtime=macosx-10.7.0 -fmax-type-align=16 -fdiagnostics-show-option -o CMakeFiles/cmTC_48a08.dir/CMakeCCompilerABI.c.o -x c /usr/local/Cellar/cmake/3.18.1/share/cmake/Modules/CMakeCCompilerABI.c]
ignore line: [clang -cc1 version 12.0.0 (clang-1200.0.26.2) default target x86_64-apple-darwin19.6.0]
ignore line: [ignoring nonexistent directory "/usr/include"]
ignore line: [#include "..." search starts here:]
ignore line: [#include <...> search starts here:]
ignore line: [ /usr/local/include]
ignore line: [ /Library/Developer/CommandLineTools/usr/lib/clang/12.0.0/include]
ignore line: [ /Library/Developer/CommandLineTools/usr/include]
ignore line: [ /System/Library/Frameworks (framework directory)]
ignore line: [ /Library/Frameworks (framework directory)]
ignore line: [End of search list.]
ignore line: [[2/2] Linking C executable cmTC_48a08]
ignore line: [Apple clang version 12.0.0 (clang-1200.0.26.2)]
ignore line: [Target: x86_64-apple-darwin19.6.0]
ignore line: [Thread model: posix]
ignore line: [InstalledDir: /Library/Developer/CommandLineTools/usr/bin]
link line: [ "/Library/Developer/CommandLineTools/usr/bin/ld" -demangle -lto_library /Library/Developer/CommandLineTools/usr/lib/libLTO.dylib -dynamic -arch x86_64 -platform_version macos 10.7.0 0.0.0 -o cmTC_48a08 -lcrt1.10.6.o -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_48a08.dir/CMakeCCompilerABI.c.o -lSystem /Library/Developer/CommandLineTools/usr/lib/clang/12.0.0/lib/darwin/libclang_rt.osx.a]
arg [/Library/Developer/CommandLineTools/usr/bin/ld] ==> ignore
arg [-demangle] ==> ignore
arg [-lto_library] ==> ignore, skip following value
arg [/Library/Developer/CommandLineTools/usr/lib/libLTO.dylib] ==> skip value of -lto_library
arg [-dynamic] ==> ignore
arg [-arch] ==> ignore
arg [x86_64] ==> ignore
arg [-platform_version] ==> ignore
arg [macos] ==> ignore
arg [10.7.0] ==> ignore
arg [0.0.0] ==> ignore
arg [-o] ==> ignore
arg [cmTC_48a08] ==> ignore
arg [-lcrt1.10.6.o] ==> lib [crt1.10.6.o]
arg [-search_paths_first] ==> ignore
arg [-headerpad_max_install_names] ==> ignore
arg [-v] ==> ignore
arg [CMakeFiles/cmTC_48a08.dir/CMakeCCompilerABI.c.o] ==> ignore
arg [-lSystem] ==> lib [System]
arg [/Library/Developer/CommandLineTools/usr/lib/clang/12.0.0/lib/darwin/libclang_rt.osx.a] ==> lib [/Library/Developer/CommandLineTools/usr/lib/clang/12.0.0/lib/darwin/libclang_rt.osx.a]
Library search paths: [;/usr/lib;/usr/local/lib]
Framework search paths: [;/Library/Frameworks/;/System/Library/Frameworks/]
remove lib [crt1.10.6.o]
remove lib [System]
remove lib [/Library/Developer/CommandLineTools/usr/lib/clang/12.0.0/lib/darwin/libclang_rt.osx.a]
collapse library dir [/usr/lib] ==> [/usr/lib]
collapse library dir [/usr/local/lib] ==> [/usr/local/lib]
collapse framework dir [/Library/Frameworks/] ==> [/Library/Frameworks]
collapse framework dir [/System/Library/Frameworks/] ==> [/System/Library/Frameworks]
implicit libs: []
implicit dirs: [/usr/lib;/usr/local/lib]
implicit fwks: [/Library/Frameworks;/System/Library/Frameworks]
Detecting CXX compiler ABI info compiled with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_d90ef && [1/2] Building CXX object CMakeFiles/cmTC_d90ef.dir/CMakeCXXCompilerABI.cpp.o
Apple clang version 12.0.0 (clang-1200.0.26.2)
Target: x86_64-apple-darwin19.6.0
Thread model: posix
InstalledDir: /Library/Developer/CommandLineTools/usr/bin
clang: warning: -Wl,-v: 'linker' input unused [-Wunused-command-line-argument]
clang: warning: include path for libstdc++ headers not found; pass '-stdlib=libc++' on the command line to use the libc++ standard library instead [-Wstdlibcxx-not-found]
"/Library/Developer/CommandLineTools/usr/bin/clang" -cc1 -triple x86_64-apple-macosx10.7.0 -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -Werror=implicit-function-declaration -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -discard-value-names -main-file-name CMakeCXXCompilerABI.cpp -mrelocation-model pic -pic-level 2 -mthread-model posix -mframe-pointer=all -fno-strict-return -fno-rounding-math -masm-verbose -munwind-tables -faligned-alloc-unavailable -target-cpu core2 -dwarf-column-info -debugger-tuning=lldb -target-linker-version 607.2 -v -resource-dir /Library/Developer/CommandLineTools/usr/lib/clang/12.0.0 -dependency-file CMakeFiles/cmTC_d90ef.dir/CMakeCXXCompilerABI.cpp.o.d -skip-unused-modulemap-deps -MT CMakeFiles/cmTC_d90ef.dir/CMakeCXXCompilerABI.cpp.o -sys-header-deps -internal-isystem /usr/include/c++/4.2.1 -internal-isystem /usr/include/c++/4.2.1/i686-apple-darwin10/x86_64 -internal-isystem /usr/include/c++/4.2.1/backward -internal-isystem /usr/include/c++/4.0.0 -internal-isystem /usr/include/c++/4.0.0/i686-apple-darwin8 -internal-isystem /usr/include/c++/4.0.0/backward -internal-isystem /usr/local/include -internal-isystem /Library/Developer/CommandLineTools/usr/lib/clang/12.0.0/include -internal-externc-isystem /usr/include -internal-externc-isystem /Library/Developer/CommandLineTools/usr/include -Wno-reorder-init-list -Wno-implicit-int-float-conversion -Wno-c99-designator -Wno-final-dtor-non-final-class -Wno-extra-semi-stmt -Wno-misleading-indentation -Wno-quoted-include-in-framework-header -Wno-implicit-fallthrough -Wno-enum-enum-conversion -Wno-enum-float-conversion -fdeprecated-macro -fdebug-compilation-dir /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp -ferror-limit 19 -fmessage-length 0 -stack-protector 1 -mdarwin-stkchk-strong-link -fblocks -fencode-extended-block-signature -fregister-global-dtors-with-atexit -fgnuc-version=4.2.1 -fobjc-runtime=macosx-10.7.0 -fcxx-exceptions -fexceptions -fmax-type-align=16 -fdiagnostics-show-option -o CMakeFiles/cmTC_d90ef.dir/CMakeCXXCompilerABI.cpp.o -x c++ /usr/local/Cellar/cmake/3.18.1/share/cmake/Modules/CMakeCXXCompilerABI.cpp
clang -cc1 version 12.0.0 (clang-1200.0.26.2) default target x86_64-apple-darwin19.6.0
ignoring nonexistent directory "/usr/include/c++/4.2.1"
ignoring nonexistent directory "/usr/include/c++/4.2.1/i686-apple-darwin10/x86_64"
ignoring nonexistent directory "/usr/include/c++/4.2.1/backward"
ignoring nonexistent directory "/usr/include/c++/4.0.0"
ignoring nonexistent directory "/usr/include/c++/4.0.0/i686-apple-darwin8"
ignoring nonexistent directory "/usr/include/c++/4.0.0/backward"
ignoring nonexistent directory "/usr/include"
#include "..." search starts here:
#include <...> search starts here:
/usr/local/include
/Library/Developer/CommandLineTools/usr/lib/clang/12.0.0/include
/Library/Developer/CommandLineTools/usr/include
/System/Library/Frameworks (framework directory)
/Library/Frameworks (framework directory)
End of search list.
[2/2] Linking CXX executable cmTC_d90ef
Apple clang version 12.0.0 (clang-1200.0.26.2)
Target: x86_64-apple-darwin19.6.0
Thread model: posix
InstalledDir: /Library/Developer/CommandLineTools/usr/bin
clang: warning: libstdc++ is deprecated; move to libc++ with a minimum deployment target of OS X 10.9 [-Wdeprecated]
"/Library/Developer/CommandLineTools/usr/bin/ld" -demangle -lto_library /Library/Developer/CommandLineTools/usr/lib/libLTO.dylib -dynamic -arch x86_64 -platform_version macos 10.7.0 0.0.0 -o cmTC_d90ef -lcrt1.10.6.o -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_d90ef.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lSystem /Library/Developer/CommandLineTools/usr/lib/clang/12.0.0/lib/darwin/libclang_rt.osx.a
@(#)PROGRAM:ld PROJECT:ld64-607.2
BUILD 04:30:50 Jul 14 2020
configured to support archs: armv6 armv7 armv7s arm64 arm64e arm64_32 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em
Library search paths:
/usr/lib
/usr/local/lib
Framework search paths:
/Library/Frameworks/
/System/Library/Frameworks/
ld: warning: Csu support file -lcrt1.10.6.o not found, changing to target macOS 10.8 where it is not needed
Parsed CXX implicit include dir info from above output: rv=done
found start of include info
found start of implicit include info
add: [/usr/local/include]
add: [/Library/Developer/CommandLineTools/usr/lib/clang/12.0.0/include]
add: [/Library/Developer/CommandLineTools/usr/include]
end of search list found
collapse include dir [/usr/local/include] ==> [/usr/local/include]
collapse include dir [/Library/Developer/CommandLineTools/usr/lib/clang/12.0.0/include] ==> [/Library/Developer/CommandLineTools/usr/lib/clang/12.0.0/include]
collapse include dir [/Library/Developer/CommandLineTools/usr/include] ==> [/Library/Developer/CommandLineTools/usr/include]
implicit include dirs: [/usr/local/include;/Library/Developer/CommandLineTools/usr/lib/clang/12.0.0/include;/Library/Developer/CommandLineTools/usr/include]
Parsed CXX implicit link information from above output:
link line regex: [^( *|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)]
ignore line: [Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp]
ignore line: []
ignore line: [Run Build Command(s):/usr/local/bin/ninja cmTC_d90ef && [1/2] Building CXX object CMakeFiles/cmTC_d90ef.dir/CMakeCXXCompilerABI.cpp.o]
ignore line: [Apple clang version 12.0.0 (clang-1200.0.26.2)]
ignore line: [Target: x86_64-apple-darwin19.6.0]
ignore line: [Thread model: posix]
ignore line: [InstalledDir: /Library/Developer/CommandLineTools/usr/bin]
ignore line: [clang: warning: -Wl -v: 'linker' input unused [-Wunused-command-line-argument]]
ignore line: [clang: warning: include path for libstdc++ headers not found]
ignore line: [ pass '-stdlib=libc++' on the command line to use the libc++ standard library instead [-Wstdlibcxx-not-found]]
ignore line: [ "/Library/Developer/CommandLineTools/usr/bin/clang" -cc1 -triple x86_64-apple-macosx10.7.0 -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -Werror=implicit-function-declaration -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -discard-value-names -main-file-name CMakeCXXCompilerABI.cpp -mrelocation-model pic -pic-level 2 -mthread-model posix -mframe-pointer=all -fno-strict-return -fno-rounding-math -masm-verbose -munwind-tables -faligned-alloc-unavailable -target-cpu core2 -dwarf-column-info -debugger-tuning=lldb -target-linker-version 607.2 -v -resource-dir /Library/Developer/CommandLineTools/usr/lib/clang/12.0.0 -dependency-file CMakeFiles/cmTC_d90ef.dir/CMakeCXXCompilerABI.cpp.o.d -skip-unused-modulemap-deps -MT CMakeFiles/cmTC_d90ef.dir/CMakeCXXCompilerABI.cpp.o -sys-header-deps -internal-isystem /usr/include/c++/4.2.1 -internal-isystem /usr/include/c++/4.2.1/i686-apple-darwin10/x86_64 -internal-isystem /usr/include/c++/4.2.1/backward -internal-isystem /usr/include/c++/4.0.0 -internal-isystem /usr/include/c++/4.0.0/i686-apple-darwin8 -internal-isystem /usr/include/c++/4.0.0/backward -internal-isystem /usr/local/include -internal-isystem /Library/Developer/CommandLineTools/usr/lib/clang/12.0.0/include -internal-externc-isystem /usr/include -internal-externc-isystem /Library/Developer/CommandLineTools/usr/include -Wno-reorder-init-list -Wno-implicit-int-float-conversion -Wno-c99-designator -Wno-final-dtor-non-final-class -Wno-extra-semi-stmt -Wno-misleading-indentation -Wno-quoted-include-in-framework-header -Wno-implicit-fallthrough -Wno-enum-enum-conversion -Wno-enum-float-conversion -fdeprecated-macro -fdebug-compilation-dir /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp -ferror-limit 19 -fmessage-length 0 -stack-protector 1 -mdarwin-stkchk-strong-link -fblocks -fencode-extended-block-signature -fregister-global-dtors-with-atexit -fgnuc-version=4.2.1 -fobjc-runtime=macosx-10.7.0 -fcxx-exceptions -fexceptions -fmax-type-align=16 -fdiagnostics-show-option -o CMakeFiles/cmTC_d90ef.dir/CMakeCXXCompilerABI.cpp.o -x c++ /usr/local/Cellar/cmake/3.18.1/share/cmake/Modules/CMakeCXXCompilerABI.cpp]
ignore line: [clang -cc1 version 12.0.0 (clang-1200.0.26.2) default target x86_64-apple-darwin19.6.0]
ignore line: [ignoring nonexistent directory "/usr/include/c++/4.2.1"]
ignore line: [ignoring nonexistent directory "/usr/include/c++/4.2.1/i686-apple-darwin10/x86_64"]
ignore line: [ignoring nonexistent directory "/usr/include/c++/4.2.1/backward"]
ignore line: [ignoring nonexistent directory "/usr/include/c++/4.0.0"]
ignore line: [ignoring nonexistent directory "/usr/include/c++/4.0.0/i686-apple-darwin8"]
ignore line: [ignoring nonexistent directory "/usr/include/c++/4.0.0/backward"]
ignore line: [ignoring nonexistent directory "/usr/include"]
ignore line: [#include "..." search starts here:]
ignore line: [#include <...> search starts here:]
ignore line: [ /usr/local/include]
ignore line: [ /Library/Developer/CommandLineTools/usr/lib/clang/12.0.0/include]
ignore line: [ /Library/Developer/CommandLineTools/usr/include]
ignore line: [ /System/Library/Frameworks (framework directory)]
ignore line: [ /Library/Frameworks (framework directory)]
ignore line: [End of search list.]
ignore line: [[2/2] Linking CXX executable cmTC_d90ef]
ignore line: [Apple clang version 12.0.0 (clang-1200.0.26.2)]
ignore line: [Target: x86_64-apple-darwin19.6.0]
ignore line: [Thread model: posix]
ignore line: [InstalledDir: /Library/Developer/CommandLineTools/usr/bin]
ignore line: [clang: warning: libstdc++ is deprecated]
ignore line: [ move to libc++ with a minimum deployment target of OS X 10.9 [-Wdeprecated]]
link line: [ "/Library/Developer/CommandLineTools/usr/bin/ld" -demangle -lto_library /Library/Developer/CommandLineTools/usr/lib/libLTO.dylib -dynamic -arch x86_64 -platform_version macos 10.7.0 0.0.0 -o cmTC_d90ef -lcrt1.10.6.o -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_d90ef.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lSystem /Library/Developer/CommandLineTools/usr/lib/clang/12.0.0/lib/darwin/libclang_rt.osx.a]
arg [/Library/Developer/CommandLineTools/usr/bin/ld] ==> ignore
arg [-demangle] ==> ignore
arg [-lto_library] ==> ignore, skip following value
arg [/Library/Developer/CommandLineTools/usr/lib/libLTO.dylib] ==> skip value of -lto_library
arg [-dynamic] ==> ignore
arg [-arch] ==> ignore
arg [x86_64] ==> ignore
arg [-platform_version] ==> ignore
arg [macos] ==> ignore
arg [10.7.0] ==> ignore
arg [0.0.0] ==> ignore
arg [-o] ==> ignore
arg [cmTC_d90ef] ==> ignore
arg [-lcrt1.10.6.o] ==> lib [crt1.10.6.o]
arg [-search_paths_first] ==> ignore
arg [-headerpad_max_install_names] ==> ignore
arg [-v] ==> ignore
arg [CMakeFiles/cmTC_d90ef.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore
arg [-lstdc++] ==> lib [stdc++]
arg [-lSystem] ==> lib [System]
arg [/Library/Developer/CommandLineTools/usr/lib/clang/12.0.0/lib/darwin/libclang_rt.osx.a] ==> lib [/Library/Developer/CommandLineTools/usr/lib/clang/12.0.0/lib/darwin/libclang_rt.osx.a]
Library search paths: [;/usr/lib;/usr/local/lib]
Framework search paths: [;/Library/Frameworks/;/System/Library/Frameworks/]
remove lib [crt1.10.6.o]
remove lib [System]
remove lib [/Library/Developer/CommandLineTools/usr/lib/clang/12.0.0/lib/darwin/libclang_rt.osx.a]
collapse library dir [/usr/lib] ==> [/usr/lib]
collapse library dir [/usr/local/lib] ==> [/usr/local/lib]
collapse framework dir [/Library/Frameworks/] ==> [/Library/Frameworks]
collapse framework dir [/System/Library/Frameworks/] ==> [/System/Library/Frameworks]
implicit libs: [stdc++]
implicit dirs: [/usr/lib;/usr/local/lib]
implicit fwks: [/Library/Frameworks;/System/Library/Frameworks]
Determining if the include file stdint.h exists passed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_8d16d && [1/2] Building C object CMakeFiles/cmTC_8d16d.dir/CheckIncludeFile.c.o
[2/2] Linking C executable cmTC_8d16d
ld: warning: Csu support file -lcrt1.10.6.o not found, changing to target macOS 10.8 where it is not needed
Determining if the include file stddef.h exists passed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_3ccb9 && [1/2] Building C object CMakeFiles/cmTC_3ccb9.dir/CheckIncludeFile.c.o
[2/2] Linking C executable cmTC_3ccb9
ld: warning: Csu support file -lcrt1.10.6.o not found, changing to target macOS 10.8 where it is not needed
Determining if the function fseeko exists passed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_31a12 && [1/2] Building C object CMakeFiles/cmTC_31a12.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_31a12
ld: warning: Csu support file -lcrt1.10.6.o not found, changing to target macOS 10.8 where it is not needed
Checking whether the ASM compiler is Clang using "--version" matched "(clang version)":
Apple clang version 12.0.0 (clang-1200.0.26.2)
Target: x86_64-apple-darwin19.6.0
Thread model: posix
InstalledDir: /Library/Developer/CommandLineTools/usr/bin
Performing C SOURCE FILE Test HAVE_BUILTIN_BSWAP16 succeeded with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_4bc4e && [1/2] Building C object CMakeFiles/cmTC_4bc4e.dir/src.c.o
[2/2] Linking C executable cmTC_4bc4e
ld: warning: Csu support file -lcrt1.10.6.o not found, changing to target macOS 10.8 where it is not needed
Source file was:
int main(void) {
(void)__builtin_bswap16(0);
return 0;
}
Performing C SOURCE FILE Test HAVE_BUILTIN_BSWAP32 succeeded with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_55b55 && [1/2] Building C object CMakeFiles/cmTC_55b55.dir/src.c.o
[2/2] Linking C executable cmTC_55b55
ld: warning: Csu support file -lcrt1.10.6.o not found, changing to target macOS 10.8 where it is not needed
Source file was:
int main(void) {
(void)__builtin_bswap32(0);
return 0;
}
Performing C SOURCE FILE Test HAVE_BUILTIN_BSWAP64 succeeded with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_f2d87 && [1/2] Building C object CMakeFiles/cmTC_f2d87.dir/src.c.o
[2/2] Linking C executable cmTC_f2d87
ld: warning: Csu support file -lcrt1.10.6.o not found, changing to target macOS 10.8 where it is not needed
Source file was:
int main(void) {
(void)__builtin_bswap64(0);
return 0;
}
Performing C SOURCE FILE Test HAS_COMPILE_FLAG succeeded with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_cfdb1 && [1/2] Building C object CMakeFiles/cmTC_cfdb1.dir/src.c.o
[2/2] Linking C executable cmTC_cfdb1
ld: warning: Csu support file -lcrt1.10.6.o not found, changing to target macOS 10.8 where it is not needed
Source file was:
int main(void) { return 0; }
Performing C SOURCE FILE Test FLAG_-mno-sse4.1 succeeded with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_01d01 && [1/2] Building C object CMakeFiles/cmTC_01d01.dir/src.c.o
In file included from <built-in>:365:
<command line>:1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions]
#define FLAG_-mno-sse4.1 1
^
1 warning generated.
[2/2] Linking C executable cmTC_01d01
ld: warning: Csu support file -lcrt1.10.6.o not found, changing to target macOS 10.8 where it is not needed
Source file was:
int main(void) {return 0;}
Performing C SOURCE FILE Test FLAG_-mno-sse2 succeeded with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_7c8b2 && [1/2] Building C object CMakeFiles/cmTC_7c8b2.dir/src.c.o
In file included from <built-in>:361:
<command line>:1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions]
#define FLAG_-mno-sse2 1
^
1 warning generated.
[2/2] Linking C executable cmTC_7c8b2
ld: warning: Csu support file -lcrt1.10.6.o not found, changing to target macOS 10.8 where it is not needed
Source file was:
int main(void) {return 0;}
Determining if the function dlopen exists in the dl; passed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_ee8ff && [1/2] Building C object CMakeFiles/cmTC_ee8ff.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_ee8ff
ld: warning: Csu support file -lcrt1.10.6.o not found, changing to target macOS 10.8 where it is not needed
Determining if the function gethostbyname exists in the c passed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_1e748 && [1/2] Building C object CMakeFiles/cmTC_1e748.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_1e748
ld: warning: Csu support file -lcrt1.10.6.o not found, changing to target macOS 10.8 where it is not needed
Determining if the function ldap_init exists in the ldap;dl passed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_6fdee && [1/2] Building C object CMakeFiles/cmTC_6fdee.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_6fdee
ld: warning: Csu support file -lcrt1.10.6.o not found, changing to target macOS 10.8 where it is not needed
Determining if the function dlopen exists in the dl;ldap passed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_a5e42 && [1/2] Building C object CMakeFiles/cmTC_a5e42.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_a5e42
ld: warning: Csu support file -lcrt1.10.6.o not found, changing to target macOS 10.8 where it is not needed
Determining if files ;limits.h exist passed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_2957e && [1/2] Building C object CMakeFiles/cmTC_2957e.dir/HAVE_LIMITS_H.c.o
[2/2] Linking C executable cmTC_2957e
ld: warning: Csu support file -lcrt1.10.6.o not found, changing to target macOS 10.8 where it is not needed
Determining if files limits.h;stdbool.h exist passed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_1a7e5 && [1/2] Building C object CMakeFiles/cmTC_1a7e5.dir/HAVE_STDBOOL_H.c.o
[2/2] Linking C executable cmTC_1a7e5
ld: warning: Csu support file -lcrt1.10.6.o not found, changing to target macOS 10.8 where it is not needed
Determining size of size_t passed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_68547 && [1/2] Building C object CMakeFiles/cmTC_68547.dir/SIZEOF_SIZE_T.c.o
[2/2] Linking C executable cmTC_68547
ld: warning: Csu support file -lcrt1.10.6.o not found, changing to target macOS 10.8 where it is not needed
Determining size of long long passed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_fd6aa && [1/2] Building C object CMakeFiles/cmTC_fd6aa.dir/SIZEOF_LONG_LONG.c.o
[2/2] Linking C executable cmTC_fd6aa
ld: warning: Csu support file -lcrt1.10.6.o not found, changing to target macOS 10.8 where it is not needed
Determining size of long passed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_32b9d && [1/2] Building C object CMakeFiles/cmTC_32b9d.dir/SIZEOF_LONG.c.o
[2/2] Linking C executable cmTC_32b9d
ld: warning: Csu support file -lcrt1.10.6.o not found, changing to target macOS 10.8 where it is not needed
Determining size of short passed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_5b8e1 && [1/2] Building C object CMakeFiles/cmTC_5b8e1.dir/SIZEOF_SHORT.c.o
[2/2] Linking C executable cmTC_5b8e1
ld: warning: Csu support file -lcrt1.10.6.o not found, changing to target macOS 10.8 where it is not needed
Determining size of int passed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_55243 && [1/2] Building C object CMakeFiles/cmTC_55243.dir/SIZEOF_INT.c.o
[2/2] Linking C executable cmTC_55243
ld: warning: Csu support file -lcrt1.10.6.o not found, changing to target macOS 10.8 where it is not needed
Determining size of long double passed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_32d2e && [1/2] Building C object CMakeFiles/cmTC_32d2e.dir/SIZEOF_LONG_DOUBLE.c.o
[2/2] Linking C executable cmTC_32d2e
ld: warning: Csu support file -lcrt1.10.6.o not found, changing to target macOS 10.8 where it is not needed
Determining if the function inet_pton exists passed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_7b4da && [1/2] Building C object CMakeFiles/cmTC_7b4da.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_7b4da
ld: warning: Csu support file -lcrt1.10.6.o not found, changing to target macOS 10.8 where it is not needed
Performing Curl Test HAVE_BOOL_T passed with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_bbdd6 && [1/2] Building C object CMakeFiles/cmTC_bbdd6.dir/CurlTests.c.o
[2/2] Linking C executable cmTC_bbdd6
ld: warning: Csu support file -lcrt1.10.6.o not found, changing to target macOS 10.8 where it is not needed
Performing C SOURCE FILE Test WEBP_HAVE_FLAG_SSE41 succeeded with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_b100c && [1/2] Building C object CMakeFiles/cmTC_b100c.dir/src.c.o
[2/2] Linking C executable cmTC_b100c
Source file was:
#include "/Users/simonb/aseprite/third_party/libwebp/cmake/../src/dsp/dsp.h"
int main(void) {
#if !defined(WEBP_USE_SSE41)
this is not valid code
#endif
return 0;
}
Performing C SOURCE FILE Test WEBP_HAVE_FLAG_SSE2 succeeded with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_73006 && [1/2] Building C object CMakeFiles/cmTC_73006.dir/src.c.o
[2/2] Linking C executable cmTC_73006
Source file was:
#include "/Users/simonb/aseprite/third_party/libwebp/cmake/../src/dsp/dsp.h"
int main(void) {
#if !defined(WEBP_USE_SSE2)
this is not valid code
#endif
return 0;
}
Performing C SOURCE FILE Test HAS_COMPILE_FLAG succeeded with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_3aa44 && [1/2] Building C object CMakeFiles/cmTC_3aa44.dir/src.c.o
clang: warning: argument unused during compilation: '-mdspr2' [-Wunused-command-line-argument]
clang: warning: argument unused during compilation: '-mno-dspr2' [-Wunused-command-line-argument]
[2/2] Linking C executable cmTC_3aa44
Source file was:
int main(void) { return 0; }
Performing C SOURCE FILE Test HAS_NO_DEPRECATED succeeded with the following output:
Change Dir: /Users/simonb/aseprite/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/ninja cmTC_b8680 && [1/2] Building C object CMakeFiles/cmTC_b8680.dir/src.c.o
clang: warning: argument unused during compilation: '-mno-dspr2' [-Wunused-command-line-argument]
clang: warning: argument unused during compilation: '-mno-msa' [-Wunused-command-line-argument]
[2/2] Linking C executable cmTC_b8680
Source file was:
int main(void) { return 0; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment