uname -a # for know arch Linux OrangePI 3.4.112 #1 SMP PREEMPT Mon Nov 14 17:00:28 CST 2016 armv7l armv7l armv7l GNU/Linux
Steps
1 - cmake -G Ninja ..
2 - ninja install > error.log
[1/1402] Linking C static library lib/libwebp.a | |
[2/1402] Linking CXX static library lib/libtinyxml.a | |
[3/1402] Building C object third_party/curl/lib/CMakeFiles/libcurl.dir/file.c.o | |
[4/1402] Building C object third_party/curl/lib/CMakeFiles/libcurl.dir/timeval.c.o | |
[5/1402] Building C object third_party/curl/lib/CMakeFiles/libcurl.dir/base64.c.o | |
[6/1402] Building C object third_party/curl/lib/CMakeFiles/libcurl.dir/hostip.c.o | |
FAILED: /usr/bin/cc -DALLEGRO4_WITH_EXTRA_CURSORS -DALLEGRO4_WITH_RESIZE_PATCH -DALLEGRO_STATICLINK -DBUILDING_LIBCURL -DCMARK_STATIC_DEFINE -DHAVE_CONFIG_H -DNDEBUG -DPNG_NO_MMX_CODE -DUSE_ALLEG4_BACKEND -I../third_party/zlib -Ithird_party/zlib -I../third_party/libpng -Ithird_party/libpng -I../third_party/libwebp/src -I../third_party/tinyxml -I../third_party/pixman/pixman -I. -I../third_party/freetype2/include -I../third_party/harfbuzz/src -I../third_party/giflib/lib -I../third_party/jpeg -I../third_party/loadpng -Ithird_party/cmark -I../third_party/curl/include -I../third_party/simpleini -I../src/allegro/include -Iinclude -I../third_party/. -Ithird_party/curl/include/curl -Ithird_party/curl/lib/../include -I../third_party/curl/lib/.. -I../third_party/curl/lib/../include -Ithird_party/curl/lib/.. -I../third_party/curl/lib -Ithird_party/curl/lib -O2 -g -DNDEBUG -MMD -MT third_party/curl/lib/CMakeFiles/libcurl.dir/file.c.o -MF third_party/curl/lib/CMakeFiles/libcurl.dir/file.c.o.d -o third_party/curl/lib/CMakeFiles/libcurl.dir/file.c.o -c ../third_party/curl/lib/file.c | |
In file included from ../third_party/curl/lib/setup.h:126:0, | |
from ../third_party/curl/lib/file.c:23: | |
../third_party/curl/include/curl/curlrules.h:79:4: error: #error "CURL_SIZEOF_LONG definition is missing!" | |
# error "CURL_SIZEOF_LONG definition is missing!" | |
^ | |
../third_party/curl/include/curl/curlrules.h:80:4: error: unknown type name ‘Error’ | |
Error Compilation_aborted_CURL_SIZEOF_LONG_is_missing | |
^ | |
../third_party/curl/include/curl/curlrules.h:94:4: error: #error "CURL_TYPEOF_CURL_OFF_T definition is missing!" | |
# error "CURL_TYPEOF_CURL_OFF_T definition is missing!" | |
^ | |
../third_party/curl/include/curl/curlrules.h:95:4: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘Error’ | |
Error Compilation_aborted_CURL_TYPEOF_CURL_OFF_T_is_missing | |
^ | |
../third_party/curl/include/curl/curlrules.h:95:4: error: unknown type name ‘Error’ | |
../third_party/curl/include/curl/curlrules.h:99:4: error: #error "CURL_FORMAT_CURL_OFF_T definition is missing!" | |
# error "CURL_FORMAT_CURL_OFF_T definition is missing!" | |
^ | |
../third_party/curl/include/curl/curlrules.h:104:4: error: #error "CURL_FORMAT_CURL_OFF_TU definition is missing!" | |
# error "CURL_FORMAT_CURL_OFF_TU definition is missing!" | |
^ | |
../third_party/curl/include/curl/curlrules.h:109:4: error: #error "CURL_FORMAT_OFF_T definition is missing!" | |
# error "CURL_FORMAT_OFF_T definition is missing!" | |
^ | |
../third_party/curl/include/curl/curlrules.h:114:4: error: #error "CURL_SIZEOF_CURL_OFF_T definition is missing!" | |
# error "CURL_SIZEOF_CURL_OFF_T definition is missing!" | |
^ | |
../third_party/curl/include/curl/curlrules.h:119:4: error: #error "CURL_SUFFIX_CURL_OFF_T definition is missing!" | |
# error "CURL_SUFFIX_CURL_OFF_T definition is missing!" | |
^ | |
../third_party/curl/include/curl/curlrules.h:124:4: error: #error "CURL_SUFFIX_CURL_OFF_TU definition is missing!" | |
# error "CURL_SUFFIX_CURL_OFF_TU definition is missing!" | |
^ | |
../third_party/curl/include/curl/curlrules.h:153:18: error: ‘curl_off_t’ undeclared here (not in a function) | |
[CurlchkszEQ(curl_off_t, CURL_SIZEOF_CURL_OFF_T)]; | |
^ | |
../third_party/curl/include/curl/curlrules.h:132:34: note: in definition of macro ‘CurlchkszEQ’ | |
#define CurlchkszEQ(t, s) sizeof(t) == s ? 1 : -1 | |
^ | |
../third_party/curl/include/curl/curlrules.h:153:30: error: ‘CURL_SIZEOF_CURL_OFF_T’ undeclared here (not in a function) | |
[CurlchkszEQ(curl_off_t, CURL_SIZEOF_CURL_OFF_T)]; | |
^ | |
../third_party/curl/include/curl/curlrules.h:132:40: note: in definition of macro ‘CurlchkszEQ’ | |
#define CurlchkszEQ(t, s) sizeof(t) == s ? 1 : -1 | |
^ | |
FAILED: /usr/bin/cc -DALLEGRO4_WITH_EXTRA_CURSORS -DALLEGRO4_WITH_RESIZE_PATCH -DALLEGRO_STATICLINK -DBUILDING_LIBCURL -DCMARK_STATIC_DEFINE -DHAVE_CONFIG_H -DNDEBUG -DPNG_NO_MMX_CODE -DUSE_ALLEG4_BACKEND -I../third_party/zlib -Ithird_party/zlib -I../third_party/libpng -Ithird_party/libpng -I../third_party/libwebp/src -I../third_party/tinyxml -I../third_party/pixman/pixman -I. -I../third_party/freetype2/include -I../third_party/harfbuzz/src -I../third_party/giflib/lib -I../third_party/jpeg -I../third_party/loadpng -Ithird_party/cmark -I../third_party/curl/include -I../third_party/simpleini -I../src/allegro/include -Iinclude -I../third_party/. -Ithird_party/curl/include/curl -Ithird_party/curl/lib/../include -I../third_party/curl/lib/.. -I../third_party/curl/lib/../include -Ithird_party/curl/lib/.. -I../third_party/curl/lib -Ithird_party/curl/lib -O2 -g -DNDEBUG -MMD -MT third_party/curl/lib/CMakeFiles/libcurl.dir/timeval.c.o -MF third_party/curl/lib/CMakeFiles/libcurl.dir/timeval.c.o.d -o third_party/curl/lib/CMakeFiles/libcurl.dir/timeval.c.o -c ../third_party/curl/lib/timeval.c | |
In file included from ../third_party/curl/lib/setup.h:126:0, | |
from ../third_party/curl/lib/timeval.h:30, | |
from ../third_party/curl/lib/timeval.c:23: | |
../third_party/curl/include/curl/curlrules.h:79:4: error: #error "CURL_SIZEOF_LONG definition is missing!" | |
# error "CURL_SIZEOF_LONG definition is missing!" | |
^ | |
../third_party/curl/include/curl/curlrules.h:80:4: error: unknown type name ‘Error’ | |
Error Compilation_aborted_CURL_SIZEOF_LONG_is_missing | |
^ | |
../third_party/curl/include/curl/curlrules.h:94:4: error: #error "CURL_TYPEOF_CURL_OFF_T definition is missing!" | |
# error "CURL_TYPEOF_CURL_OFF_T definition is missing!" | |
^ | |
../third_party/curl/include/curl/curlrules.h:95:4: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘Error’ | |
Error Compilation_aborted_CURL_TYPEOF_CURL_OFF_T_is_missing | |
^ | |
../third_party/curl/include/curl/curlrules.h:95:4: error: unknown type name ‘Error’ | |
../third_party/curl/include/curl/curlrules.h:99:4: error: #error "CURL_FORMAT_CURL_OFF_T definition is missing!" | |
# error "CURL_FORMAT_CURL_OFF_T definition is missing!" | |
^ | |
../third_party/curl/include/curl/curlrules.h:104:4: error: #error "CURL_FORMAT_CURL_OFF_TU definition is missing!" | |
# error "CURL_FORMAT_CURL_OFF_TU definition is missing!" | |
^ | |
../third_party/curl/include/curl/curlrules.h:109:4: error: #error "CURL_FORMAT_OFF_T definition is missing!" | |
# error "CURL_FORMAT_OFF_T definition is missing!" | |
^ | |
../third_party/curl/include/curl/curlrules.h:114:4: error: #error "CURL_SIZEOF_CURL_OFF_T definition is missing!" | |
# error "CURL_SIZEOF_CURL_OFF_T definition is missing!" | |
^ | |
../third_party/curl/include/curl/curlrules.h:119:4: error: #error "CURL_SUFFIX_CURL_OFF_T definition is missing!" | |
# error "CURL_SUFFIX_CURL_OFF_T definition is missing!" | |
^ | |
../third_party/curl/include/curl/curlrules.h:124:4: error: #error "CURL_SUFFIX_CURL_OFF_TU definition is missing!" | |
# error "CURL_SUFFIX_CURL_OFF_TU definition is missing!" | |
^ | |
../third_party/curl/include/curl/curlrules.h:153:18: error: ‘curl_off_t’ undeclared here (not in a function) | |
[CurlchkszEQ(curl_off_t, CURL_SIZEOF_CURL_OFF_T)]; | |
^ | |
../third_party/curl/include/curl/curlrules.h:132:34: note: in definition of macro ‘CurlchkszEQ’ | |
#define CurlchkszEQ(t, s) sizeof(t) == s ? 1 : -1 | |
^ | |
../third_party/curl/include/curl/curlrules.h:153:30: error: ‘CURL_SIZEOF_CURL_OFF_T’ undeclared here (not in a function) | |
[CurlchkszEQ(curl_off_t, CURL_SIZEOF_CURL_OFF_T)]; | |
^ | |
../third_party/curl/include/curl/curlrules.h:132:40: note: in definition of macro ‘CurlchkszEQ’ | |
#define CurlchkszEQ(t, s) sizeof(t) == s ? 1 : -1 | |
^ | |
FAILED: /usr/bin/cc -DALLEGRO4_WITH_EXTRA_CURSORS -DALLEGRO4_WITH_RESIZE_PATCH -DALLEGRO_STATICLINK -DBUILDING_LIBCURL -DCMARK_STATIC_DEFINE -DHAVE_CONFIG_H -DNDEBUG -DPNG_NO_MMX_CODE -DUSE_ALLEG4_BACKEND -I../third_party/zlib -Ithird_party/zlib -I../third_party/libpng -Ithird_party/libpng -I../third_party/libwebp/src -I../third_party/tinyxml -I../third_party/pixman/pixman -I. -I../third_party/freetype2/include -I../third_party/harfbuzz/src -I../third_party/giflib/lib -I../third_party/jpeg -I../third_party/loadpng -Ithird_party/cmark -I../third_party/curl/include -I../third_party/simpleini -I../src/allegro/include -Iinclude -I../third_party/. -Ithird_party/curl/include/curl -Ithird_party/curl/lib/../include -I../third_party/curl/lib/.. -I../third_party/curl/lib/../include -Ithird_party/curl/lib/.. -I../third_party/curl/lib -Ithird_party/curl/lib -O2 -g -DNDEBUG -MMD -MT third_party/curl/lib/CMakeFiles/libcurl.dir/base64.c.o -MF third_party/curl/lib/CMakeFiles/libcurl.dir/base64.c.o.d -o third_party/curl/lib/CMakeFiles/libcurl.dir/base64.c.o -c ../third_party/curl/lib/base64.c | |
In file included from ../third_party/curl/lib/setup.h:126:0, | |
from ../third_party/curl/lib/base64.c:25: | |
../third_party/curl/include/curl/curlrules.h:79:4: error: #error "CURL_SIZEOF_LONG definition is missing!" | |
# error "CURL_SIZEOF_LONG definition is missing!" | |
^ | |
../third_party/curl/include/curl/curlrules.h:80:4: error: unknown type name ‘Error’ | |
Error Compilation_aborted_CURL_SIZEOF_LONG_is_missing | |
^ | |
../third_party/curl/include/curl/curlrules.h:94:4: error: #error "CURL_TYPEOF_CURL_OFF_T definition is missing!" | |
# error "CURL_TYPEOF_CURL_OFF_T definition is missing!" | |
^ | |
../third_party/curl/include/curl/curlrules.h:95:4: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘Error’ | |
Error Compilation_aborted_CURL_TYPEOF_CURL_OFF_T_is_missing | |
^ | |
../third_party/curl/include/curl/curlrules.h:95:4: error: unknown type name ‘Error’ | |
../third_party/curl/include/curl/curlrules.h:99:4: error: #error "CURL_FORMAT_CURL_OFF_T definition is missing!" | |
# error "CURL_FORMAT_CURL_OFF_T definition is missing!" | |
^ | |
../third_party/curl/include/curl/curlrules.h:104:4: error: #error "CURL_FORMAT_CURL_OFF_TU definition is missing!" | |
# error "CURL_FORMAT_CURL_OFF_TU definition is missing!" | |
^ | |
../third_party/curl/include/curl/curlrules.h:109:4: error: #error "CURL_FORMAT_OFF_T definition is missing!" | |
# error "CURL_FORMAT_OFF_T definition is missing!" | |
^ | |
../third_party/curl/include/curl/curlrules.h:114:4: error: #error "CURL_SIZEOF_CURL_OFF_T definition is missing!" | |
# error "CURL_SIZEOF_CURL_OFF_T definition is missing!" | |
^ | |
../third_party/curl/include/curl/curlrules.h:119:4: error: #error "CURL_SUFFIX_CURL_OFF_T definition is missing!" | |
# error "CURL_SUFFIX_CURL_OFF_T definition is missing!" | |
^ | |
../third_party/curl/include/curl/curlrules.h:124:4: error: #error "CURL_SUFFIX_CURL_OFF_TU definition is missing!" | |
# error "CURL_SUFFIX_CURL_OFF_TU definition is missing!" | |
^ | |
../third_party/curl/include/curl/curlrules.h:153:18: error: ‘curl_off_t’ undeclared here (not in a function) | |
[CurlchkszEQ(curl_off_t, CURL_SIZEOF_CURL_OFF_T)]; | |
^ | |
../third_party/curl/include/curl/curlrules.h:132:34: note: in definition of macro ‘CurlchkszEQ’ | |
#define CurlchkszEQ(t, s) sizeof(t) == s ? 1 : -1 | |
^ | |
../third_party/curl/include/curl/curlrules.h:153:30: error: ‘CURL_SIZEOF_CURL_OFF_T’ undeclared here (not in a function) | |
[CurlchkszEQ(curl_off_t, CURL_SIZEOF_CURL_OFF_T)]; | |
^ | |
../third_party/curl/include/curl/curlrules.h:132:40: note: in definition of macro ‘CurlchkszEQ’ | |
#define CurlchkszEQ(t, s) sizeof(t) == s ? 1 : -1 | |
^ | |
In file included from ../third_party/curl/include/curl/mprintf.h:28:0, | |
from ../third_party/curl/lib/base64.c:31: | |
../third_party/curl/include/curl/curl.h:237:3: error: expected specifier-qualifier-list before ‘curl_off_t’ | |
curl_off_t size; | |
^ | |
../third_party/curl/include/curl/curl.h:298:35: error: expected declaration specifiers or ‘...’ before ‘curl_off_t’ | |
curl_off_t offset, | |
^ | |
In file included from ../third_party/curl/include/curl/curl.h:2153:0, | |
from ../third_party/curl/include/curl/mprintf.h:28, | |
from ../third_party/curl/lib/base64.c:31: | |
../third_party/curl/include/curl/typecheck-gcc.h:580:50: error: expected declaration specifiers or ‘...’ before ‘curl_off_t’ | |
typedef CURLcode (*_curl_seek_callback1)(void *, curl_off_t, int); | |
^ | |
../third_party/curl/include/curl/typecheck-gcc.h:581:56: error: expected declaration specifiers or ‘...’ before ‘curl_off_t’ | |
typedef CURLcode (*_curl_seek_callback2)(const void *, curl_off_t, int); | |
^ | |
In file included from ../third_party/curl/lib/urldata.h:69:0, | |
from ../third_party/curl/lib/base64.c:33: | |
../third_party/curl/lib/cookie.h:42:3: error: expected specifier-qualifier-list before ‘curl_off_t’ | |
curl_off_t expires; /* expires = <this> */ | |
^ | |
In file included from ../third_party/curl/lib/urldata.h:70:0, | |
from ../third_party/curl/lib/base64.c:33: | |
../third_party/curl/lib/formdata.h:77:27: error: expected declaration specifiers or ‘...’ before ‘curl_off_t’ | |
curl_off_t *size); | |
^ | |
In file included from ../third_party/curl/lib/urldata.h:166:0, | |
from ../third_party/curl/lib/base64.c:33: | |
../third_party/curl/lib/ftp.h:111:3: error: expected specifier-qualifier-list before ‘curl_off_t’ | |
curl_off_t *bytecountp; | |
^ | |
../third_party/curl/lib/ftp.h:149:3: error: expected specifier-qualifier-list before ‘curl_off_t’ | |
curl_off_t known_filesize; /* file size is different from -1, if wildcard | |
^ | |
In file included from ../third_party/curl/lib/urldata.h:169:0, | |
from ../third_party/curl/lib/base64.c:33: | |
../third_party/curl/lib/http.h:121:3: error: expected specifier-qualifier-list before ‘curl_off_t’ | |
curl_off_t postsize; /* off_t to handle large file sizes */ | |
^ | |
In file included from ../third_party/curl/lib/base64.c:33:0: | |
../third_party/curl/lib/urldata.h:542:3: error: expected specifier-qualifier-list before ‘curl_off_t’ | |
curl_off_t size; /* -1 if unknown at this point */ | |
^ | |
../third_party/curl/lib/urldata.h:894:3: error: unknown type name ‘curl_seek_callback’ | |
curl_seek_callback seek_func; /* function that seeks the input */ | |
^ | |
../third_party/curl/lib/urldata.h:998:3: error: expected specifier-qualifier-list before ‘curl_off_t’ | |
curl_off_t size_dl; /* total expected size */ | |
^ | |
../third_party/curl/lib/urldata.h:1116:3: error: expected specifier-qualifier-list before ‘curl_off_t’ | |
curl_off_t current_speed; /* the ProgressShow() funcion sets this, | |
^ | |
../third_party/curl/lib/urldata.h:1354:3: error: unknown type name ‘curl_seek_callback’ | |
curl_seek_callback seek_func; /* function that seeks the input */ | |
^ | |
../third_party/curl/lib/urldata.h:1355:3: error: expected specifier-qualifier-list before ‘curl_off_t’ | |
curl_off_t postfieldsize; /* if POST, this might have a size to use instead | |
^ | |
In file included from ../third_party/curl/lib/base64.c:34:0: | |
../third_party/curl/lib/warnless.h:39:21: error: expected declaration specifiers or ‘...’ before ‘curl_off_t’ | |
size_t curlx_sotouz(curl_off_t sonum); | |
^ | |
FAILED: /usr/bin/cc -DALLEGRO4_WITH_EXTRA_CURSORS -DALLEGRO4_WITH_RESIZE_PATCH -DALLEGRO_STATICLINK -DBUILDING_LIBCURL -DCMARK_STATIC_DEFINE -DHAVE_CONFIG_H -DNDEBUG -DPNG_NO_MMX_CODE -DUSE_ALLEG4_BACKEND -I../third_party/zlib -Ithird_party/zlib -I../third_party/libpng -Ithird_party/libpng -I../third_party/libwebp/src -I../third_party/tinyxml -I../third_party/pixman/pixman -I. -I../third_party/freetype2/include -I../third_party/harfbuzz/src -I../third_party/giflib/lib -I../third_party/jpeg -I../third_party/loadpng -Ithird_party/cmark -I../third_party/curl/include -I../third_party/simpleini -I../src/allegro/include -Iinclude -I../third_party/. -Ithird_party/curl/include/curl -Ithird_party/curl/lib/../include -I../third_party/curl/lib/.. -I../third_party/curl/lib/../include -Ithird_party/curl/lib/.. -I../third_party/curl/lib -Ithird_party/curl/lib -O2 -g -DNDEBUG -MMD -MT third_party/curl/lib/CMakeFiles/libcurl.dir/hostip.c.o -MF third_party/curl/lib/CMakeFiles/libcurl.dir/hostip.c.o.d -o third_party/curl/lib/CMakeFiles/libcurl.dir/hostip.c.o -c ../third_party/curl/lib/hostip.c | |
In file included from ../third_party/curl/lib/setup.h:126:0, | |
from ../third_party/curl/lib/hostip.c:23: | |
../third_party/curl/include/curl/curlrules.h:79:4: error: #error "CURL_SIZEOF_LONG definition is missing!" | |
# error "CURL_SIZEOF_LONG definition is missing!" | |
^ | |
../third_party/curl/include/curl/curlrules.h:80:4: error: unknown type name ‘Error’ | |
Error Compilation_aborted_CURL_SIZEOF_LONG_is_missing | |
^ | |
../third_party/curl/include/curl/curlrules.h:94:4: error: #error "CURL_TYPEOF_CURL_OFF_T definition is missing!" | |
# error "CURL_TYPEOF_CURL_OFF_T definition is missing!" | |
^ | |
../third_party/curl/include/curl/curlrules.h:95:4: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘Error’ | |
Error Compilation_aborted_CURL_TYPEOF_CURL_OFF_T_is_missing | |
^ | |
../third_party/curl/include/curl/curlrules.h:95:4: error: unknown type name ‘Error’ | |
../third_party/curl/include/curl/curlrules.h:99:4: error: #error "CURL_FORMAT_CURL_OFF_T definition is missing!" | |
# error "CURL_FORMAT_CURL_OFF_T definition is missing!" | |
^ | |
../third_party/curl/include/curl/curlrules.h:104:4: error: #error "CURL_FORMAT_CURL_OFF_TU definition is missing!" | |
# error "CURL_FORMAT_CURL_OFF_TU definition is missing!" | |
^ | |
../third_party/curl/include/curl/curlrules.h:109:4: error: #error "CURL_FORMAT_OFF_T definition is missing!" | |
# error "CURL_FORMAT_OFF_T definition is missing!" | |
^ | |
../third_party/curl/include/curl/curlrules.h:114:4: error: #error "CURL_SIZEOF_CURL_OFF_T definition is missing!" | |
# error "CURL_SIZEOF_CURL_OFF_T definition is missing!" | |
^ | |
../third_party/curl/include/curl/curlrules.h:119:4: error: #error "CURL_SUFFIX_CURL_OFF_T definition is missing!" | |
# error "CURL_SUFFIX_CURL_OFF_T definition is missing!" | |
^ | |
../third_party/curl/include/curl/curlrules.h:124:4: error: #error "CURL_SUFFIX_CURL_OFF_TU definition is missing!" | |
# error "CURL_SUFFIX_CURL_OFF_TU definition is missing!" | |
^ | |
../third_party/curl/include/curl/curlrules.h:153:18: error: ‘curl_off_t’ undeclared here (not in a function) | |
[CurlchkszEQ(curl_off_t, CURL_SIZEOF_CURL_OFF_T)]; | |
^ | |
../third_party/curl/include/curl/curlrules.h:132:34: note: in definition of macro ‘CurlchkszEQ’ | |
#define CurlchkszEQ(t, s) sizeof(t) == s ? 1 : -1 | |
^ | |
../third_party/curl/include/curl/curlrules.h:153:30: error: ‘CURL_SIZEOF_CURL_OFF_T’ undeclared here (not in a function) | |
[CurlchkszEQ(curl_off_t, CURL_SIZEOF_CURL_OFF_T)]; | |
^ | |
../third_party/curl/include/curl/curlrules.h:132:40: note: in definition of macro ‘CurlchkszEQ’ | |
#define CurlchkszEQ(t, s) sizeof(t) == s ? 1 : -1 | |
^ | |
In file included from ../third_party/curl/lib/cookie.h:34:0, | |
from ../third_party/curl/lib/urldata.h:69, | |
from ../third_party/curl/lib/hostip.c:62: | |
../third_party/curl/include/curl/curl.h:237:3: error: expected specifier-qualifier-list before ‘curl_off_t’ | |
curl_off_t size; | |
^ | |
../third_party/curl/include/curl/curl.h:298:35: error: expected declaration specifiers or ‘...’ before ‘curl_off_t’ | |
curl_off_t offset, | |
^ | |
In file included from ../third_party/curl/include/curl/curl.h:2153:0, | |
from ../third_party/curl/lib/cookie.h:34, | |
from ../third_party/curl/lib/urldata.h:69, | |
from ../third_party/curl/lib/hostip.c:62: | |
../third_party/curl/include/curl/typecheck-gcc.h:580:50: error: expected declaration specifiers or ‘...’ before ‘curl_off_t’ | |
typedef CURLcode (*_curl_seek_callback1)(void *, curl_off_t, int); | |
^ | |
../third_party/curl/include/curl/typecheck-gcc.h:581:56: error: expected declaration specifiers or ‘...’ before ‘curl_off_t’ | |
typedef CURLcode (*_curl_seek_callback2)(const void *, curl_off_t, int); | |
^ | |
In file included from ../third_party/curl/lib/urldata.h:69:0, | |
from ../third_party/curl/lib/hostip.c:62: | |
../third_party/curl/lib/cookie.h:42:3: error: expected specifier-qualifier-list before ‘curl_off_t’ | |
curl_off_t expires; /* expires = <this> */ | |
^ | |
In file included from ../third_party/curl/lib/urldata.h:70:0, | |
from ../third_party/curl/lib/hostip.c:62: | |
../third_party/curl/lib/formdata.h:77:27: error: expected declaration specifiers or ‘...’ before ‘curl_off_t’ | |
curl_off_t *size); | |
^ | |
In file included from ../third_party/curl/lib/urldata.h:166:0, | |
from ../third_party/curl/lib/hostip.c:62: | |
../third_party/curl/lib/ftp.h:111:3: error: expected specifier-qualifier-list before ‘curl_off_t’ | |
curl_off_t *bytecountp; | |
^ | |
../third_party/curl/lib/ftp.h:149:3: error: expected specifier-qualifier-list before ‘curl_off_t’ | |
curl_off_t known_filesize; /* file size is different from -1, if wildcard | |
^ | |
In file included from ../third_party/curl/lib/urldata.h:169:0, | |
from ../third_party/curl/lib/hostip.c:62: | |
../third_party/curl/lib/http.h:121:3: error: expected specifier-qualifier-list before ‘curl_off_t’ | |
curl_off_t postsize; /* off_t to handle large file sizes */ | |
^ | |
In file included from ../third_party/curl/lib/hostip.c:62:0: | |
../third_party/curl/lib/urldata.h:542:3: error: expected specifier-qualifier-list before ‘curl_off_t’ | |
curl_off_t size; /* -1 if unknown at this point */ | |
^ | |
../third_party/curl/lib/urldata.h:894:3: error: unknown type name ‘curl_seek_callback’ | |
curl_seek_callback seek_func; /* function that seeks the input */ | |
^ | |
../third_party/curl/lib/urldata.h:998:3: error: expected specifier-qualifier-list before ‘curl_off_t’ | |
curl_off_t size_dl; /* total expected size */ | |
^ | |
../third_party/curl/lib/urldata.h:1116:3: error: expected specifier-qualifier-list before ‘curl_off_t’ | |
curl_off_t current_speed; /* the ProgressShow() funcion sets this, | |
^ | |
../third_party/curl/lib/urldata.h:1354:3: error: unknown type name ‘curl_seek_callback’ | |
curl_seek_callback seek_func; /* function that seeks the input */ | |
^ | |
../third_party/curl/lib/urldata.h:1355:3: error: expected specifier-qualifier-list before ‘curl_off_t’ | |
curl_off_t postfieldsize; /* if POST, this might have a size to use instead | |
^ | |
In file included from ../third_party/curl/lib/hostip.c:70:0: | |
../third_party/curl/lib/warnless.h:39:21: error: expected declaration specifiers or ‘...’ before ‘curl_off_t’ | |
size_t curlx_sotouz(curl_off_t sonum); | |
^ | |
../third_party/curl/lib/hostip.c: In function ‘Curl_hostcache_prune’: | |
../third_party/curl/lib/hostip.c:264:16: error: ‘struct UserDefined’ has no member named ‘dns_cache_timeout’ | |
if((data->set.dns_cache_timeout == -1) || !data->dns.hostcache) | |
^ | |
../third_party/curl/lib/hostip.c:276:28: error: ‘struct UserDefined’ has no member named ‘dns_cache_timeout’ | |
data->set.dns_cache_timeout, | |
^ | |
../third_party/curl/lib/hostip.c: In function ‘remove_entry_if_stale’: | |
../third_party/curl/lib/hostip.c:291:25: error: ‘struct UserDefined’ has no member named ‘dns_cache_timeout’ | |
if( !dns || (data->set.dns_cache_timeout == -1) || !data->dns.hostcache) | |
^ | |
../third_party/curl/lib/hostip.c:297:33: error: ‘struct UserDefined’ has no member named ‘dns_cache_timeout’ | |
user.cache_timeout = data->set.dns_cache_timeout; | |
^ | |
../third_party/curl/lib/hostip.c: In function ‘Curl_resolv_timeout’: | |
../third_party/curl/lib/hostip.c:562:16: error: ‘struct UserDefined’ has no member named ‘no_signal’ | |
if (data->set.no_signal) | |
^ | |
ninja: build stopped: subcommand failed. |