Last active
January 7, 2016 20:15
-
-
Save gabrielschulhof/6dbe7512d965317fddfa to your computer and use it in GitHub Desktop.
Output from C++ compilation of sol-glib-integration.h
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
g++ '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DBUILDING_NODE_EXTENSION' '-DDEBUG' '-D_DEBUG' -I/home/nix/.node-gyp/0.12.3/src -I/home/nix/.node-gyp/0.12.3/deps/uv/include -I/home/nix/.node-gyp/0.12.3/deps/v8/include -I../node_modules/nan -I../build/soletta_sysroot/usr/include/soletta -pthread -Wall -Wextra -Wno-unused-parameter -m32 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O0 -fno-rtti -fno-exceptions -MMD -MF ./Debug/.deps/Debug/obj.target/soletta/bindings/nodejs/src/mainloop.o.d.raw -c -o Debug/obj.target/soletta/bindings/nodejs/src/mainloop.o ../bindings/nodejs/src/mainloop.cc |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
In file included from ../bindings/nodejs/src/mainloop.cc:4:0: | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:73:1: warning: missing initializer for member ‘_GSourceFuncs::finalize’ [-Wmissing-field-initializers] | |
}; | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:73:1: warning: missing initializer for member ‘_GSourceFuncs::closure_callback’ [-Wmissing-field-initializers] | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:73:1: warning: missing initializer for member ‘_GSourceFuncs::closure_marshal’ [-Wmissing-field-initializers] | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h: In function ‘bool _sol_glib_integration_on_source_fd(void*, int, uint32_t)’: | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:166:50: error: invalid conversion from ‘void*’ to ‘_sol_glib_integration_fd_handler*’ [-fpermissive] | |
struct _sol_glib_integration_fd_handler *h = data; | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h: In function ‘void _sol_glib_integration_source_fd_handlers_adjust(_sol_glib_integration_source_data*)’: | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:207:67: error: invalid conversion from ‘void*’ to ‘_sol_glib_integration_fd_handler*’ [-fpermissive] | |
h = malloc(sizeof(struct _sol_glib_integration_fd_handler)); | |
^ | |
In file included from ../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:48:0, | |
from ../bindings/nodejs/src/mainloop.cc:4: | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:111:34: error: expected primary-expression before ‘typeof’ | |
__builtin_types_compatible_p(typeof(var), int), \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:221:9: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(r, < 0, append_failed); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:111:47: error: expected primary-expression before ‘int’ | |
__builtin_types_compatible_p(typeof(var), int), \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:221:9: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(r, < 0, append_failed); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:111:50: error: ‘__builtin_types_compatible_p’ was not declared in this scope | |
__builtin_types_compatible_p(typeof(var), int), \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:221:9: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(r, < 0, append_failed); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:114:34: error: expected primary-expression before ‘typeof’ | |
__builtin_types_compatible_p(typeof(var), long), \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:221:9: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(r, < 0, append_failed); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:114:47: error: expected primary-expression before ‘long’ | |
__builtin_types_compatible_p(typeof(var), long), \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:221:9: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(r, < 0, append_failed); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:117:34: error: expected primary-expression before ‘typeof’ | |
__builtin_types_compatible_p(typeof(var), size_t), \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:221:9: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(r, < 0, append_failed); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:117:53: error: expected primary-expression before ‘)’ token | |
__builtin_types_compatible_p(typeof(var), size_t), \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:221:9: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(r, < 0, append_failed); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:120:34: error: expected primary-expression before ‘typeof’ | |
__builtin_types_compatible_p(typeof(var), unsigned), \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:221:9: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(r, < 0, append_failed); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:120:47: error: expected primary-expression before ‘unsigned’ | |
__builtin_types_compatible_p(typeof(var), unsigned), \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:221:9: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(r, < 0, append_failed); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:123:34: error: expected primary-expression before ‘typeof’ | |
__builtin_types_compatible_p(typeof(var), uint64_t), \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:221:9: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(r, < 0, append_failed); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:123:55: error: expected primary-expression before ‘)’ token | |
__builtin_types_compatible_p(typeof(var), uint64_t), \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:221:9: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(r, < 0, append_failed); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:126:34: error: expected primary-expression before ‘typeof’ | |
__builtin_types_compatible_p(typeof(var), uint32_t), \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:221:9: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(r, < 0, append_failed); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:126:55: error: expected primary-expression before ‘)’ token | |
__builtin_types_compatible_p(typeof(var), uint32_t), \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:221:9: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(r, < 0, append_failed); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:129:34: error: expected primary-expression before ‘typeof’ | |
__builtin_types_compatible_p(typeof(var), uint16_t), \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:221:9: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(r, < 0, append_failed); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:129:55: error: expected primary-expression before ‘)’ token | |
__builtin_types_compatible_p(typeof(var), uint16_t), \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:221:9: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(r, < 0, append_failed); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:132:34: error: expected primary-expression before ‘typeof’ | |
__builtin_types_compatible_p(typeof(var), uint8_t), \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:221:9: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(r, < 0, append_failed); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:132:54: error: expected primary-expression before ‘)’ token | |
__builtin_types_compatible_p(typeof(var), uint8_t), \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:221:9: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(r, < 0, append_failed); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:135:34: error: expected primary-expression before ‘typeof’ | |
__builtin_types_compatible_p(typeof(var), int64_t), \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:221:9: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(r, < 0, append_failed); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:135:54: error: expected primary-expression before ‘)’ token | |
__builtin_types_compatible_p(typeof(var), int64_t), \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:221:9: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(r, < 0, append_failed); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:138:34: error: expected primary-expression before ‘typeof’ | |
__builtin_types_compatible_p(typeof(var), int32_t), \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:221:9: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(r, < 0, append_failed); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:138:54: error: expected primary-expression before ‘)’ token | |
__builtin_types_compatible_p(typeof(var), int32_t), \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:221:9: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(r, < 0, append_failed); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:141:34: error: expected primary-expression before ‘typeof’ | |
__builtin_types_compatible_p(typeof(var), int16_t), \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:221:9: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(r, < 0, append_failed); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:141:54: error: expected primary-expression before ‘)’ token | |
__builtin_types_compatible_p(typeof(var), int16_t), \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:221:9: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(r, < 0, append_failed); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:144:34: error: expected primary-expression before ‘typeof’ | |
__builtin_types_compatible_p(typeof(var), int8_t), \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:221:9: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(r, < 0, append_failed); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:144:53: error: expected primary-expression before ‘)’ token | |
__builtin_types_compatible_p(typeof(var), int8_t), \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:221:9: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(r, < 0, append_failed); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:147:34: error: expected primary-expression before ‘typeof’ | |
__builtin_types_compatible_p(typeof(var), ssize_t), \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:221:9: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(r, < 0, append_failed); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:147:54: error: expected primary-expression before ‘)’ token | |
__builtin_types_compatible_p(typeof(var), ssize_t), \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:221:9: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(r, < 0, append_failed); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:149:12: error: ‘__builtin_choose_expr’ was not declared in this scope | |
(void)0))))))))))))) | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:221:9: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(r, < 0, append_failed); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:149:13: error: ‘__builtin_choose_expr’ was not declared in this scope | |
(void)0))))))))))))) | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:221:9: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(r, < 0, append_failed); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:149:13: error: redeclaration of ‘<typeprefixerror>__builtin_choose_expr’ | |
(void)0))))))))))))) | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:221:9: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(r, < 0, append_failed); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:149:12: note: previous declaration ‘<typeprefixerror>__builtin_choose_expr’ | |
(void)0))))))))))))) | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:221:9: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(r, < 0, append_failed); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:149:14: error: ‘__builtin_choose_expr’ was not declared in this scope | |
(void)0))))))))))))) | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:221:9: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(r, < 0, append_failed); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:149:14: error: redeclaration of ‘<typeprefixerror>__builtin_choose_expr’ | |
(void)0))))))))))))) | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:221:9: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(r, < 0, append_failed); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:149:12: note: previous declaration ‘<typeprefixerror>__builtin_choose_expr’ | |
(void)0))))))))))))) | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:221:9: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(r, < 0, append_failed); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:149:15: error: ‘__builtin_choose_expr’ was not declared in this scope | |
(void)0))))))))))))) | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:221:9: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(r, < 0, append_failed); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:149:15: error: redeclaration of ‘<typeprefixerror>__builtin_choose_expr’ | |
(void)0))))))))))))) | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:221:9: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(r, < 0, append_failed); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:149:12: note: previous declaration ‘<typeprefixerror>__builtin_choose_expr’ | |
(void)0))))))))))))) | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:221:9: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(r, < 0, append_failed); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:149:16: error: ‘__builtin_choose_expr’ was not declared in this scope | |
(void)0))))))))))))) | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:221:9: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(r, < 0, append_failed); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:149:16: error: redeclaration of ‘<typeprefixerror>__builtin_choose_expr’ | |
(void)0))))))))))))) | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:221:9: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(r, < 0, append_failed); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:149:12: note: previous declaration ‘<typeprefixerror>__builtin_choose_expr’ | |
(void)0))))))))))))) | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:221:9: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(r, < 0, append_failed); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:149:17: error: ‘__builtin_choose_expr’ was not declared in this scope | |
(void)0))))))))))))) | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:221:9: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(r, < 0, append_failed); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:149:17: error: redeclaration of ‘<typeprefixerror>__builtin_choose_expr’ | |
(void)0))))))))))))) | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:221:9: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(r, < 0, append_failed); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:149:12: note: previous declaration ‘<typeprefixerror>__builtin_choose_expr’ | |
(void)0))))))))))))) | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:221:9: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(r, < 0, append_failed); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:149:18: error: ‘__builtin_choose_expr’ was not declared in this scope | |
(void)0))))))))))))) | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:221:9: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(r, < 0, append_failed); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:149:18: error: redeclaration of ‘<typeprefixerror>__builtin_choose_expr’ | |
(void)0))))))))))))) | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:221:9: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(r, < 0, append_failed); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:149:12: note: previous declaration ‘<typeprefixerror>__builtin_choose_expr’ | |
(void)0))))))))))))) | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:221:9: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(r, < 0, append_failed); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:149:19: error: ‘__builtin_choose_expr’ was not declared in this scope | |
(void)0))))))))))))) | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:221:9: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(r, < 0, append_failed); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:149:19: error: redeclaration of ‘<typeprefixerror>__builtin_choose_expr’ | |
(void)0))))))))))))) | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:221:9: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(r, < 0, append_failed); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:149:12: note: previous declaration ‘<typeprefixerror>__builtin_choose_expr’ | |
(void)0))))))))))))) | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:221:9: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(r, < 0, append_failed); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:149:20: error: ‘__builtin_choose_expr’ was not declared in this scope | |
(void)0))))))))))))) | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:221:9: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(r, < 0, append_failed); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:149:20: error: redeclaration of ‘<typeprefixerror>__builtin_choose_expr’ | |
(void)0))))))))))))) | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:221:9: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(r, < 0, append_failed); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:149:12: note: previous declaration ‘<typeprefixerror>__builtin_choose_expr’ | |
(void)0))))))))))))) | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:221:9: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(r, < 0, append_failed); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:149:21: error: ‘__builtin_choose_expr’ was not declared in this scope | |
(void)0))))))))))))) | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:221:9: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(r, < 0, append_failed); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:149:21: error: redeclaration of ‘<typeprefixerror>__builtin_choose_expr’ | |
(void)0))))))))))))) | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:221:9: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(r, < 0, append_failed); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:149:12: note: previous declaration ‘<typeprefixerror>__builtin_choose_expr’ | |
(void)0))))))))))))) | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:221:9: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(r, < 0, append_failed); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:149:22: error: ‘__builtin_choose_expr’ was not declared in this scope | |
(void)0))))))))))))) | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:221:9: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(r, < 0, append_failed); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:149:22: error: redeclaration of ‘<typeprefixerror>__builtin_choose_expr’ | |
(void)0))))))))))))) | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:221:9: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(r, < 0, append_failed); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:149:12: note: previous declaration ‘<typeprefixerror>__builtin_choose_expr’ | |
(void)0))))))))))))) | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:221:9: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(r, < 0, append_failed); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:149:23: error: ‘__builtin_choose_expr’ was not declared in this scope | |
(void)0))))))))))))) | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:221:9: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(r, < 0, append_failed); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:149:23: error: redeclaration of ‘<typeprefixerror>__builtin_choose_expr’ | |
(void)0))))))))))))) | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:221:9: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(r, < 0, append_failed); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:149:12: note: previous declaration ‘<typeprefixerror>__builtin_choose_expr’ | |
(void)0))))))))))))) | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:221:9: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(r, < 0, append_failed); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:149:24: error: ‘__builtin_choose_expr’ was not declared in this scope | |
(void)0))))))))))))) | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:221:9: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(r, < 0, append_failed); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:149:24: error: redeclaration of ‘<typeprefixerror>__builtin_choose_expr’ | |
(void)0))))))))))))) | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:221:9: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(r, < 0, append_failed); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:149:12: note: previous declaration ‘<typeprefixerror>__builtin_choose_expr’ | |
(void)0))))))))))))) | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:221:9: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(r, < 0, append_failed); | |
^ | |
In file included from ../bindings/nodejs/src/mainloop.cc:4:0: | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h: In function ‘bool _sol_glib_integration_source_prepare(void*)’: | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:270:55: error: invalid conversion from ‘void*’ to ‘_sol_glib_integration_source_data*’ [-fpermissive] | |
struct _sol_glib_integration_source_data *mdata = data; | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:305:20: error: invalid conversion from ‘void*’ to ‘GPollFD* {aka _GPollFD*}’ [-fpermissive] | |
mdata->fds = tmp; | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h: In function ‘bool _sol_glib_integration_source_get_next_timeout(void*, timespec*)’: | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:323:55: error: invalid conversion from ‘void*’ to ‘_sol_glib_integration_source_data*’ [-fpermissive] | |
struct _sol_glib_integration_source_data *mdata = data; | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h: In function ‘bool _sol_glib_integration_source_check(void*)’: | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:340:55: error: invalid conversion from ‘void*’ to ‘_sol_glib_integration_source_data*’ [-fpermissive] | |
struct _sol_glib_integration_source_data *mdata = data; | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h: In function ‘void _sol_glib_integration_source_dispatch(void*)’: | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:358:55: error: invalid conversion from ‘void*’ to ‘_sol_glib_integration_source_data*’ [-fpermissive] | |
struct _sol_glib_integration_source_data *mdata = data; | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h: In function ‘void _sol_glib_integration_source_dispose(void*)’: | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:372:55: error: invalid conversion from ‘void*’ to ‘_sol_glib_integration_source_data*’ [-fpermissive] | |
struct _sol_glib_integration_source_data *mdata = data; | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h: In function ‘bool sol_glib_integration()’: | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:424:68: error: invalid conversion from ‘int (*)()’ to ‘gpointer {aka void*}’ [-fpermissive] | |
gsource = g_main_context_find_source_by_user_data(ctx, sol_init); | |
^ | |
In file included from /usr/include/glib-2.0/glib/giochannel.h:33:0, | |
from /usr/include/glib-2.0/glib.h:54, | |
from ../bindings/nodejs/src/mainloop.cc:1: | |
/usr/include/glib-2.0/glib/gmain.h:324:15: note: initializing argument 2 of ‘GSource* g_main_context_find_source_by_user_data(GMainContext*, gpointer)’ | |
GSource *g_main_context_find_source_by_user_data (GMainContext *context, | |
^ | |
In file included from ../bindings/nodejs/src/mainloop.cc:4:0: | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:432:57: error: invalid conversion from ‘int (*)()’ to ‘gpointer {aka void*}’ [-fpermissive] | |
_sol_glib_integration_gsource_cb, sol_init, NULL); | |
^ | |
In file included from /usr/include/glib-2.0/glib/giochannel.h:33:0, | |
from /usr/include/glib-2.0/glib.h:54, | |
from ../bindings/nodejs/src/mainloop.cc:1: | |
/usr/include/glib-2.0/glib/gmain.h:446:10: note: initializing argument 3 of ‘void g_source_set_callback(GSource*, GSourceFunc, gpointer, GDestroyNotify)’ | |
void g_source_set_callback (GSource *source, | |
^ | |
In file included from ../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:48:0, | |
from ../bindings/nodejs/src/mainloop.cc:4: | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:111:34: error: expected primary-expression before ‘typeof’ | |
__builtin_types_compatible_p(typeof(var), int), \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:435:5: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(id, == 0, failed_gsource); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:111:47: error: expected primary-expression before ‘int’ | |
__builtin_types_compatible_p(typeof(var), int), \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:435:5: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(id, == 0, failed_gsource); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:111:50: error: ‘__builtin_types_compatible_p’ was not declared in this scope | |
__builtin_types_compatible_p(typeof(var), int), \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:435:5: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(id, == 0, failed_gsource); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:114:34: error: expected primary-expression before ‘typeof’ | |
__builtin_types_compatible_p(typeof(var), long), \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:435:5: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(id, == 0, failed_gsource); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:114:47: error: expected primary-expression before ‘long’ | |
__builtin_types_compatible_p(typeof(var), long), \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:435:5: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(id, == 0, failed_gsource); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:117:34: error: expected primary-expression before ‘typeof’ | |
__builtin_types_compatible_p(typeof(var), size_t), \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:435:5: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(id, == 0, failed_gsource); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:117:53: error: expected primary-expression before ‘)’ token | |
__builtin_types_compatible_p(typeof(var), size_t), \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:435:5: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(id, == 0, failed_gsource); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:120:34: error: expected primary-expression before ‘typeof’ | |
__builtin_types_compatible_p(typeof(var), unsigned), \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:435:5: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(id, == 0, failed_gsource); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:120:47: error: expected primary-expression before ‘unsigned’ | |
__builtin_types_compatible_p(typeof(var), unsigned), \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:435:5: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(id, == 0, failed_gsource); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:123:34: error: expected primary-expression before ‘typeof’ | |
__builtin_types_compatible_p(typeof(var), uint64_t), \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:435:5: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(id, == 0, failed_gsource); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:123:55: error: expected primary-expression before ‘)’ token | |
__builtin_types_compatible_p(typeof(var), uint64_t), \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:435:5: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(id, == 0, failed_gsource); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:126:34: error: expected primary-expression before ‘typeof’ | |
__builtin_types_compatible_p(typeof(var), uint32_t), \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:435:5: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(id, == 0, failed_gsource); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:126:55: error: expected primary-expression before ‘)’ token | |
__builtin_types_compatible_p(typeof(var), uint32_t), \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:435:5: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(id, == 0, failed_gsource); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:129:34: error: expected primary-expression before ‘typeof’ | |
__builtin_types_compatible_p(typeof(var), uint16_t), \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:435:5: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(id, == 0, failed_gsource); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:129:55: error: expected primary-expression before ‘)’ token | |
__builtin_types_compatible_p(typeof(var), uint16_t), \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:435:5: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(id, == 0, failed_gsource); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:132:34: error: expected primary-expression before ‘typeof’ | |
__builtin_types_compatible_p(typeof(var), uint8_t), \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:435:5: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(id, == 0, failed_gsource); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:132:54: error: expected primary-expression before ‘)’ token | |
__builtin_types_compatible_p(typeof(var), uint8_t), \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:435:5: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(id, == 0, failed_gsource); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:135:34: error: expected primary-expression before ‘typeof’ | |
__builtin_types_compatible_p(typeof(var), int64_t), \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:435:5: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(id, == 0, failed_gsource); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:135:54: error: expected primary-expression before ‘)’ token | |
__builtin_types_compatible_p(typeof(var), int64_t), \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:435:5: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(id, == 0, failed_gsource); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:138:34: error: expected primary-expression before ‘typeof’ | |
__builtin_types_compatible_p(typeof(var), int32_t), \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:435:5: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(id, == 0, failed_gsource); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:138:54: error: expected primary-expression before ‘)’ token | |
__builtin_types_compatible_p(typeof(var), int32_t), \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:435:5: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(id, == 0, failed_gsource); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:141:34: error: expected primary-expression before ‘typeof’ | |
__builtin_types_compatible_p(typeof(var), int16_t), \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:435:5: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(id, == 0, failed_gsource); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:141:54: error: expected primary-expression before ‘)’ token | |
__builtin_types_compatible_p(typeof(var), int16_t), \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:435:5: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(id, == 0, failed_gsource); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:144:34: error: expected primary-expression before ‘typeof’ | |
__builtin_types_compatible_p(typeof(var), int8_t), \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:435:5: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(id, == 0, failed_gsource); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:144:53: error: expected primary-expression before ‘)’ token | |
__builtin_types_compatible_p(typeof(var), int8_t), \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:435:5: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(id, == 0, failed_gsource); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:147:34: error: expected primary-expression before ‘typeof’ | |
__builtin_types_compatible_p(typeof(var), ssize_t), \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:435:5: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(id, == 0, failed_gsource); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:147:54: error: expected primary-expression before ‘)’ token | |
__builtin_types_compatible_p(typeof(var), ssize_t), \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:435:5: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(id, == 0, failed_gsource); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:149:12: error: ‘__builtin_choose_expr’ was not declared in this scope | |
(void)0))))))))))))) | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:435:5: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(id, == 0, failed_gsource); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:149:13: error: ‘__builtin_choose_expr’ was not declared in this scope | |
(void)0))))))))))))) | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:435:5: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(id, == 0, failed_gsource); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:149:13: error: redeclaration of ‘<typeprefixerror>__builtin_choose_expr’ | |
(void)0))))))))))))) | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:435:5: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(id, == 0, failed_gsource); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:149:12: note: previous declaration ‘<typeprefixerror>__builtin_choose_expr’ | |
(void)0))))))))))))) | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:435:5: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(id, == 0, failed_gsource); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:149:14: error: ‘__builtin_choose_expr’ was not declared in this scope | |
(void)0))))))))))))) | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:435:5: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(id, == 0, failed_gsource); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:149:14: error: redeclaration of ‘<typeprefixerror>__builtin_choose_expr’ | |
(void)0))))))))))))) | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:435:5: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(id, == 0, failed_gsource); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:149:12: note: previous declaration ‘<typeprefixerror>__builtin_choose_expr’ | |
(void)0))))))))))))) | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:435:5: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(id, == 0, failed_gsource); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:149:15: error: ‘__builtin_choose_expr’ was not declared in this scope | |
(void)0))))))))))))) | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:435:5: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(id, == 0, failed_gsource); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:149:15: error: redeclaration of ‘<typeprefixerror>__builtin_choose_expr’ | |
(void)0))))))))))))) | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:435:5: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(id, == 0, failed_gsource); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:149:12: note: previous declaration ‘<typeprefixerror>__builtin_choose_expr’ | |
(void)0))))))))))))) | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:435:5: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(id, == 0, failed_gsource); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:149:16: error: ‘__builtin_choose_expr’ was not declared in this scope | |
(void)0))))))))))))) | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:435:5: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(id, == 0, failed_gsource); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:149:16: error: redeclaration of ‘<typeprefixerror>__builtin_choose_expr’ | |
(void)0))))))))))))) | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:435:5: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(id, == 0, failed_gsource); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:149:12: note: previous declaration ‘<typeprefixerror>__builtin_choose_expr’ | |
(void)0))))))))))))) | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:435:5: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(id, == 0, failed_gsource); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:149:17: error: ‘__builtin_choose_expr’ was not declared in this scope | |
(void)0))))))))))))) | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:435:5: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(id, == 0, failed_gsource); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:149:17: error: redeclaration of ‘<typeprefixerror>__builtin_choose_expr’ | |
(void)0))))))))))))) | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:435:5: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(id, == 0, failed_gsource); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:149:12: note: previous declaration ‘<typeprefixerror>__builtin_choose_expr’ | |
(void)0))))))))))))) | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:435:5: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(id, == 0, failed_gsource); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:149:18: error: ‘__builtin_choose_expr’ was not declared in this scope | |
(void)0))))))))))))) | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:435:5: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(id, == 0, failed_gsource); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:149:18: error: redeclaration of ‘<typeprefixerror>__builtin_choose_expr’ | |
(void)0))))))))))))) | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:435:5: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(id, == 0, failed_gsource); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:149:12: note: previous declaration ‘<typeprefixerror>__builtin_choose_expr’ | |
(void)0))))))))))))) | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:435:5: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(id, == 0, failed_gsource); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:149:19: error: ‘__builtin_choose_expr’ was not declared in this scope | |
(void)0))))))))))))) | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:435:5: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(id, == 0, failed_gsource); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:149:19: error: redeclaration of ‘<typeprefixerror>__builtin_choose_expr’ | |
(void)0))))))))))))) | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:435:5: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(id, == 0, failed_gsource); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:149:12: note: previous declaration ‘<typeprefixerror>__builtin_choose_expr’ | |
(void)0))))))))))))) | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:435:5: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(id, == 0, failed_gsource); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:149:20: error: ‘__builtin_choose_expr’ was not declared in this scope | |
(void)0))))))))))))) | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:435:5: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(id, == 0, failed_gsource); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:149:20: error: redeclaration of ‘<typeprefixerror>__builtin_choose_expr’ | |
(void)0))))))))))))) | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:435:5: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(id, == 0, failed_gsource); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:149:12: note: previous declaration ‘<typeprefixerror>__builtin_choose_expr’ | |
(void)0))))))))))))) | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:435:5: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(id, == 0, failed_gsource); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:149:21: error: ‘__builtin_choose_expr’ was not declared in this scope | |
(void)0))))))))))))) | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:435:5: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(id, == 0, failed_gsource); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:149:21: error: redeclaration of ‘<typeprefixerror>__builtin_choose_expr’ | |
(void)0))))))))))))) | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:435:5: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(id, == 0, failed_gsource); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:149:12: note: previous declaration ‘<typeprefixerror>__builtin_choose_expr’ | |
(void)0))))))))))))) | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:435:5: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(id, == 0, failed_gsource); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:149:22: error: ‘__builtin_choose_expr’ was not declared in this scope | |
(void)0))))))))))))) | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:435:5: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(id, == 0, failed_gsource); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:149:22: error: redeclaration of ‘<typeprefixerror>__builtin_choose_expr’ | |
(void)0))))))))))))) | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:435:5: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(id, == 0, failed_gsource); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:149:12: note: previous declaration ‘<typeprefixerror>__builtin_choose_expr’ | |
(void)0))))))))))))) | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:435:5: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(id, == 0, failed_gsource); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:149:23: error: ‘__builtin_choose_expr’ was not declared in this scope | |
(void)0))))))))))))) | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:435:5: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(id, == 0, failed_gsource); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:149:23: error: redeclaration of ‘<typeprefixerror>__builtin_choose_expr’ | |
(void)0))))))))))))) | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:435:5: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(id, == 0, failed_gsource); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:149:12: note: previous declaration ‘<typeprefixerror>__builtin_choose_expr’ | |
(void)0))))))))))))) | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:435:5: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(id, == 0, failed_gsource); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:149:24: error: ‘__builtin_choose_expr’ was not declared in this scope | |
(void)0))))))))))))) | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:435:5: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(id, == 0, failed_gsource); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:149:24: error: redeclaration of ‘<typeprefixerror>__builtin_choose_expr’ | |
(void)0))))))))))))) | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:435:5: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(id, == 0, failed_gsource); | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:149:12: note: previous declaration ‘<typeprefixerror>__builtin_choose_expr’ | |
(void)0))))))))))))) | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:283:17: note: in definition of macro ‘SOL_LOG’ | |
fmt, ## __VA_ARGS__); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:13: note: in expansion of macro ‘SOL_WRN’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-log.h:162:21: note: in expansion of macro ‘_SOL_INT_CHECK_FMT’ | |
SOL_WRN(_SOL_INT_CHECK_FMT(var, exp), var); \ | |
^ | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:435:5: note: in expansion of macro ‘SOL_INT_CHECK_GOTO’ | |
SOL_INT_CHECK_GOTO(id, == 0, failed_gsource); | |
^ | |
../bindings/nodejs/src/mainloop.cc: At global scope: | |
../bindings/nodejs/src/mainloop.cc:64:11: error: expected constructor, destructor, or type conversion before ‘(’ token | |
NAN_METHOD(bind_integrateMainLoops) { | |
^ | |
In file included from ../bindings/nodejs/src/mainloop.cc:4:0: | |
../build/soletta_sysroot/usr/include/soletta/sol-glib-integration.h:402:1: warning: ‘bool sol_glib_integration()’ defined but not used [-Wunused-function] | |
sol_glib_integration(void) | |
^ | |
soletta.target.mk:96: recipe for target 'Release/obj.target/soletta/bindings/nodejs/src/mainloop.o' failed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment