DEBUG: Executing shell function do_compile NOTE: VERBOSE=1 cmake --build TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/build --target all -- Change Dir: 'TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/build' Run Build Command(s): ninja -v -j 70 all [1/2] TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot-native/usr/bin/x86_64-oe-linux/x86_64-oe-linux-g++ --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot -ITOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git/include -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git=/usr/src/debug/sqlite-orm/1.5 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git=/usr/src/debug/sqlite-orm/1.5 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/build=/usr/src/debug/sqlite-orm/1.5 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/build=/usr/src/debug/sqlite-orm/1.5 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot-native= -pipe -fvisibility-inlines-hidden -std=c++14 -MD -MT examples/CMakeFiles/synchronous.dir/synchronous.cpp.o -MF examples/CMakeFiles/synchronous.dir/synchronous.cpp.o.d -o examples/CMakeFiles/synchronous.dir/synchronous.cpp.o -c TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git/examples/synchronous.cpp FAILED: examples/CMakeFiles/synchronous.dir/synchronous.cpp.o TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot-native/usr/bin/x86_64-oe-linux/x86_64-oe-linux-g++ --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot -ITOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git/include -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git=/usr/src/debug/sqlite-orm/1.5 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git=/usr/src/debug/sqlite-orm/1.5 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/build=/usr/src/debug/sqlite-orm/1.5 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/build=/usr/src/debug/sqlite-orm/1.5 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot-native= -pipe -fvisibility-inlines-hidden -std=c++14 -MD -MT examples/CMakeFiles/synchronous.dir/synchronous.cpp.o -MF examples/CMakeFiles/synchronous.dir/synchronous.cpp.o.d -o examples/CMakeFiles/synchronous.dir/synchronous.cpp.o -c TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git/examples/synchronous.cpp TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git/examples/synchronous.cpp:7:5: error: 'uint16_t' does not name a type 7 | uint16_t src_port; | ^~~~~~~~ TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git/examples/synchronous.cpp:3:1: note: 'uint16_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>' 2 | #include <sqlite_orm/sqlite_orm.h> +++ |+#include <cstdint> 3 | #include <string> TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git/examples/synchronous.cpp:8:5: error: 'uint16_t' does not name a type 8 | uint16_t txn_id; | ^~~~~~~~ TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git/examples/synchronous.cpp:8:5: note: 'uint16_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>' TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git/examples/synchronous.cpp:9:5: error: 'uint32_t' does not name a type 9 | uint32_t tv_sec; | ^~~~~~~~ TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git/examples/synchronous.cpp:9:5: note: 'uint32_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>' TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git/examples/synchronous.cpp:10:5: error: 'uint32_t' does not name a type 10 | uint32_t tv_usec; | ^~~~~~~~ TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git/examples/synchronous.cpp:10:5: note: 'uint32_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>' TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git/examples/synchronous.cpp:12:5: error: 'uint16_t' does not name a type 12 | uint16_t type; | ^~~~~~~~ TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git/examples/synchronous.cpp:12:5: note: 'uint16_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>' TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git/examples/synchronous.cpp: In function 'int main(int, char**)': TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git/examples/synchronous.cpp:21:74: error: 'tv_sec' is not a member of 'Query' 21 | make_column("tv_sec", &Query::tv_sec), | ^~~~~~ TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git/examples/synchronous.cpp:22:75: error: 'tv_usec' is not a member of 'Query' 22 | make_column("tv_usec", &Query::tv_usec), | ^~~~~~~ TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git/examples/synchronous.cpp:24:72: error: 'type' is not a member of 'Query' 24 | make_column("type", &Query::type), | ^~~~ TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git/examples/synchronous.cpp:26:76: error: 'src_port' is not a member of 'Query' 26 | make_column("src_port", &Query::src_port), | ^~~~~~~~ TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git/examples/synchronous.cpp:27:74: error: 'txn_id' is not a member of 'Query' 27 | make_column("txn_id", &Query::txn_id))); | ^~~~~~ TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git/examples/synchronous.cpp:30:29: error: expected primary-expression before '>' token 30 | storage.remove_all<Query>(); | ^ TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git/examples/synchronous.cpp:30:31: error: expected primary-expression before ')' token 30 | storage.remove_all<Query>(); | ^ ninja: build stopped: subcommand failed. WARNING: TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/temp/run.do_compile.1917062:153 exit 1 from 'eval ${DESTDIR:+DESTDIR=${DESTDIR} }VERBOSE=1 cmake --build 'TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/build' "$@" -- ${EXTRA_OECMAKE_BUILD}' WARNING: Backtrace (BB generated script): #1: cmake_runcmake_build, TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/temp/run.do_compile.1917062, line 153 #2: cmake_do_compile, TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/temp/run.do_compile.1917062, line 147 #3: do_compile, TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/temp/run.do_compile.1917062, line 142 #4: main, TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/temp/run.do_compile.1917062, line 166