=> Bootstrap dependency digest>=20010302: found digest-20190127 ===> Skipping vulnerability checks. WARNING: No /var/db/pkg/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /var/db/pkg fetch-pkg-vulnerabilities'. ===> Building for qof-0.7.5nb19 /usr/pkg/bin/gmake all-recursive gmake[1]: Entering directory '/tmp/devel/qof/work/qof-0.7.5' Making all in lib gmake[2]: Entering directory '/tmp/devel/qof/work/qof-0.7.5/lib' Making all in libsql gmake[3]: Entering directory '/tmp/devel/qof/work/qof-0.7.5/lib/libsql' if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -g -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -g2 -Wall -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -g2 -Wall -MT parser.lo -MD -MP -MF ".deps/parser.Tpo" -c -o parser.lo parser.c; \ then mv -f ".deps/parser.Tpo" ".deps/parser.Plo"; else rm -f ".deps/parser.Tpo"; exit 1; fi libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/tmp/devel/qof/work/.buildlink/include -I/tmp/devel/qof/work/.buildlink/include/glib-2.0 -I/tmp/devel/qof/work/.buildlink/include/gio-unix-2.0 -I/tmp/devel/qof/work/.buildlink/lib/glib-2.0/include -g -O2 -D_FORTIFY_SOURCE=2 -g2 -Wall -O2 -D_FORTIFY_SOURCE=2 -g2 -Wall -MT parser.lo -MD -MP -MF .deps/parser.Tpo -c parser.c -fPIC -DPIC -o .libs/parser.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/tmp/devel/qof/work/.buildlink/include -I/tmp/devel/qof/work/.buildlink/include/glib-2.0 -I/tmp/devel/qof/work/.buildlink/include/gio-unix-2.0 -I/tmp/devel/qof/work/.buildlink/lib/glib-2.0/include -g -O2 -D_FORTIFY_SOURCE=2 -g2 -Wall -O2 -D_FORTIFY_SOURCE=2 -g2 -Wall -MT parser.lo -MD -MP -MF .deps/parser.Tpo -c parser.c -o parser.o >/dev/null 2>&1 if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -g -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -g2 -Wall -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -g2 -Wall -MT lexer.lo -MD -MP -MF ".deps/lexer.Tpo" -c -o lexer.lo lexer.c; \ then mv -f ".deps/lexer.Tpo" ".deps/lexer.Plo"; else rm -f ".deps/lexer.Tpo"; exit 1; fi libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/tmp/devel/qof/work/.buildlink/include -I/tmp/devel/qof/work/.buildlink/include/glib-2.0 -I/tmp/devel/qof/work/.buildlink/include/gio-unix-2.0 -I/tmp/devel/qof/work/.buildlink/lib/glib-2.0/include -g -O2 -D_FORTIFY_SOURCE=2 -g2 -Wall -O2 -D_FORTIFY_SOURCE=2 -g2 -Wall -MT lexer.lo -MD -MP -MF .deps/lexer.Tpo -c lexer.c -fPIC -DPIC -o .libs/lexer.o lexer.l:18:2: warning: #warning "strings are limited to 2000 characters" [-Wcpp] #warning "strings are limited to 2000 characters" ^~~~~~~ In file included from lexer.l:16:0: lexer.l: In function 'sqllex': mem.h:4:26: warning: passing argument 1 of 'memsql_strappend_free_raw' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] #define GET_FUNC_DETAILS __FUNCTION__, __LINE__, __FILE__ ^ mem.h:40:84: note: in definition of macro 'memsql_strappend_free' #define memsql_strappend_free(a,b) memsql_strappend_free_raw (GET_FUNC_DETAILS, a, b) ^ mem.h:40:63: note: in expansion of macro 'GET_FUNC_DETAILS' #define memsql_strappend_free(a,b) memsql_strappend_free_raw (GET_FUNC_DETAILS, a, b) ^~~~~~~~~~~~~~~~ lexer.l:88:62: note: in expansion of macro 'memsql_strappend_free' sqllval.str = memsql_strappend_free (memsql_strdup ("'"), memsql_strappend_free (memsql_strdup (string_buf), memsql_strdup ("'"))); ^~~~~~~~~~~~~~~~~~~~~ mem.h:46:7: note: expected 'char *' but argument is of type 'const char *' char *memsql_strappend_free_raw (char *funcname, int linenum, char *file, ^~~~~~~~~~~~~~~~~~~~~~~~~ mem.h:4:26: warning: passing argument 1 of 'memsql_strappend_free_raw' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] #define GET_FUNC_DETAILS __FUNCTION__, __LINE__, __FILE__ ^ mem.h:40:63: note: in expansion of macro 'GET_FUNC_DETAILS' #define memsql_strappend_free(a,b) memsql_strappend_free_raw (GET_FUNC_DETAILS, a, b) ^~~~~~~~~~~~~~~~ lexer.l:88:18: note: in expansion of macro 'memsql_strappend_free' sqllval.str = memsql_strappend_free (memsql_strdup ("'"), memsql_strappend_free (memsql_strdup (string_buf), memsql_strdup ("'"))); ^~~~~~~~~~~~~~~~~~~~~ mem.h:46:7: note: expected 'char *' but argument is of type 'const char *' char *memsql_strappend_free_raw (char *funcname, int linenum, char *file, ^~~~~~~~~~~~~~~~~~~~~~~~~ At top level: lexer.c:1626:16: warning: 'input' defined but not used [-Wunused-function] static int input (void) ^~~~~ lexer.c:1581:17: warning: 'yyunput' defined but not used [-Wunused-function] static void yyunput (int c, register char * yy_bp ) ^~~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/tmp/devel/qof/work/.buildlink/include -I/tmp/devel/qof/work/.buildlink/include/glib-2.0 -I/tmp/devel/qof/work/.buildlink/include/gio-unix-2.0 -I/tmp/devel/qof/work/.buildlink/lib/glib-2.0/include -g -O2 -D_FORTIFY_SOURCE=2 -g2 -Wall -O2 -D_FORTIFY_SOURCE=2 -g2 -Wall -MT lexer.lo -MD -MP -MF .deps/lexer.Tpo -c lexer.c -o lexer.o >/dev/null 2>&1 if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -g -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -g2 -Wall -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -g2 -Wall -MT sql_parser.lo -MD -MP -MF ".deps/sql_parser.Tpo" -c -o sql_parser.lo sql_parser.c; \ then mv -f ".deps/sql_parser.Tpo" ".deps/sql_parser.Plo"; else rm -f ".deps/sql_parser.Tpo"; exit 1; fi libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/tmp/devel/qof/work/.buildlink/include -I/tmp/devel/qof/work/.buildlink/include/glib-2.0 -I/tmp/devel/qof/work/.buildlink/include/gio-unix-2.0 -I/tmp/devel/qof/work/.buildlink/lib/glib-2.0/include -g -O2 -D_FORTIFY_SOURCE=2 -g2 -Wall -O2 -D_FORTIFY_SOURCE=2 -g2 -Wall -MT sql_parser.lo -MD -MP -MF .deps/sql_parser.Tpo -c sql_parser.c -fPIC -DPIC -o .libs/sql_parser.o sql_parser.c: In function 'sql_destroy_condition': sql_parser.c:142:2: warning: enumeration value 'SQL_diff' not handled in switch [-Wswitch] switch (cond->op) { ^~~~~~ In file included from sql_parser.c:24:0: sql_parser.c: In function 'sql_field_name_stringify': mem.h:4:26: warning: passing argument 1 of 'memsql_strappend_free_raw' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] #define GET_FUNC_DETAILS __FUNCTION__, __LINE__, __FILE__ ^ mem.h:40:63: note: in expansion of macro 'GET_FUNC_DETAILS' #define memsql_strappend_free(a,b) memsql_strappend_free_raw (GET_FUNC_DETAILS, a, b) ^~~~~~~~~~~~~~~~ sql_parser.c:422:12: note: in expansion of macro 'memsql_strappend_free' result = memsql_strappend_free (result, memsql_strdup (walk->data)); ^~~~~~~~~~~~~~~~~~~~~ mem.h:46:7: note: expected 'char *' but argument is of type 'const char *' char *memsql_strappend_free_raw (char *funcname, int linenum, char *file, ^~~~~~~~~~~~~~~~~~~~~~~~~ mem.h:4:26: warning: passing argument 1 of 'memsql_strappend_free_raw' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] #define GET_FUNC_DETAILS __FUNCTION__, __LINE__, __FILE__ ^ mem.h:40:63: note: in expansion of macro 'GET_FUNC_DETAILS' #define memsql_strappend_free(a,b) memsql_strappend_free_raw (GET_FUNC_DETAILS, a, b) ^~~~~~~~~~~~~~~~ sql_parser.c:424:13: note: in expansion of macro 'memsql_strappend_free' result = memsql_strappend_free (result, memsql_strdup (".")); ^~~~~~~~~~~~~~~~~~~~~ mem.h:46:7: note: expected 'char *' but argument is of type 'const char *' char *memsql_strappend_free_raw (char *funcname, int linenum, char *file, ^~~~~~~~~~~~~~~~~~~~~~~~~ sql_parser.c: In function 'sql_field_item_stringify': mem.h:4:26: warning: passing argument 1 of 'memsql_strappend_free_raw' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] #define GET_FUNC_DETAILS __FUNCTION__, __LINE__, __FILE__ ^ mem.h:40:63: note: in expansion of macro 'GET_FUNC_DETAILS' #define memsql_strappend_free(a,b) memsql_strappend_free_raw (GET_FUNC_DETAILS, a, b) ^~~~~~~~~~~~~~~~ sql_parser.c:447:4: note: in expansion of macro 'memsql_strappend_free' memsql_strappend_free (sql_field_item_stringify (item->d.equation.left), ^~~~~~~~~~~~~~~~~~~~~ mem.h:46:7: note: expected 'char *' but argument is of type 'const char *' char *memsql_strappend_free_raw (char *funcname, int linenum, char *file, ^~~~~~~~~~~~~~~~~~~~~~~~~ mem.h:4:26: warning: passing argument 1 of 'memsql_strappend_free_raw' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] #define GET_FUNC_DETAILS __FUNCTION__, __LINE__, __FILE__ ^ mem.h:40:63: note: in expansion of macro 'GET_FUNC_DETAILS' #define memsql_strappend_free(a,b) memsql_strappend_free_raw (GET_FUNC_DETAILS, a, b) ^~~~~~~~~~~~~~~~ sql_parser.c:450:4: note: in expansion of macro 'memsql_strappend_free' memsql_strappend_free (retval, ^~~~~~~~~~~~~~~~~~~~~ mem.h:46:7: note: expected 'char *' but argument is of type 'const char *' char *memsql_strappend_free_raw (char *funcname, int linenum, char *file, ^~~~~~~~~~~~~~~~~~~~~~~~~ mem.h:4:26: warning: passing argument 1 of 'memsql_strappend_free_raw' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] #define GET_FUNC_DETAILS __FUNCTION__, __LINE__, __FILE__ ^ mem.h:40:63: note: in expansion of macro 'GET_FUNC_DETAILS' #define memsql_strappend_free(a,b) memsql_strappend_free_raw (GET_FUNC_DETAILS, a, b) ^~~~~~~~~~~~~~~~ sql_parser.c:457:4: note: in expansion of macro 'memsql_strappend_free' memsql_strappend_free (memsql_strdup ("("), ^~~~~~~~~~~~~~~~~~~~~ mem.h:46:7: note: expected 'char *' but argument is of type 'const char *' char *memsql_strappend_free_raw (char *funcname, int linenum, char *file, ^~~~~~~~~~~~~~~~~~~~~~~~~ mem.h:4:26: warning: passing argument 1 of 'memsql_strappend_free_raw' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] #define GET_FUNC_DETAILS __FUNCTION__, __LINE__, __FILE__ ^ mem.h:40:63: note: in expansion of macro 'GET_FUNC_DETAILS' #define memsql_strappend_free(a,b) memsql_strappend_free_raw (GET_FUNC_DETAILS, a, b) ^~~~~~~~~~~~~~~~ sql_parser.c:459:12: note: in expansion of macro 'memsql_strappend_free' retval = memsql_strappend_free (retval, memsql_strdup (")")); ^~~~~~~~~~~~~~~~~~~~~ mem.h:46:7: note: expected 'char *' but argument is of type 'const char *' char *memsql_strappend_free_raw (char *funcname, int linenum, char *file, ^~~~~~~~~~~~~~~~~~~~~~~~~ mem.h:4:26: warning: passing argument 1 of 'memsql_strappend_free_raw' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] #define GET_FUNC_DETAILS __FUNCTION__, __LINE__, __FILE__ ^ mem.h:40:63: note: in expansion of macro 'GET_FUNC_DETAILS' #define memsql_strappend_free(a,b) memsql_strappend_free_raw (GET_FUNC_DETAILS, a, b) ^~~~~~~~~~~~~~~~ sql_parser.c:464:4: note: in expansion of macro 'memsql_strappend_free' memsql_strappend_free (memsql_strdup (item->d.function.funcname), ^~~~~~~~~~~~~~~~~~~~~ mem.h:46:7: note: expected 'char *' but argument is of type 'const char *' char *memsql_strappend_free_raw (char *funcname, int linenum, char *file, ^~~~~~~~~~~~~~~~~~~~~~~~~ mem.h:4:26: warning: passing argument 1 of 'memsql_strappend_free_raw' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] #define GET_FUNC_DETAILS __FUNCTION__, __LINE__, __FILE__ ^ mem.h:40:63: note: in expansion of macro 'GET_FUNC_DETAILS' #define memsql_strappend_free(a,b) memsql_strappend_free_raw (GET_FUNC_DETAILS, a, b) ^~~~~~~~~~~~~~~~ sql_parser.c:468:5: note: in expansion of macro 'memsql_strappend_free' memsql_strappend_free (retval, sql_field_stringify (walk->data)); ^~~~~~~~~~~~~~~~~~~~~ mem.h:46:7: note: expected 'char *' but argument is of type 'const char *' char *memsql_strappend_free_raw (char *funcname, int linenum, char *file, ^~~~~~~~~~~~~~~~~~~~~~~~~ mem.h:4:26: warning: passing argument 1 of 'memsql_strappend_free_raw' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] #define GET_FUNC_DETAILS __FUNCTION__, __LINE__, __FILE__ ^ mem.h:40:63: note: in expansion of macro 'GET_FUNC_DETAILS' #define memsql_strappend_free(a,b) memsql_strappend_free_raw (GET_FUNC_DETAILS, a, b) ^~~~~~~~~~~~~~~~ sql_parser.c:470:14: note: in expansion of macro 'memsql_strappend_free' retval = memsql_strappend_free (retval, memsql_strdup (", ")); ^~~~~~~~~~~~~~~~~~~~~ mem.h:46:7: note: expected 'char *' but argument is of type 'const char *' char *memsql_strappend_free_raw (char *funcname, int linenum, char *file, ^~~~~~~~~~~~~~~~~~~~~~~~~ mem.h:4:26: warning: passing argument 1 of 'memsql_strappend_free_raw' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] #define GET_FUNC_DETAILS __FUNCTION__, __LINE__, __FILE__ ^ mem.h:40:63: note: in expansion of macro 'GET_FUNC_DETAILS' #define memsql_strappend_free(a,b) memsql_strappend_free_raw (GET_FUNC_DETAILS, a, b) ^~~~~~~~~~~~~~~~ sql_parser.c:472:12: note: in expansion of macro 'memsql_strappend_free' retval = memsql_strappend_free (retval, memsql_strdup (")")); ^~~~~~~~~~~~~~~~~~~~~ mem.h:46:7: note: expected 'char *' but argument is of type 'const char *' char *memsql_strappend_free_raw (char *funcname, int linenum, char *file, ^~~~~~~~~~~~~~~~~~~~~~~~~ sql_parser.c: In function 'sql_field_stringify': mem.h:4:26: warning: passing argument 1 of 'memsql_strappend_free_raw' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] #define GET_FUNC_DETAILS __FUNCTION__, __LINE__, __FILE__ ^ mem.h:40:63: note: in expansion of macro 'GET_FUNC_DETAILS' #define memsql_strappend_free(a,b) memsql_strappend_free_raw (GET_FUNC_DETAILS, a, b) ^~~~~~~~~~~~~~~~ sql_parser.c:491:12: note: in expansion of macro 'memsql_strappend_free' retval = memsql_strappend_free (retval, memsql_strdup (" as ")); ^~~~~~~~~~~~~~~~~~~~~ mem.h:46:7: note: expected 'char *' but argument is of type 'const char *' char *memsql_strappend_free_raw (char *funcname, int linenum, char *file, ^~~~~~~~~~~~~~~~~~~~~~~~~ mem.h:4:26: warning: passing argument 1 of 'memsql_strappend_free_raw' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] #define GET_FUNC_DETAILS __FUNCTION__, __LINE__, __FILE__ ^ mem.h:40:63: note: in expansion of macro 'GET_FUNC_DETAILS' #define memsql_strappend_free(a,b) memsql_strappend_free_raw (GET_FUNC_DETAILS, a, b) ^~~~~~~~~~~~~~~~ sql_parser.c:492:12: note: in expansion of macro 'memsql_strappend_free' retval = memsql_strappend_free (retval, memsql_strdup (field->as)); ^~~~~~~~~~~~~~~~~~~~~ mem.h:46:7: note: expected 'char *' but argument is of type 'const char *' char *memsql_strappend_free_raw (char *funcname, int linenum, char *file, ^~~~~~~~~~~~~~~~~~~~~~~~~ sql_parser.c: In function 'sql_condition_stringify': mem.h:4:26: warning: passing argument 1 of 'memsql_strappend_free_raw' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] #define GET_FUNC_DETAILS __FUNCTION__, __LINE__, __FILE__ ^ mem.h:40:63: note: in expansion of macro 'GET_FUNC_DETAILS' #define memsql_strappend_free(a,b) memsql_strappend_free_raw (GET_FUNC_DETAILS, a, b) ^~~~~~~~~~~~~~~~ sql_parser.c:535:4: note: in expansion of macro 'memsql_strappend_free' memsql_strappend_free (sql_field_stringify (cond->d.pair.left), ^~~~~~~~~~~~~~~~~~~~~ mem.h:46:7: note: expected 'char *' but argument is of type 'const char *' char *memsql_strappend_free_raw (char *funcname, int linenum, char *file, ^~~~~~~~~~~~~~~~~~~~~~~~~ mem.h:4:26: warning: passing argument 1 of 'memsql_strappend_free_raw' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] #define GET_FUNC_DETAILS __FUNCTION__, __LINE__, __FILE__ ^ mem.h:40:63: note: in expansion of macro 'GET_FUNC_DETAILS' #define memsql_strappend_free(a,b) memsql_strappend_free_raw (GET_FUNC_DETAILS, a, b) ^~~~~~~~~~~~~~~~ sql_parser.c:538:4: note: in expansion of macro 'memsql_strappend_free' memsql_strappend_free (retval, sql_condition_op_stringify (cond->op)); ^~~~~~~~~~~~~~~~~~~~~ mem.h:46:7: note: expected 'char *' but argument is of type 'const char *' char *memsql_strappend_free_raw (char *funcname, int linenum, char *file, ^~~~~~~~~~~~~~~~~~~~~~~~~ mem.h:4:26: warning: passing argument 1 of 'memsql_strappend_free_raw' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] #define GET_FUNC_DETAILS __FUNCTION__, __LINE__, __FILE__ ^ mem.h:40:63: note: in expansion of macro 'GET_FUNC_DETAILS' #define memsql_strappend_free(a,b) memsql_strappend_free_raw (GET_FUNC_DETAILS, a, b) ^~~~~~~~~~~~~~~~ sql_parser.c:539:12: note: in expansion of macro 'memsql_strappend_free' retval = memsql_strappend_free (retval, memsql_strdup (" ")); ^~~~~~~~~~~~~~~~~~~~~ mem.h:46:7: note: expected 'char *' but argument is of type 'const char *' char *memsql_strappend_free_raw (char *funcname, int linenum, char *file, ^~~~~~~~~~~~~~~~~~~~~~~~~ mem.h:4:26: warning: passing argument 1 of 'memsql_strappend_free_raw' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] #define GET_FUNC_DETAILS __FUNCTION__, __LINE__, __FILE__ ^ mem.h:40:63: note: in expansion of macro 'GET_FUNC_DETAILS' #define memsql_strappend_free(a,b) memsql_strappend_free_raw (GET_FUNC_DETAILS, a, b) ^~~~~~~~~~~~~~~~ sql_parser.c:541:4: note: in expansion of macro 'memsql_strappend_free' memsql_strappend_free (retval, ^~~~~~~~~~~~~~~~~~~~~ mem.h:46:7: note: expected 'char *' but argument is of type 'const char *' char *memsql_strappend_free_raw (char *funcname, int linenum, char *file, ^~~~~~~~~~~~~~~~~~~~~~~~~ mem.h:4:26: warning: passing argument 1 of 'memsql_strappend_free_raw' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] #define GET_FUNC_DETAILS __FUNCTION__, __LINE__, __FILE__ ^ mem.h:40:63: note: in expansion of macro 'GET_FUNC_DETAILS' #define memsql_strappend_free(a,b) memsql_strappend_free_raw (GET_FUNC_DETAILS, a, b) ^~~~~~~~~~~~~~~~ sql_parser.c:547:4: note: in expansion of macro 'memsql_strappend_free' memsql_strappend_free (sql_field_stringify (cond->d.between.field), ^~~~~~~~~~~~~~~~~~~~~ mem.h:46:7: note: expected 'char *' but argument is of type 'const char *' char *memsql_strappend_free_raw (char *funcname, int linenum, char *file, ^~~~~~~~~~~~~~~~~~~~~~~~~ mem.h:4:26: warning: passing argument 1 of 'memsql_strappend_free_raw' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] #define GET_FUNC_DETAILS __FUNCTION__, __LINE__, __FILE__ ^ mem.h:40:63: note: in expansion of macro 'GET_FUNC_DETAILS' #define memsql_strappend_free(a,b) memsql_strappend_free_raw (GET_FUNC_DETAILS, a, b) ^~~~~~~~~~~~~~~~ sql_parser.c:550:4: note: in expansion of macro 'memsql_strappend_free' memsql_strappend_free (retval, ^~~~~~~~~~~~~~~~~~~~~ mem.h:46:7: note: expected 'char *' but argument is of type 'const char *' char *memsql_strappend_free_raw (char *funcname, int linenum, char *file, ^~~~~~~~~~~~~~~~~~~~~~~~~ mem.h:4:26: warning: passing argument 1 of 'memsql_strappend_free_raw' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] #define GET_FUNC_DETAILS __FUNCTION__, __LINE__, __FILE__ ^ mem.h:40:63: note: in expansion of macro 'GET_FUNC_DETAILS' #define memsql_strappend_free(a,b) memsql_strappend_free_raw (GET_FUNC_DETAILS, a, b) ^~~~~~~~~~~~~~~~ sql_parser.c:552:12: note: in expansion of macro 'memsql_strappend_free' retval = memsql_strappend_free (retval, memsql_strdup (" and ")); ^~~~~~~~~~~~~~~~~~~~~ mem.h:46:7: note: expected 'char *' but argument is of type 'const char *' char *memsql_strappend_free_raw (char *funcname, int linenum, char *file, ^~~~~~~~~~~~~~~~~~~~~~~~~ mem.h:4:26: warning: passing argument 1 of 'memsql_strappend_free_raw' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] #define GET_FUNC_DETAILS __FUNCTION__, __LINE__, __FILE__ ^ mem.h:40:63: note: in expansion of macro 'GET_FUNC_DETAILS' #define memsql_strappend_free(a,b) memsql_strappend_free_raw (GET_FUNC_DETAILS, a, b) ^~~~~~~~~~~~~~~~ sql_parser.c:554:4: note: in expansion of macro 'memsql_strappend_free' memsql_strappend_free (retval, ^~~~~~~~~~~~~~~~~~~~~ mem.h:46:7: note: expected 'char *' but argument is of type 'const char *' char *memsql_strappend_free_raw (char *funcname, int linenum, char *file, ^~~~~~~~~~~~~~~~~~~~~~~~~ sql_parser.c: In function 'sql_table_stringify': mem.h:4:26: warning: passing argument 1 of 'memsql_strappend_free_raw' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] #define GET_FUNC_DETAILS __FUNCTION__, __LINE__, __FILE__ ^ mem.h:40:63: note: in expansion of macro 'GET_FUNC_DETAILS' #define memsql_strappend_free(a,b) memsql_strappend_free_raw (GET_FUNC_DETAILS, a, b) ^~~~~~~~~~~~~~~~ sql_parser.c:596:12: note: in expansion of macro 'memsql_strappend_free' retval = memsql_strappend_free (retval, memsql_strdup (table->d.simple)); ^~~~~~~~~~~~~~~~~~~~~ mem.h:46:7: note: expected 'char *' but argument is of type 'const char *' char *memsql_strappend_free_raw (char *funcname, int linenum, char *file, ^~~~~~~~~~~~~~~~~~~~~~~~~ mem.h:4:26: warning: passing argument 1 of 'memsql_strappend_free_raw' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] #define GET_FUNC_DETAILS __FUNCTION__, __LINE__, __FILE__ ^ mem.h:40:63: note: in expansion of macro 'GET_FUNC_DETAILS' #define memsql_strappend_free(a,b) memsql_strappend_free_raw (GET_FUNC_DETAILS, a, b) ^~~~~~~~~~~~~~~~ sql_parser.c:600:12: note: in expansion of macro 'memsql_strappend_free' retval = memsql_strappend_free (retval, memsql_strdup ("(")); ^~~~~~~~~~~~~~~~~~~~~ mem.h:46:7: note: expected 'char *' but argument is of type 'const char *' char *memsql_strappend_free_raw (char *funcname, int linenum, char *file, ^~~~~~~~~~~~~~~~~~~~~~~~~ mem.h:4:26: warning: passing argument 1 of 'memsql_strappend_free_raw' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] #define GET_FUNC_DETAILS __FUNCTION__, __LINE__, __FILE__ ^ mem.h:40:63: note: in expansion of macro 'GET_FUNC_DETAILS' #define memsql_strappend_free(a,b) memsql_strappend_free_raw (GET_FUNC_DETAILS, a, b) ^~~~~~~~~~~~~~~~ sql_parser.c:601:12: note: in expansion of macro 'memsql_strappend_free' retval = memsql_strappend_free (retval, ^~~~~~~~~~~~~~~~~~~~~ mem.h:46:7: note: expected 'char *' but argument is of type 'const char *' char *memsql_strappend_free_raw (char *funcname, int linenum, char *file, ^~~~~~~~~~~~~~~~~~~~~~~~~ mem.h:4:26: warning: passing argument 1 of 'memsql_strappend_free_raw' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] #define GET_FUNC_DETAILS __FUNCTION__, __LINE__, __FILE__ ^ mem.h:40:63: note: in expansion of macro 'GET_FUNC_DETAILS' #define memsql_strappend_free(a,b) memsql_strappend_free_raw (GET_FUNC_DETAILS, a, b) ^~~~~~~~~~~~~~~~ sql_parser.c:603:12: note: in expansion of macro 'memsql_strappend_free' retval = memsql_strappend_free (retval, memsql_strdup (")")); ^~~~~~~~~~~~~~~~~~~~~ mem.h:46:7: note: expected 'char *' but argument is of type 'const char *' char *memsql_strappend_free_raw (char *funcname, int linenum, char *file, ^~~~~~~~~~~~~~~~~~~~~~~~~ mem.h:4:26: warning: passing argument 1 of 'memsql_strappend_free_raw' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] #define GET_FUNC_DETAILS __FUNCTION__, __LINE__, __FILE__ ^ mem.h:40:63: note: in expansion of macro 'GET_FUNC_DETAILS' #define memsql_strappend_free(a,b) memsql_strappend_free_raw (GET_FUNC_DETAILS, a, b) ^~~~~~~~~~~~~~~~ sql_parser.c:613:12: note: in expansion of macro 'memsql_strappend_free' retval = memsql_strappend_free (retval, memsql_strdup (" on ")); ^~~~~~~~~~~~~~~~~~~~~ mem.h:46:7: note: expected 'char *' but argument is of type 'const char *' char *memsql_strappend_free_raw (char *funcname, int linenum, char *file, ^~~~~~~~~~~~~~~~~~~~~~~~~ sql_parser.c:615:32: warning: passing argument 1 of 'sql_condition_stringify' from incompatible pointer type [-Wincompatible-pointer-types] sql_condition_stringify (table->join_cond)); ^ mem.h:40:84: note: in definition of macro 'memsql_strappend_free' #define memsql_strappend_free(a,b) memsql_strappend_free_raw (GET_FUNC_DETAILS, a, b) ^ sql_parser.c:521:1: note: expected 'sql_condition * {aka struct sql_condition *}' but argument is of type 'sql_where * {aka struct sql_where *}' sql_condition_stringify (sql_condition * cond) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from sql_parser.c:24:0: mem.h:4:26: warning: passing argument 1 of 'memsql_strappend_free_raw' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] #define GET_FUNC_DETAILS __FUNCTION__, __LINE__, __FILE__ ^ mem.h:40:63: note: in expansion of macro 'GET_FUNC_DETAILS' #define memsql_strappend_free(a,b) memsql_strappend_free_raw (GET_FUNC_DETAILS, a, b) ^~~~~~~~~~~~~~~~ sql_parser.c:614:12: note: in expansion of macro 'memsql_strappend_free' retval = memsql_strappend_free (retval, ^~~~~~~~~~~~~~~~~~~~~ mem.h:46:7: note: expected 'char *' but argument is of type 'const char *' char *memsql_strappend_free_raw (char *funcname, int linenum, char *file, ^~~~~~~~~~~~~~~~~~~~~~~~~ sql_parser.c: In function 'sql_where_stringify': mem.h:4:26: warning: passing argument 1 of 'memsql_strappend_free_raw' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] #define GET_FUNC_DETAILS __FUNCTION__, __LINE__, __FILE__ ^ mem.h:40:63: note: in expansion of macro 'GET_FUNC_DETAILS' #define memsql_strappend_free(a,b) memsql_strappend_free_raw (GET_FUNC_DETAILS, a, b) ^~~~~~~~~~~~~~~~ sql_parser.c:650:4: note: in expansion of macro 'memsql_strappend_free' memsql_strappend_free (memsql_strdup ("not "), ^~~~~~~~~~~~~~~~~~~~~ mem.h:46:7: note: expected 'char *' but argument is of type 'const char *' char *memsql_strappend_free_raw (char *funcname, int linenum, char *file, ^~~~~~~~~~~~~~~~~~~~~~~~~ mem.h:4:26: warning: passing argument 1 of 'memsql_strappend_free_raw' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] #define GET_FUNC_DETAILS __FUNCTION__, __LINE__, __FILE__ ^ mem.h:40:63: note: in expansion of macro 'GET_FUNC_DETAILS' #define memsql_strappend_free(a,b) memsql_strappend_free_raw (GET_FUNC_DETAILS, a, b) ^~~~~~~~~~~~~~~~ sql_parser.c:656:4: note: in expansion of macro 'memsql_strappend_free' memsql_strappend_free (sql_where_stringify (where->d.pair.left), ^~~~~~~~~~~~~~~~~~~~~ mem.h:46:7: note: expected 'char *' but argument is of type 'const char *' char *memsql_strappend_free_raw (char *funcname, int linenum, char *file, ^~~~~~~~~~~~~~~~~~~~~~~~~ mem.h:4:26: warning: passing argument 1 of 'memsql_strappend_free_raw' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] #define GET_FUNC_DETAILS __FUNCTION__, __LINE__, __FILE__ ^ mem.h:40:63: note: in expansion of macro 'GET_FUNC_DETAILS' #define memsql_strappend_free(a,b) memsql_strappend_free_raw (GET_FUNC_DETAILS, a, b) ^~~~~~~~~~~~~~~~ sql_parser.c:659:4: note: in expansion of macro 'memsql_strappend_free' memsql_strappend_free (retval, ^~~~~~~~~~~~~~~~~~~~~ mem.h:46:7: note: expected 'char *' but argument is of type 'const char *' char *memsql_strappend_free_raw (char *funcname, int linenum, char *file, ^~~~~~~~~~~~~~~~~~~~~~~~~ mem.h:4:26: warning: passing argument 1 of 'memsql_strappend_free_raw' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] #define GET_FUNC_DETAILS __FUNCTION__, __LINE__, __FILE__ ^ mem.h:40:63: note: in expansion of macro 'GET_FUNC_DETAILS' #define memsql_strappend_free(a,b) memsql_strappend_free_raw (GET_FUNC_DETAILS, a, b) ^~~~~~~~~~~~~~~~ sql_parser.c:661:12: note: in expansion of macro 'memsql_strappend_free' retval = memsql_strappend_free (retval, memsql_strdup (" ")); ^~~~~~~~~~~~~~~~~~~~~ mem.h:46:7: note: expected 'char *' but argument is of type 'const char *' char *memsql_strappend_free_raw (char *funcname, int linenum, char *file, ^~~~~~~~~~~~~~~~~~~~~~~~~ mem.h:4:26: warning: passing argument 1 of 'memsql_strappend_free_raw' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] #define GET_FUNC_DETAILS __FUNCTION__, __LINE__, __FILE__ ^ mem.h:40:63: note: in expansion of macro 'GET_FUNC_DETAILS' #define memsql_strappend_free(a,b) memsql_strappend_free_raw (GET_FUNC_DETAILS, a, b) ^~~~~~~~~~~~~~~~ sql_parser.c:663:4: note: in expansion of macro 'memsql_strappend_free' memsql_strappend_free (retval, ^~~~~~~~~~~~~~~~~~~~~ mem.h:46:7: note: expected 'char *' but argument is of type 'const char *' char *memsql_strappend_free_raw (char *funcname, int linenum, char *file, ^~~~~~~~~~~~~~~~~~~~~~~~~ mem.h:4:26: warning: passing argument 1 of 'memsql_strappend_free_raw' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] #define GET_FUNC_DETAILS __FUNCTION__, __LINE__, __FILE__ ^ mem.h:40:63: note: in expansion of macro 'GET_FUNC_DETAILS' #define memsql_strappend_free(a,b) memsql_strappend_free_raw (GET_FUNC_DETAILS, a, b) ^~~~~~~~~~~~~~~~ sql_parser.c:667:11: note: in expansion of macro 'memsql_strappend_free' retval = memsql_strappend_free (memsql_strdup ("("), retval); ^~~~~~~~~~~~~~~~~~~~~ mem.h:46:7: note: expected 'char *' but argument is of type 'const char *' char *memsql_strappend_free_raw (char *funcname, int linenum, char *file, ^~~~~~~~~~~~~~~~~~~~~~~~~ mem.h:4:26: warning: passing argument 1 of 'memsql_strappend_free_raw' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] #define GET_FUNC_DETAILS __FUNCTION__, __LINE__, __FILE__ ^ mem.h:40:63: note: in expansion of macro 'GET_FUNC_DETAILS' #define memsql_strappend_free(a,b) memsql_strappend_free_raw (GET_FUNC_DETAILS, a, b) ^~~~~~~~~~~~~~~~ sql_parser.c:668:11: note: in expansion of macro 'memsql_strappend_free' retval = memsql_strappend_free (retval, memsql_strdup (")")); ^~~~~~~~~~~~~~~~~~~~~ mem.h:46:7: note: expected 'char *' but argument is of type 'const char *' char *memsql_strappend_free_raw (char *funcname, int linenum, char *file, ^~~~~~~~~~~~~~~~~~~~~~~~~ sql_parser.c: In function 'sql_insert_stringify': mem.h:4:26: warning: passing argument 1 of 'memsql_strappend_free_raw' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] #define GET_FUNC_DETAILS __FUNCTION__, __LINE__, __FILE__ ^ mem.h:40:63: note: in expansion of macro 'GET_FUNC_DETAILS' #define memsql_strappend_free(a,b) memsql_strappend_free_raw (GET_FUNC_DETAILS, a, b) ^~~~~~~~~~~~~~~~ sql_parser.c:681:3: note: in expansion of macro 'memsql_strappend_free' memsql_strappend_free (result, sql_table_stringify (insert->table)); ^~~~~~~~~~~~~~~~~~~~~ mem.h:46:7: note: expected 'char *' but argument is of type 'const char *' char *memsql_strappend_free_raw (char *funcname, int linenum, char *file, ^~~~~~~~~~~~~~~~~~~~~~~~~ mem.h:4:26: warning: passing argument 1 of 'memsql_strappend_free_raw' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] #define GET_FUNC_DETAILS __FUNCTION__, __LINE__, __FILE__ ^ mem.h:40:63: note: in expansion of macro 'GET_FUNC_DETAILS' #define memsql_strappend_free(a,b) memsql_strappend_free_raw (GET_FUNC_DETAILS, a, b) ^~~~~~~~~~~~~~~~ sql_parser.c:684:12: note: in expansion of macro 'memsql_strappend_free' result = memsql_strappend_free (result, memsql_strdup (" (")); ^~~~~~~~~~~~~~~~~~~~~ mem.h:46:7: note: expected 'char *' but argument is of type 'const char *' char *memsql_strappend_free_raw (char *funcname, int linenum, char *file, ^~~~~~~~~~~~~~~~~~~~~~~~~ mem.h:4:26: warning: passing argument 1 of 'memsql_strappend_free_raw' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] #define GET_FUNC_DETAILS __FUNCTION__, __LINE__, __FILE__ ^ mem.h:40:63: note: in expansion of macro 'GET_FUNC_DETAILS' #define memsql_strappend_free(a,b) memsql_strappend_free_raw (GET_FUNC_DETAILS, a, b) ^~~~~~~~~~~~~~~~ sql_parser.c:687:5: note: in expansion of macro 'memsql_strappend_free' memsql_strappend_free (result, sql_field_stringify (walk->data)); ^~~~~~~~~~~~~~~~~~~~~ mem.h:46:7: note: expected 'char *' but argument is of type 'const char *' char *memsql_strappend_free_raw (char *funcname, int linenum, char *file, ^~~~~~~~~~~~~~~~~~~~~~~~~ mem.h:4:26: warning: passing argument 1 of 'memsql_strappend_free_raw' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] #define GET_FUNC_DETAILS __FUNCTION__, __LINE__, __FILE__ ^ mem.h:40:63: note: in expansion of macro 'GET_FUNC_DETAILS' #define memsql_strappend_free(a,b) memsql_strappend_free_raw (GET_FUNC_DETAILS, a, b) ^~~~~~~~~~~~~~~~ sql_parser.c:689:14: note: in expansion of macro 'memsql_strappend_free' result = memsql_strappend_free (result, memsql_strdup (", ")); ^~~~~~~~~~~~~~~~~~~~~ mem.h:46:7: note: expected 'char *' but argument is of type 'const char *' char *memsql_strappend_free_raw (char *funcname, int linenum, char *file, ^~~~~~~~~~~~~~~~~~~~~~~~~ mem.h:4:26: warning: passing argument 1 of 'memsql_strappend_free_raw' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] #define GET_FUNC_DETAILS __FUNCTION__, __LINE__, __FILE__ ^ mem.h:40:63: note: in expansion of macro 'GET_FUNC_DETAILS' #define memsql_strappend_free(a,b) memsql_strappend_free_raw (GET_FUNC_DETAILS, a, b) ^~~~~~~~~~~~~~~~ sql_parser.c:691:12: note: in expansion of macro 'memsql_strappend_free' result = memsql_strappend_free (result, memsql_strdup (")")); ^~~~~~~~~~~~~~~~~~~~~ mem.h:46:7: note: expected 'char *' but argument is of type 'const char *' char *memsql_strappend_free_raw (char *funcname, int linenum, char *file, ^~~~~~~~~~~~~~~~~~~~~~~~~ mem.h:4:26: warning: passing argument 1 of 'memsql_strappend_free_raw' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] #define GET_FUNC_DETAILS __FUNCTION__, __LINE__, __FILE__ ^ mem.h:40:63: note: in expansion of macro 'GET_FUNC_DETAILS' #define memsql_strappend_free(a,b) memsql_strappend_free_raw (GET_FUNC_DETAILS, a, b) ^~~~~~~~~~~~~~~~ sql_parser.c:694:11: note: in expansion of macro 'memsql_strappend_free' result = memsql_strappend_free (result, memsql_strdup (" (")); ^~~~~~~~~~~~~~~~~~~~~ mem.h:46:7: note: expected 'char *' but argument is of type 'const char *' char *memsql_strappend_free_raw (char *funcname, int linenum, char *file, ^~~~~~~~~~~~~~~~~~~~~~~~~ mem.h:4:26: warning: passing argument 1 of 'memsql_strappend_free_raw' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] #define GET_FUNC_DETAILS __FUNCTION__, __LINE__, __FILE__ ^ mem.h:40:63: note: in expansion of macro 'GET_FUNC_DETAILS' #define memsql_strappend_free(a,b) memsql_strappend_free_raw (GET_FUNC_DETAILS, a, b) ^~~~~~~~~~~~~~~~ sql_parser.c:697:12: note: in expansion of macro 'memsql_strappend_free' result = memsql_strappend_free (result, sql_field_stringify (walk->data)); ^~~~~~~~~~~~~~~~~~~~~ mem.h:46:7: note: expected 'char *' but argument is of type 'const char *' char *memsql_strappend_free_raw (char *funcname, int linenum, char *file, ^~~~~~~~~~~~~~~~~~~~~~~~~ mem.h:4:26: warning: passing argument 1 of 'memsql_strappend_free_raw' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] #define GET_FUNC_DETAILS __FUNCTION__, __LINE__, __FILE__ ^ mem.h:40:63: note: in expansion of macro 'GET_FUNC_DETAILS' #define memsql_strappend_free(a,b) memsql_strappend_free_raw (GET_FUNC_DETAILS, a, b) ^~~~~~~~~~~~~~~~ sql_parser.c:699:13: note: in expansion of macro 'memsql_strappend_free' result = memsql_strappend_free (result, memsql_strdup (", ")); ^~~~~~~~~~~~~~~~~~~~~ mem.h:46:7: note: expected 'char *' but argument is of type 'const char *' char *memsql_strappend_free_raw (char *funcname, int linenum, char *file, ^~~~~~~~~~~~~~~~~~~~~~~~~ mem.h:4:26: warning: passing argument 1 of 'memsql_strappend_free_raw' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] #define GET_FUNC_DETAILS __FUNCTION__, __LINE__, __FILE__ ^ mem.h:40:63: note: in expansion of macro 'GET_FUNC_DETAILS' #define memsql_strappend_free(a,b) memsql_strappend_free_raw (GET_FUNC_DETAILS, a, b) ^~~~~~~~~~~~~~~~ sql_parser.c:702:11: note: in expansion of macro 'memsql_strappend_free' result = memsql_strappend_free (result, memsql_strdup (")")); ^~~~~~~~~~~~~~~~~~~~~ mem.h:46:7: note: expected 'char *' but argument is of type 'const char *' char *memsql_strappend_free_raw (char *funcname, int linenum, char *file, ^~~~~~~~~~~~~~~~~~~~~~~~~ sql_parser.c: In function 'sql_select_stringify': mem.h:4:26: warning: passing argument 1 of 'memsql_strappend_free_raw' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] #define GET_FUNC_DETAILS __FUNCTION__, __LINE__, __FILE__ ^ mem.h:40:63: note: in expansion of macro 'GET_FUNC_DETAILS' #define memsql_strappend_free(a,b) memsql_strappend_free_raw (GET_FUNC_DETAILS, a, b) ^~~~~~~~~~~~~~~~ sql_parser.c:722:12: note: in expansion of macro 'memsql_strappend_free' result = memsql_strappend_free (result, memsql_strdup ("distinct ")); ^~~~~~~~~~~~~~~~~~~~~ mem.h:46:7: note: expected 'char *' but argument is of type 'const char *' char *memsql_strappend_free_raw (char *funcname, int linenum, char *file, ^~~~~~~~~~~~~~~~~~~~~~~~~ mem.h:4:26: warning: passing argument 1 of 'memsql_strappend_free_raw' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] #define GET_FUNC_DETAILS __FUNCTION__, __LINE__, __FILE__ ^ mem.h:40:63: note: in expansion of macro 'GET_FUNC_DETAILS' #define memsql_strappend_free(a,b) memsql_strappend_free_raw (GET_FUNC_DETAILS, a, b) ^~~~~~~~~~~~~~~~ sql_parser.c:727:12: note: in expansion of macro 'memsql_strappend_free' fields = memsql_strappend_free (fields, temp); ^~~~~~~~~~~~~~~~~~~~~ mem.h:46:7: note: expected 'char *' but argument is of type 'const char *' char *memsql_strappend_free_raw (char *funcname, int linenum, char *file, ^~~~~~~~~~~~~~~~~~~~~~~~~ mem.h:4:26: warning: passing argument 1 of 'memsql_strappend_free_raw' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] #define GET_FUNC_DETAILS __FUNCTION__, __LINE__, __FILE__ ^ mem.h:40:63: note: in expansion of macro 'GET_FUNC_DETAILS' #define memsql_strappend_free(a,b) memsql_strappend_free_raw (GET_FUNC_DETAILS, a, b) ^~~~~~~~~~~~~~~~ sql_parser.c:730:13: note: in expansion of macro 'memsql_strappend_free' fields = memsql_strappend_free (fields, memsql_strdup (", ")); ^~~~~~~~~~~~~~~~~~~~~ mem.h:46:7: note: expected 'char *' but argument is of type 'const char *' char *memsql_strappend_free_raw (char *funcname, int linenum, char *file, ^~~~~~~~~~~~~~~~~~~~~~~~~ mem.h:4:26: warning: passing argument 1 of 'memsql_strappend_free_raw' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] #define GET_FUNC_DETAILS __FUNCTION__, __LINE__, __FILE__ ^ mem.h:40:63: note: in expansion of macro 'GET_FUNC_DETAILS' #define memsql_strappend_free(a,b) memsql_strappend_free_raw (GET_FUNC_DETAILS, a, b) ^~~~~~~~~~~~~~~~ sql_parser.c:734:11: note: in expansion of macro 'memsql_strappend_free' result = memsql_strappend_free (result, fields); ^~~~~~~~~~~~~~~~~~~~~ mem.h:46:7: note: expected 'char *' but argument is of type 'const char *' char *memsql_strappend_free_raw (char *funcname, int linenum, char *file, ^~~~~~~~~~~~~~~~~~~~~~~~~ mem.h:4:26: warning: passing argument 1 of 'memsql_strappend_free_raw' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] #define GET_FUNC_DETAILS __FUNCTION__, __LINE__, __FILE__ ^ mem.h:40:63: note: in expansion of macro 'GET_FUNC_DETAILS' #define memsql_strappend_free(a,b) memsql_strappend_free_raw (GET_FUNC_DETAILS, a, b) ^~~~~~~~~~~~~~~~ sql_parser.c:735:11: note: in expansion of macro 'memsql_strappend_free' result = memsql_strappend_free (result, memsql_strdup (" from ")); ^~~~~~~~~~~~~~~~~~~~~ mem.h:46:7: note: expected 'char *' but argument is of type 'const char *' char *memsql_strappend_free_raw (char *funcname, int linenum, char *file, ^~~~~~~~~~~~~~~~~~~~~~~~~ mem.h:4:26: warning: passing argument 1 of 'memsql_strappend_free_raw' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] #define GET_FUNC_DETAILS __FUNCTION__, __LINE__, __FILE__ ^ mem.h:40:63: note: in expansion of macro 'GET_FUNC_DETAILS' #define memsql_strappend_free(a,b) memsql_strappend_free_raw (GET_FUNC_DETAILS, a, b) ^~~~~~~~~~~~~~~~ sql_parser.c:740:12: note: in expansion of macro 'memsql_strappend_free' tables = memsql_strappend_free (tables, temp); ^~~~~~~~~~~~~~~~~~~~~ mem.h:46:7: note: expected 'char *' but argument is of type 'const char *' char *memsql_strappend_free_raw (char *funcname, int linenum, char *file, ^~~~~~~~~~~~~~~~~~~~~~~~~ mem.h:4:26: warning: passing argument 1 of 'memsql_strappend_free_raw' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] #define GET_FUNC_DETAILS __FUNCTION__, __LINE__, __FILE__ ^ mem.h:40:63: note: in expansion of macro 'GET_FUNC_DETAILS' #define memsql_strappend_free(a,b) memsql_strappend_free_raw (GET_FUNC_DETAILS, a, b) ^~~~~~~~~~~~~~~~ sql_parser.c:742:13: note: in expansion of macro 'memsql_strappend_free' tables = memsql_strappend_free (tables, memsql_strdup (", ")); ^~~~~~~~~~~~~~~~~~~~~ mem.h:46:7: note: expected 'char *' but argument is of type 'const char *' char *memsql_strappend_free_raw (char *funcname, int linenum, char *file, ^~~~~~~~~~~~~~~~~~~~~~~~~ mem.h:4:26: warning: passing argument 1 of 'memsql_strappend_free_raw' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] #define GET_FUNC_DETAILS __FUNCTION__, __LINE__, __FILE__ ^ mem.h:40:63: note: in expansion of macro 'GET_FUNC_DETAILS' #define memsql_strappend_free(a,b) memsql_strappend_free_raw (GET_FUNC_DETAILS, a, b) ^~~~~~~~~~~~~~~~ sql_parser.c:745:11: note: in expansion of macro 'memsql_strappend_free' result = memsql_strappend_free (result, tables); ^~~~~~~~~~~~~~~~~~~~~ mem.h:46:7: note: expected 'char *' but argument is of type 'const char *' char *memsql_strappend_free_raw (char *funcname, int linenum, char *file, ^~~~~~~~~~~~~~~~~~~~~~~~~ mem.h:4:26: warning: passing argument 1 of 'memsql_strappend_free_raw' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] #define GET_FUNC_DETAILS __FUNCTION__, __LINE__, __FILE__ ^ mem.h:40:63: note: in expansion of macro 'GET_FUNC_DETAILS' #define memsql_strappend_free(a,b) memsql_strappend_free_raw (GET_FUNC_DETAILS, a, b) ^~~~~~~~~~~~~~~~ sql_parser.c:749:4: note: in expansion of macro 'memsql_strappend_free' memsql_strappend_free (memsql_strdup (" where "), ^~~~~~~~~~~~~~~~~~~~~ mem.h:46:7: note: expected 'char *' but argument is of type 'const char *' char *memsql_strappend_free_raw (char *funcname, int linenum, char *file, ^~~~~~~~~~~~~~~~~~~~~~~~~ mem.h:4:26: warning: passing argument 1 of 'memsql_strappend_free_raw' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] #define GET_FUNC_DETAILS __FUNCTION__, __LINE__, __FILE__ ^ mem.h:40:63: note: in expansion of macro 'GET_FUNC_DETAILS' #define memsql_strappend_free(a,b) memsql_strappend_free_raw (GET_FUNC_DETAILS, a, b) ^~~~~~~~~~~~~~~~ sql_parser.c:754:11: note: in expansion of macro 'memsql_strappend_free' result = memsql_strappend_free (result, where); ^~~~~~~~~~~~~~~~~~~~~ mem.h:46:7: note: expected 'char *' but argument is of type 'const char *' char *memsql_strappend_free_raw (char *funcname, int linenum, char *file, ^~~~~~~~~~~~~~~~~~~~~~~~~ mem.h:4:26: warning: passing argument 1 of 'memsql_strappend_free_raw' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] #define GET_FUNC_DETAILS __FUNCTION__, __LINE__, __FILE__ ^ mem.h:40:63: note: in expansion of macro 'GET_FUNC_DETAILS' #define memsql_strappend_free(a,b) memsql_strappend_free_raw (GET_FUNC_DETAILS, a, b) ^~~~~~~~~~~~~~~~ sql_parser.c:760:12: note: in expansion of macro 'memsql_strappend_free' order = memsql_strappend_free (order, sql_field_stringify (walk->data)); ^~~~~~~~~~~~~~~~~~~~~ mem.h:46:7: note: expected 'char *' but argument is of type 'const char *' char *memsql_strappend_free_raw (char *funcname, int linenum, char *file, ^~~~~~~~~~~~~~~~~~~~~~~~~ mem.h:4:26: warning: passing argument 1 of 'memsql_strappend_free_raw' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] #define GET_FUNC_DETAILS __FUNCTION__, __LINE__, __FILE__ ^ mem.h:40:63: note: in expansion of macro 'GET_FUNC_DETAILS' #define memsql_strappend_free(a,b) memsql_strappend_free_raw (GET_FUNC_DETAILS, a, b) ^~~~~~~~~~~~~~~~ sql_parser.c:762:13: note: in expansion of macro 'memsql_strappend_free' order = memsql_strappend_free (order, memsql_strdup (", ")); ^~~~~~~~~~~~~~~~~~~~~ mem.h:46:7: note: expected 'char *' but argument is of type 'const char *' char *memsql_strappend_free_raw (char *funcname, int linenum, char *file, ^~~~~~~~~~~~~~~~~~~~~~~~~ mem.h:4:26: warning: passing argument 1 of 'memsql_strappend_free_raw' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] #define GET_FUNC_DETAILS __FUNCTION__, __LINE__, __FILE__ ^ mem.h:40:63: note: in expansion of macro 'GET_FUNC_DETAILS' #define memsql_strappend_free(a,b) memsql_strappend_free_raw (GET_FUNC_DETAILS, a, b) ^~~~~~~~~~~~~~~~ sql_parser.c:767:11: note: in expansion of macro 'memsql_strappend_free' result = memsql_strappend_free (result, order); ^~~~~~~~~~~~~~~~~~~~~ mem.h:46:7: note: expected 'char *' but argument is of type 'const char *' char *memsql_strappend_free_raw (char *funcname, int linenum, char *file, ^~~~~~~~~~~~~~~~~~~~~~~~~ mem.h:4:26: warning: passing argument 1 of 'memsql_strappend_free_raw' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] #define GET_FUNC_DETAILS __FUNCTION__, __LINE__, __FILE__ ^ mem.h:40:63: note: in expansion of macro 'GET_FUNC_DETAILS' #define memsql_strappend_free(a,b) memsql_strappend_free_raw (GET_FUNC_DETAILS, a, b) ^~~~~~~~~~~~~~~~ sql_parser.c:773:12: note: in expansion of macro 'memsql_strappend_free' group = memsql_strappend_free (group, sql_field_stringify (walk->data)); ^~~~~~~~~~~~~~~~~~~~~ mem.h:46:7: note: expected 'char *' but argument is of type 'const char *' char *memsql_strappend_free_raw (char *funcname, int linenum, char *file, ^~~~~~~~~~~~~~~~~~~~~~~~~ mem.h:4:26: warning: passing argument 1 of 'memsql_strappend_free_raw' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] #define GET_FUNC_DETAILS __FUNCTION__, __LINE__, __FILE__ ^ mem.h:40:63: note: in expansion of macro 'GET_FUNC_DETAILS' #define memsql_strappend_free(a,b) memsql_strappend_free_raw (GET_FUNC_DETAILS, a, b) ^~~~~~~~~~~~~~~~ sql_parser.c:775:13: note: in expansion of macro 'memsql_strappend_free' group = memsql_strappend_free (group, memsql_strdup (", ")); ^~~~~~~~~~~~~~~~~~~~~ mem.h:46:7: note: expected 'char *' but argument is of type 'const char *' char *memsql_strappend_free_raw (char *funcname, int linenum, char *file, ^~~~~~~~~~~~~~~~~~~~~~~~~ mem.h:4:26: warning: passing argument 1 of 'memsql_strappend_free_raw' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] #define GET_FUNC_DETAILS __FUNCTION__, __LINE__, __FILE__ ^ mem.h:40:63: note: in expansion of macro 'GET_FUNC_DETAILS' #define memsql_strappend_free(a,b) memsql_strappend_free_raw (GET_FUNC_DETAILS, a, b) ^~~~~~~~~~~~~~~~ sql_parser.c:781:11: note: in expansion of macro 'memsql_strappend_free' result = memsql_strappend_free (result, group); ^~~~~~~~~~~~~~~~~~~~~ mem.h:46:7: note: expected 'char *' but argument is of type 'const char *' char *memsql_strappend_free_raw (char *funcname, int linenum, char *file, ^~~~~~~~~~~~~~~~~~~~~~~~~ sql_parser.c: In function 'sql_update_stringify': mem.h:4:26: warning: passing argument 1 of 'memsql_strappend_free_raw' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] #define GET_FUNC_DETAILS __FUNCTION__, __LINE__, __FILE__ ^ mem.h:40:63: note: in expansion of macro 'GET_FUNC_DETAILS' #define memsql_strappend_free(a,b) memsql_strappend_free_raw (GET_FUNC_DETAILS, a, b) ^~~~~~~~~~~~~~~~ sql_parser.c:793:3: note: in expansion of macro 'memsql_strappend_free' memsql_strappend_free (memsql_strdup ("update "), ^~~~~~~~~~~~~~~~~~~~~ mem.h:46:7: note: expected 'char *' but argument is of type 'const char *' char *memsql_strappend_free_raw (char *funcname, int linenum, char *file, ^~~~~~~~~~~~~~~~~~~~~~~~~ mem.h:4:26: warning: passing argument 1 of 'memsql_strappend_free_raw' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] #define GET_FUNC_DETAILS __FUNCTION__, __LINE__, __FILE__ ^ mem.h:40:63: note: in expansion of macro 'GET_FUNC_DETAILS' #define memsql_strappend_free(a,b) memsql_strappend_free_raw (GET_FUNC_DETAILS, a, b) ^~~~~~~~~~~~~~~~ sql_parser.c:795:11: note: in expansion of macro 'memsql_strappend_free' result = memsql_strappend_free (result, memsql_strdup (" set ")); ^~~~~~~~~~~~~~~~~~~~~ mem.h:46:7: note: expected 'char *' but argument is of type 'const char *' char *memsql_strappend_free_raw (char *funcname, int linenum, char *file, ^~~~~~~~~~~~~~~~~~~~~~~~~ mem.h:4:26: warning: passing argument 1 of 'memsql_strappend_free_raw' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] #define GET_FUNC_DETAILS __FUNCTION__, __LINE__, __FILE__ ^ mem.h:40:63: note: in expansion of macro 'GET_FUNC_DETAILS' #define memsql_strappend_free(a,b) memsql_strappend_free_raw (GET_FUNC_DETAILS, a, b) ^~~~~~~~~~~~~~~~ sql_parser.c:799:4: note: in expansion of macro 'memsql_strappend_free' memsql_strappend_free (result, sql_condition_stringify (walk->data)); ^~~~~~~~~~~~~~~~~~~~~ mem.h:46:7: note: expected 'char *' but argument is of type 'const char *' char *memsql_strappend_free_raw (char *funcname, int linenum, char *file, ^~~~~~~~~~~~~~~~~~~~~~~~~ mem.h:4:26: warning: passing argument 1 of 'memsql_strappend_free_raw' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] #define GET_FUNC_DETAILS __FUNCTION__, __LINE__, __FILE__ ^ mem.h:40:63: note: in expansion of macro 'GET_FUNC_DETAILS' #define memsql_strappend_free(a,b) memsql_strappend_free_raw (GET_FUNC_DETAILS, a, b) ^~~~~~~~~~~~~~~~ sql_parser.c:801:13: note: in expansion of macro 'memsql_strappend_free' result = memsql_strappend_free (result, memsql_strdup (", ")); ^~~~~~~~~~~~~~~~~~~~~ mem.h:46:7: note: expected 'char *' but argument is of type 'const char *' char *memsql_strappend_free_raw (char *funcname, int linenum, char *file, ^~~~~~~~~~~~~~~~~~~~~~~~~ mem.h:4:26: warning: passing argument 1 of 'memsql_strappend_free_raw' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] #define GET_FUNC_DETAILS __FUNCTION__, __LINE__, __FILE__ ^ mem.h:40:63: note: in expansion of macro 'GET_FUNC_DETAILS' #define memsql_strappend_free(a,b) memsql_strappend_free_raw (GET_FUNC_DETAILS, a, b) ^~~~~~~~~~~~~~~~ sql_parser.c:805:12: note: in expansion of macro 'memsql_strappend_free' result = memsql_strappend_free (result, memsql_strdup (" where ")); ^~~~~~~~~~~~~~~~~~~~~ mem.h:46:7: note: expected 'char *' but argument is of type 'const char *' char *memsql_strappend_free_raw (char *funcname, int linenum, char *file, ^~~~~~~~~~~~~~~~~~~~~~~~~ mem.h:4:26: warning: passing argument 1 of 'memsql_strappend_free_raw' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] #define GET_FUNC_DETAILS __FUNCTION__, __LINE__, __FILE__ ^ mem.h:40:63: note: in expansion of macro 'GET_FUNC_DETAILS' #define memsql_strappend_free(a,b) memsql_strappend_free_raw (GET_FUNC_DETAILS, a, b) ^~~~~~~~~~~~~~~~ sql_parser.c:807:4: note: in expansion of macro 'memsql_strappend_free' memsql_strappend_free (result, sql_where_stringify (update->where)); ^~~~~~~~~~~~~~~~~~~~~ mem.h:46:7: note: expected 'char *' but argument is of type 'const char *' char *memsql_strappend_free_raw (char *funcname, int linenum, char *file, ^~~~~~~~~~~~~~~~~~~~~~~~~ sql_parser.c: In function 'sql_delete_stringify': mem.h:4:26: warning: passing argument 1 of 'memsql_strappend_free_raw' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] #define GET_FUNC_DETAILS __FUNCTION__, __LINE__, __FILE__ ^ mem.h:40:63: note: in expansion of macro 'GET_FUNC_DETAILS' #define memsql_strappend_free(a,b) memsql_strappend_free_raw (GET_FUNC_DETAILS, a, b) ^~~~~~~~~~~~~~~~ sql_parser.c:819:3: note: in expansion of macro 'memsql_strappend_free' memsql_strappend_free (memsql_strdup ("delete from "), ^~~~~~~~~~~~~~~~~~~~~ mem.h:46:7: note: expected 'char *' but argument is of type 'const char *' char *memsql_strappend_free_raw (char *funcname, int linenum, char *file, ^~~~~~~~~~~~~~~~~~~~~~~~~ mem.h:4:26: warning: passing argument 1 of 'memsql_strappend_free_raw' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] #define GET_FUNC_DETAILS __FUNCTION__, __LINE__, __FILE__ ^ mem.h:40:63: note: in expansion of macro 'GET_FUNC_DETAILS' #define memsql_strappend_free(a,b) memsql_strappend_free_raw (GET_FUNC_DETAILS, a, b) ^~~~~~~~~~~~~~~~ sql_parser.c:822:12: note: in expansion of macro 'memsql_strappend_free' result = memsql_strappend_free (result, memsql_strdup (" where ")); ^~~~~~~~~~~~~~~~~~~~~ mem.h:46:7: note: expected 'char *' but argument is of type 'const char *' char *memsql_strappend_free_raw (char *funcname, int linenum, char *file, ^~~~~~~~~~~~~~~~~~~~~~~~~ mem.h:4:26: warning: passing argument 1 of 'memsql_strappend_free_raw' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] #define GET_FUNC_DETAILS __FUNCTION__, __LINE__, __FILE__ ^ mem.h:40:63: note: in expansion of macro 'GET_FUNC_DETAILS' #define memsql_strappend_free(a,b) memsql_strappend_free_raw (GET_FUNC_DETAILS, a, b) ^~~~~~~~~~~~~~~~ sql_parser.c:824:4: note: in expansion of macro 'memsql_strappend_free' memsql_strappend_free (result, sql_where_stringify (delete->where)); ^~~~~~~~~~~~~~~~~~~~~ mem.h:46:7: note: expected 'char *' but argument is of type 'const char *' char *memsql_strappend_free_raw (char *funcname, int linenum, char *file, ^~~~~~~~~~~~~~~~~~~~~~~~~ sql_parser.c: In function 'sql_table_stringify': sql_parser.c:600:10: warning: 'retval' may be used uninitialized in this function [-Wmaybe-uninitialized] retval = memsql_strappend_free (retval, memsql_strdup ("(")); libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/tmp/devel/qof/work/.buildlink/include -I/tmp/devel/qof/work/.buildlink/include/glib-2.0 -I/tmp/devel/qof/work/.buildlink/include/gio-unix-2.0 -I/tmp/devel/qof/work/.buildlink/lib/glib-2.0/include -g -O2 -D_FORTIFY_SOURCE=2 -g2 -Wall -O2 -D_FORTIFY_SOURCE=2 -g2 -Wall -MT sql_parser.lo -MD -MP -MF .deps/sql_parser.Tpo -c sql_parser.c -o sql_parser.o >/dev/null 2>&1 if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -g -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -g2 -Wall -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -g2 -Wall -MT mem.lo -MD -MP -MF ".deps/mem.Tpo" -c -o mem.lo mem.c; \ then mv -f ".deps/mem.Tpo" ".deps/mem.Plo"; else rm -f ".deps/mem.Tpo"; exit 1; fi libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/tmp/devel/qof/work/.buildlink/include -I/tmp/devel/qof/work/.buildlink/include/glib-2.0 -I/tmp/devel/qof/work/.buildlink/include/gio-unix-2.0 -I/tmp/devel/qof/work/.buildlink/lib/glib-2.0/include -g -O2 -D_FORTIFY_SOURCE=2 -g2 -Wall -O2 -D_FORTIFY_SOURCE=2 -g2 -Wall -MT mem.lo -MD -MP -MF .deps/mem.Tpo -c mem.c -fPIC -DPIC -o .libs/mem.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/tmp/devel/qof/work/.buildlink/include -I/tmp/devel/qof/work/.buildlink/include/glib-2.0 -I/tmp/devel/qof/work/.buildlink/include/gio-unix-2.0 -I/tmp/devel/qof/work/.buildlink/lib/glib-2.0/include -g -O2 -D_FORTIFY_SOURCE=2 -g2 -Wall -O2 -D_FORTIFY_SOURCE=2 -g2 -Wall -MT mem.lo -MD -MP -MF .deps/mem.Tpo -c mem.c -o mem.o >/dev/null 2>&1 if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -g -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -g2 -Wall -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -g2 -Wall -MT sql_display.lo -MD -MP -MF ".deps/sql_display.Tpo" -c -o sql_display.lo sql_display.c; \ then mv -f ".deps/sql_display.Tpo" ".deps/sql_display.Plo"; else rm -f ".deps/sql_display.Tpo"; exit 1; fi libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/tmp/devel/qof/work/.buildlink/include -I/tmp/devel/qof/work/.buildlink/include/glib-2.0 -I/tmp/devel/qof/work/.buildlink/include/gio-unix-2.0 -I/tmp/devel/qof/work/.buildlink/lib/glib-2.0/include -g -O2 -D_FORTIFY_SOURCE=2 -g2 -Wall -O2 -D_FORTIFY_SOURCE=2 -g2 -Wall -MT sql_display.lo -MD -MP -MF .deps/sql_display.Tpo -c sql_display.c -fPIC -DPIC -o .libs/sql_display.o sql_display.c: In function 'sql_display_condition': sql_display.c:108:2: warning: enumeration value 'SQL_diff' not handled in switch [-Wswitch] switch (cond->op) { ^~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/tmp/devel/qof/work/.buildlink/include -I/tmp/devel/qof/work/.buildlink/include/glib-2.0 -I/tmp/devel/qof/work/.buildlink/include/gio-unix-2.0 -I/tmp/devel/qof/work/.buildlink/lib/glib-2.0/include -g -O2 -D_FORTIFY_SOURCE=2 -g2 -Wall -O2 -D_FORTIFY_SOURCE=2 -g2 -Wall -MT sql_display.lo -MD -MP -MF .deps/sql_display.Tpo -c sql_display.c -o sql_display.o >/dev/null 2>&1 if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -g -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -g2 -Wall -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -g2 -Wall -MT sql_tree.lo -MD -MP -MF ".deps/sql_tree.Tpo" -c -o sql_tree.lo sql_tree.c; \ then mv -f ".deps/sql_tree.Tpo" ".deps/sql_tree.Plo"; else rm -f ".deps/sql_tree.Tpo"; exit 1; fi libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/tmp/devel/qof/work/.buildlink/include -I/tmp/devel/qof/work/.buildlink/include/glib-2.0 -I/tmp/devel/qof/work/.buildlink/include/gio-unix-2.0 -I/tmp/devel/qof/work/.buildlink/lib/glib-2.0/include -g -O2 -D_FORTIFY_SOURCE=2 -g2 -Wall -O2 -D_FORTIFY_SOURCE=2 -g2 -Wall -MT sql_tree.lo -MD -MP -MF .deps/sql_tree.Tpo -c sql_tree.c -fPIC -DPIC -o .libs/sql_tree.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/tmp/devel/qof/work/.buildlink/include -I/tmp/devel/qof/work/.buildlink/include/glib-2.0 -I/tmp/devel/qof/work/.buildlink/include/gio-unix-2.0 -I/tmp/devel/qof/work/.buildlink/lib/glib-2.0/include -g -O2 -D_FORTIFY_SOURCE=2 -g2 -Wall -O2 -D_FORTIFY_SOURCE=2 -g2 -Wall -MT sql_tree.lo -MD -MP -MF .deps/sql_tree.Tpo -c sql_tree.c -o sql_tree.o >/dev/null 2>&1 /bin/sh ../../libtool --tag=CC --mode=link gcc -g -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -g2 -Wall -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -g2 -Wall -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -o libqofsql.la -rpath /usr/pkg/lib -version-info 1:1:0 parser.lo lexer.lo sql_parser.lo mem.lo sql_display.lo sql_tree.lo -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -lglib-2.0 -lintl libtool: link: gcc -shared -fPIC -DPIC .libs/parser.o .libs/lexer.o .libs/sql_parser.o .libs/mem.o .libs/sql_display.o .libs/sql_tree.o -L/tmp/devel/qof/work/.buildlink/lib -lglib-2.0 -lintl -g -O2 -g2 -O2 -g2 -Wl,-rpath -Wl,/usr/pkg/lib -Wl,-rpath -Wl,/usr/pkg/lib -Wl,-soname -Wl,libqofsql.so.1 -o .libs/libqofsql.so.1.0.1 libtool: link: (cd ".libs" && rm -f "libqofsql.so.1" && ln -s "libqofsql.so.1.0.1" "libqofsql.so.1") libtool: link: (cd ".libs" && rm -f "libqofsql.so" && ln -s "libqofsql.so.1.0.1" "libqofsql.so") libtool: link: ar cru .libs/libqofsql.a parser.o lexer.o sql_parser.o mem.o sql_display.o sql_tree.o libtool: link: ranlib .libs/libqofsql.a libtool: link: ( cd ".libs" && rm -f "libqofsql.la" && ln -s "../libqofsql.la" "libqofsql.la" ) if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -g -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -g2 -Wall -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -g2 -Wall -MT sql_parse_test.o -MD -MP -MF ".deps/sql_parse_test.Tpo" -c -o sql_parse_test.o sql_parse_test.c; \ then mv -f ".deps/sql_parse_test.Tpo" ".deps/sql_parse_test.Po"; else rm -f ".deps/sql_parse_test.Tpo"; exit 1; fi In file included from sql_parse_test.c:6:0: sql_parse_test.c: In function 'main': mem.h:37:33: warning: zero-length gnu_printf format string [-Wformat-zero-length] #define memsql_display() printf("") ^ sql_parse_test.c:72:2: note: in expansion of macro 'memsql_display' memsql_display (); ^~~~~~~~~~~~~~ /bin/sh ../../libtool --tag=CC --mode=link gcc -g -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -g2 -Wall -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -g2 -Wall -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -o sql_parse_test sql_parse_test.o ./libqofsql.la -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -lglib-2.0 -lintl libtool: link: gcc -g -O2 -D_FORTIFY_SOURCE=2 -I/tmp/devel/qof/work/.buildlink/include -I/tmp/devel/qof/work/.buildlink/include/glib-2.0 -I/tmp/devel/qof/work/.buildlink/include/gio-unix-2.0 -I/tmp/devel/qof/work/.buildlink/lib/glib-2.0/include -g2 -Wall -O2 -D_FORTIFY_SOURCE=2 -g2 -Wall -Wl,-rpath -Wl,/usr/pkg/lib -o .libs/sql_parse_test sql_parse_test.o -Wl,-rpath -Wl,/usr/pkg/lib -L/tmp/devel/qof/work/.buildlink/lib -L./.libs -lqofsql -lglib-2.0 -lintl -Wl,-rpath,/usr/pkg/lib gmake[3]: Leaving directory '/tmp/devel/qof/work/qof-0.7.5/lib/libsql' gmake[3]: Entering directory '/tmp/devel/qof/work/qof-0.7.5/lib' gmake[3]: Nothing to be done for 'all-am'. gmake[3]: Leaving directory '/tmp/devel/qof/work/qof-0.7.5/lib' gmake[2]: Leaving directory '/tmp/devel/qof/work/qof-0.7.5/lib' Making all in qof gmake[2]: Entering directory '/tmp/devel/qof/work/qof-0.7.5/qof' Making all in . gmake[3]: Entering directory '/tmp/devel/qof/work/qof-0.7.5/qof' if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib/libsql -DPREFIX=\""/usr/pkg"\" -DDATADIR=\""/usr/pkg/share"\" -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -g -Werror -Wdeclaration-after-statement -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -g2 -Wall -MT qoflog.lo -MD -MP -MF ".deps/qoflog.Tpo" -c -o qoflog.lo qoflog.c; \ then mv -f ".deps/qoflog.Tpo" ".deps/qoflog.Plo"; else rm -f ".deps/qoflog.Tpo"; exit 1; fi libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../lib/libsql -DPREFIX=\"/usr/pkg\" -DDATADIR=\"/usr/pkg/share\" -I/tmp/devel/qof/work/.buildlink/include -I/tmp/devel/qof/work/.buildlink/include/glib-2.0 -I/tmp/devel/qof/work/.buildlink/include/gio-unix-2.0 -I/tmp/devel/qof/work/.buildlink/lib/glib-2.0/include -g -Wdeclaration-after-statement -O2 -D_FORTIFY_SOURCE=2 -g2 -Wall -MT qoflog.lo -MD -MP -MF .deps/qoflog.Tpo -c qoflog.c -fPIC -DPIC -o .libs/qoflog.o In file included from qofdate.h:78:0, from qofutil.h:37, from qoflog.h:39, from qof.h:67, from qoflog.c:31: qoftime.h:311:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] qof_time_to_gtimeval (QofTime * qt, GTimeVal * gtv); ^~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from qoflog.c:29: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from qofdate.h:78:0, from qofutil.h:37, from qoflog.h:39, from qof.h:67, from qoflog.c:31: qoftime.h:320:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] qof_time_from_gtimeval (QofTime * qt, GTimeVal * gtv); ^~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from qoflog.c:29: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from qofdate.h:78:0, from qofutil.h:37, from qoflog.h:39, from qof.h:67, from qoflog.c:31: qoftime.h:386:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] qof_time_get_current_start (void); ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from qoflog.c:29: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from qof.h:93:0, from qoflog.c:31: deprecated.h:181:1: warning: 'GCache' is deprecated: Use 'GHashTable' instead [-Wdeprecated-declarations] GCache *gnc_engine_get_string_cache (void); ^~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:106:0, from qoflog.c:29: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/deprecated/gcache.h:36:16: note: declared here typedef struct _GCache GCache GLIB_DEPRECATED_TYPE_IN_2_26_FOR(GHashTable); ^~~~~~~ In file included from qof.h:93:0, from qoflog.c:31: deprecated.h:183:1: warning: 'GCache' is deprecated: Use 'GHashTable' instead [-Wdeprecated-declarations] GCache *qof_util_get_string_cache (void); ^~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:106:0, from qoflog.c:29: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/deprecated/gcache.h:36:16: note: declared here typedef struct _GCache GCache GLIB_DEPRECATED_TYPE_IN_2_26_FOR(GHashTable); ^~~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../lib/libsql -DPREFIX=\"/usr/pkg\" -DDATADIR=\"/usr/pkg/share\" -I/tmp/devel/qof/work/.buildlink/include -I/tmp/devel/qof/work/.buildlink/include/glib-2.0 -I/tmp/devel/qof/work/.buildlink/include/gio-unix-2.0 -I/tmp/devel/qof/work/.buildlink/lib/glib-2.0/include -g -Wdeclaration-after-statement -O2 -D_FORTIFY_SOURCE=2 -g2 -Wall -MT qoflog.lo -MD -MP -MF .deps/qoflog.Tpo -c qoflog.c -o qoflog.o >/dev/null 2>&1 if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib/libsql -DPREFIX=\""/usr/pkg"\" -DDATADIR=\""/usr/pkg/share"\" -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -g -Werror -Wdeclaration-after-statement -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -g2 -Wall -MT guid.lo -MD -MP -MF ".deps/guid.Tpo" -c -o guid.lo guid.c; \ then mv -f ".deps/guid.Tpo" ".deps/guid.Plo"; else rm -f ".deps/guid.Tpo"; exit 1; fi libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../lib/libsql -DPREFIX=\"/usr/pkg\" -DDATADIR=\"/usr/pkg/share\" -I/tmp/devel/qof/work/.buildlink/include -I/tmp/devel/qof/work/.buildlink/include/glib-2.0 -I/tmp/devel/qof/work/.buildlink/include/gio-unix-2.0 -I/tmp/devel/qof/work/.buildlink/lib/glib-2.0/include -g -Wdeclaration-after-statement -O2 -D_FORTIFY_SOURCE=2 -g2 -Wall -MT guid.lo -MD -MP -MF .deps/guid.Tpo -c guid.c -fPIC -DPIC -o .libs/guid.o In file included from qofdate.h:78:0, from qofutil.h:37, from qoflog.h:39, from qof.h:67, from guid.c:41: qoftime.h:311:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] qof_time_to_gtimeval (QofTime * qt, GTimeVal * gtv); ^~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from guid.c:31: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from qofdate.h:78:0, from qofutil.h:37, from qoflog.h:39, from qof.h:67, from guid.c:41: qoftime.h:320:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] qof_time_from_gtimeval (QofTime * qt, GTimeVal * gtv); ^~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from guid.c:31: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from qofdate.h:78:0, from qofutil.h:37, from qoflog.h:39, from qof.h:67, from guid.c:41: qoftime.h:386:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] qof_time_get_current_start (void); ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from guid.c:31: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from qof.h:93:0, from guid.c:41: deprecated.h:181:1: warning: 'GCache' is deprecated: Use 'GHashTable' instead [-Wdeprecated-declarations] GCache *gnc_engine_get_string_cache (void); ^~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:106:0, from guid.c:31: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/deprecated/gcache.h:36:16: note: declared here typedef struct _GCache GCache GLIB_DEPRECATED_TYPE_IN_2_26_FOR(GHashTable); ^~~~~~~ In file included from qof.h:93:0, from guid.c:41: deprecated.h:183:1: warning: 'GCache' is deprecated: Use 'GHashTable' instead [-Wdeprecated-declarations] GCache *qof_util_get_string_cache (void); ^~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:106:0, from guid.c:31: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/deprecated/gcache.h:36:16: note: declared here typedef struct _GCache GCache GLIB_DEPRECATED_TYPE_IN_2_26_FOR(GHashTable); ^~~~~~~ guid.c: In function 'guid_to_string': guid.c:614:2: warning: 'GStaticPrivate' is deprecated: Use 'GPrivate' instead [-Wdeprecated-declarations] static GStaticPrivate guid_buffer_key = G_STATIC_PRIVATE_INIT; ^~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:110:0, from guid.c:31: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/deprecated/gthread.h:236:8: note: declared here struct _GStaticPrivate ^~~~~~~~~~~~~~~ guid.c:614:13: warning: G_PRIVATE_INIT static GStaticPrivate guid_buffer_key = G_STATIC_PRIVATE_INIT; ^~~~~~~~~~~~~~~~ guid.c:617:2: warning: 'g_static_private_get' is deprecated: Use 'g_private_get' instead [-Wdeprecated-declarations] string = g_static_private_get (&guid_buffer_key); ^~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:110:0, from guid.c:31: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/deprecated/gthread.h:247:10: note: declared here gpointer g_static_private_get (GStaticPrivate *private_key); ^~~~~~~~~~~~~~~~~~~~ guid.c:621:3: warning: 'g_static_private_set' is deprecated: Use 'g_private_set' instead [-Wdeprecated-declarations] g_static_private_set (&guid_buffer_key, string, g_free); ^~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:110:0, from guid.c:31: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/deprecated/gthread.h:250:10: note: declared here void g_static_private_set (GStaticPrivate *private_key, ^~~~~~~~~~~~~~~~~~~~ guid.c: In function 'string_to_guid': guid.c:648:28: warning: pointer targets in passing argument 1 of 'decode_md5_string' differ in signedness [-Wpointer-sign] return decode_md5_string (string, (guid != NULL) ? guid->data : NULL); ^~~~~~ guid.c:561:1: note: expected 'const unsigned char *' but argument is of type 'const char *' decode_md5_string (const unsigned char *string, unsigned char *data) ^~~~~~~~~~~~~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../lib/libsql -DPREFIX=\"/usr/pkg\" -DDATADIR=\"/usr/pkg/share\" -I/tmp/devel/qof/work/.buildlink/include -I/tmp/devel/qof/work/.buildlink/include/glib-2.0 -I/tmp/devel/qof/work/.buildlink/include/gio-unix-2.0 -I/tmp/devel/qof/work/.buildlink/lib/glib-2.0/include -g -Wdeclaration-after-statement -O2 -D_FORTIFY_SOURCE=2 -g2 -Wall -MT guid.lo -MD -MP -MF .deps/guid.Tpo -c guid.c -o guid.o >/dev/null 2>&1 if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib/libsql -DPREFIX=\""/usr/pkg"\" -DDATADIR=\""/usr/pkg/share"\" -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -g -Werror -Wdeclaration-after-statement -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -g2 -Wall -MT kvpframe.lo -MD -MP -MF ".deps/kvpframe.Tpo" -c -o kvpframe.lo kvpframe.c; \ then mv -f ".deps/kvpframe.Tpo" ".deps/kvpframe.Plo"; else rm -f ".deps/kvpframe.Tpo"; exit 1; fi libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../lib/libsql -DPREFIX=\"/usr/pkg\" -DDATADIR=\"/usr/pkg/share\" -I/tmp/devel/qof/work/.buildlink/include -I/tmp/devel/qof/work/.buildlink/include/glib-2.0 -I/tmp/devel/qof/work/.buildlink/include/gio-unix-2.0 -I/tmp/devel/qof/work/.buildlink/lib/glib-2.0/include -g -Wdeclaration-after-statement -O2 -D_FORTIFY_SOURCE=2 -g2 -Wall -MT kvpframe.lo -MD -MP -MF .deps/kvpframe.Tpo -c kvpframe.c -fPIC -DPIC -o .libs/kvpframe.o In file included from qofdate.h:78:0, from qofutil.h:37, from qoflog.h:39, from qof.h:67, from kvpframe.c:32: qoftime.h:311:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] qof_time_to_gtimeval (QofTime * qt, GTimeVal * gtv); ^~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from kvpframe.c:28: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from qofdate.h:78:0, from qofutil.h:37, from qoflog.h:39, from qof.h:67, from kvpframe.c:32: qoftime.h:320:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] qof_time_from_gtimeval (QofTime * qt, GTimeVal * gtv); ^~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from kvpframe.c:28: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from qofdate.h:78:0, from qofutil.h:37, from qoflog.h:39, from qof.h:67, from kvpframe.c:32: qoftime.h:386:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] qof_time_get_current_start (void); ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from kvpframe.c:28: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from qof.h:93:0, from kvpframe.c:32: deprecated.h:181:1: warning: 'GCache' is deprecated: Use 'GHashTable' instead [-Wdeprecated-declarations] GCache *gnc_engine_get_string_cache (void); ^~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:106:0, from kvpframe.c:28: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/deprecated/gcache.h:36:16: note: declared here typedef struct _GCache GCache GLIB_DEPRECATED_TYPE_IN_2_26_FOR(GHashTable); ^~~~~~~ In file included from qof.h:93:0, from kvpframe.c:32: deprecated.h:183:1: warning: 'GCache' is deprecated: Use 'GHashTable' instead [-Wdeprecated-declarations] GCache *qof_util_get_string_cache (void); ^~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:106:0, from kvpframe.c:28: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/deprecated/gcache.h:36:16: note: declared here typedef struct _GCache GCache GLIB_DEPRECATED_TYPE_IN_2_26_FOR(GHashTable); ^~~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../lib/libsql -DPREFIX=\"/usr/pkg\" -DDATADIR=\"/usr/pkg/share\" -I/tmp/devel/qof/work/.buildlink/include -I/tmp/devel/qof/work/.buildlink/include/glib-2.0 -I/tmp/devel/qof/work/.buildlink/include/gio-unix-2.0 -I/tmp/devel/qof/work/.buildlink/lib/glib-2.0/include -g -Wdeclaration-after-statement -O2 -D_FORTIFY_SOURCE=2 -g2 -Wall -MT kvpframe.lo -MD -MP -MF .deps/kvpframe.Tpo -c kvpframe.c -o kvpframe.o >/dev/null 2>&1 if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib/libsql -DPREFIX=\""/usr/pkg"\" -DDATADIR=\""/usr/pkg/share"\" -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -g -Werror -Wdeclaration-after-statement -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -g2 -Wall -MT kvputil.lo -MD -MP -MF ".deps/kvputil.Tpo" -c -o kvputil.lo kvputil.c; \ then mv -f ".deps/kvputil.Tpo" ".deps/kvputil.Plo"; else rm -f ".deps/kvputil.Tpo"; exit 1; fi libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../lib/libsql -DPREFIX=\"/usr/pkg\" -DDATADIR=\"/usr/pkg/share\" -I/tmp/devel/qof/work/.buildlink/include -I/tmp/devel/qof/work/.buildlink/include/glib-2.0 -I/tmp/devel/qof/work/.buildlink/include/gio-unix-2.0 -I/tmp/devel/qof/work/.buildlink/lib/glib-2.0/include -g -Wdeclaration-after-statement -O2 -D_FORTIFY_SOURCE=2 -g2 -Wall -MT kvputil.lo -MD -MP -MF .deps/kvputil.Tpo -c kvputil.c -fPIC -DPIC -o .libs/kvputil.o In file included from qofdate.h:78:0, from qofutil.h:37, from qoflog.h:39, from qof.h:67, from kvputil.c:28: qoftime.h:311:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] qof_time_to_gtimeval (QofTime * qt, GTimeVal * gtv); ^~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from kvputil.c:26: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from qofdate.h:78:0, from qofutil.h:37, from qoflog.h:39, from qof.h:67, from kvputil.c:28: qoftime.h:320:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] qof_time_from_gtimeval (QofTime * qt, GTimeVal * gtv); ^~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from kvputil.c:26: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from qofdate.h:78:0, from qofutil.h:37, from qoflog.h:39, from qof.h:67, from kvputil.c:28: qoftime.h:386:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] qof_time_get_current_start (void); ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from kvputil.c:26: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from qof.h:93:0, from kvputil.c:28: deprecated.h:181:1: warning: 'GCache' is deprecated: Use 'GHashTable' instead [-Wdeprecated-declarations] GCache *gnc_engine_get_string_cache (void); ^~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:106:0, from kvputil.c:26: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/deprecated/gcache.h:36:16: note: declared here typedef struct _GCache GCache GLIB_DEPRECATED_TYPE_IN_2_26_FOR(GHashTable); ^~~~~~~ In file included from qof.h:93:0, from kvputil.c:28: deprecated.h:183:1: warning: 'GCache' is deprecated: Use 'GHashTable' instead [-Wdeprecated-declarations] GCache *qof_util_get_string_cache (void); ^~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:106:0, from kvputil.c:26: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/deprecated/gcache.h:36:16: note: declared here typedef struct _GCache GCache GLIB_DEPRECATED_TYPE_IN_2_26_FOR(GHashTable); ^~~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../lib/libsql -DPREFIX=\"/usr/pkg\" -DDATADIR=\"/usr/pkg/share\" -I/tmp/devel/qof/work/.buildlink/include -I/tmp/devel/qof/work/.buildlink/include/glib-2.0 -I/tmp/devel/qof/work/.buildlink/include/gio-unix-2.0 -I/tmp/devel/qof/work/.buildlink/lib/glib-2.0/include -g -Wdeclaration-after-statement -O2 -D_FORTIFY_SOURCE=2 -g2 -Wall -MT kvputil.lo -MD -MP -MF .deps/kvputil.Tpo -c kvputil.c -o kvputil.o >/dev/null 2>&1 if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib/libsql -DPREFIX=\""/usr/pkg"\" -DDATADIR=\""/usr/pkg/share"\" -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -g -Werror -Wdeclaration-after-statement -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -g2 -Wall -MT md5.lo -MD -MP -MF ".deps/md5.Tpo" -c -o md5.lo md5.c; \ then mv -f ".deps/md5.Tpo" ".deps/md5.Plo"; else rm -f ".deps/md5.Tpo"; exit 1; fi libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../lib/libsql -DPREFIX=\"/usr/pkg\" -DDATADIR=\"/usr/pkg/share\" -I/tmp/devel/qof/work/.buildlink/include -I/tmp/devel/qof/work/.buildlink/include/glib-2.0 -I/tmp/devel/qof/work/.buildlink/include/gio-unix-2.0 -I/tmp/devel/qof/work/.buildlink/lib/glib-2.0/include -g -Wdeclaration-after-statement -O2 -D_FORTIFY_SOURCE=2 -g2 -Wall -MT md5.lo -MD -MP -MF .deps/md5.Tpo -c md5.c -fPIC -DPIC -o .libs/md5.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../lib/libsql -DPREFIX=\"/usr/pkg\" -DDATADIR=\"/usr/pkg/share\" -I/tmp/devel/qof/work/.buildlink/include -I/tmp/devel/qof/work/.buildlink/include/glib-2.0 -I/tmp/devel/qof/work/.buildlink/include/gio-unix-2.0 -I/tmp/devel/qof/work/.buildlink/lib/glib-2.0/include -g -Wdeclaration-after-statement -O2 -D_FORTIFY_SOURCE=2 -g2 -Wall -MT md5.lo -MD -MP -MF .deps/md5.Tpo -c md5.c -o md5.o >/dev/null 2>&1 if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib/libsql -DPREFIX=\""/usr/pkg"\" -DDATADIR=\""/usr/pkg/share"\" -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -g -Werror -Wdeclaration-after-statement -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -g2 -Wall -MT qofnumeric.lo -MD -MP -MF ".deps/qofnumeric.Tpo" -c -o qofnumeric.lo qofnumeric.c; \ then mv -f ".deps/qofnumeric.Tpo" ".deps/qofnumeric.Plo"; else rm -f ".deps/qofnumeric.Tpo"; exit 1; fi libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../lib/libsql -DPREFIX=\"/usr/pkg\" -DDATADIR=\"/usr/pkg/share\" -I/tmp/devel/qof/work/.buildlink/include -I/tmp/devel/qof/work/.buildlink/include/glib-2.0 -I/tmp/devel/qof/work/.buildlink/include/gio-unix-2.0 -I/tmp/devel/qof/work/.buildlink/lib/glib-2.0/include -g -Wdeclaration-after-statement -O2 -D_FORTIFY_SOURCE=2 -g2 -Wall -MT qofnumeric.lo -MD -MP -MF .deps/qofnumeric.Tpo -c qofnumeric.c -fPIC -DPIC -o .libs/qofnumeric.o qofnumeric.c: In function 'qof_numeric_from_string': qofnumeric.c:1123:9: warning: variable 'num_read' set but not used [-Wunused-but-set-variable] size_t num_read; ^~~~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../lib/libsql -DPREFIX=\"/usr/pkg\" -DDATADIR=\"/usr/pkg/share\" -I/tmp/devel/qof/work/.buildlink/include -I/tmp/devel/qof/work/.buildlink/include/glib-2.0 -I/tmp/devel/qof/work/.buildlink/include/gio-unix-2.0 -I/tmp/devel/qof/work/.buildlink/lib/glib-2.0/include -g -Wdeclaration-after-statement -O2 -D_FORTIFY_SOURCE=2 -g2 -Wall -MT qofnumeric.lo -MD -MP -MF .deps/qofnumeric.Tpo -c qofnumeric.c -o qofnumeric.o >/dev/null 2>&1 if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib/libsql -DPREFIX=\""/usr/pkg"\" -DDATADIR=\""/usr/pkg/share"\" -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -g -Werror -Wdeclaration-after-statement -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -g2 -Wall -MT qofbackend.lo -MD -MP -MF ".deps/qofbackend.Tpo" -c -o qofbackend.lo qofbackend.c; \ then mv -f ".deps/qofbackend.Tpo" ".deps/qofbackend.Plo"; else rm -f ".deps/qofbackend.Tpo"; exit 1; fi libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../lib/libsql -DPREFIX=\"/usr/pkg\" -DDATADIR=\"/usr/pkg/share\" -I/tmp/devel/qof/work/.buildlink/include -I/tmp/devel/qof/work/.buildlink/include/glib-2.0 -I/tmp/devel/qof/work/.buildlink/include/gio-unix-2.0 -I/tmp/devel/qof/work/.buildlink/lib/glib-2.0/include -g -Wdeclaration-after-statement -O2 -D_FORTIFY_SOURCE=2 -g2 -Wall -MT qofbackend.lo -MD -MP -MF .deps/qofbackend.Tpo -c qofbackend.c -fPIC -DPIC -o .libs/qofbackend.o In file included from qofdate.h:78:0, from qofutil.h:37, from qoflog.h:39, from qof.h:67, from qofbackend.c:28: qoftime.h:311:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] qof_time_to_gtimeval (QofTime * qt, GTimeVal * gtv); ^~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from qofbackend.c:26: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from qofdate.h:78:0, from qofutil.h:37, from qoflog.h:39, from qof.h:67, from qofbackend.c:28: qoftime.h:320:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] qof_time_from_gtimeval (QofTime * qt, GTimeVal * gtv); ^~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from qofbackend.c:26: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from qofdate.h:78:0, from qofutil.h:37, from qoflog.h:39, from qof.h:67, from qofbackend.c:28: qoftime.h:386:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] qof_time_get_current_start (void); ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from qofbackend.c:26: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from qof.h:93:0, from qofbackend.c:28: deprecated.h:181:1: warning: 'GCache' is deprecated: Use 'GHashTable' instead [-Wdeprecated-declarations] GCache *gnc_engine_get_string_cache (void); ^~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:106:0, from qofbackend.c:26: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/deprecated/gcache.h:36:16: note: declared here typedef struct _GCache GCache GLIB_DEPRECATED_TYPE_IN_2_26_FOR(GHashTable); ^~~~~~~ In file included from qof.h:93:0, from qofbackend.c:28: deprecated.h:183:1: warning: 'GCache' is deprecated: Use 'GHashTable' instead [-Wdeprecated-declarations] GCache *qof_util_get_string_cache (void); ^~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:106:0, from qofbackend.c:26: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/deprecated/gcache.h:36:16: note: declared here typedef struct _GCache GCache GLIB_DEPRECATED_TYPE_IN_2_26_FOR(GHashTable); ^~~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../lib/libsql -DPREFIX=\"/usr/pkg\" -DDATADIR=\"/usr/pkg/share\" -I/tmp/devel/qof/work/.buildlink/include -I/tmp/devel/qof/work/.buildlink/include/glib-2.0 -I/tmp/devel/qof/work/.buildlink/include/gio-unix-2.0 -I/tmp/devel/qof/work/.buildlink/lib/glib-2.0/include -g -Wdeclaration-after-statement -O2 -D_FORTIFY_SOURCE=2 -g2 -Wall -MT qofbackend.lo -MD -MP -MF .deps/qofbackend.Tpo -c qofbackend.c -o qofbackend.o >/dev/null 2>&1 if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib/libsql -DPREFIX=\""/usr/pkg"\" -DDATADIR=\""/usr/pkg/share"\" -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -g -Werror -Wdeclaration-after-statement -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -g2 -Wall -MT qofclass.lo -MD -MP -MF ".deps/qofclass.Tpo" -c -o qofclass.lo qofclass.c; \ then mv -f ".deps/qofclass.Tpo" ".deps/qofclass.Plo"; else rm -f ".deps/qofclass.Tpo"; exit 1; fi libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../lib/libsql -DPREFIX=\"/usr/pkg\" -DDATADIR=\"/usr/pkg/share\" -I/tmp/devel/qof/work/.buildlink/include -I/tmp/devel/qof/work/.buildlink/include/glib-2.0 -I/tmp/devel/qof/work/.buildlink/include/gio-unix-2.0 -I/tmp/devel/qof/work/.buildlink/lib/glib-2.0/include -g -Wdeclaration-after-statement -O2 -D_FORTIFY_SOURCE=2 -g2 -Wall -MT qofclass.lo -MD -MP -MF .deps/qofclass.Tpo -c qofclass.c -fPIC -DPIC -o .libs/qofclass.o In file included from qofdate.h:78:0, from qofutil.h:37, from qoflog.h:39, from qof.h:67, from qofclass.c:28: qoftime.h:311:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] qof_time_to_gtimeval (QofTime * qt, GTimeVal * gtv); ^~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from qofclass.c:26: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from qofdate.h:78:0, from qofutil.h:37, from qoflog.h:39, from qof.h:67, from qofclass.c:28: qoftime.h:320:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] qof_time_from_gtimeval (QofTime * qt, GTimeVal * gtv); ^~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from qofclass.c:26: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from qofdate.h:78:0, from qofutil.h:37, from qoflog.h:39, from qof.h:67, from qofclass.c:28: qoftime.h:386:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] qof_time_get_current_start (void); ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from qofclass.c:26: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from qof.h:93:0, from qofclass.c:28: deprecated.h:181:1: warning: 'GCache' is deprecated: Use 'GHashTable' instead [-Wdeprecated-declarations] GCache *gnc_engine_get_string_cache (void); ^~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:106:0, from qofclass.c:26: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/deprecated/gcache.h:36:16: note: declared here typedef struct _GCache GCache GLIB_DEPRECATED_TYPE_IN_2_26_FOR(GHashTable); ^~~~~~~ In file included from qof.h:93:0, from qofclass.c:28: deprecated.h:183:1: warning: 'GCache' is deprecated: Use 'GHashTable' instead [-Wdeprecated-declarations] GCache *qof_util_get_string_cache (void); ^~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:106:0, from qofclass.c:26: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/deprecated/gcache.h:36:16: note: declared here typedef struct _GCache GCache GLIB_DEPRECATED_TYPE_IN_2_26_FOR(GHashTable); ^~~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../lib/libsql -DPREFIX=\"/usr/pkg\" -DDATADIR=\"/usr/pkg/share\" -I/tmp/devel/qof/work/.buildlink/include -I/tmp/devel/qof/work/.buildlink/include/glib-2.0 -I/tmp/devel/qof/work/.buildlink/include/gio-unix-2.0 -I/tmp/devel/qof/work/.buildlink/lib/glib-2.0/include -g -Wdeclaration-after-statement -O2 -D_FORTIFY_SOURCE=2 -g2 -Wall -MT qofclass.lo -MD -MP -MF .deps/qofclass.Tpo -c qofclass.c -o qofclass.o >/dev/null 2>&1 if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib/libsql -DPREFIX=\""/usr/pkg"\" -DDATADIR=\""/usr/pkg/share"\" -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -g -Werror -Wdeclaration-after-statement -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -g2 -Wall -MT qofchoice.lo -MD -MP -MF ".deps/qofchoice.Tpo" -c -o qofchoice.lo qofchoice.c; \ then mv -f ".deps/qofchoice.Tpo" ".deps/qofchoice.Plo"; else rm -f ".deps/qofchoice.Tpo"; exit 1; fi libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../lib/libsql -DPREFIX=\"/usr/pkg\" -DDATADIR=\"/usr/pkg/share\" -I/tmp/devel/qof/work/.buildlink/include -I/tmp/devel/qof/work/.buildlink/include/glib-2.0 -I/tmp/devel/qof/work/.buildlink/include/gio-unix-2.0 -I/tmp/devel/qof/work/.buildlink/lib/glib-2.0/include -g -Wdeclaration-after-statement -O2 -D_FORTIFY_SOURCE=2 -g2 -Wall -MT qofchoice.lo -MD -MP -MF .deps/qofchoice.Tpo -c qofchoice.c -fPIC -DPIC -o .libs/qofchoice.o In file included from qofdate.h:78:0, from qofutil.h:37, from qoflog.h:39, from qof.h:67, from qofchoice.c:26: qoftime.h:311:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] qof_time_to_gtimeval (QofTime * qt, GTimeVal * gtv); ^~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from qofchoice.c:25: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from qofdate.h:78:0, from qofutil.h:37, from qoflog.h:39, from qof.h:67, from qofchoice.c:26: qoftime.h:320:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] qof_time_from_gtimeval (QofTime * qt, GTimeVal * gtv); ^~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from qofchoice.c:25: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from qofdate.h:78:0, from qofutil.h:37, from qoflog.h:39, from qof.h:67, from qofchoice.c:26: qoftime.h:386:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] qof_time_get_current_start (void); ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from qofchoice.c:25: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from qof.h:93:0, from qofchoice.c:26: deprecated.h:181:1: warning: 'GCache' is deprecated: Use 'GHashTable' instead [-Wdeprecated-declarations] GCache *gnc_engine_get_string_cache (void); ^~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:106:0, from qofchoice.c:25: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/deprecated/gcache.h:36:16: note: declared here typedef struct _GCache GCache GLIB_DEPRECATED_TYPE_IN_2_26_FOR(GHashTable); ^~~~~~~ In file included from qof.h:93:0, from qofchoice.c:26: deprecated.h:183:1: warning: 'GCache' is deprecated: Use 'GHashTable' instead [-Wdeprecated-declarations] GCache *qof_util_get_string_cache (void); ^~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:106:0, from qofchoice.c:25: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/deprecated/gcache.h:36:16: note: declared here typedef struct _GCache GCache GLIB_DEPRECATED_TYPE_IN_2_26_FOR(GHashTable); ^~~~~~~ qofchoice.c: In function 'qof_object_is_choice': qofchoice.c:47:18: warning: variable 'check' set but not used [-Wunused-but-set-variable] gpointer value, check; ^~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../lib/libsql -DPREFIX=\"/usr/pkg\" -DDATADIR=\"/usr/pkg/share\" -I/tmp/devel/qof/work/.buildlink/include -I/tmp/devel/qof/work/.buildlink/include/glib-2.0 -I/tmp/devel/qof/work/.buildlink/include/gio-unix-2.0 -I/tmp/devel/qof/work/.buildlink/lib/glib-2.0/include -g -Wdeclaration-after-statement -O2 -D_FORTIFY_SOURCE=2 -g2 -Wall -MT qofchoice.lo -MD -MP -MF .deps/qofchoice.Tpo -c qofchoice.c -o qofchoice.o >/dev/null 2>&1 if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib/libsql -DPREFIX=\""/usr/pkg"\" -DDATADIR=\""/usr/pkg/share"\" -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -g -Werror -Wdeclaration-after-statement -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -g2 -Wall -MT qoferror.lo -MD -MP -MF ".deps/qoferror.Tpo" -c -o qoferror.lo qoferror.c; \ then mv -f ".deps/qoferror.Tpo" ".deps/qoferror.Plo"; else rm -f ".deps/qoferror.Tpo"; exit 1; fi libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../lib/libsql -DPREFIX=\"/usr/pkg\" -DDATADIR=\"/usr/pkg/share\" -I/tmp/devel/qof/work/.buildlink/include -I/tmp/devel/qof/work/.buildlink/include/glib-2.0 -I/tmp/devel/qof/work/.buildlink/include/gio-unix-2.0 -I/tmp/devel/qof/work/.buildlink/lib/glib-2.0/include -g -Wdeclaration-after-statement -O2 -D_FORTIFY_SOURCE=2 -g2 -Wall -MT qoferror.lo -MD -MP -MF .deps/qoferror.Tpo -c qoferror.c -fPIC -DPIC -o .libs/qoferror.o In file included from qofdate.h:78:0, from qofutil.h:37, from qoflog.h:39, from qof.h:67, from qoferror.c:25: qoftime.h:311:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] qof_time_to_gtimeval (QofTime * qt, GTimeVal * gtv); ^~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from qof.h:65, from qoferror.c:25: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from qofdate.h:78:0, from qofutil.h:37, from qoflog.h:39, from qof.h:67, from qoferror.c:25: qoftime.h:320:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] qof_time_from_gtimeval (QofTime * qt, GTimeVal * gtv); ^~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from qof.h:65, from qoferror.c:25: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from qofdate.h:78:0, from qofutil.h:37, from qoflog.h:39, from qof.h:67, from qoferror.c:25: qoftime.h:386:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] qof_time_get_current_start (void); ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from qof.h:65, from qoferror.c:25: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from qof.h:93:0, from qoferror.c:25: deprecated.h:181:1: warning: 'GCache' is deprecated: Use 'GHashTable' instead [-Wdeprecated-declarations] GCache *gnc_engine_get_string_cache (void); ^~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:106:0, from qof.h:65, from qoferror.c:25: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/deprecated/gcache.h:36:16: note: declared here typedef struct _GCache GCache GLIB_DEPRECATED_TYPE_IN_2_26_FOR(GHashTable); ^~~~~~~ In file included from qof.h:93:0, from qoferror.c:25: deprecated.h:183:1: warning: 'GCache' is deprecated: Use 'GHashTable' instead [-Wdeprecated-declarations] GCache *qof_util_get_string_cache (void); ^~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:106:0, from qof.h:65, from qoferror.c:25: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/deprecated/gcache.h:36:16: note: declared here typedef struct _GCache GCache GLIB_DEPRECATED_TYPE_IN_2_26_FOR(GHashTable); ^~~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../lib/libsql -DPREFIX=\"/usr/pkg\" -DDATADIR=\"/usr/pkg/share\" -I/tmp/devel/qof/work/.buildlink/include -I/tmp/devel/qof/work/.buildlink/include/glib-2.0 -I/tmp/devel/qof/work/.buildlink/include/gio-unix-2.0 -I/tmp/devel/qof/work/.buildlink/lib/glib-2.0/include -g -Wdeclaration-after-statement -O2 -D_FORTIFY_SOURCE=2 -g2 -Wall -MT qoferror.lo -MD -MP -MF .deps/qoferror.Tpo -c qoferror.c -o qoferror.o >/dev/null 2>&1 if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib/libsql -DPREFIX=\""/usr/pkg"\" -DDATADIR=\""/usr/pkg/share"\" -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -g -Werror -Wdeclaration-after-statement -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -g2 -Wall -MT qofevent.lo -MD -MP -MF ".deps/qofevent.Tpo" -c -o qofevent.lo qofevent.c; \ then mv -f ".deps/qofevent.Tpo" ".deps/qofevent.Plo"; else rm -f ".deps/qofevent.Tpo"; exit 1; fi libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../lib/libsql -DPREFIX=\"/usr/pkg\" -DDATADIR=\"/usr/pkg/share\" -I/tmp/devel/qof/work/.buildlink/include -I/tmp/devel/qof/work/.buildlink/include/glib-2.0 -I/tmp/devel/qof/work/.buildlink/include/gio-unix-2.0 -I/tmp/devel/qof/work/.buildlink/lib/glib-2.0/include -g -Wdeclaration-after-statement -O2 -D_FORTIFY_SOURCE=2 -g2 -Wall -MT qofevent.lo -MD -MP -MF .deps/qofevent.Tpo -c qofevent.c -fPIC -DPIC -o .libs/qofevent.o In file included from qofdate.h:78:0, from qofutil.h:37, from qoflog.h:39, from qof.h:67, from qofevent.c:27: qoftime.h:311:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] qof_time_to_gtimeval (QofTime * qt, GTimeVal * gtv); ^~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from qofevent.c:26: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from qofdate.h:78:0, from qofutil.h:37, from qoflog.h:39, from qof.h:67, from qofevent.c:27: qoftime.h:320:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] qof_time_from_gtimeval (QofTime * qt, GTimeVal * gtv); ^~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from qofevent.c:26: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from qofdate.h:78:0, from qofutil.h:37, from qoflog.h:39, from qof.h:67, from qofevent.c:27: qoftime.h:386:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] qof_time_get_current_start (void); ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from qofevent.c:26: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from qof.h:93:0, from qofevent.c:27: deprecated.h:181:1: warning: 'GCache' is deprecated: Use 'GHashTable' instead [-Wdeprecated-declarations] GCache *gnc_engine_get_string_cache (void); ^~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:106:0, from qofevent.c:26: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/deprecated/gcache.h:36:16: note: declared here typedef struct _GCache GCache GLIB_DEPRECATED_TYPE_IN_2_26_FOR(GHashTable); ^~~~~~~ In file included from qof.h:93:0, from qofevent.c:27: deprecated.h:183:1: warning: 'GCache' is deprecated: Use 'GHashTable' instead [-Wdeprecated-declarations] GCache *qof_util_get_string_cache (void); ^~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:106:0, from qofevent.c:26: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/deprecated/gcache.h:36:16: note: declared here typedef struct _GCache GCache GLIB_DEPRECATED_TYPE_IN_2_26_FOR(GHashTable); ^~~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../lib/libsql -DPREFIX=\"/usr/pkg\" -DDATADIR=\"/usr/pkg/share\" -I/tmp/devel/qof/work/.buildlink/include -I/tmp/devel/qof/work/.buildlink/include/glib-2.0 -I/tmp/devel/qof/work/.buildlink/include/gio-unix-2.0 -I/tmp/devel/qof/work/.buildlink/lib/glib-2.0/include -g -Wdeclaration-after-statement -O2 -D_FORTIFY_SOURCE=2 -g2 -Wall -MT qofevent.lo -MD -MP -MF .deps/qofevent.Tpo -c qofevent.c -o qofevent.o >/dev/null 2>&1 if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib/libsql -DPREFIX=\""/usr/pkg"\" -DDATADIR=\""/usr/pkg/share"\" -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -g -Werror -Wdeclaration-after-statement -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -g2 -Wall -MT qofgobj.lo -MD -MP -MF ".deps/qofgobj.Tpo" -c -o qofgobj.lo qofgobj.c; \ then mv -f ".deps/qofgobj.Tpo" ".deps/qofgobj.Plo"; else rm -f ".deps/qofgobj.Tpo"; exit 1; fi libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../lib/libsql -DPREFIX=\"/usr/pkg\" -DDATADIR=\"/usr/pkg/share\" -I/tmp/devel/qof/work/.buildlink/include -I/tmp/devel/qof/work/.buildlink/include/glib-2.0 -I/tmp/devel/qof/work/.buildlink/include/gio-unix-2.0 -I/tmp/devel/qof/work/.buildlink/lib/glib-2.0/include -g -Wdeclaration-after-statement -O2 -D_FORTIFY_SOURCE=2 -g2 -Wall -MT qofgobj.lo -MD -MP -MF .deps/qofgobj.Tpo -c qofgobj.c -fPIC -DPIC -o .libs/qofgobj.o In file included from qofdate.h:78:0, from qofutil.h:37, from qoflog.h:39, from qof.h:67, from qofgobj.c:27: qoftime.h:311:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] qof_time_to_gtimeval (QofTime * qt, GTimeVal * gtv); ^~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from qofgobj.c:26: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from qofdate.h:78:0, from qofutil.h:37, from qoflog.h:39, from qof.h:67, from qofgobj.c:27: qoftime.h:320:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] qof_time_from_gtimeval (QofTime * qt, GTimeVal * gtv); ^~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from qofgobj.c:26: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from qofdate.h:78:0, from qofutil.h:37, from qoflog.h:39, from qof.h:67, from qofgobj.c:27: qoftime.h:386:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] qof_time_get_current_start (void); ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from qofgobj.c:26: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from qof.h:93:0, from qofgobj.c:27: deprecated.h:181:1: warning: 'GCache' is deprecated: Use 'GHashTable' instead [-Wdeprecated-declarations] GCache *gnc_engine_get_string_cache (void); ^~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:106:0, from qofgobj.c:26: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/deprecated/gcache.h:36:16: note: declared here typedef struct _GCache GCache GLIB_DEPRECATED_TYPE_IN_2_26_FOR(GHashTable); ^~~~~~~ In file included from qof.h:93:0, from qofgobj.c:27: deprecated.h:183:1: warning: 'GCache' is deprecated: Use 'GHashTable' instead [-Wdeprecated-declarations] GCache *qof_util_get_string_cache (void); ^~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:106:0, from qofgobj.c:26: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/deprecated/gcache.h:36:16: note: declared here typedef struct _GCache GCache GLIB_DEPRECATED_TYPE_IN_2_26_FOR(GHashTable); ^~~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../lib/libsql -DPREFIX=\"/usr/pkg\" -DDATADIR=\"/usr/pkg/share\" -I/tmp/devel/qof/work/.buildlink/include -I/tmp/devel/qof/work/.buildlink/include/glib-2.0 -I/tmp/devel/qof/work/.buildlink/include/gio-unix-2.0 -I/tmp/devel/qof/work/.buildlink/lib/glib-2.0/include -g -Wdeclaration-after-statement -O2 -D_FORTIFY_SOURCE=2 -g2 -Wall -MT qofgobj.lo -MD -MP -MF .deps/qofgobj.Tpo -c qofgobj.c -o qofgobj.o >/dev/null 2>&1 if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib/libsql -DPREFIX=\""/usr/pkg"\" -DDATADIR=\""/usr/pkg/share"\" -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -g -Werror -Wdeclaration-after-statement -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -g2 -Wall -MT qofid.lo -MD -MP -MF ".deps/qofid.Tpo" -c -o qofid.lo qofid.c; \ then mv -f ".deps/qofid.Tpo" ".deps/qofid.Plo"; else rm -f ".deps/qofid.Tpo"; exit 1; fi libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../lib/libsql -DPREFIX=\"/usr/pkg\" -DDATADIR=\"/usr/pkg/share\" -I/tmp/devel/qof/work/.buildlink/include -I/tmp/devel/qof/work/.buildlink/include/glib-2.0 -I/tmp/devel/qof/work/.buildlink/include/gio-unix-2.0 -I/tmp/devel/qof/work/.buildlink/lib/glib-2.0/include -g -Wdeclaration-after-statement -O2 -D_FORTIFY_SOURCE=2 -g2 -Wall -MT qofid.lo -MD -MP -MF .deps/qofid.Tpo -c qofid.c -fPIC -DPIC -o .libs/qofid.o In file included from qofdate.h:78:0, from qofutil.h:37, from qoflog.h:39, from qof.h:67, from qofid.c:30: qoftime.h:311:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] qof_time_to_gtimeval (QofTime * qt, GTimeVal * gtv); ^~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from qofid.c:28: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from qofdate.h:78:0, from qofutil.h:37, from qoflog.h:39, from qof.h:67, from qofid.c:30: qoftime.h:320:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] qof_time_from_gtimeval (QofTime * qt, GTimeVal * gtv); ^~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from qofid.c:28: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from qofdate.h:78:0, from qofutil.h:37, from qoflog.h:39, from qof.h:67, from qofid.c:30: qoftime.h:386:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] qof_time_get_current_start (void); ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from qofid.c:28: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from qof.h:93:0, from qofid.c:30: deprecated.h:181:1: warning: 'GCache' is deprecated: Use 'GHashTable' instead [-Wdeprecated-declarations] GCache *gnc_engine_get_string_cache (void); ^~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:106:0, from qofid.c:28: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/deprecated/gcache.h:36:16: note: declared here typedef struct _GCache GCache GLIB_DEPRECATED_TYPE_IN_2_26_FOR(GHashTable); ^~~~~~~ In file included from qof.h:93:0, from qofid.c:30: deprecated.h:183:1: warning: 'GCache' is deprecated: Use 'GHashTable' instead [-Wdeprecated-declarations] GCache *qof_util_get_string_cache (void); ^~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:106:0, from qofid.c:28: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/deprecated/gcache.h:36:16: note: declared here typedef struct _GCache GCache GLIB_DEPRECATED_TYPE_IN_2_26_FOR(GHashTable); ^~~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../lib/libsql -DPREFIX=\"/usr/pkg\" -DDATADIR=\"/usr/pkg/share\" -I/tmp/devel/qof/work/.buildlink/include -I/tmp/devel/qof/work/.buildlink/include/glib-2.0 -I/tmp/devel/qof/work/.buildlink/include/gio-unix-2.0 -I/tmp/devel/qof/work/.buildlink/lib/glib-2.0/include -g -Wdeclaration-after-statement -O2 -D_FORTIFY_SOURCE=2 -g2 -Wall -MT qofid.lo -MD -MP -MF .deps/qofid.Tpo -c qofid.c -o qofid.o >/dev/null 2>&1 if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib/libsql -DPREFIX=\""/usr/pkg"\" -DDATADIR=\""/usr/pkg/share"\" -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -g -Werror -Wdeclaration-after-statement -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -g2 -Wall -MT qofinstance.lo -MD -MP -MF ".deps/qofinstance.Tpo" -c -o qofinstance.lo qofinstance.c; \ then mv -f ".deps/qofinstance.Tpo" ".deps/qofinstance.Plo"; else rm -f ".deps/qofinstance.Tpo"; exit 1; fi libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../lib/libsql -DPREFIX=\"/usr/pkg\" -DDATADIR=\"/usr/pkg/share\" -I/tmp/devel/qof/work/.buildlink/include -I/tmp/devel/qof/work/.buildlink/include/glib-2.0 -I/tmp/devel/qof/work/.buildlink/include/gio-unix-2.0 -I/tmp/devel/qof/work/.buildlink/lib/glib-2.0/include -g -Wdeclaration-after-statement -O2 -D_FORTIFY_SOURCE=2 -g2 -Wall -MT qofinstance.lo -MD -MP -MF .deps/qofinstance.Tpo -c qofinstance.c -fPIC -DPIC -o .libs/qofinstance.o In file included from qofdate.h:78:0, from qofutil.h:37, from qoflog.h:39, from qof.h:67, from qofinstance.c:32: qoftime.h:311:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] qof_time_to_gtimeval (QofTime * qt, GTimeVal * gtv); ^~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from qofinstance.c:31: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from qofdate.h:78:0, from qofutil.h:37, from qoflog.h:39, from qof.h:67, from qofinstance.c:32: qoftime.h:320:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] qof_time_from_gtimeval (QofTime * qt, GTimeVal * gtv); ^~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from qofinstance.c:31: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from qofdate.h:78:0, from qofutil.h:37, from qoflog.h:39, from qof.h:67, from qofinstance.c:32: qoftime.h:386:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] qof_time_get_current_start (void); ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from qofinstance.c:31: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from qof.h:93:0, from qofinstance.c:32: deprecated.h:181:1: warning: 'GCache' is deprecated: Use 'GHashTable' instead [-Wdeprecated-declarations] GCache *gnc_engine_get_string_cache (void); ^~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:106:0, from qofinstance.c:31: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/deprecated/gcache.h:36:16: note: declared here typedef struct _GCache GCache GLIB_DEPRECATED_TYPE_IN_2_26_FOR(GHashTable); ^~~~~~~ In file included from qof.h:93:0, from qofinstance.c:32: deprecated.h:183:1: warning: 'GCache' is deprecated: Use 'GHashTable' instead [-Wdeprecated-declarations] GCache *qof_util_get_string_cache (void); ^~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:106:0, from qofinstance.c:31: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/deprecated/gcache.h:36:16: note: declared here typedef struct _GCache GCache GLIB_DEPRECATED_TYPE_IN_2_26_FOR(GHashTable); ^~~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../lib/libsql -DPREFIX=\"/usr/pkg\" -DDATADIR=\"/usr/pkg/share\" -I/tmp/devel/qof/work/.buildlink/include -I/tmp/devel/qof/work/.buildlink/include/glib-2.0 -I/tmp/devel/qof/work/.buildlink/include/gio-unix-2.0 -I/tmp/devel/qof/work/.buildlink/lib/glib-2.0/include -g -Wdeclaration-after-statement -O2 -D_FORTIFY_SOURCE=2 -g2 -Wall -MT qofinstance.lo -MD -MP -MF .deps/qofinstance.Tpo -c qofinstance.c -o qofinstance.o >/dev/null 2>&1 if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib/libsql -DPREFIX=\""/usr/pkg"\" -DDATADIR=\""/usr/pkg/share"\" -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -g -Werror -Wdeclaration-after-statement -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -g2 -Wall -MT qofquery.lo -MD -MP -MF ".deps/qofquery.Tpo" -c -o qofquery.lo qofquery.c; \ then mv -f ".deps/qofquery.Tpo" ".deps/qofquery.Plo"; else rm -f ".deps/qofquery.Tpo"; exit 1; fi libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../lib/libsql -DPREFIX=\"/usr/pkg\" -DDATADIR=\"/usr/pkg/share\" -I/tmp/devel/qof/work/.buildlink/include -I/tmp/devel/qof/work/.buildlink/include/glib-2.0 -I/tmp/devel/qof/work/.buildlink/include/gio-unix-2.0 -I/tmp/devel/qof/work/.buildlink/lib/glib-2.0/include -g -Wdeclaration-after-statement -O2 -D_FORTIFY_SOURCE=2 -g2 -Wall -MT qofquery.lo -MD -MP -MF .deps/qofquery.Tpo -c qofquery.c -fPIC -DPIC -o .libs/qofquery.o In file included from qofdate.h:78:0, from qofutil.h:37, from qoflog.h:39, from qof.h:67, from qofquery.c:33: qoftime.h:311:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] qof_time_to_gtimeval (QofTime * qt, GTimeVal * gtv); ^~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from qofquery.c:29: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from qofdate.h:78:0, from qofutil.h:37, from qoflog.h:39, from qof.h:67, from qofquery.c:33: qoftime.h:320:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] qof_time_from_gtimeval (QofTime * qt, GTimeVal * gtv); ^~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from qofquery.c:29: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from qofdate.h:78:0, from qofutil.h:37, from qoflog.h:39, from qof.h:67, from qofquery.c:33: qoftime.h:386:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] qof_time_get_current_start (void); ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from qofquery.c:29: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from qof.h:93:0, from qofquery.c:33: deprecated.h:181:1: warning: 'GCache' is deprecated: Use 'GHashTable' instead [-Wdeprecated-declarations] GCache *gnc_engine_get_string_cache (void); ^~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:106:0, from qofquery.c:29: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/deprecated/gcache.h:36:16: note: declared here typedef struct _GCache GCache GLIB_DEPRECATED_TYPE_IN_2_26_FOR(GHashTable); ^~~~~~~ In file included from qof.h:93:0, from qofquery.c:33: deprecated.h:183:1: warning: 'GCache' is deprecated: Use 'GHashTable' instead [-Wdeprecated-declarations] GCache *qof_util_get_string_cache (void); ^~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:106:0, from qofquery.c:29: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/deprecated/gcache.h:36:16: note: declared here typedef struct _GCache GCache GLIB_DEPRECATED_TYPE_IN_2_26_FOR(GHashTable); ^~~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../lib/libsql -DPREFIX=\"/usr/pkg\" -DDATADIR=\"/usr/pkg/share\" -I/tmp/devel/qof/work/.buildlink/include -I/tmp/devel/qof/work/.buildlink/include/glib-2.0 -I/tmp/devel/qof/work/.buildlink/include/gio-unix-2.0 -I/tmp/devel/qof/work/.buildlink/lib/glib-2.0/include -g -Wdeclaration-after-statement -O2 -D_FORTIFY_SOURCE=2 -g2 -Wall -MT qofquery.lo -MD -MP -MF .deps/qofquery.Tpo -c qofquery.c -o qofquery.o >/dev/null 2>&1 if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib/libsql -DPREFIX=\""/usr/pkg"\" -DDATADIR=\""/usr/pkg/share"\" -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -g -Werror -Wdeclaration-after-statement -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -g2 -Wall -MT qofbook.lo -MD -MP -MF ".deps/qofbook.Tpo" -c -o qofbook.lo qofbook.c; \ then mv -f ".deps/qofbook.Tpo" ".deps/qofbook.Plo"; else rm -f ".deps/qofbook.Tpo"; exit 1; fi libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../lib/libsql -DPREFIX=\"/usr/pkg\" -DDATADIR=\"/usr/pkg/share\" -I/tmp/devel/qof/work/.buildlink/include -I/tmp/devel/qof/work/.buildlink/include/glib-2.0 -I/tmp/devel/qof/work/.buildlink/include/gio-unix-2.0 -I/tmp/devel/qof/work/.buildlink/lib/glib-2.0/include -g -Wdeclaration-after-statement -O2 -D_FORTIFY_SOURCE=2 -g2 -Wall -MT qofbook.lo -MD -MP -MF .deps/qofbook.Tpo -c qofbook.c -fPIC -DPIC -o .libs/qofbook.o In file included from qofdate.h:78:0, from qofutil.h:37, from qoflog.h:39, from qof.h:67, from qofbook.c:40: qoftime.h:311:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] qof_time_to_gtimeval (QofTime * qt, GTimeVal * gtv); ^~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from qofbook.c:39: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from qofdate.h:78:0, from qofutil.h:37, from qoflog.h:39, from qof.h:67, from qofbook.c:40: qoftime.h:320:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] qof_time_from_gtimeval (QofTime * qt, GTimeVal * gtv); ^~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from qofbook.c:39: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from qofdate.h:78:0, from qofutil.h:37, from qoflog.h:39, from qof.h:67, from qofbook.c:40: qoftime.h:386:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] qof_time_get_current_start (void); ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from qofbook.c:39: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from qof.h:93:0, from qofbook.c:40: deprecated.h:181:1: warning: 'GCache' is deprecated: Use 'GHashTable' instead [-Wdeprecated-declarations] GCache *gnc_engine_get_string_cache (void); ^~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:106:0, from qofbook.c:39: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/deprecated/gcache.h:36:16: note: declared here typedef struct _GCache GCache GLIB_DEPRECATED_TYPE_IN_2_26_FOR(GHashTable); ^~~~~~~ In file included from qof.h:93:0, from qofbook.c:40: deprecated.h:183:1: warning: 'GCache' is deprecated: Use 'GHashTable' instead [-Wdeprecated-declarations] GCache *qof_util_get_string_cache (void); ^~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:106:0, from qofbook.c:39: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/deprecated/gcache.h:36:16: note: declared here typedef struct _GCache GCache GLIB_DEPRECATED_TYPE_IN_2_26_FOR(GHashTable); ^~~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../lib/libsql -DPREFIX=\"/usr/pkg\" -DDATADIR=\"/usr/pkg/share\" -I/tmp/devel/qof/work/.buildlink/include -I/tmp/devel/qof/work/.buildlink/include/glib-2.0 -I/tmp/devel/qof/work/.buildlink/include/gio-unix-2.0 -I/tmp/devel/qof/work/.buildlink/lib/glib-2.0/include -g -Wdeclaration-after-statement -O2 -D_FORTIFY_SOURCE=2 -g2 -Wall -MT qofbook.lo -MD -MP -MF .deps/qofbook.Tpo -c qofbook.c -o qofbook.o >/dev/null 2>&1 if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib/libsql -DPREFIX=\""/usr/pkg"\" -DDATADIR=\""/usr/pkg/share"\" -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -g -Werror -Wdeclaration-after-statement -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -g2 -Wall -MT qofobject.lo -MD -MP -MF ".deps/qofobject.Tpo" -c -o qofobject.lo qofobject.c; \ then mv -f ".deps/qofobject.Tpo" ".deps/qofobject.Plo"; else rm -f ".deps/qofobject.Tpo"; exit 1; fi libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../lib/libsql -DPREFIX=\"/usr/pkg\" -DDATADIR=\"/usr/pkg/share\" -I/tmp/devel/qof/work/.buildlink/include -I/tmp/devel/qof/work/.buildlink/include/glib-2.0 -I/tmp/devel/qof/work/.buildlink/include/gio-unix-2.0 -I/tmp/devel/qof/work/.buildlink/lib/glib-2.0/include -g -Wdeclaration-after-statement -O2 -D_FORTIFY_SOURCE=2 -g2 -Wall -MT qofobject.lo -MD -MP -MF .deps/qofobject.Tpo -c qofobject.c -fPIC -DPIC -o .libs/qofobject.o In file included from qofdate.h:78:0, from qofutil.h:37, from qoflog.h:39, from qof.h:67, from qofobject.c:31: qoftime.h:311:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] qof_time_to_gtimeval (QofTime * qt, GTimeVal * gtv); ^~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from qofobject.c:29: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from qofdate.h:78:0, from qofutil.h:37, from qoflog.h:39, from qof.h:67, from qofobject.c:31: qoftime.h:320:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] qof_time_from_gtimeval (QofTime * qt, GTimeVal * gtv); ^~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from qofobject.c:29: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from qofdate.h:78:0, from qofutil.h:37, from qoflog.h:39, from qof.h:67, from qofobject.c:31: qoftime.h:386:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] qof_time_get_current_start (void); ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from qofobject.c:29: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from qof.h:93:0, from qofobject.c:31: deprecated.h:181:1: warning: 'GCache' is deprecated: Use 'GHashTable' instead [-Wdeprecated-declarations] GCache *gnc_engine_get_string_cache (void); ^~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:106:0, from qofobject.c:29: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/deprecated/gcache.h:36:16: note: declared here typedef struct _GCache GCache GLIB_DEPRECATED_TYPE_IN_2_26_FOR(GHashTable); ^~~~~~~ In file included from qof.h:93:0, from qofobject.c:31: deprecated.h:183:1: warning: 'GCache' is deprecated: Use 'GHashTable' instead [-Wdeprecated-declarations] GCache *qof_util_get_string_cache (void); ^~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:106:0, from qofobject.c:29: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/deprecated/gcache.h:36:16: note: declared here typedef struct _GCache GCache GLIB_DEPRECATED_TYPE_IN_2_26_FOR(GHashTable); ^~~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../lib/libsql -DPREFIX=\"/usr/pkg\" -DDATADIR=\"/usr/pkg/share\" -I/tmp/devel/qof/work/.buildlink/include -I/tmp/devel/qof/work/.buildlink/include/glib-2.0 -I/tmp/devel/qof/work/.buildlink/include/gio-unix-2.0 -I/tmp/devel/qof/work/.buildlink/lib/glib-2.0/include -g -Wdeclaration-after-statement -O2 -D_FORTIFY_SOURCE=2 -g2 -Wall -MT qofobject.lo -MD -MP -MF .deps/qofobject.Tpo -c qofobject.c -o qofobject.o >/dev/null 2>&1 if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib/libsql -DPREFIX=\""/usr/pkg"\" -DDATADIR=\""/usr/pkg/share"\" -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -g -Werror -Wdeclaration-after-statement -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -g2 -Wall -MT qofquerycore.lo -MD -MP -MF ".deps/qofquerycore.Tpo" -c -o qofquerycore.lo qofquerycore.c; \ then mv -f ".deps/qofquerycore.Tpo" ".deps/qofquerycore.Plo"; else rm -f ".deps/qofquerycore.Tpo"; exit 1; fi libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../lib/libsql -DPREFIX=\"/usr/pkg\" -DDATADIR=\"/usr/pkg/share\" -I/tmp/devel/qof/work/.buildlink/include -I/tmp/devel/qof/work/.buildlink/include/glib-2.0 -I/tmp/devel/qof/work/.buildlink/include/gio-unix-2.0 -I/tmp/devel/qof/work/.buildlink/lib/glib-2.0/include -g -Wdeclaration-after-statement -O2 -D_FORTIFY_SOURCE=2 -g2 -Wall -MT qofquerycore.lo -MD -MP -MF .deps/qofquerycore.Tpo -c qofquerycore.c -fPIC -DPIC -o .libs/qofquerycore.o In file included from qofdate.h:78:0, from qofutil.h:37, from qoflog.h:39, from qof.h:67, from qofquerycore.c:29: qoftime.h:311:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] qof_time_to_gtimeval (QofTime * qt, GTimeVal * gtv); ^~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from qofquerycore.c:27: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from qofdate.h:78:0, from qofutil.h:37, from qoflog.h:39, from qof.h:67, from qofquerycore.c:29: qoftime.h:320:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] qof_time_from_gtimeval (QofTime * qt, GTimeVal * gtv); ^~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from qofquerycore.c:27: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from qofdate.h:78:0, from qofutil.h:37, from qoflog.h:39, from qof.h:67, from qofquerycore.c:29: qoftime.h:386:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] qof_time_get_current_start (void); ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from qofquerycore.c:27: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from qof.h:93:0, from qofquerycore.c:29: deprecated.h:181:1: warning: 'GCache' is deprecated: Use 'GHashTable' instead [-Wdeprecated-declarations] GCache *gnc_engine_get_string_cache (void); ^~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:106:0, from qofquerycore.c:27: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/deprecated/gcache.h:36:16: note: declared here typedef struct _GCache GCache GLIB_DEPRECATED_TYPE_IN_2_26_FOR(GHashTable); ^~~~~~~ In file included from qof.h:93:0, from qofquerycore.c:29: deprecated.h:183:1: warning: 'GCache' is deprecated: Use 'GHashTable' instead [-Wdeprecated-declarations] GCache *qof_util_get_string_cache (void); ^~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:106:0, from qofquerycore.c:27: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/deprecated/gcache.h:36:16: note: declared here typedef struct _GCache GCache GLIB_DEPRECATED_TYPE_IN_2_26_FOR(GHashTable); ^~~~~~~ qofquerycore.c: In function 'collect_match_predicate': qofquerycore.c:1346:17: warning: variable 'coll' set but not used [-Wunused-but-set-variable] QofCollection *coll; ^~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../lib/libsql -DPREFIX=\"/usr/pkg\" -DDATADIR=\"/usr/pkg/share\" -I/tmp/devel/qof/work/.buildlink/include -I/tmp/devel/qof/work/.buildlink/include/glib-2.0 -I/tmp/devel/qof/work/.buildlink/include/gio-unix-2.0 -I/tmp/devel/qof/work/.buildlink/lib/glib-2.0/include -g -Wdeclaration-after-statement -O2 -D_FORTIFY_SOURCE=2 -g2 -Wall -MT qofquerycore.lo -MD -MP -MF .deps/qofquerycore.Tpo -c qofquerycore.c -o qofquerycore.o >/dev/null 2>&1 if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib/libsql -DPREFIX=\""/usr/pkg"\" -DDATADIR=\""/usr/pkg/share"\" -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -g -Werror -Wdeclaration-after-statement -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -g2 -Wall -MT qofreference.lo -MD -MP -MF ".deps/qofreference.Tpo" -c -o qofreference.lo qofreference.c; \ then mv -f ".deps/qofreference.Tpo" ".deps/qofreference.Plo"; else rm -f ".deps/qofreference.Tpo"; exit 1; fi libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../lib/libsql -DPREFIX=\"/usr/pkg\" -DDATADIR=\"/usr/pkg/share\" -I/tmp/devel/qof/work/.buildlink/include -I/tmp/devel/qof/work/.buildlink/include/glib-2.0 -I/tmp/devel/qof/work/.buildlink/include/gio-unix-2.0 -I/tmp/devel/qof/work/.buildlink/lib/glib-2.0/include -g -Wdeclaration-after-statement -O2 -D_FORTIFY_SOURCE=2 -g2 -Wall -MT qofreference.lo -MD -MP -MF .deps/qofreference.Tpo -c qofreference.c -fPIC -DPIC -o .libs/qofreference.o In file included from qofdate.h:78:0, from qofutil.h:37, from qoflog.h:39, from qof.h:67, from qofreference.h:70, from qofreference.c:26: qoftime.h:311:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] qof_time_to_gtimeval (QofTime * qt, GTimeVal * gtv); ^~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from qofreference.c:25: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from qofdate.h:78:0, from qofutil.h:37, from qoflog.h:39, from qof.h:67, from qofreference.h:70, from qofreference.c:26: qoftime.h:320:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] qof_time_from_gtimeval (QofTime * qt, GTimeVal * gtv); ^~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from qofreference.c:25: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from qofdate.h:78:0, from qofutil.h:37, from qoflog.h:39, from qof.h:67, from qofreference.h:70, from qofreference.c:26: qoftime.h:386:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] qof_time_get_current_start (void); ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from qofreference.c:25: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from qof.h:93:0, from qofreference.h:70, from qofreference.c:26: deprecated.h:181:1: warning: 'GCache' is deprecated: Use 'GHashTable' instead [-Wdeprecated-declarations] GCache *gnc_engine_get_string_cache (void); ^~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:106:0, from qofreference.c:25: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/deprecated/gcache.h:36:16: note: declared here typedef struct _GCache GCache GLIB_DEPRECATED_TYPE_IN_2_26_FOR(GHashTable); ^~~~~~~ In file included from qof.h:93:0, from qofreference.h:70, from qofreference.c:26: deprecated.h:183:1: warning: 'GCache' is deprecated: Use 'GHashTable' instead [-Wdeprecated-declarations] GCache *qof_util_get_string_cache (void); ^~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:106:0, from qofreference.c:25: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/deprecated/gcache.h:36:16: note: declared here typedef struct _GCache GCache GLIB_DEPRECATED_TYPE_IN_2_26_FOR(GHashTable); ^~~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../lib/libsql -DPREFIX=\"/usr/pkg\" -DDATADIR=\"/usr/pkg/share\" -I/tmp/devel/qof/work/.buildlink/include -I/tmp/devel/qof/work/.buildlink/include/glib-2.0 -I/tmp/devel/qof/work/.buildlink/include/gio-unix-2.0 -I/tmp/devel/qof/work/.buildlink/lib/glib-2.0/include -g -Wdeclaration-after-statement -O2 -D_FORTIFY_SOURCE=2 -g2 -Wall -MT qofreference.lo -MD -MP -MF .deps/qofreference.Tpo -c qofreference.c -o qofreference.o >/dev/null 2>&1 if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib/libsql -DPREFIX=\""/usr/pkg"\" -DDATADIR=\""/usr/pkg/share"\" -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -g -Werror -Wdeclaration-after-statement -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -g2 -Wall -MT qofsession.lo -MD -MP -MF ".deps/qofsession.Tpo" -c -o qofsession.lo qofsession.c; \ then mv -f ".deps/qofsession.Tpo" ".deps/qofsession.Plo"; else rm -f ".deps/qofsession.Tpo"; exit 1; fi libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../lib/libsql -DPREFIX=\"/usr/pkg\" -DDATADIR=\"/usr/pkg/share\" -I/tmp/devel/qof/work/.buildlink/include -I/tmp/devel/qof/work/.buildlink/include/glib-2.0 -I/tmp/devel/qof/work/.buildlink/include/gio-unix-2.0 -I/tmp/devel/qof/work/.buildlink/lib/glib-2.0/include -g -Wdeclaration-after-statement -O2 -D_FORTIFY_SOURCE=2 -g2 -Wall -MT qofsession.lo -MD -MP -MF .deps/qofsession.Tpo -c qofsession.c -fPIC -DPIC -o .libs/qofsession.o In file included from qofdate.h:78:0, from qofutil.h:37, from qoflog.h:39, from qof.h:67, from qofsession.c:43: qoftime.h:311:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] qof_time_to_gtimeval (QofTime * qt, GTimeVal * gtv); ^~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from qofsession.c:41: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from qofdate.h:78:0, from qofutil.h:37, from qoflog.h:39, from qof.h:67, from qofsession.c:43: qoftime.h:320:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] qof_time_from_gtimeval (QofTime * qt, GTimeVal * gtv); ^~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from qofsession.c:41: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from qofdate.h:78:0, from qofutil.h:37, from qoflog.h:39, from qof.h:67, from qofsession.c:43: qoftime.h:386:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] qof_time_get_current_start (void); ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from qofsession.c:41: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from qof.h:93:0, from qofsession.c:43: deprecated.h:181:1: warning: 'GCache' is deprecated: Use 'GHashTable' instead [-Wdeprecated-declarations] GCache *gnc_engine_get_string_cache (void); ^~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:106:0, from qofsession.c:41: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/deprecated/gcache.h:36:16: note: declared here typedef struct _GCache GCache GLIB_DEPRECATED_TYPE_IN_2_26_FOR(GHashTable); ^~~~~~~ In file included from qof.h:93:0, from qofsession.c:43: deprecated.h:183:1: warning: 'GCache' is deprecated: Use 'GHashTable' instead [-Wdeprecated-declarations] GCache *qof_util_get_string_cache (void); ^~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:106:0, from qofsession.c:41: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/deprecated/gcache.h:36:16: note: declared here typedef struct _GCache GCache GLIB_DEPRECATED_TYPE_IN_2_26_FOR(GHashTable); ^~~~~~~ qofsession.c: In function 'qof_session_save': qofsession.c:1255:9: warning: variable 'msg' set but not used [-Wunused-but-set-variable] gchar *msg, *book_id; ^~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../lib/libsql -DPREFIX=\"/usr/pkg\" -DDATADIR=\"/usr/pkg/share\" -I/tmp/devel/qof/work/.buildlink/include -I/tmp/devel/qof/work/.buildlink/include/glib-2.0 -I/tmp/devel/qof/work/.buildlink/include/gio-unix-2.0 -I/tmp/devel/qof/work/.buildlink/lib/glib-2.0/include -g -Wdeclaration-after-statement -O2 -D_FORTIFY_SOURCE=2 -g2 -Wall -MT qofsession.lo -MD -MP -MF .deps/qofsession.Tpo -c qofsession.c -o qofsession.o >/dev/null 2>&1 if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib/libsql -DPREFIX=\""/usr/pkg"\" -DDATADIR=\""/usr/pkg/share"\" -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -g -Werror -Wdeclaration-after-statement -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -g2 -Wall -MT qofsql.lo -MD -MP -MF ".deps/qofsql.Tpo" -c -o qofsql.lo qofsql.c; \ then mv -f ".deps/qofsql.Tpo" ".deps/qofsql.Plo"; else rm -f ".deps/qofsql.Tpo"; exit 1; fi libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../lib/libsql -DPREFIX=\"/usr/pkg\" -DDATADIR=\"/usr/pkg/share\" -I/tmp/devel/qof/work/.buildlink/include -I/tmp/devel/qof/work/.buildlink/include/glib-2.0 -I/tmp/devel/qof/work/.buildlink/include/gio-unix-2.0 -I/tmp/devel/qof/work/.buildlink/lib/glib-2.0/include -g -Wdeclaration-after-statement -O2 -D_FORTIFY_SOURCE=2 -g2 -Wall -MT qofsql.lo -MD -MP -MF .deps/qofsql.Tpo -c qofsql.c -fPIC -DPIC -o .libs/qofsql.o In file included from qofdate.h:78:0, from qofutil.h:37, from qoflog.h:39, from qof.h:67, from qofsql.c:41: qoftime.h:311:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] qof_time_to_gtimeval (QofTime * qt, GTimeVal * gtv); ^~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from qofsql.c:33: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from qofdate.h:78:0, from qofutil.h:37, from qoflog.h:39, from qof.h:67, from qofsql.c:41: qoftime.h:320:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] qof_time_from_gtimeval (QofTime * qt, GTimeVal * gtv); ^~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from qofsql.c:33: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from qofdate.h:78:0, from qofutil.h:37, from qoflog.h:39, from qof.h:67, from qofsql.c:41: qoftime.h:386:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] qof_time_get_current_start (void); ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from qofsql.c:33: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from qof.h:93:0, from qofsql.c:41: deprecated.h:181:1: warning: 'GCache' is deprecated: Use 'GHashTable' instead [-Wdeprecated-declarations] GCache *gnc_engine_get_string_cache (void); ^~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:106:0, from qofsql.c:33: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/deprecated/gcache.h:36:16: note: declared here typedef struct _GCache GCache GLIB_DEPRECATED_TYPE_IN_2_26_FOR(GHashTable); ^~~~~~~ In file included from qof.h:93:0, from qofsql.c:41: deprecated.h:183:1: warning: 'GCache' is deprecated: Use 'GHashTable' instead [-Wdeprecated-declarations] GCache *qof_util_get_string_cache (void); ^~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:106:0, from qofsql.c:33: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/deprecated/gcache.h:36:16: note: declared here typedef struct _GCache GCache GLIB_DEPRECATED_TYPE_IN_2_26_FOR(GHashTable); ^~~~~~~ qofsql.c: In function 'handle_single_condition': qofsql.c:383:8: warning: variable 'rc' set but not used [-Wunused-but-set-variable] gint rc; ^~ qofsql.c: In function 'qof_sql_insertCB': qofsql.c:634:11: warning: variable 'registered_type' set but not used [-Wunused-but-set-variable] gboolean registered_type; ^~~~~~~~~~~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../lib/libsql -DPREFIX=\"/usr/pkg\" -DDATADIR=\"/usr/pkg/share\" -I/tmp/devel/qof/work/.buildlink/include -I/tmp/devel/qof/work/.buildlink/include/glib-2.0 -I/tmp/devel/qof/work/.buildlink/include/gio-unix-2.0 -I/tmp/devel/qof/work/.buildlink/lib/glib-2.0/include -g -Wdeclaration-after-statement -O2 -D_FORTIFY_SOURCE=2 -g2 -Wall -MT qofsql.lo -MD -MP -MF .deps/qofsql.Tpo -c qofsql.c -o qofsql.o >/dev/null 2>&1 if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib/libsql -DPREFIX=\""/usr/pkg"\" -DDATADIR=\""/usr/pkg/share"\" -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -g -Werror -Wdeclaration-after-statement -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -g2 -Wall -MT qofutil.lo -MD -MP -MF ".deps/qofutil.Tpo" -c -o qofutil.lo qofutil.c; \ then mv -f ".deps/qofutil.Tpo" ".deps/qofutil.Plo"; else rm -f ".deps/qofutil.Tpo"; exit 1; fi libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../lib/libsql -DPREFIX=\"/usr/pkg\" -DDATADIR=\"/usr/pkg/share\" -I/tmp/devel/qof/work/.buildlink/include -I/tmp/devel/qof/work/.buildlink/include/glib-2.0 -I/tmp/devel/qof/work/.buildlink/include/gio-unix-2.0 -I/tmp/devel/qof/work/.buildlink/lib/glib-2.0/include -g -Wdeclaration-after-statement -O2 -D_FORTIFY_SOURCE=2 -g2 -Wall -MT qofutil.lo -MD -MP -MF .deps/qofutil.Tpo -c qofutil.c -fPIC -DPIC -o .libs/qofutil.o In file included from qofdate.h:78:0, from qofutil.h:37, from qoflog.h:39, from qof.h:67, from qofutil.c:36: qoftime.h:311:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] qof_time_to_gtimeval (QofTime * qt, GTimeVal * gtv); ^~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from qofutil.c:32: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from qofdate.h:78:0, from qofutil.h:37, from qoflog.h:39, from qof.h:67, from qofutil.c:36: qoftime.h:320:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] qof_time_from_gtimeval (QofTime * qt, GTimeVal * gtv); ^~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from qofutil.c:32: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from qofdate.h:78:0, from qofutil.h:37, from qoflog.h:39, from qof.h:67, from qofutil.c:36: qoftime.h:386:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] qof_time_get_current_start (void); ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from qofutil.c:32: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from qof.h:93:0, from qofutil.c:36: deprecated.h:181:1: warning: 'GCache' is deprecated: Use 'GHashTable' instead [-Wdeprecated-declarations] GCache *gnc_engine_get_string_cache (void); ^~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:106:0, from qofutil.c:32: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/deprecated/gcache.h:36:16: note: declared here typedef struct _GCache GCache GLIB_DEPRECATED_TYPE_IN_2_26_FOR(GHashTable); ^~~~~~~ In file included from qof.h:93:0, from qofutil.c:36: deprecated.h:183:1: warning: 'GCache' is deprecated: Use 'GHashTable' instead [-Wdeprecated-declarations] GCache *qof_util_get_string_cache (void); ^~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:106:0, from qofutil.c:32: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/deprecated/gcache.h:36:16: note: declared here typedef struct _GCache GCache GLIB_DEPRECATED_TYPE_IN_2_26_FOR(GHashTable); ^~~~~~~ qofutil.c: In function 'strncasestr': qofutil.c:51:41: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] if (strncasecmp (str1, str2, strlen (str2)) == 0) ^~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtestutils.h:30:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:85, from qofutil.c:32: /usr/include/string.h:61:9: note: expected 'const char *' but argument is of type 'const guchar * {aka const unsigned char *}' size_t strlen(const char *); ^~~~~~ qofutil.c:51:21: warning: pointer targets in passing argument 1 of 'strncasecmp' differ in signedness [-Wpointer-sign] if (strncasecmp (str1, str2, strlen (str2)) == 0) ^~~~ In file included from /usr/include/string.h:98:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtestutils.h:30, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:85, from qofutil.c:32: /usr/include/strings.h:64:6: note: expected 'const char *' but argument is of type 'const guchar * {aka const unsigned char *}' int strncasecmp(const char *, const char *, size_t); ^~~~~~~~~~~ qofutil.c:51:27: warning: pointer targets in passing argument 2 of 'strncasecmp' differ in signedness [-Wpointer-sign] if (strncasecmp (str1, str2, strlen (str2)) == 0) ^~~~ In file included from /usr/include/string.h:98:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtestutils.h:30, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:85, from qofutil.c:32: /usr/include/strings.h:64:6: note: expected 'const char *' but argument is of type 'const guchar * {aka const unsigned char *}' int strncasecmp(const char *, const char *, size_t); ^~~~~~~~~~~ qofutil.c: At top level: qofutil.c:359:1: warning: 'GCache' is deprecated: Use 'GHashTable' instead [-Wdeprecated-declarations] static GCache *qof_string_cache = NULL; ^~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:106:0, from qofutil.c:32: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/deprecated/gcache.h:36:16: note: declared here typedef struct _GCache GCache GLIB_DEPRECATED_TYPE_IN_2_26_FOR(GHashTable); ^~~~~~~ qofutil.c:409:1: warning: 'GCache' is deprecated: Use 'GHashTable' instead [-Wdeprecated-declarations] { ^ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:106:0, from qofutil.c:32: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/deprecated/gcache.h:36:16: note: declared here typedef struct _GCache GCache GLIB_DEPRECATED_TYPE_IN_2_26_FOR(GHashTable); ^~~~~~~ qofutil.c: In function 'qof_util_get_string_cache': qofutil.c:412:3: warning: 'g_cache_new' is deprecated: Use 'GHashTable' instead [-Wdeprecated-declarations] qof_string_cache = g_cache_new ((GCacheNewFunc) g_strdup, /* value_new_func */ ^~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:106:0, from qofutil.c:32: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/deprecated/gcache.h:47:10: note: declared here GCache* g_cache_new (GCacheNewFunc value_new_func, ^~~~~~~~~~~ qofutil.c:412:3: warning: 'GCacheNewFunc' is deprecated [-Wdeprecated-declarations] qof_string_cache = g_cache_new ((GCacheNewFunc) g_strdup, /* value_new_func */ ^~~~~~~~~~~~~~~~ qofutil.c:414:4: warning: 'GCacheDupFunc' is deprecated [-Wdeprecated-declarations] (GCacheDupFunc) g_strdup, /* key_dup_func */ ^ qofutil.c: In function 'qof_util_string_cache_destroy': qofutil.c:427:3: warning: 'g_cache_destroy' is deprecated [-Wdeprecated-declarations] g_cache_destroy (qof_string_cache); ^~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:106:0, from qofutil.c:32: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/deprecated/gcache.h:55:10: note: declared here void g_cache_destroy (GCache *cache); ^~~~~~~~~~~~~~~ qofutil.c: In function 'qof_util_string_cache_remove': qofutil.c:435:3: warning: 'g_cache_remove' is deprecated [-Wdeprecated-declarations] g_cache_remove (qof_util_get_string_cache (), key); ^~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:106:0, from qofutil.c:32: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/deprecated/gcache.h:60:10: note: declared here void g_cache_remove (GCache *cache, ^~~~~~~~~~~~~~ qofutil.c: In function 'qof_util_string_cache_insert': qofutil.c:442:3: warning: 'g_cache_insert' is deprecated [-Wdeprecated-declarations] return g_cache_insert(qof_util_get_string_cache(), (gpointer)key); ^~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:106:0, from qofutil.c:32: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/deprecated/gcache.h:57:10: note: declared here gpointer g_cache_insert (GCache *cache, ^~~~~~~~~~~~~~ qofutil.c: In function 'qof_util_param_set_string': qofutil.c:770:12: warning: variable 'b' set but not used [-Wunused-but-set-variable] gboolean b; ^ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../lib/libsql -DPREFIX=\"/usr/pkg\" -DDATADIR=\"/usr/pkg/share\" -I/tmp/devel/qof/work/.buildlink/include -I/tmp/devel/qof/work/.buildlink/include/glib-2.0 -I/tmp/devel/qof/work/.buildlink/include/gio-unix-2.0 -I/tmp/devel/qof/work/.buildlink/lib/glib-2.0/include -g -Wdeclaration-after-statement -O2 -D_FORTIFY_SOURCE=2 -g2 -Wall -MT qofutil.lo -MD -MP -MF .deps/qofutil.Tpo -c qofutil.c -o qofutil.o >/dev/null 2>&1 if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib/libsql -DPREFIX=\""/usr/pkg"\" -DDATADIR=\""/usr/pkg/share"\" -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -g -Werror -Wdeclaration-after-statement -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -g2 -Wall -MT qofbookmerge.lo -MD -MP -MF ".deps/qofbookmerge.Tpo" -c -o qofbookmerge.lo qofbookmerge.c; \ then mv -f ".deps/qofbookmerge.Tpo" ".deps/qofbookmerge.Plo"; else rm -f ".deps/qofbookmerge.Tpo"; exit 1; fi libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../lib/libsql -DPREFIX=\"/usr/pkg\" -DDATADIR=\"/usr/pkg/share\" -I/tmp/devel/qof/work/.buildlink/include -I/tmp/devel/qof/work/.buildlink/include/glib-2.0 -I/tmp/devel/qof/work/.buildlink/include/gio-unix-2.0 -I/tmp/devel/qof/work/.buildlink/lib/glib-2.0/include -g -Wdeclaration-after-statement -O2 -D_FORTIFY_SOURCE=2 -g2 -Wall -MT qofbookmerge.lo -MD -MP -MF .deps/qofbookmerge.Tpo -c qofbookmerge.c -fPIC -DPIC -o .libs/qofbookmerge.o In file included from qofdate.h:78:0, from qofutil.h:37, from qoflog.h:39, from qof.h:67, from qofbookmerge.c:27: qoftime.h:311:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] qof_time_to_gtimeval (QofTime * qt, GTimeVal * gtv); ^~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from qofbookmerge.c:26: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from qofdate.h:78:0, from qofutil.h:37, from qoflog.h:39, from qof.h:67, from qofbookmerge.c:27: qoftime.h:320:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] qof_time_from_gtimeval (QofTime * qt, GTimeVal * gtv); ^~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from qofbookmerge.c:26: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from qofdate.h:78:0, from qofutil.h:37, from qoflog.h:39, from qof.h:67, from qofbookmerge.c:27: qoftime.h:386:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] qof_time_get_current_start (void); ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from qofbookmerge.c:26: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from qof.h:93:0, from qofbookmerge.c:27: deprecated.h:181:1: warning: 'GCache' is deprecated: Use 'GHashTable' instead [-Wdeprecated-declarations] GCache *gnc_engine_get_string_cache (void); ^~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:106:0, from qofbookmerge.c:26: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/deprecated/gcache.h:36:16: note: declared here typedef struct _GCache GCache GLIB_DEPRECATED_TYPE_IN_2_26_FOR(GHashTable); ^~~~~~~ In file included from qof.h:93:0, from qofbookmerge.c:27: deprecated.h:183:1: warning: 'GCache' is deprecated: Use 'GHashTable' instead [-Wdeprecated-declarations] GCache *qof_util_get_string_cache (void); ^~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:106:0, from qofbookmerge.c:26: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/deprecated/gcache.h:36:16: note: declared here typedef struct _GCache GCache GLIB_DEPRECATED_TYPE_IN_2_26_FOR(GHashTable); ^~~~~~~ qofbookmerge.c: In function 'qof_book_merge_compare': qofbookmerge.c:102:21: warning: variable 'mergeError' set but not used [-Wunused-but-set-variable] gboolean absolute, mergeError, knowntype, mergeMatch, booleanImport, ^~~~~~~~~~ qofbookmerge.c:102:11: warning: variable 'absolute' set but not used [-Wunused-but-set-variable] gboolean absolute, mergeError, knowntype, mergeMatch, booleanImport, ^~~~~~~~ qofbookmerge.c: In function 'qof_book_merge_match_orphans': qofbookmerge.c:448:13: warning: variable 'best_matchEnt' set but not used [-Wunused-but-set-variable] QofEntity *best_matchEnt; ^~~~~~~~~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../lib/libsql -DPREFIX=\"/usr/pkg\" -DDATADIR=\"/usr/pkg/share\" -I/tmp/devel/qof/work/.buildlink/include -I/tmp/devel/qof/work/.buildlink/include/glib-2.0 -I/tmp/devel/qof/work/.buildlink/include/gio-unix-2.0 -I/tmp/devel/qof/work/.buildlink/lib/glib-2.0/include -g -Wdeclaration-after-statement -O2 -D_FORTIFY_SOURCE=2 -g2 -Wall -MT qofbookmerge.lo -MD -MP -MF .deps/qofbookmerge.Tpo -c qofbookmerge.c -o qofbookmerge.o >/dev/null 2>&1 if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib/libsql -DPREFIX=\""/usr/pkg"\" -DDATADIR=\""/usr/pkg/share"\" -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -g -Werror -Wdeclaration-after-statement -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -g2 -Wall -MT qofdate.lo -MD -MP -MF ".deps/qofdate.Tpo" -c -o qofdate.lo qofdate.c; \ then mv -f ".deps/qofdate.Tpo" ".deps/qofdate.Plo"; else rm -f ".deps/qofdate.Tpo"; exit 1; fi libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../lib/libsql -DPREFIX=\"/usr/pkg\" -DDATADIR=\"/usr/pkg/share\" -I/tmp/devel/qof/work/.buildlink/include -I/tmp/devel/qof/work/.buildlink/include/glib-2.0 -I/tmp/devel/qof/work/.buildlink/include/gio-unix-2.0 -I/tmp/devel/qof/work/.buildlink/lib/glib-2.0/include -g -Wdeclaration-after-statement -O2 -D_FORTIFY_SOURCE=2 -g2 -Wall -MT qofdate.lo -MD -MP -MF .deps/qofdate.Tpo -c qofdate.c -fPIC -DPIC -o .libs/qofdate.o In file included from qofdate.h:78:0, from qofutil.h:37, from qoflog.h:39, from qof.h:67, from qofdate.c:31: qoftime.h:311:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] qof_time_to_gtimeval (QofTime * qt, GTimeVal * gtv); ^~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from qofdate.c:27: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from qofdate.h:78:0, from qofutil.h:37, from qoflog.h:39, from qof.h:67, from qofdate.c:31: qoftime.h:320:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] qof_time_from_gtimeval (QofTime * qt, GTimeVal * gtv); ^~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from qofdate.c:27: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from qofdate.h:78:0, from qofutil.h:37, from qoflog.h:39, from qof.h:67, from qofdate.c:31: qoftime.h:386:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] qof_time_get_current_start (void); ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from qofdate.c:27: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from qof.h:93:0, from qofdate.c:31: deprecated.h:181:1: warning: 'GCache' is deprecated: Use 'GHashTable' instead [-Wdeprecated-declarations] GCache *gnc_engine_get_string_cache (void); ^~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:106:0, from qofdate.c:27: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/deprecated/gcache.h:36:16: note: declared here typedef struct _GCache GCache GLIB_DEPRECATED_TYPE_IN_2_26_FOR(GHashTable); ^~~~~~~ In file included from qof.h:93:0, from qofdate.c:31: deprecated.h:183:1: warning: 'GCache' is deprecated: Use 'GHashTable' instead [-Wdeprecated-declarations] GCache *qof_util_get_string_cache (void); ^~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:106:0, from qofdate.c:27: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/deprecated/gcache.h:36:16: note: declared here typedef struct _GCache GCache GLIB_DEPRECATED_TYPE_IN_2_26_FOR(GHashTable); ^~~~~~~ qofdate.c: In function 'date_normalise': qofdate.c:468:18: warning: operation on 'date->qd_year' may be undefined [-Wsequence-point] date->qd_year = (date->qd_year < 0) ? ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ date->qd_year++ : date->qd_year--; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ qofdate.c: In function 'qof_date_parse': qofdate.c:530:9: warning: variable 'check' set but not used [-Wunused-but-set-variable] gchar *check; ^~~~~ qofdate.c: In function 'qof_date_to_struct_tm': qofdate.c:723:15: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] stm->tm_zone = qd->qd_zone; ^ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../lib/libsql -DPREFIX=\"/usr/pkg\" -DDATADIR=\"/usr/pkg/share\" -I/tmp/devel/qof/work/.buildlink/include -I/tmp/devel/qof/work/.buildlink/include/glib-2.0 -I/tmp/devel/qof/work/.buildlink/include/gio-unix-2.0 -I/tmp/devel/qof/work/.buildlink/lib/glib-2.0/include -g -Wdeclaration-after-statement -O2 -D_FORTIFY_SOURCE=2 -g2 -Wall -MT qofdate.lo -MD -MP -MF .deps/qofdate.Tpo -c qofdate.c -o qofdate.o >/dev/null 2>&1 if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib/libsql -DPREFIX=\""/usr/pkg"\" -DDATADIR=\""/usr/pkg/share"\" -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -g -Werror -Wdeclaration-after-statement -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -g2 -Wall -MT qoftime.lo -MD -MP -MF ".deps/qoftime.Tpo" -c -o qoftime.lo qoftime.c; \ then mv -f ".deps/qoftime.Tpo" ".deps/qoftime.Plo"; else rm -f ".deps/qoftime.Tpo"; exit 1; fi libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../lib/libsql -DPREFIX=\"/usr/pkg\" -DDATADIR=\"/usr/pkg/share\" -I/tmp/devel/qof/work/.buildlink/include -I/tmp/devel/qof/work/.buildlink/include/glib-2.0 -I/tmp/devel/qof/work/.buildlink/include/gio-unix-2.0 -I/tmp/devel/qof/work/.buildlink/lib/glib-2.0/include -g -Wdeclaration-after-statement -O2 -D_FORTIFY_SOURCE=2 -g2 -Wall -MT qoftime.lo -MD -MP -MF .deps/qoftime.Tpo -c qoftime.c -fPIC -DPIC -o .libs/qoftime.o In file included from qofdate.h:78:0, from qofutil.h:37, from qoflog.h:39, from qof.h:67, from qoftime.c:33: qoftime.h:311:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] qof_time_to_gtimeval (QofTime * qt, GTimeVal * gtv); ^~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from qoftime.c:26: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from qofdate.h:78:0, from qofutil.h:37, from qoflog.h:39, from qof.h:67, from qoftime.c:33: qoftime.h:320:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] qof_time_from_gtimeval (QofTime * qt, GTimeVal * gtv); ^~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from qoftime.c:26: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from qofdate.h:78:0, from qofutil.h:37, from qoflog.h:39, from qof.h:67, from qoftime.c:33: qoftime.h:386:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] qof_time_get_current_start (void); ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from qoftime.c:26: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from qof.h:93:0, from qoftime.c:33: deprecated.h:181:1: warning: 'GCache' is deprecated: Use 'GHashTable' instead [-Wdeprecated-declarations] GCache *gnc_engine_get_string_cache (void); ^~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:106:0, from qoftime.c:26: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/deprecated/gcache.h:36:16: note: declared here typedef struct _GCache GCache GLIB_DEPRECATED_TYPE_IN_2_26_FOR(GHashTable); ^~~~~~~ In file included from qof.h:93:0, from qoftime.c:33: deprecated.h:183:1: warning: 'GCache' is deprecated: Use 'GHashTable' instead [-Wdeprecated-declarations] GCache *qof_util_get_string_cache (void); ^~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:106:0, from qoftime.c:26: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/deprecated/gcache.h:36:16: note: declared here typedef struct _GCache GCache GLIB_DEPRECATED_TYPE_IN_2_26_FOR(GHashTable); ^~~~~~~ qoftime.c:272:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] qof_time_to_gtimeval (QofTime * qt, GTimeVal * gtv) ^~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from qoftime.c:26: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ qoftime.c:290:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] qof_time_from_gtimeval (QofTime * qt, GTimeVal * gtv) ^~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from qoftime.c:26: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ qoftime.c:346:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] { ^ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from qoftime.c:26: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ qoftime.c: In function 'qof_time_get_current_start': qoftime.c:347:2: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal *current; ^~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from qoftime.c:26: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ qoftime.c:351:2: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] current = g_new0 (GTimeVal, 1); ^~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from qoftime.c:26: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ qoftime.c:351:2: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] current = g_new0 (GTimeVal, 1); ^~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from qoftime.c:26: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ qoftime.c:352:2: warning: 'g_get_current_time' is deprecated: Use 'g_get_real_time' instead [-Wdeprecated-declarations] g_get_current_time (current); ^~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/giochannel.h:33:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:54, from qoftime.c:26: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gmain.h:575:8: note: declared here void g_get_current_time (GTimeVal *result); ^~~~~~~~~~~~~~~~~~ qoftime.c: In function 'qof_time_get_current': qoftime.c:365:2: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal gnow; ^~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from qoftime.c:26: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ qoftime.c:368:2: warning: 'g_get_current_time' is deprecated: Use 'g_get_real_time' instead [-Wdeprecated-declarations] g_get_current_time (&gnow); ^~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/giochannel.h:33:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:54, from qoftime.c:26: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gmain.h:575:8: note: declared here void g_get_current_time (GTimeVal *result); ^~~~~~~~~~~~~~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../lib/libsql -DPREFIX=\"/usr/pkg\" -DDATADIR=\"/usr/pkg/share\" -I/tmp/devel/qof/work/.buildlink/include -I/tmp/devel/qof/work/.buildlink/include/glib-2.0 -I/tmp/devel/qof/work/.buildlink/include/gio-unix-2.0 -I/tmp/devel/qof/work/.buildlink/lib/glib-2.0/include -g -Wdeclaration-after-statement -O2 -D_FORTIFY_SOURCE=2 -g2 -Wall -MT qoftime.lo -MD -MP -MF .deps/qoftime.Tpo -c qoftime.c -o qoftime.o >/dev/null 2>&1 if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib/libsql -DPREFIX=\""/usr/pkg"\" -DDATADIR=\""/usr/pkg/share"\" -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -g -Werror -Wdeclaration-after-statement -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -g2 -Wall -MT qofstrftime.lo -MD -MP -MF ".deps/qofstrftime.Tpo" -c -o qofstrftime.lo qofstrftime.c; \ then mv -f ".deps/qofstrftime.Tpo" ".deps/qofstrftime.Plo"; else rm -f ".deps/qofstrftime.Tpo"; exit 1; fi libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../lib/libsql -DPREFIX=\"/usr/pkg\" -DDATADIR=\"/usr/pkg/share\" -I/tmp/devel/qof/work/.buildlink/include -I/tmp/devel/qof/work/.buildlink/include/glib-2.0 -I/tmp/devel/qof/work/.buildlink/include/gio-unix-2.0 -I/tmp/devel/qof/work/.buildlink/lib/glib-2.0/include -g -Wdeclaration-after-statement -O2 -D_FORTIFY_SOURCE=2 -g2 -Wall -MT qofstrftime.lo -MD -MP -MF .deps/qofstrftime.Tpo -c qofstrftime.c -fPIC -DPIC -o .libs/qofstrftime.o In file included from qofdate.h:78:0, from qofutil.h:37, from qoflog.h:39, from qof.h:67, from qofstrftime.c:48: qoftime.h:311:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] qof_time_to_gtimeval (QofTime * qt, GTimeVal * gtv); ^~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from qofstrftime.c:47: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from qofdate.h:78:0, from qofutil.h:37, from qoflog.h:39, from qof.h:67, from qofstrftime.c:48: qoftime.h:320:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] qof_time_from_gtimeval (QofTime * qt, GTimeVal * gtv); ^~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from qofstrftime.c:47: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from qofdate.h:78:0, from qofutil.h:37, from qoflog.h:39, from qof.h:67, from qofstrftime.c:48: qoftime.h:386:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] qof_time_get_current_start (void); ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from qofstrftime.c:47: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from qof.h:93:0, from qofstrftime.c:48: deprecated.h:181:1: warning: 'GCache' is deprecated: Use 'GHashTable' instead [-Wdeprecated-declarations] GCache *gnc_engine_get_string_cache (void); ^~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:106:0, from qofstrftime.c:47: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/deprecated/gcache.h:36:16: note: declared here typedef struct _GCache GCache GLIB_DEPRECATED_TYPE_IN_2_26_FOR(GHashTable); ^~~~~~~ In file included from qof.h:93:0, from qofstrftime.c:48: deprecated.h:183:1: warning: 'GCache' is deprecated: Use 'GHashTable' instead [-Wdeprecated-declarations] GCache *qof_util_get_string_cache (void); ^~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:106:0, from qofstrftime.c:47: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/deprecated/gcache.h:36:16: note: declared here typedef struct _GCache GCache GLIB_DEPRECATED_TYPE_IN_2_26_FOR(GHashTable); ^~~~~~~ qofstrftime.c: In function 'strftime_case': qofstrftime.c:791:11: warning: variable 'nanosecs' set but not used [-Wunused-but-set-variable] glong nanosecs; ^~~~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../lib/libsql -DPREFIX=\"/usr/pkg\" -DDATADIR=\"/usr/pkg/share\" -I/tmp/devel/qof/work/.buildlink/include -I/tmp/devel/qof/work/.buildlink/include/glib-2.0 -I/tmp/devel/qof/work/.buildlink/include/gio-unix-2.0 -I/tmp/devel/qof/work/.buildlink/lib/glib-2.0/include -g -Wdeclaration-after-statement -O2 -D_FORTIFY_SOURCE=2 -g2 -Wall -MT qofstrftime.lo -MD -MP -MF .deps/qofstrftime.Tpo -c qofstrftime.c -o qofstrftime.o >/dev/null 2>&1 if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib/libsql -DPREFIX=\""/usr/pkg"\" -DDATADIR=\""/usr/pkg/share"\" -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -g -Werror -Wdeclaration-after-statement -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -g2 -Wall -MT qofstrptime.lo -MD -MP -MF ".deps/qofstrptime.Tpo" -c -o qofstrptime.lo qofstrptime.c; \ then mv -f ".deps/qofstrptime.Tpo" ".deps/qofstrptime.Plo"; else rm -f ".deps/qofstrptime.Tpo"; exit 1; fi libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../lib/libsql -DPREFIX=\"/usr/pkg\" -DDATADIR=\"/usr/pkg/share\" -I/tmp/devel/qof/work/.buildlink/include -I/tmp/devel/qof/work/.buildlink/include/glib-2.0 -I/tmp/devel/qof/work/.buildlink/include/gio-unix-2.0 -I/tmp/devel/qof/work/.buildlink/lib/glib-2.0/include -g -Wdeclaration-after-statement -O2 -D_FORTIFY_SOURCE=2 -g2 -Wall -MT qofstrptime.lo -MD -MP -MF .deps/qofstrptime.Tpo -c qofstrptime.c -fPIC -DPIC -o .libs/qofstrptime.o In file included from qofdate.h:78:0, from qofutil.h:37, from qoflog.h:39, from qof.h:67, from qofstrptime.c:40: qoftime.h:311:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] qof_time_to_gtimeval (QofTime * qt, GTimeVal * gtv); ^~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from qofstrptime.c:39: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from qofdate.h:78:0, from qofutil.h:37, from qoflog.h:39, from qof.h:67, from qofstrptime.c:40: qoftime.h:320:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] qof_time_from_gtimeval (QofTime * qt, GTimeVal * gtv); ^~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from qofstrptime.c:39: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from qofdate.h:78:0, from qofutil.h:37, from qoflog.h:39, from qof.h:67, from qofstrptime.c:40: qoftime.h:386:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] qof_time_get_current_start (void); ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from qofstrptime.c:39: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from qof.h:93:0, from qofstrptime.c:40: deprecated.h:181:1: warning: 'GCache' is deprecated: Use 'GHashTable' instead [-Wdeprecated-declarations] GCache *gnc_engine_get_string_cache (void); ^~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:106:0, from qofstrptime.c:39: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/deprecated/gcache.h:36:16: note: declared here typedef struct _GCache GCache GLIB_DEPRECATED_TYPE_IN_2_26_FOR(GHashTable); ^~~~~~~ In file included from qof.h:93:0, from qofstrptime.c:40: deprecated.h:183:1: warning: 'GCache' is deprecated: Use 'GHashTable' instead [-Wdeprecated-declarations] GCache *qof_util_get_string_cache (void); ^~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:106:0, from qofstrptime.c:39: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/deprecated/gcache.h:36:16: note: declared here typedef struct _GCache GCache GLIB_DEPRECATED_TYPE_IN_2_26_FOR(GHashTable); ^~~~~~~ qofstrptime.c: In function 'strptime_internal': qofstrptime.c:139:36: warning: variable 'decided' set but not used [-Wunused-but-set-variable] gint week_no, have_I, is_pm, cnt, decided, era_cnt; ^~~~~~~ qofstrptime.c:135:15: warning: variable 'rp_backup' set but not used [-Wunused-but-set-variable] const gchar *rp_backup; ^~~~~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../lib/libsql -DPREFIX=\"/usr/pkg\" -DDATADIR=\"/usr/pkg/share\" -I/tmp/devel/qof/work/.buildlink/include -I/tmp/devel/qof/work/.buildlink/include/glib-2.0 -I/tmp/devel/qof/work/.buildlink/include/gio-unix-2.0 -I/tmp/devel/qof/work/.buildlink/lib/glib-2.0/include -g -Wdeclaration-after-statement -O2 -D_FORTIFY_SOURCE=2 -g2 -Wall -MT qofstrptime.lo -MD -MP -MF .deps/qofstrptime.Tpo -c qofstrptime.c -o qofstrptime.o >/dev/null 2>&1 if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib/libsql -DPREFIX=\""/usr/pkg"\" -DDATADIR=\""/usr/pkg/share"\" -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -g -Werror -Wdeclaration-after-statement -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -g2 -Wall -MT qofundo.lo -MD -MP -MF ".deps/qofundo.Tpo" -c -o qofundo.lo qofundo.c; \ then mv -f ".deps/qofundo.Tpo" ".deps/qofundo.Plo"; else rm -f ".deps/qofundo.Tpo"; exit 1; fi libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../lib/libsql -DPREFIX=\"/usr/pkg\" -DDATADIR=\"/usr/pkg/share\" -I/tmp/devel/qof/work/.buildlink/include -I/tmp/devel/qof/work/.buildlink/include/glib-2.0 -I/tmp/devel/qof/work/.buildlink/include/gio-unix-2.0 -I/tmp/devel/qof/work/.buildlink/lib/glib-2.0/include -g -Wdeclaration-after-statement -O2 -D_FORTIFY_SOURCE=2 -g2 -Wall -MT qofundo.lo -MD -MP -MF .deps/qofundo.Tpo -c qofundo.c -fPIC -DPIC -o .libs/qofundo.o In file included from ./qofdate.h:78:0, from ./qofutil.h:37, from ./qoflog.h:39, from ./qof.h:67, from qofundo.c:26: ./qoftime.h:311:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] qof_time_to_gtimeval (QofTime * qt, GTimeVal * gtv); ^~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from qofundo.c:25: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from ./qofdate.h:78:0, from ./qofutil.h:37, from ./qoflog.h:39, from ./qof.h:67, from qofundo.c:26: ./qoftime.h:320:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] qof_time_from_gtimeval (QofTime * qt, GTimeVal * gtv); ^~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from qofundo.c:25: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from ./qofdate.h:78:0, from ./qofutil.h:37, from ./qoflog.h:39, from ./qof.h:67, from qofundo.c:26: ./qoftime.h:386:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] qof_time_get_current_start (void); ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from qofundo.c:25: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from ./qof.h:93:0, from qofundo.c:26: ./deprecated.h:181:1: warning: 'GCache' is deprecated: Use 'GHashTable' instead [-Wdeprecated-declarations] GCache *gnc_engine_get_string_cache (void); ^~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:106:0, from qofundo.c:25: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/deprecated/gcache.h:36:16: note: declared here typedef struct _GCache GCache GLIB_DEPRECATED_TYPE_IN_2_26_FOR(GHashTable); ^~~~~~~ In file included from ./qof.h:93:0, from qofundo.c:26: ./deprecated.h:183:1: warning: 'GCache' is deprecated: Use 'GHashTable' instead [-Wdeprecated-declarations] GCache *qof_util_get_string_cache (void); ^~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:106:0, from qofundo.c:25: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/deprecated/gcache.h:36:16: note: declared here typedef struct _GCache GCache GLIB_DEPRECATED_TYPE_IN_2_26_FOR(GHashTable); ^~~~~~~ qofundo.c: In function 'qof_book_undo': qofundo.c:310:7: warning: variable 'length' set but not used [-Wunused-but-set-variable] gint length; ^~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../lib/libsql -DPREFIX=\"/usr/pkg\" -DDATADIR=\"/usr/pkg/share\" -I/tmp/devel/qof/work/.buildlink/include -I/tmp/devel/qof/work/.buildlink/include/glib-2.0 -I/tmp/devel/qof/work/.buildlink/include/gio-unix-2.0 -I/tmp/devel/qof/work/.buildlink/lib/glib-2.0/include -g -Wdeclaration-after-statement -O2 -D_FORTIFY_SOURCE=2 -g2 -Wall -MT qofundo.lo -MD -MP -MF .deps/qofundo.Tpo -c qofundo.c -o qofundo.o >/dev/null 2>&1 if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib/libsql -DPREFIX=\""/usr/pkg"\" -DDATADIR=\""/usr/pkg/share"\" -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -g -Werror -Wdeclaration-after-statement -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -g2 -Wall -MT deprecated.lo -MD -MP -MF ".deps/deprecated.Tpo" -c -o deprecated.lo deprecated.c; \ then mv -f ".deps/deprecated.Tpo" ".deps/deprecated.Plo"; else rm -f ".deps/deprecated.Tpo"; exit 1; fi libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../lib/libsql -DPREFIX=\"/usr/pkg\" -DDATADIR=\"/usr/pkg/share\" -I/tmp/devel/qof/work/.buildlink/include -I/tmp/devel/qof/work/.buildlink/include/glib-2.0 -I/tmp/devel/qof/work/.buildlink/include/gio-unix-2.0 -I/tmp/devel/qof/work/.buildlink/lib/glib-2.0/include -g -Wdeclaration-after-statement -O2 -D_FORTIFY_SOURCE=2 -g2 -Wall -MT deprecated.lo -MD -MP -MF .deps/deprecated.Tpo -c deprecated.c -fPIC -DPIC -o .libs/deprecated.o In file included from qofdate.h:78:0, from qofutil.h:37, from qoflog.h:39, from qof.h:67, from deprecated.c:50: qoftime.h:311:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] qof_time_to_gtimeval (QofTime * qt, GTimeVal * gtv); ^~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from deprecated.c:47: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from qofdate.h:78:0, from qofutil.h:37, from qoflog.h:39, from qof.h:67, from deprecated.c:50: qoftime.h:320:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] qof_time_from_gtimeval (QofTime * qt, GTimeVal * gtv); ^~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from deprecated.c:47: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from qofdate.h:78:0, from qofutil.h:37, from qoflog.h:39, from qof.h:67, from deprecated.c:50: qoftime.h:386:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] qof_time_get_current_start (void); ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from deprecated.c:47: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from qof.h:93:0, from deprecated.c:50: deprecated.h:181:1: warning: 'GCache' is deprecated: Use 'GHashTable' instead [-Wdeprecated-declarations] GCache *gnc_engine_get_string_cache (void); ^~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:106:0, from deprecated.c:47: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/deprecated/gcache.h:36:16: note: declared here typedef struct _GCache GCache GLIB_DEPRECATED_TYPE_IN_2_26_FOR(GHashTable); ^~~~~~~ In file included from qof.h:93:0, from deprecated.c:50: deprecated.h:183:1: warning: 'GCache' is deprecated: Use 'GHashTable' instead [-Wdeprecated-declarations] GCache *qof_util_get_string_cache (void); ^~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:106:0, from deprecated.c:47: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/deprecated/gcache.h:36:16: note: declared here typedef struct _GCache GCache GLIB_DEPRECATED_TYPE_IN_2_26_FOR(GHashTable); ^~~~~~~ deprecated.c:199:1: warning: 'GCache' is deprecated: Use 'GHashTable' instead [-Wdeprecated-declarations] { ^ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:106:0, from deprecated.c:47: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/deprecated/gcache.h:36:16: note: declared here typedef struct _GCache GCache GLIB_DEPRECATED_TYPE_IN_2_26_FOR(GHashTable); ^~~~~~~ deprecated.c: In function 'qof_print_date_time_buff': deprecated.c:454:35: warning: variable 'sec' set but not used [-Wunused-but-set-variable] int day, month, year, hour, min, sec; ^~~ deprecated.c: In function 'qof_start_clock': deprecated.c:1536:2: warning: argument 1 null where non-null expected [-Wnonnull] fprintf (fout, "Clock %d Start: %s: ", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ clockno, qof_log_prettify (function_name)); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from qoflog.h:38:0, from qof.h:67, from deprecated.c:50: /usr/include/stdio.h:231:6: note: in a call to function 'fprintf' declared here int fprintf(FILE * __restrict, const char * __restrict, ...) ^~~~~~~ deprecated.c:1541:2: warning: argument 1 null where non-null expected [-Wnonnull] vfprintf (fout, format, ap); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from qoflog.h:38:0, from qof.h:67, from deprecated.c:50: /usr/include/stdio.h:261:6: note: in a call to function 'vfprintf' declared here int vfprintf(FILE * __restrict, const char * __restrict, __va_list) ^~~~~~~~ deprecated.c:1545:2: warning: argument 2 null where non-null expected [-Wnonnull] fprintf (fout, "\n"); ^~~~~~~~~~~~~~~~~~~~ deprecated.c:1545:2: note: in a call to built-in function '__builtin_fputc' deprecated.c: In function 'qof_report_clock': deprecated.c:1581:2: warning: argument 1 null where non-null expected [-Wnonnull] fprintf (fout, "Clock %d Elapsed: %ld.%06lds %s: ", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ clockno, (long int) now.tv_sec, (long int) now.tv_usec, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ qof_log_prettify (function_name)); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from qoflog.h:38:0, from qof.h:67, from deprecated.c:50: /usr/include/stdio.h:231:6: note: in a call to function 'fprintf' declared here int fprintf(FILE * __restrict, const char * __restrict, ...) ^~~~~~~ deprecated.c:1587:2: warning: argument 1 null where non-null expected [-Wnonnull] vfprintf (fout, format, ap); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from qoflog.h:38:0, from qof.h:67, from deprecated.c:50: /usr/include/stdio.h:261:6: note: in a call to function 'vfprintf' declared here int vfprintf(FILE * __restrict, const char * __restrict, __va_list) ^~~~~~~~ deprecated.c:1591:2: warning: argument 2 null where non-null expected [-Wnonnull] fprintf (fout, "\n"); ^~~~~~~~~~~~~~~~~~~~ deprecated.c:1591:2: note: in a call to built-in function '__builtin_fputc' deprecated.c: In function 'qof_report_clock_total': deprecated.c:1615:2: warning: argument 1 null where non-null expected [-Wnonnull] fprintf (fout, "Clock %d Total Elapsed: %ld.%06lds %s: ", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ clockno, ~~~~~~~~ (long int) qof_clock_total[clockno].tv_sec, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ (long int) qof_clock_total[clockno].tv_usec, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ qof_log_prettify (function_name)); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from qoflog.h:38:0, from qof.h:67, from deprecated.c:50: /usr/include/stdio.h:231:6: note: in a call to function 'fprintf' declared here int fprintf(FILE * __restrict, const char * __restrict, ...) ^~~~~~~ deprecated.c:1623:2: warning: argument 1 null where non-null expected [-Wnonnull] vfprintf (fout, format, ap); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from qoflog.h:38:0, from qof.h:67, from deprecated.c:50: /usr/include/stdio.h:261:6: note: in a call to function 'vfprintf' declared here int vfprintf(FILE * __restrict, const char * __restrict, __va_list) ^~~~~~~~ deprecated.c:1627:2: warning: argument 2 null where non-null expected [-Wnonnull] fprintf (fout, "\n"); ^~~~~~~~~~~~~~~~~~~~ deprecated.c:1627:2: note: in a call to built-in function '__builtin_fputc' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../lib/libsql -DPREFIX=\"/usr/pkg\" -DDATADIR=\"/usr/pkg/share\" -I/tmp/devel/qof/work/.buildlink/include -I/tmp/devel/qof/work/.buildlink/include/glib-2.0 -I/tmp/devel/qof/work/.buildlink/include/gio-unix-2.0 -I/tmp/devel/qof/work/.buildlink/lib/glib-2.0/include -g -Wdeclaration-after-statement -O2 -D_FORTIFY_SOURCE=2 -g2 -Wall -MT deprecated.lo -MD -MP -MF .deps/deprecated.Tpo -c deprecated.c -o deprecated.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=link gcc -g -Werror -Wdeclaration-after-statement -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -g2 -Wall -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -o libqof.la -rpath /usr/pkg/lib -version-info 1:10:0 -L../lib/libsql qoflog.lo guid.lo kvpframe.lo kvputil.lo md5.lo qofnumeric.lo qofbackend.lo qofclass.lo qofchoice.lo qoferror.lo qofevent.lo qofgobj.lo qofid.lo qofinstance.lo qofquery.lo qofbook.lo qofobject.lo qofquerycore.lo qofreference.lo qofsession.lo qofsql.lo qofutil.lo qofbookmerge.lo qofdate.lo qoftime.lo qofstrftime.lo qofstrptime.lo qofundo.lo deprecated.lo -Wl,--export-dynamic -L/usr/pkg/lib -lgmodule-2.0 -pthread -lglib-2.0 -Wl,-R/usr/pkg/lib -lglib-2.0 -lintl -L/usr/pkg/lib -lgobject-2.0 -Wl,-R/usr/pkg/lib -lglib-2.0 -lintl -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -lglib-2.0 -lintl -lqofsql -lm libtool: link: gcc -shared -fPIC -DPIC .libs/qoflog.o .libs/guid.o .libs/kvpframe.o .libs/kvputil.o .libs/md5.o .libs/qofnumeric.o .libs/qofbackend.o .libs/qofclass.o .libs/qofchoice.o .libs/qoferror.o .libs/qofevent.o .libs/qofgobj.o .libs/qofid.o .libs/qofinstance.o .libs/qofquery.o .libs/qofbook.o .libs/qofobject.o .libs/qofquerycore.o .libs/qofreference.o .libs/qofsession.o .libs/qofsql.o .libs/qofutil.o .libs/qofbookmerge.o .libs/qofdate.o .libs/qoftime.o .libs/qofstrftime.o .libs/qofstrptime.o .libs/qofundo.o .libs/deprecated.o -Wl,-rpath,/tmp/devel/qof/work/qof-0.7.5/lib/libsql/.libs -Wl,-rpath,/usr/pkg/lib -L/tmp/devel/qof/work/.buildlink/lib -L../lib/libsql -lgmodule-2.0 -lgobject-2.0 -L../lib/libsql/.libs -lqofsql -lglib-2.0 -lintl -lm -g -O2 -g2 -Wl,-rpath -Wl,/usr/pkg/lib -Wl,--export-dynamic -pthread -Wl,-rpath -Wl,/usr/pkg/lib -Wl,-rpath -Wl,/usr/pkg/lib -Wl,-rpath -Wl,/usr/pkg/lib -pthread -Wl,-soname -Wl,libqof.so.1 -o .libs/libqof.so.1.0.10 libtool: link: (cd ".libs" && rm -f "libqof.so.1" && ln -s "libqof.so.1.0.10" "libqof.so.1") libtool: link: (cd ".libs" && rm -f "libqof.so" && ln -s "libqof.so.1.0.10" "libqof.so") libtool: link: ar cru .libs/libqof.a qoflog.o guid.o kvpframe.o kvputil.o md5.o qofnumeric.o qofbackend.o qofclass.o qofchoice.o qoferror.o qofevent.o qofgobj.o qofid.o qofinstance.o qofquery.o qofbook.o qofobject.o qofquerycore.o qofreference.o qofsession.o qofsql.o qofutil.o qofbookmerge.o qofdate.o qoftime.o qofstrftime.o qofstrptime.o qofundo.o deprecated.o libtool: link: ranlib .libs/libqof.a libtool: link: ( cd ".libs" && rm -f "libqof.la" && ln -s "../libqof.la" "libqof.la" ) gmake[3]: Leaving directory '/tmp/devel/qof/work/qof-0.7.5/qof' Making all in test gmake[3]: Entering directory '/tmp/devel/qof/work/qof-0.7.5/qof/test' if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I.. -I../.. -I../../.. -I../../qof -Werror -Wdeclaration-after-statement -I/usr/pkg/include/libxml2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -g2 -Wall -MT test-stuff.o -MD -MP -MF ".deps/test-stuff.Tpo" -c -o test-stuff.o test-stuff.c; \ then mv -f ".deps/test-stuff.Tpo" ".deps/test-stuff.Po"; else rm -f ".deps/test-stuff.Tpo"; exit 1; fi if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I.. -I../.. -I../../.. -I../../qof -Werror -Wdeclaration-after-statement -I/usr/pkg/include/libxml2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -g2 -Wall -MT test-book-merge.o -MD -MP -MF ".deps/test-book-merge.Tpo" -c -o test-book-merge.o test-book-merge.c; \ then mv -f ".deps/test-book-merge.Tpo" ".deps/test-book-merge.Po"; else rm -f ".deps/test-book-merge.Tpo"; exit 1; fi In file included from ../qofdate.h:78:0, from ../qofutil.h:37, from ../qoflog.h:39, from ../qof.h:67, from test-book-merge.c:26: ../qoftime.h:311:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] qof_time_to_gtimeval (QofTime * qt, GTimeVal * gtv); ^~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from test-book-merge.c:25: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from ../qofdate.h:78:0, from ../qofutil.h:37, from ../qoflog.h:39, from ../qof.h:67, from test-book-merge.c:26: ../qoftime.h:320:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] qof_time_from_gtimeval (QofTime * qt, GTimeVal * gtv); ^~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from test-book-merge.c:25: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from ../qofdate.h:78:0, from ../qofutil.h:37, from ../qoflog.h:39, from ../qof.h:67, from test-book-merge.c:26: ../qoftime.h:386:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] qof_time_get_current_start (void); ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from test-book-merge.c:25: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from ../qof.h:93:0, from test-book-merge.c:26: ../deprecated.h:181:1: warning: 'GCache' is deprecated: Use 'GHashTable' instead [-Wdeprecated-declarations] GCache *gnc_engine_get_string_cache (void); ^~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:106:0, from test-book-merge.c:25: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/deprecated/gcache.h:36:16: note: declared here typedef struct _GCache GCache GLIB_DEPRECATED_TYPE_IN_2_26_FOR(GHashTable); ^~~~~~~ In file included from ../qof.h:93:0, from test-book-merge.c:26: ../deprecated.h:183:1: warning: 'GCache' is deprecated: Use 'GHashTable' instead [-Wdeprecated-declarations] GCache *qof_util_get_string_cache (void); ^~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:106:0, from test-book-merge.c:25: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/deprecated/gcache.h:36:16: note: declared here typedef struct _GCache GCache GLIB_DEPRECATED_TYPE_IN_2_26_FOR(GHashTable); ^~~~~~~ test-book-merge.c: In function 'test_merge': test-book-merge.c:283:7: warning: variable 'result' set but not used [-Wunused-but-set-variable] gint result; ^~~~~~ /bin/sh ../../libtool --tag=CC --mode=link gcc -I.. -I../.. -I../../.. -I../../qof -Werror -Wdeclaration-after-statement -I/usr/pkg/include/libxml2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -g2 -Wall -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -o test-book-merge test-stuff.o test-book-merge.o ../../qof/libqof.la -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -lglib-2.0 -lintl -Wl,--export-dynamic -L/usr/pkg/lib -lgmodule-2.0 -pthread -lglib-2.0 -Wl,-R/usr/pkg/lib -lglib-2.0 -lintl -L/usr/pkg/lib -lgobject-2.0 -Wl,-R/usr/pkg/lib -lglib-2.0 -lintl -lqofsql libtool: link: gcc -I.. -I../.. -I../../.. -I../../qof -Wdeclaration-after-statement -I/tmp/devel/qof/work/.buildlink/include/libxml2 -I/tmp/devel/qof/work/.buildlink/include/glib-2.0 -I/tmp/devel/qof/work/.buildlink/lib/glib-2.0/include -I/tmp/devel/qof/work/.buildlink/include -O2 -D_FORTIFY_SOURCE=2 -I/tmp/devel/qof/work/.buildlink/include/gio-unix-2.0 -g2 -Wall -Wl,-rpath -Wl,/usr/pkg/lib -o .libs/test-book-merge test-stuff.o test-book-merge.o -Wl,-rpath -Wl,/usr/pkg/lib -Wl,--export-dynamic -pthread -Wl,-rpath -Wl,/usr/pkg/lib -Wl,-rpath -Wl,/usr/pkg/lib -L/tmp/devel/qof/work/qof-0.7.5/lib/libsql/.libs -L/tmp/devel/qof/work/.buildlink/lib -L../../qof/.libs -lqof -L../lib/libsql -lm -lgmodule-2.0 -lgobject-2.0 -lqofsql -lglib-2.0 -lintl -pthread -Wl,-rpath,/usr/pkg/lib if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I.. -I../.. -I../../.. -I../../qof -Werror -Wdeclaration-after-statement -I/usr/pkg/include/libxml2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -g2 -Wall -MT test-date.o -MD -MP -MF ".deps/test-date.Tpo" -c -o test-date.o test-date.c; \ then mv -f ".deps/test-date.Tpo" ".deps/test-date.Po"; else rm -f ".deps/test-date.Tpo"; exit 1; fi In file included from ../qofdate.h:78:0, from ../qofutil.h:37, from ../qoflog.h:39, from ../qof.h:67, from test-date.c:30: ../qoftime.h:311:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] qof_time_to_gtimeval (QofTime * qt, GTimeVal * gtv); ^~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from test-date.c:28: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from ../qofdate.h:78:0, from ../qofutil.h:37, from ../qoflog.h:39, from ../qof.h:67, from test-date.c:30: ../qoftime.h:320:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] qof_time_from_gtimeval (QofTime * qt, GTimeVal * gtv); ^~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from test-date.c:28: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from ../qofdate.h:78:0, from ../qofutil.h:37, from ../qoflog.h:39, from ../qof.h:67, from test-date.c:30: ../qoftime.h:386:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] qof_time_get_current_start (void); ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from test-date.c:28: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from ../qof.h:93:0, from test-date.c:30: ../deprecated.h:181:1: warning: 'GCache' is deprecated: Use 'GHashTable' instead [-Wdeprecated-declarations] GCache *gnc_engine_get_string_cache (void); ^~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:106:0, from test-date.c:28: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/deprecated/gcache.h:36:16: note: declared here typedef struct _GCache GCache GLIB_DEPRECATED_TYPE_IN_2_26_FOR(GHashTable); ^~~~~~~ In file included from ../qof.h:93:0, from test-date.c:30: ../deprecated.h:183:1: warning: 'GCache' is deprecated: Use 'GHashTable' instead [-Wdeprecated-declarations] GCache *qof_util_get_string_cache (void); ^~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:106:0, from test-date.c:28: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/deprecated/gcache.h:36:16: note: declared here typedef struct _GCache GCache GLIB_DEPRECATED_TYPE_IN_2_26_FOR(GHashTable); ^~~~~~~ test-date.c: In function 'check_date_cycles': test-date.c:77:9: warning: variable 'result' set but not used [-Wunused-but-set-variable] gint result; ^~~~~~ test-date.c: In function 'run_qoftime_test': test-date.c:1442:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal gtv; ^~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from test-date.c:28: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ test-date.c:1470:9: warning: variable 'time_nano' set but not used [-Wunused-but-set-variable] glong time_nano; ^~~~~~~~~ test-date.c:1512:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal *current; ^~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from test-date.c:28: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I.. -I../.. -I../../.. -I../../qof -Werror -Wdeclaration-after-statement -I/usr/pkg/include/libxml2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -g2 -Wall -MT test-engine-stuff.o -MD -MP -MF ".deps/test-engine-stuff.Tpo" -c -o test-engine-stuff.o test-engine-stuff.c; \ then mv -f ".deps/test-engine-stuff.Tpo" ".deps/test-engine-stuff.Po"; else rm -f ".deps/test-engine-stuff.Tpo"; exit 1; fi In file included from ../qofdate.h:78:0, from ../qofutil.h:37, from ../qoflog.h:39, from ../qof.h:67, from test-engine-stuff.c:35: ../qoftime.h:311:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] qof_time_to_gtimeval (QofTime * qt, GTimeVal * gtv); ^~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from test-engine-stuff.c:28: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from ../qofdate.h:78:0, from ../qofutil.h:37, from ../qoflog.h:39, from ../qof.h:67, from test-engine-stuff.c:35: ../qoftime.h:320:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] qof_time_from_gtimeval (QofTime * qt, GTimeVal * gtv); ^~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from test-engine-stuff.c:28: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from ../qofdate.h:78:0, from ../qofutil.h:37, from ../qoflog.h:39, from ../qof.h:67, from test-engine-stuff.c:35: ../qoftime.h:386:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] qof_time_get_current_start (void); ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from test-engine-stuff.c:28: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from ../qof.h:93:0, from test-engine-stuff.c:35: ../deprecated.h:181:1: warning: 'GCache' is deprecated: Use 'GHashTable' instead [-Wdeprecated-declarations] GCache *gnc_engine_get_string_cache (void); ^~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:106:0, from test-engine-stuff.c:28: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/deprecated/gcache.h:36:16: note: declared here typedef struct _GCache GCache GLIB_DEPRECATED_TYPE_IN_2_26_FOR(GHashTable); ^~~~~~~ In file included from ../qof.h:93:0, from test-engine-stuff.c:35: ../deprecated.h:183:1: warning: 'GCache' is deprecated: Use 'GHashTable' instead [-Wdeprecated-declarations] GCache *qof_util_get_string_cache (void); ^~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:106:0, from test-engine-stuff.c:28: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/deprecated/gcache.h:36:16: note: declared here typedef struct _GCache GCache GLIB_DEPRECATED_TYPE_IN_2_26_FOR(GHashTable); ^~~~~~~ /bin/sh ../../libtool --tag=CC --mode=link gcc -I.. -I../.. -I../../.. -I../../qof -Werror -Wdeclaration-after-statement -I/usr/pkg/include/libxml2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -g2 -Wall -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -o test-date test-date.o test-stuff.o test-engine-stuff.o ../../qof/libqof.la -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -lglib-2.0 -lintl -Wl,--export-dynamic -L/usr/pkg/lib -lgmodule-2.0 -pthread -lglib-2.0 -Wl,-R/usr/pkg/lib -lglib-2.0 -lintl -L/usr/pkg/lib -lgobject-2.0 -Wl,-R/usr/pkg/lib -lglib-2.0 -lintl -lqofsql libtool: link: gcc -I.. -I../.. -I../../.. -I../../qof -Wdeclaration-after-statement -I/tmp/devel/qof/work/.buildlink/include/libxml2 -I/tmp/devel/qof/work/.buildlink/include/glib-2.0 -I/tmp/devel/qof/work/.buildlink/lib/glib-2.0/include -I/tmp/devel/qof/work/.buildlink/include -O2 -D_FORTIFY_SOURCE=2 -I/tmp/devel/qof/work/.buildlink/include/gio-unix-2.0 -g2 -Wall -Wl,-rpath -Wl,/usr/pkg/lib -o .libs/test-date test-date.o test-stuff.o test-engine-stuff.o -Wl,-rpath -Wl,/usr/pkg/lib -Wl,--export-dynamic -pthread -Wl,-rpath -Wl,/usr/pkg/lib -Wl,-rpath -Wl,/usr/pkg/lib -L/tmp/devel/qof/work/qof-0.7.5/lib/libsql/.libs -L/tmp/devel/qof/work/.buildlink/lib -L../../qof/.libs -lqof -L../lib/libsql -lm -lgmodule-2.0 -lgobject-2.0 -lqofsql -lglib-2.0 -lintl -pthread -Wl,-rpath,/usr/pkg/lib if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I.. -I../.. -I../../.. -I../../qof -Werror -Wdeclaration-after-statement -I/usr/pkg/include/libxml2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -g2 -Wall -MT test-guid.o -MD -MP -MF ".deps/test-guid.Tpo" -c -o test-guid.o test-guid.c; \ then mv -f ".deps/test-guid.Tpo" ".deps/test-guid.Po"; else rm -f ".deps/test-guid.Tpo"; exit 1; fi In file included from ../qofdate.h:78:0, from ../qofutil.h:37, from ../qoflog.h:39, from ../qof.h:67, from test-guid.c:27: ../qoftime.h:311:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] qof_time_to_gtimeval (QofTime * qt, GTimeVal * gtv); ^~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from test-guid.c:26: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from ../qofdate.h:78:0, from ../qofutil.h:37, from ../qoflog.h:39, from ../qof.h:67, from test-guid.c:27: ../qoftime.h:320:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] qof_time_from_gtimeval (QofTime * qt, GTimeVal * gtv); ^~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from test-guid.c:26: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from ../qofdate.h:78:0, from ../qofutil.h:37, from ../qoflog.h:39, from ../qof.h:67, from test-guid.c:27: ../qoftime.h:386:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] qof_time_get_current_start (void); ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from test-guid.c:26: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from ../qof.h:93:0, from test-guid.c:27: ../deprecated.h:181:1: warning: 'GCache' is deprecated: Use 'GHashTable' instead [-Wdeprecated-declarations] GCache *gnc_engine_get_string_cache (void); ^~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:106:0, from test-guid.c:26: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/deprecated/gcache.h:36:16: note: declared here typedef struct _GCache GCache GLIB_DEPRECATED_TYPE_IN_2_26_FOR(GHashTable); ^~~~~~~ In file included from ../qof.h:93:0, from test-guid.c:27: ../deprecated.h:183:1: warning: 'GCache' is deprecated: Use 'GHashTable' instead [-Wdeprecated-declarations] GCache *qof_util_get_string_cache (void); ^~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:106:0, from test-guid.c:26: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/deprecated/gcache.h:36:16: note: declared here typedef struct _GCache GCache GLIB_DEPRECATED_TYPE_IN_2_26_FOR(GHashTable); ^~~~~~~ /bin/sh ../../libtool --tag=CC --mode=link gcc -I.. -I../.. -I../../.. -I../../qof -Werror -Wdeclaration-after-statement -I/usr/pkg/include/libxml2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -g2 -Wall -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -o test-guid test-stuff.o test-guid.o ../../qof/libqof.la -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -lglib-2.0 -lintl -Wl,--export-dynamic -L/usr/pkg/lib -lgmodule-2.0 -pthread -lglib-2.0 -Wl,-R/usr/pkg/lib -lglib-2.0 -lintl -L/usr/pkg/lib -lgobject-2.0 -Wl,-R/usr/pkg/lib -lglib-2.0 -lintl -lqofsql libtool: link: gcc -I.. -I../.. -I../../.. -I../../qof -Wdeclaration-after-statement -I/tmp/devel/qof/work/.buildlink/include/libxml2 -I/tmp/devel/qof/work/.buildlink/include/glib-2.0 -I/tmp/devel/qof/work/.buildlink/lib/glib-2.0/include -I/tmp/devel/qof/work/.buildlink/include -O2 -D_FORTIFY_SOURCE=2 -I/tmp/devel/qof/work/.buildlink/include/gio-unix-2.0 -g2 -Wall -Wl,-rpath -Wl,/usr/pkg/lib -o .libs/test-guid test-stuff.o test-guid.o -Wl,-rpath -Wl,/usr/pkg/lib -Wl,--export-dynamic -pthread -Wl,-rpath -Wl,/usr/pkg/lib -Wl,-rpath -Wl,/usr/pkg/lib -L/tmp/devel/qof/work/qof-0.7.5/lib/libsql/.libs -L/tmp/devel/qof/work/.buildlink/lib -L../../qof/.libs -lqof -L../lib/libsql -lm -lgmodule-2.0 -lgobject-2.0 -lqofsql -lglib-2.0 -lintl -pthread -Wl,-rpath,/usr/pkg/lib if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I.. -I../.. -I../../.. -I../../qof -Werror -Wdeclaration-after-statement -I/usr/pkg/include/libxml2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -g2 -Wall -MT test-numeric.o -MD -MP -MF ".deps/test-numeric.Tpo" -c -o test-numeric.o test-numeric.c; \ then mv -f ".deps/test-numeric.Tpo" ".deps/test-numeric.Po"; else rm -f ".deps/test-numeric.Tpo"; exit 1; fi In file included from ../qofdate.h:78:0, from ../qofutil.h:37, from ../qoflog.h:39, from ../qof.h:67, from test-numeric.c:30: ../qoftime.h:311:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] qof_time_to_gtimeval (QofTime * qt, GTimeVal * gtv); ^~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from test-numeric.c:29: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from ../qofdate.h:78:0, from ../qofutil.h:37, from ../qoflog.h:39, from ../qof.h:67, from test-numeric.c:30: ../qoftime.h:320:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] qof_time_from_gtimeval (QofTime * qt, GTimeVal * gtv); ^~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from test-numeric.c:29: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from ../qofdate.h:78:0, from ../qofutil.h:37, from ../qoflog.h:39, from ../qof.h:67, from test-numeric.c:30: ../qoftime.h:386:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] qof_time_get_current_start (void); ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from test-numeric.c:29: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from ../qof.h:93:0, from test-numeric.c:30: ../deprecated.h:181:1: warning: 'GCache' is deprecated: Use 'GHashTable' instead [-Wdeprecated-declarations] GCache *gnc_engine_get_string_cache (void); ^~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:106:0, from test-numeric.c:29: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/deprecated/gcache.h:36:16: note: declared here typedef struct _GCache GCache GLIB_DEPRECATED_TYPE_IN_2_26_FOR(GHashTable); ^~~~~~~ In file included from ../qof.h:93:0, from test-numeric.c:30: ../deprecated.h:183:1: warning: 'GCache' is deprecated: Use 'GHashTable' instead [-Wdeprecated-declarations] GCache *qof_util_get_string_cache (void); ^~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:106:0, from test-numeric.c:29: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/deprecated/gcache.h:36:16: note: declared here typedef struct _GCache GCache GLIB_DEPRECATED_TYPE_IN_2_26_FOR(GHashTable); ^~~~~~~ /bin/sh ../../libtool --tag=CC --mode=link gcc -I.. -I../.. -I../../.. -I../../qof -Werror -Wdeclaration-after-statement -I/usr/pkg/include/libxml2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -g2 -Wall -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -o test-numeric test-stuff.o test-numeric.o ../../qof/libqof.la -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -lglib-2.0 -lintl -Wl,--export-dynamic -L/usr/pkg/lib -lgmodule-2.0 -pthread -lglib-2.0 -Wl,-R/usr/pkg/lib -lglib-2.0 -lintl -L/usr/pkg/lib -lgobject-2.0 -Wl,-R/usr/pkg/lib -lglib-2.0 -lintl -lqofsql libtool: link: gcc -I.. -I../.. -I../../.. -I../../qof -Wdeclaration-after-statement -I/tmp/devel/qof/work/.buildlink/include/libxml2 -I/tmp/devel/qof/work/.buildlink/include/glib-2.0 -I/tmp/devel/qof/work/.buildlink/lib/glib-2.0/include -I/tmp/devel/qof/work/.buildlink/include -O2 -D_FORTIFY_SOURCE=2 -I/tmp/devel/qof/work/.buildlink/include/gio-unix-2.0 -g2 -Wall -Wl,-rpath -Wl,/usr/pkg/lib -o .libs/test-numeric test-stuff.o test-numeric.o -Wl,-rpath -Wl,/usr/pkg/lib -Wl,--export-dynamic -pthread -Wl,-rpath -Wl,/usr/pkg/lib -Wl,-rpath -Wl,/usr/pkg/lib -L/tmp/devel/qof/work/qof-0.7.5/lib/libsql/.libs -L/tmp/devel/qof/work/.buildlink/lib -L../../qof/.libs -lqof -L../lib/libsql -lm -lgmodule-2.0 -lgobject-2.0 -lqofsql -lglib-2.0 -lintl -pthread -Wl,-rpath,/usr/pkg/lib if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I.. -I../.. -I../../.. -I../../qof -Werror -Wdeclaration-after-statement -I/usr/pkg/include/libxml2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -g2 -Wall -MT test-object.o -MD -MP -MF ".deps/test-object.Tpo" -c -o test-object.o test-object.c; \ then mv -f ".deps/test-object.Tpo" ".deps/test-object.Po"; else rm -f ".deps/test-object.Tpo"; exit 1; fi In file included from ../qofdate.h:78:0, from ../qofutil.h:37, from ../qoflog.h:39, from ../qof.h:67, from test-object.c:27: ../qoftime.h:311:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] qof_time_to_gtimeval (QofTime * qt, GTimeVal * gtv); ^~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from test-object.c:26: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from ../qofdate.h:78:0, from ../qofutil.h:37, from ../qoflog.h:39, from ../qof.h:67, from test-object.c:27: ../qoftime.h:320:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] qof_time_from_gtimeval (QofTime * qt, GTimeVal * gtv); ^~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from test-object.c:26: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from ../qofdate.h:78:0, from ../qofutil.h:37, from ../qoflog.h:39, from ../qof.h:67, from test-object.c:27: ../qoftime.h:386:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] qof_time_get_current_start (void); ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from test-object.c:26: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from ../qof.h:93:0, from test-object.c:27: ../deprecated.h:181:1: warning: 'GCache' is deprecated: Use 'GHashTable' instead [-Wdeprecated-declarations] GCache *gnc_engine_get_string_cache (void); ^~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:106:0, from test-object.c:26: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/deprecated/gcache.h:36:16: note: declared here typedef struct _GCache GCache GLIB_DEPRECATED_TYPE_IN_2_26_FOR(GHashTable); ^~~~~~~ In file included from ../qof.h:93:0, from test-object.c:27: ../deprecated.h:183:1: warning: 'GCache' is deprecated: Use 'GHashTable' instead [-Wdeprecated-declarations] GCache *qof_util_get_string_cache (void); ^~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:106:0, from test-object.c:26: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/deprecated/gcache.h:36:16: note: declared here typedef struct _GCache GCache GLIB_DEPRECATED_TYPE_IN_2_26_FOR(GHashTable); ^~~~~~~ /bin/sh ../../libtool --tag=CC --mode=link gcc -I.. -I../.. -I../../.. -I../../qof -Werror -Wdeclaration-after-statement -I/usr/pkg/include/libxml2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -g2 -Wall -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -o test-object test-stuff.o test-object.o ../../qof/libqof.la -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -lglib-2.0 -lintl -Wl,--export-dynamic -L/usr/pkg/lib -lgmodule-2.0 -pthread -lglib-2.0 -Wl,-R/usr/pkg/lib -lglib-2.0 -lintl -L/usr/pkg/lib -lgobject-2.0 -Wl,-R/usr/pkg/lib -lglib-2.0 -lintl -lqofsql libtool: link: gcc -I.. -I../.. -I../../.. -I../../qof -Wdeclaration-after-statement -I/tmp/devel/qof/work/.buildlink/include/libxml2 -I/tmp/devel/qof/work/.buildlink/include/glib-2.0 -I/tmp/devel/qof/work/.buildlink/lib/glib-2.0/include -I/tmp/devel/qof/work/.buildlink/include -O2 -D_FORTIFY_SOURCE=2 -I/tmp/devel/qof/work/.buildlink/include/gio-unix-2.0 -g2 -Wall -Wl,-rpath -Wl,/usr/pkg/lib -o .libs/test-object test-stuff.o test-object.o -Wl,-rpath -Wl,/usr/pkg/lib -Wl,--export-dynamic -pthread -Wl,-rpath -Wl,/usr/pkg/lib -Wl,-rpath -Wl,/usr/pkg/lib -L/tmp/devel/qof/work/qof-0.7.5/lib/libsql/.libs -L/tmp/devel/qof/work/.buildlink/lib -L../../qof/.libs -lqof -L../lib/libsql -lm -lgmodule-2.0 -lgobject-2.0 -lqofsql -lglib-2.0 -lintl -pthread -Wl,-rpath,/usr/pkg/lib if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I.. -I../.. -I../../.. -I../../qof -Werror -Wdeclaration-after-statement -I/usr/pkg/include/libxml2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -g2 -Wall -MT test-querynew.o -MD -MP -MF ".deps/test-querynew.Tpo" -c -o test-querynew.o test-querynew.c; \ then mv -f ".deps/test-querynew.Tpo" ".deps/test-querynew.Po"; else rm -f ".deps/test-querynew.Tpo"; exit 1; fi In file included from ../qofdate.h:78:0, from ../qofutil.h:37, from ../qoflog.h:39, from ../qof.h:67, from test-querynew.c:25: ../qoftime.h:311:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] qof_time_to_gtimeval (QofTime * qt, GTimeVal * gtv); ^~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from test-querynew.c:22: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from ../qofdate.h:78:0, from ../qofutil.h:37, from ../qoflog.h:39, from ../qof.h:67, from test-querynew.c:25: ../qoftime.h:320:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] qof_time_from_gtimeval (QofTime * qt, GTimeVal * gtv); ^~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from test-querynew.c:22: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from ../qofdate.h:78:0, from ../qofutil.h:37, from ../qoflog.h:39, from ../qof.h:67, from test-querynew.c:25: ../qoftime.h:386:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] qof_time_get_current_start (void); ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from test-querynew.c:22: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from ../qof.h:93:0, from test-querynew.c:25: ../deprecated.h:181:1: warning: 'GCache' is deprecated: Use 'GHashTable' instead [-Wdeprecated-declarations] GCache *gnc_engine_get_string_cache (void); ^~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:106:0, from test-querynew.c:22: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/deprecated/gcache.h:36:16: note: declared here typedef struct _GCache GCache GLIB_DEPRECATED_TYPE_IN_2_26_FOR(GHashTable); ^~~~~~~ In file included from ../qof.h:93:0, from test-querynew.c:25: ../deprecated.h:183:1: warning: 'GCache' is deprecated: Use 'GHashTable' instead [-Wdeprecated-declarations] GCache *qof_util_get_string_cache (void); ^~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:106:0, from test-querynew.c:22: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/deprecated/gcache.h:36:16: note: declared here typedef struct _GCache GCache GLIB_DEPRECATED_TYPE_IN_2_26_FOR(GHashTable); ^~~~~~~ /bin/sh ../../libtool --tag=CC --mode=link gcc -I.. -I../.. -I../../.. -I../../qof -Werror -Wdeclaration-after-statement -I/usr/pkg/include/libxml2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -g2 -Wall -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -o test-querynew test-stuff.o test-querynew.o ../../qof/libqof.la -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -lglib-2.0 -lintl -Wl,--export-dynamic -L/usr/pkg/lib -lgmodule-2.0 -pthread -lglib-2.0 -Wl,-R/usr/pkg/lib -lglib-2.0 -lintl -L/usr/pkg/lib -lgobject-2.0 -Wl,-R/usr/pkg/lib -lglib-2.0 -lintl -lqofsql libtool: link: gcc -I.. -I../.. -I../../.. -I../../qof -Wdeclaration-after-statement -I/tmp/devel/qof/work/.buildlink/include/libxml2 -I/tmp/devel/qof/work/.buildlink/include/glib-2.0 -I/tmp/devel/qof/work/.buildlink/lib/glib-2.0/include -I/tmp/devel/qof/work/.buildlink/include -O2 -D_FORTIFY_SOURCE=2 -I/tmp/devel/qof/work/.buildlink/include/gio-unix-2.0 -g2 -Wall -Wl,-rpath -Wl,/usr/pkg/lib -o .libs/test-querynew test-stuff.o test-querynew.o -Wl,-rpath -Wl,/usr/pkg/lib -Wl,--export-dynamic -pthread -Wl,-rpath -Wl,/usr/pkg/lib -Wl,-rpath -Wl,/usr/pkg/lib -L/tmp/devel/qof/work/qof-0.7.5/lib/libsql/.libs -L/tmp/devel/qof/work/.buildlink/lib -L../../qof/.libs -lqof -L../lib/libsql -lm -lgmodule-2.0 -lgobject-2.0 -lqofsql -lglib-2.0 -lintl -pthread -Wl,-rpath,/usr/pkg/lib if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I.. -I../.. -I../../.. -I../../qof -Werror -Wdeclaration-after-statement -I/usr/pkg/include/libxml2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -g2 -Wall -MT test-recursive.o -MD -MP -MF ".deps/test-recursive.Tpo" -c -o test-recursive.o test-recursive.c; \ then mv -f ".deps/test-recursive.Tpo" ".deps/test-recursive.Po"; else rm -f ".deps/test-recursive.Tpo"; exit 1; fi In file included from ../qofdate.h:78:0, from ../qofutil.h:37, from ../qoflog.h:39, from ../qof.h:67, from test-recursive.c:28: ../qoftime.h:311:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] qof_time_to_gtimeval (QofTime * qt, GTimeVal * gtv); ^~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from test-recursive.c:25: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from ../qofdate.h:78:0, from ../qofutil.h:37, from ../qoflog.h:39, from ../qof.h:67, from test-recursive.c:28: ../qoftime.h:320:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] qof_time_from_gtimeval (QofTime * qt, GTimeVal * gtv); ^~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from test-recursive.c:25: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from ../qofdate.h:78:0, from ../qofutil.h:37, from ../qoflog.h:39, from ../qof.h:67, from test-recursive.c:28: ../qoftime.h:386:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] qof_time_get_current_start (void); ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from test-recursive.c:25: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from ../qof.h:93:0, from test-recursive.c:28: ../deprecated.h:181:1: warning: 'GCache' is deprecated: Use 'GHashTable' instead [-Wdeprecated-declarations] GCache *gnc_engine_get_string_cache (void); ^~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:106:0, from test-recursive.c:25: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/deprecated/gcache.h:36:16: note: declared here typedef struct _GCache GCache GLIB_DEPRECATED_TYPE_IN_2_26_FOR(GHashTable); ^~~~~~~ In file included from ../qof.h:93:0, from test-recursive.c:28: ../deprecated.h:183:1: warning: 'GCache' is deprecated: Use 'GHashTable' instead [-Wdeprecated-declarations] GCache *qof_util_get_string_cache (void); ^~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:106:0, from test-recursive.c:25: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/deprecated/gcache.h:36:16: note: declared here typedef struct _GCache GCache GLIB_DEPRECATED_TYPE_IN_2_26_FOR(GHashTable); ^~~~~~~ /bin/sh ../../libtool --tag=CC --mode=link gcc -I.. -I../.. -I../../.. -I../../qof -Werror -Wdeclaration-after-statement -I/usr/pkg/include/libxml2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -g2 -Wall -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -o test-recursive test-engine-stuff.o test-stuff.o test-recursive.o ../../qof/libqof.la -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -lglib-2.0 -lintl -Wl,--export-dynamic -L/usr/pkg/lib -lgmodule-2.0 -pthread -lglib-2.0 -Wl,-R/usr/pkg/lib -lglib-2.0 -lintl -L/usr/pkg/lib -lgobject-2.0 -Wl,-R/usr/pkg/lib -lglib-2.0 -lintl -lqofsql libtool: link: gcc -I.. -I../.. -I../../.. -I../../qof -Wdeclaration-after-statement -I/tmp/devel/qof/work/.buildlink/include/libxml2 -I/tmp/devel/qof/work/.buildlink/include/glib-2.0 -I/tmp/devel/qof/work/.buildlink/lib/glib-2.0/include -I/tmp/devel/qof/work/.buildlink/include -O2 -D_FORTIFY_SOURCE=2 -I/tmp/devel/qof/work/.buildlink/include/gio-unix-2.0 -g2 -Wall -Wl,-rpath -Wl,/usr/pkg/lib -o .libs/test-recursive test-engine-stuff.o test-stuff.o test-recursive.o -Wl,-rpath -Wl,/usr/pkg/lib -Wl,--export-dynamic -pthread -Wl,-rpath -Wl,/usr/pkg/lib -Wl,-rpath -Wl,/usr/pkg/lib -L/tmp/devel/qof/work/qof-0.7.5/lib/libsql/.libs -L/tmp/devel/qof/work/.buildlink/lib -L../../qof/.libs -lqof -L../lib/libsql -lm -lgmodule-2.0 -lgobject-2.0 -lqofsql -lglib-2.0 -lintl -pthread -Wl,-rpath,/usr/pkg/lib if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I.. -I../.. -I../../.. -I../../qof -Werror -Wdeclaration-after-statement -I/usr/pkg/include/libxml2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -g2 -Wall -MT test-event.o -MD -MP -MF ".deps/test-event.Tpo" -c -o test-event.o test-event.c; \ then mv -f ".deps/test-event.Tpo" ".deps/test-event.Po"; else rm -f ".deps/test-event.Tpo"; exit 1; fi In file included from ../qofdate.h:78:0, from ../qofutil.h:37, from ../qoflog.h:39, from ../qof.h:67, from test-event.c:27: ../qoftime.h:311:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] qof_time_to_gtimeval (QofTime * qt, GTimeVal * gtv); ^~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from test-event.c:25: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from ../qofdate.h:78:0, from ../qofutil.h:37, from ../qoflog.h:39, from ../qof.h:67, from test-event.c:27: ../qoftime.h:320:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] qof_time_from_gtimeval (QofTime * qt, GTimeVal * gtv); ^~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from test-event.c:25: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from ../qofdate.h:78:0, from ../qofutil.h:37, from ../qoflog.h:39, from ../qof.h:67, from test-event.c:27: ../qoftime.h:386:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] qof_time_get_current_start (void); ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from test-event.c:25: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from ../qof.h:93:0, from test-event.c:27: ../deprecated.h:181:1: warning: 'GCache' is deprecated: Use 'GHashTable' instead [-Wdeprecated-declarations] GCache *gnc_engine_get_string_cache (void); ^~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:106:0, from test-event.c:25: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/deprecated/gcache.h:36:16: note: declared here typedef struct _GCache GCache GLIB_DEPRECATED_TYPE_IN_2_26_FOR(GHashTable); ^~~~~~~ In file included from ../qof.h:93:0, from test-event.c:27: ../deprecated.h:183:1: warning: 'GCache' is deprecated: Use 'GHashTable' instead [-Wdeprecated-declarations] GCache *qof_util_get_string_cache (void); ^~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:106:0, from test-event.c:25: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/deprecated/gcache.h:36:16: note: declared here typedef struct _GCache GCache GLIB_DEPRECATED_TYPE_IN_2_26_FOR(GHashTable); ^~~~~~~ /bin/sh ../../libtool --tag=CC --mode=link gcc -I.. -I../.. -I../../.. -I../../qof -Werror -Wdeclaration-after-statement -I/usr/pkg/include/libxml2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -g2 -Wall -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -o test-event test-engine-stuff.o test-stuff.o test-event.o ../../qof/libqof.la -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -lglib-2.0 -lintl -Wl,--export-dynamic -L/usr/pkg/lib -lgmodule-2.0 -pthread -lglib-2.0 -Wl,-R/usr/pkg/lib -lglib-2.0 -lintl -L/usr/pkg/lib -lgobject-2.0 -Wl,-R/usr/pkg/lib -lglib-2.0 -lintl -lqofsql libtool: link: gcc -I.. -I../.. -I../../.. -I../../qof -Wdeclaration-after-statement -I/tmp/devel/qof/work/.buildlink/include/libxml2 -I/tmp/devel/qof/work/.buildlink/include/glib-2.0 -I/tmp/devel/qof/work/.buildlink/lib/glib-2.0/include -I/tmp/devel/qof/work/.buildlink/include -O2 -D_FORTIFY_SOURCE=2 -I/tmp/devel/qof/work/.buildlink/include/gio-unix-2.0 -g2 -Wall -Wl,-rpath -Wl,/usr/pkg/lib -o .libs/test-event test-engine-stuff.o test-stuff.o test-event.o -Wl,-rpath -Wl,/usr/pkg/lib -Wl,--export-dynamic -pthread -Wl,-rpath -Wl,/usr/pkg/lib -Wl,-rpath -Wl,/usr/pkg/lib -L/tmp/devel/qof/work/qof-0.7.5/lib/libsql/.libs -L/tmp/devel/qof/work/.buildlink/lib -L../../qof/.libs -lqof -L../lib/libsql -lm -lgmodule-2.0 -lgobject-2.0 -lqofsql -lglib-2.0 -lintl -pthread -Wl,-rpath,/usr/pkg/lib gmake[3]: Leaving directory '/tmp/devel/qof/work/qof-0.7.5/qof/test' gmake[2]: Leaving directory '/tmp/devel/qof/work/qof-0.7.5/qof' Making all in . gmake[2]: Entering directory '/tmp/devel/qof/work/qof-0.7.5' gmake[2]: Leaving directory '/tmp/devel/qof/work/qof-0.7.5' Making all in backend gmake[2]: Entering directory '/tmp/devel/qof/work/qof-0.7.5/backend' Making all in file gmake[3]: Entering directory '/tmp/devel/qof/work/qof-0.7.5/backend/file' Making all in . gmake[4]: Entering directory '/tmp/devel/qof/work/qof-0.7.5/backend/file' if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -Werror -Wdeclaration-after-statement -I.. -I../.. -I../../qof -DLOCALE_DIR=\""/usr/pkg/share/locale"\" -I/usr/pkg/include/libxml2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -g2 -Wall -MT qsf-backend.lo -MD -MP -MF ".deps/qsf-backend.Tpo" -c -o qsf-backend.lo qsf-backend.c; \ then mv -f ".deps/qsf-backend.Tpo" ".deps/qsf-backend.Plo"; else rm -f ".deps/qsf-backend.Tpo"; exit 1; fi libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/tmp/devel/qof/work/.buildlink/include -I/tmp/devel/qof/work/.buildlink/include/glib-2.0 -I/tmp/devel/qof/work/.buildlink/include/gio-unix-2.0 -I/tmp/devel/qof/work/.buildlink/lib/glib-2.0/include -Wdeclaration-after-statement -I.. -I../../qof -DLOCALE_DIR=\"/usr/pkg/share/locale\" -I/tmp/devel/qof/work/.buildlink/include/libxml2 -O2 -D_FORTIFY_SOURCE=2 -g2 -Wall -MT qsf-backend.lo -MD -MP -MF .deps/qsf-backend.Tpo -c qsf-backend.c -fPIC -DPIC -o .libs/qsf-backend.o In file included from ../../qof/qofdate.h:78:0, from ../../qof/qofutil.h:37, from ../../qof/qoflog.h:39, from ../../qof/qof.h:67, from qsf-backend.c:32: ../../qof/qoftime.h:311:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] qof_time_to_gtimeval (QofTime * qt, GTimeVal * gtv); ^~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from qsf-backend.c:27: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from ../../qof/qofdate.h:78:0, from ../../qof/qofutil.h:37, from ../../qof/qoflog.h:39, from ../../qof/qof.h:67, from qsf-backend.c:32: ../../qof/qoftime.h:320:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] qof_time_from_gtimeval (QofTime * qt, GTimeVal * gtv); ^~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from qsf-backend.c:27: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from ../../qof/qofdate.h:78:0, from ../../qof/qofutil.h:37, from ../../qof/qoflog.h:39, from ../../qof/qof.h:67, from qsf-backend.c:32: ../../qof/qoftime.h:386:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] qof_time_get_current_start (void); ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from qsf-backend.c:27: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from ../../qof/qof.h:93:0, from qsf-backend.c:32: ../../qof/deprecated.h:181:1: warning: 'GCache' is deprecated: Use 'GHashTable' instead [-Wdeprecated-declarations] GCache *gnc_engine_get_string_cache (void); ^~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:106:0, from qsf-backend.c:27: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/deprecated/gcache.h:36:16: note: declared here typedef struct _GCache GCache GLIB_DEPRECATED_TYPE_IN_2_26_FOR(GHashTable); ^~~~~~~ In file included from ../../qof/qof.h:93:0, from qsf-backend.c:32: ../../qof/deprecated.h:183:1: warning: 'GCache' is deprecated: Use 'GHashTable' instead [-Wdeprecated-declarations] GCache *qof_util_get_string_cache (void); ^~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:106:0, from qsf-backend.c:27: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/deprecated/gcache.h:36:16: note: declared here typedef struct _GCache GCache GLIB_DEPRECATED_TYPE_IN_2_26_FOR(GHashTable); ^~~~~~~ qsf-backend.c: In function 'qsf_param_init': qsf-backend.c:182:9: warning: variable 'qsf_time_precision' set but not used [-Wunused-but-set-variable] gchar *qsf_time_precision; ^~~~~~~~~~~~~~~~~~ qsf-backend.c:181:9: warning: variable 'qsf_time_now' set but not used [-Wunused-but-set-variable] gchar *qsf_time_now; ^~~~~~~~~~~~ qsf-backend.c: In function 'qsf_object_commitCB': qsf-backend.c:1582:13: warning: variable 'type' set but not used [-Wunused-but-set-variable] QofIdType type; ^~~~ qsf-backend.c:1333:11: warning: variable 'targetBook' set but not used [-Wunused-but-set-variable] QofBook *targetBook; ^~~~~~~~~~ qsf-backend.c:1329:13: warning: variable 'object_set' set but not used [-Wunused-but-set-variable] QsfObject *object_set; ^~~~~~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/tmp/devel/qof/work/.buildlink/include -I/tmp/devel/qof/work/.buildlink/include/glib-2.0 -I/tmp/devel/qof/work/.buildlink/include/gio-unix-2.0 -I/tmp/devel/qof/work/.buildlink/lib/glib-2.0/include -Wdeclaration-after-statement -I.. -I../../qof -DLOCALE_DIR=\"/usr/pkg/share/locale\" -I/tmp/devel/qof/work/.buildlink/include/libxml2 -O2 -D_FORTIFY_SOURCE=2 -g2 -Wall -MT qsf-backend.lo -MD -MP -MF .deps/qsf-backend.Tpo -c qsf-backend.c -o qsf-backend.o >/dev/null 2>&1 if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -Werror -Wdeclaration-after-statement -I.. -I../.. -I../../qof -DLOCALE_DIR=\""/usr/pkg/share/locale"\" -I/usr/pkg/include/libxml2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -g2 -Wall -MT qsf-xml-map.lo -MD -MP -MF ".deps/qsf-xml-map.Tpo" -c -o qsf-xml-map.lo qsf-xml-map.c; \ then mv -f ".deps/qsf-xml-map.Tpo" ".deps/qsf-xml-map.Plo"; else rm -f ".deps/qsf-xml-map.Tpo"; exit 1; fi libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/tmp/devel/qof/work/.buildlink/include -I/tmp/devel/qof/work/.buildlink/include/glib-2.0 -I/tmp/devel/qof/work/.buildlink/include/gio-unix-2.0 -I/tmp/devel/qof/work/.buildlink/lib/glib-2.0/include -Wdeclaration-after-statement -I.. -I../../qof -DLOCALE_DIR=\"/usr/pkg/share/locale\" -I/tmp/devel/qof/work/.buildlink/include/libxml2 -O2 -D_FORTIFY_SOURCE=2 -g2 -Wall -MT qsf-xml-map.lo -MD -MP -MF .deps/qsf-xml-map.Tpo -c qsf-xml-map.c -fPIC -DPIC -o .libs/qsf-xml-map.o In file included from ../../qof/qofdate.h:78:0, from ../../qof/qofutil.h:37, from ../../qof/qoflog.h:39, from ../../qof/qof.h:67, from qsf-xml-map.c:31: ../../qof/qoftime.h:311:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] qof_time_to_gtimeval (QofTime * qt, GTimeVal * gtv); ^~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from qsf-xml-map.c:25: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from ../../qof/qofdate.h:78:0, from ../../qof/qofutil.h:37, from ../../qof/qoflog.h:39, from ../../qof/qof.h:67, from qsf-xml-map.c:31: ../../qof/qoftime.h:320:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] qof_time_from_gtimeval (QofTime * qt, GTimeVal * gtv); ^~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from qsf-xml-map.c:25: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from ../../qof/qofdate.h:78:0, from ../../qof/qofutil.h:37, from ../../qof/qoflog.h:39, from ../../qof/qof.h:67, from qsf-xml-map.c:31: ../../qof/qoftime.h:386:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] qof_time_get_current_start (void); ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from qsf-xml-map.c:25: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from ../../qof/qof.h:93:0, from qsf-xml-map.c:31: ../../qof/deprecated.h:181:1: warning: 'GCache' is deprecated: Use 'GHashTable' instead [-Wdeprecated-declarations] GCache *gnc_engine_get_string_cache (void); ^~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:106:0, from qsf-xml-map.c:25: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/deprecated/gcache.h:36:16: note: declared here typedef struct _GCache GCache GLIB_DEPRECATED_TYPE_IN_2_26_FOR(GHashTable); ^~~~~~~ In file included from ../../qof/qof.h:93:0, from qsf-xml-map.c:31: ../../qof/deprecated.h:183:1: warning: 'GCache' is deprecated: Use 'GHashTable' instead [-Wdeprecated-declarations] GCache *qof_util_get_string_cache (void); ^~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:106:0, from qsf-xml-map.c:25: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/deprecated/gcache.h:36:16: note: declared here typedef struct _GCache GCache GLIB_DEPRECATED_TYPE_IN_2_26_FOR(GHashTable); ^~~~~~~ In file included from qsf-xml-map.c:33:0: qsf-xml-map.c: In function 'qsf_map_validation_handler': qsf-xml.h:300:20: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness [-Wpointer-sign] #define MAP_E_TYPE "e_type" ^ qsf-xml-map.c:108:40: note: in expansion of macro 'MAP_E_TYPE' obj_type = xmlGetProp (child_node, MAP_E_TYPE); ^~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from /tmp/devel/qof/work/.buildlink/include/libxml2/libxml/globals.h:18, from /tmp/devel/qof/work/.buildlink/include/libxml2/libxml/threads.h:35, from /tmp/devel/qof/work/.buildlink/include/libxml2/libxml/xmlmemory.h:218, from qsf-xml-map.c:27: /tmp/devel/qof/work/.buildlink/include/libxml2/libxml/tree.h:1029:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlGetProp (const xmlNode *node, ^~~~~~~~~~ qsf-xml-map.c:110:46: warning: pointer targets in passing argument 1 of 'qof_class_is_registered' differ in signedness [-Wpointer-sign] is_registered = qof_class_is_registered (obj_type); ^~~~~~~~ In file included from ../../qof/qofinstance-p.h:33:0, from ../../qof/qofbackend-p.h:43, from ../../qof/qofutil.h:39, from ../../qof/qoflog.h:39, from ../../qof/qof.h:67, from qsf-xml-map.c:31: ../../qof/qofclass.h:225:1: note: expected 'QofIdTypeConst {aka const char *}' but argument is of type 'xmlChar * {aka unsigned char *}' qof_class_is_registered (QofIdTypeConst obj_name); ^~~~~~~~~~~~~~~~~~~~~~~ qsf-xml-map.c:81:11: warning: variable 'match' set but not used [-Wunused-but-set-variable] gboolean match, is_registered; ^~~~~ In file included from qsf-xml-map.c:33:0: qsf-xml-map.c: In function 'qsf_map_default_handler': qsf-xml.h:155:26: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness [-Wpointer-sign] #define MAP_ITERATE_ATTR "foreach" ^ qsf-xml-map.c:426:32: note: in expansion of macro 'MAP_ITERATE_ATTR' iterate = xmlGetProp (child, MAP_ITERATE_ATTR); ^~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from /tmp/devel/qof/work/.buildlink/include/libxml2/libxml/globals.h:18, from /tmp/devel/qof/work/.buildlink/include/libxml2/libxml/threads.h:35, from /tmp/devel/qof/work/.buildlink/include/libxml2/libxml/xmlmemory.h:218, from qsf-xml-map.c:27: /tmp/devel/qof/work/.buildlink/include/libxml2/libxml/tree.h:1029:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlGetProp (const xmlNode *node, ^~~~~~~~~~ qsf-xml-map.c:426:11: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] iterate = xmlGetProp (child, MAP_ITERATE_ATTR); ^ qsf-xml-map.c:429:6: warning: pointer targets in passing argument 1 of 'qof_class_is_registered' differ in signedness [-Wpointer-sign] (xmlGetProp (child, BAD_CAST MAP_E_TYPE)))) ^~~~~~~~~~ In file included from ../../qof/qofinstance-p.h:33:0, from ../../qof/qofbackend-p.h:43, from ../../qof/qofutil.h:39, from ../../qof/qoflog.h:39, from ../../qof/qof.h:67, from qsf-xml-map.c:31: ../../qof/qofclass.h:225:1: note: expected 'QofIdTypeConst {aka const char *}' but argument is of type 'xmlChar * {aka unsigned char *}' qof_class_is_registered (QofIdTypeConst obj_name); ^~~~~~~~~~~~~~~~~~~~~~~ qsf-xml-map.c:431:24: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] params->qof_foreach = xmlGetProp (child, BAD_CAST MAP_E_TYPE); ^ qsf-xml-map.c:413:11: warning: variable 'qsf_enum' set but not used [-Wunused-but-set-variable] xmlChar *qsf_enum; ^~~~~~~~ In file included from qsf-xml-map.c:33:0: qsf-xml-map.c: In function 'qsf_map_calculate_output': qsf-xml.h:290:25: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness [-Wpointer-sign] #define MAP_OBJECT_ATTR "object" ^ qsf-xml-map.c:839:4: note: in expansion of macro 'MAP_OBJECT_ATTR' MAP_OBJECT_ATTR), identify_source_func); ^~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from /tmp/devel/qof/work/.buildlink/include/libxml2/libxml/globals.h:18, from /tmp/devel/qof/work/.buildlink/include/libxml2/libxml/threads.h:35, from /tmp/devel/qof/work/.buildlink/include/libxml2/libxml/xmlmemory.h:218, from qsf-xml-map.c:27: /tmp/devel/qof/work/.buildlink/include/libxml2/libxml/tree.h:1029:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlGetProp (const xmlNode *node, ^~~~~~~~~~ In file included from qsf-xml-map.c:33:0: qsf-xml.h:290:25: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness [-Wpointer-sign] #define MAP_OBJECT_ATTR "object" ^ ../../qof/qoflog.h:205:17: note: in expansion of macro 'MAP_OBJECT_ATTR' FUNK , ## args); \ ^~~~ qsf-xml-map.c:840:2: note: in expansion of macro 'PINFO' PINFO (" checking %s", BAD_CAST xmlGetProp (param_node, ^~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from /tmp/devel/qof/work/.buildlink/include/libxml2/libxml/globals.h:18, from /tmp/devel/qof/work/.buildlink/include/libxml2/libxml/threads.h:35, from /tmp/devel/qof/work/.buildlink/include/libxml2/libxml/xmlmemory.h:218, from qsf-xml-map.c:27: /tmp/devel/qof/work/.buildlink/include/libxml2/libxml/tree.h:1029:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlGetProp (const xmlNode *node, ^~~~~~~~~~ qsf-xml-map.c: In function 'qsf_map_object_handler': qsf-xml-map.c:865:7: warning: variable 'result' set but not used [-Wunused-but-set-variable] gint result; ^~~~~~ In file included from qsf-xml-map.c:33:0: qsf-xml-map.c: In function 'iterator_cb': qsf-xml.h:100:25: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness [-Wpointer-sign] #define QSF_OBJECT_TYPE "type" ^ qsf-xml-map.c:945:36: note: in expansion of macro 'QSF_OBJECT_TYPE' object_name = xmlGetProp (child, QSF_OBJECT_TYPE); ^~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from /tmp/devel/qof/work/.buildlink/include/libxml2/libxml/globals.h:18, from /tmp/devel/qof/work/.buildlink/include/libxml2/libxml/threads.h:35, from /tmp/devel/qof/work/.buildlink/include/libxml2/libxml/xmlmemory.h:218, from qsf-xml-map.c:27: /tmp/devel/qof/work/.buildlink/include/libxml2/libxml/tree.h:1029:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlGetProp (const xmlNode *node, ^~~~~~~~~~ qsf-xml-map.c:945:15: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] object_name = xmlGetProp (child, QSF_OBJECT_TYPE); ^ In file included from qsf-xml-map.c:33:0: qsf-xml-map.c: In function 'qsf_object_convert': qsf-xml.h:276:23: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness [-Wpointer-sign] #define MAP_TYPE_ATTR "type" ^ qsf-xml-map.c:1002:28: note: in expansion of macro 'MAP_TYPE_ATTR' xmlGetProp (cur_node, MAP_TYPE_ATTR))) ^~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from /tmp/devel/qof/work/.buildlink/include/libxml2/libxml/globals.h:18, from /tmp/devel/qof/work/.buildlink/include/libxml2/libxml/threads.h:35, from /tmp/devel/qof/work/.buildlink/include/libxml2/libxml/xmlmemory.h:218, from qsf-xml-map.c:27: /tmp/devel/qof/work/.buildlink/include/libxml2/libxml/tree.h:1029:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlGetProp (const xmlNode *node, ^~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/libxml2/libxml/tree.h:18:0, from /tmp/devel/qof/work/.buildlink/include/libxml2/libxml/parser.h:16, from /tmp/devel/qof/work/.buildlink/include/libxml2/libxml/globals.h:18, from /tmp/devel/qof/work/.buildlink/include/libxml2/libxml/threads.h:35, from /tmp/devel/qof/work/.buildlink/include/libxml2/libxml/xmlmemory.h:218, from qsf-xml-map.c:27: /tmp/devel/qof/work/.buildlink/include/libxml2/libxml/xmlstring.h:35:18: warning: pointer targets in passing argument 1 of 'qof_class_is_registered' differ in signedness [-Wpointer-sign] #define BAD_CAST (xmlChar *) ^ qsf-xml-map.c:1001:34: note: in expansion of macro 'BAD_CAST' if (!qof_class_is_registered (BAD_CAST ^~~~~~~~ In file included from ../../qof/qofinstance-p.h:33:0, from ../../qof/qofbackend-p.h:43, from ../../qof/qofutil.h:39, from ../../qof/qoflog.h:39, from ../../qof/qof.h:67, from qsf-xml-map.c:31: ../../qof/qofclass.h:225:1: note: expected 'QofIdTypeConst {aka const char *}' but argument is of type 'xmlChar * {aka unsigned char *}' qof_class_is_registered (QofIdTypeConst obj_name); ^~~~~~~~~~~~~~~~~~~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/tmp/devel/qof/work/.buildlink/include -I/tmp/devel/qof/work/.buildlink/include/glib-2.0 -I/tmp/devel/qof/work/.buildlink/include/gio-unix-2.0 -I/tmp/devel/qof/work/.buildlink/lib/glib-2.0/include -Wdeclaration-after-statement -I.. -I../../qof -DLOCALE_DIR=\"/usr/pkg/share/locale\" -I/tmp/devel/qof/work/.buildlink/include/libxml2 -O2 -D_FORTIFY_SOURCE=2 -g2 -Wall -MT qsf-xml-map.lo -MD -MP -MF .deps/qsf-xml-map.Tpo -c qsf-xml-map.c -o qsf-xml-map.o >/dev/null 2>&1 if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -Werror -Wdeclaration-after-statement -I.. -I../.. -I../../qof -DLOCALE_DIR=\""/usr/pkg/share/locale"\" -I/usr/pkg/include/libxml2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -g2 -Wall -MT qsf-xml.lo -MD -MP -MF ".deps/qsf-xml.Tpo" -c -o qsf-xml.lo qsf-xml.c; \ then mv -f ".deps/qsf-xml.Tpo" ".deps/qsf-xml.Plo"; else rm -f ".deps/qsf-xml.Tpo"; exit 1; fi libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/tmp/devel/qof/work/.buildlink/include -I/tmp/devel/qof/work/.buildlink/include/glib-2.0 -I/tmp/devel/qof/work/.buildlink/include/gio-unix-2.0 -I/tmp/devel/qof/work/.buildlink/lib/glib-2.0/include -Wdeclaration-after-statement -I.. -I../../qof -DLOCALE_DIR=\"/usr/pkg/share/locale\" -I/tmp/devel/qof/work/.buildlink/include/libxml2 -O2 -D_FORTIFY_SOURCE=2 -g2 -Wall -MT qsf-xml.lo -MD -MP -MF .deps/qsf-xml.Tpo -c qsf-xml.c -fPIC -DPIC -o .libs/qsf-xml.o In file included from ../../qof/qofdate.h:78:0, from ../../qof/qofutil.h:37, from ../../qof/qoflog.h:39, from ../../qof/qof.h:67, from qsf-xml.c:31: ../../qof/qoftime.h:311:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] qof_time_to_gtimeval (QofTime * qt, GTimeVal * gtv); ^~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from qsf-xml.c:25: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from ../../qof/qofdate.h:78:0, from ../../qof/qofutil.h:37, from ../../qof/qoflog.h:39, from ../../qof/qof.h:67, from qsf-xml.c:31: ../../qof/qoftime.h:320:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] qof_time_from_gtimeval (QofTime * qt, GTimeVal * gtv); ^~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from qsf-xml.c:25: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from ../../qof/qofdate.h:78:0, from ../../qof/qofutil.h:37, from ../../qof/qoflog.h:39, from ../../qof/qof.h:67, from qsf-xml.c:31: ../../qof/qoftime.h:386:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] qof_time_get_current_start (void); ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from qsf-xml.c:25: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from ../../qof/qof.h:93:0, from qsf-xml.c:31: ../../qof/deprecated.h:181:1: warning: 'GCache' is deprecated: Use 'GHashTable' instead [-Wdeprecated-declarations] GCache *gnc_engine_get_string_cache (void); ^~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:106:0, from qsf-xml.c:25: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/deprecated/gcache.h:36:16: note: declared here typedef struct _GCache GCache GLIB_DEPRECATED_TYPE_IN_2_26_FOR(GHashTable); ^~~~~~~ In file included from ../../qof/qof.h:93:0, from qsf-xml.c:31: ../../qof/deprecated.h:183:1: warning: 'GCache' is deprecated: Use 'GHashTable' instead [-Wdeprecated-declarations] GCache *qof_util_get_string_cache (void); ^~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:106:0, from qsf-xml.c:25: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/deprecated/gcache.h:36:16: note: declared here typedef struct _GCache GCache GLIB_DEPRECATED_TYPE_IN_2_26_FOR(GHashTable); ^~~~~~~ qsf-xml.c: In function 'qsf_object_validation_handler': qsf-xml.c:153:45: warning: pointer targets in passing argument 1 of 'qof_class_is_registered' differ in signedness [-Wpointer-sign] is_registered = qof_class_is_registered (object_declaration); ^~~~~~~~~~~~~~~~~~ In file included from ../../qof/qofinstance-p.h:33:0, from ../../qof/qofbackend-p.h:43, from ../../qof/qofutil.h:39, from ../../qof/qoflog.h:39, from ../../qof/qof.h:67, from qsf-xml.c:31: ../../qof/qofclass.h:225:1: note: expected 'QofIdTypeConst {aka const char *}' but argument is of type 'xmlChar * {aka unsigned char *}' qof_class_is_registered (QofIdTypeConst obj_name); ^~~~~~~~~~~~~~~~~~~~~~~ qsf-xml.c: In function 'qsf_book_node_handler': qsf-xml.c:452:11: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] buffer = BAD_CAST xmlNodeGetContent (child_node); ^ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/tmp/devel/qof/work/.buildlink/include -I/tmp/devel/qof/work/.buildlink/include/glib-2.0 -I/tmp/devel/qof/work/.buildlink/include/gio-unix-2.0 -I/tmp/devel/qof/work/.buildlink/lib/glib-2.0/include -Wdeclaration-after-statement -I.. -I../../qof -DLOCALE_DIR=\"/usr/pkg/share/locale\" -I/tmp/devel/qof/work/.buildlink/include/libxml2 -O2 -D_FORTIFY_SOURCE=2 -g2 -Wall -MT qsf-xml.lo -MD -MP -MF .deps/qsf-xml.Tpo -c qsf-xml.c -o qsf-xml.o >/dev/null 2>&1 /bin/sh ../../libtool --tag=CC --mode=link gcc -Werror -Wdeclaration-after-statement -I.. -I../.. -I../../qof -DLOCALE_DIR=\""/usr/pkg/share/locale"\" -I/usr/pkg/include/libxml2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -g2 -Wall -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -o libqof-backend-qsf.la -rpath /usr/pkg/lib -L../../qof -version-info 0:7:0 qsf-backend.lo qsf-xml-map.lo qsf-xml.lo -lqof -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -lxml2 -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -lglib-2.0 -lintl libtool: link: gcc -shared -fPIC -DPIC .libs/qsf-backend.o .libs/qsf-xml-map.o .libs/qsf-xml.o -Wl,-rpath,/tmp/devel/qof/work/qof-0.7.5/qof/.libs -Wl,-rpath,/tmp/devel/qof/work/qof-0.7.5/lib/libsql/.libs -Wl,-rpath,/tmp/devel/qof/work/.buildlink/lib -Wl,-rpath,/usr/pkg/lib -Wl,-rpath,/tmp/devel/qof/work/.buildlink/lib -L/tmp/devel/qof/work/qof-0.7.5/lib/libsql/.libs -L/tmp/devel/qof/work/.buildlink/lib -L../../qof -L../../qof/.libs -lqof -L../lib/libsql -lgmodule-2.0 -lgobject-2.0 -lqofsql -lxml2 -lz -llzma -lm -lglib-2.0 -lintl -O2 -g2 -Wl,-rpath -Wl,/usr/pkg/lib -Wl,-rpath -Wl,/usr/pkg/lib -Wl,-rpath -Wl,/usr/pkg/lib -pthread -Wl,-soname -Wl,libqof-backend-qsf.so.0 -o .libs/libqof-backend-qsf.so.0.0.7 libtool: link: (cd ".libs" && rm -f "libqof-backend-qsf.so.0" && ln -s "libqof-backend-qsf.so.0.0.7" "libqof-backend-qsf.so.0") libtool: link: (cd ".libs" && rm -f "libqof-backend-qsf.so" && ln -s "libqof-backend-qsf.so.0.0.7" "libqof-backend-qsf.so") libtool: link: ar cru .libs/libqof-backend-qsf.a qsf-backend.o qsf-xml-map.o qsf-xml.o libtool: link: ranlib .libs/libqof-backend-qsf.a libtool: link: ( cd ".libs" && rm -f "libqof-backend-qsf.la" && ln -s "../libqof-backend-qsf.la" "libqof-backend-qsf.la" ) gmake[4]: Leaving directory '/tmp/devel/qof/work/qof-0.7.5/backend/file' gmake[3]: Leaving directory '/tmp/devel/qof/work/qof-0.7.5/backend/file' Making all in sqlite gmake[3]: Entering directory '/tmp/devel/qof/work/qof-0.7.5/backend/sqlite' if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I.. -I../.. -I../../qof/ -DLOCALE_DIR=\""/usr/pkg/share/locale"\" -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -I/usr/pkg/include -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -g2 -Wall -MT qof-sqlite.lo -MD -MP -MF ".deps/qof-sqlite.Tpo" -c -o qof-sqlite.lo qof-sqlite.c; \ then mv -f ".deps/qof-sqlite.Tpo" ".deps/qof-sqlite.Plo"; else rm -f ".deps/qof-sqlite.Tpo"; exit 1; fi libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/tmp/devel/qof/work/.buildlink/include -I/tmp/devel/qof/work/.buildlink/include/glib-2.0 -I/tmp/devel/qof/work/.buildlink/include/gio-unix-2.0 -I/tmp/devel/qof/work/.buildlink/lib/glib-2.0/include -I.. -I../../qof/ -DLOCALE_DIR=\"/usr/pkg/share/locale\" -O2 -D_FORTIFY_SOURCE=2 -g2 -Wall -MT qof-sqlite.lo -MD -MP -MF .deps/qof-sqlite.Tpo -c qof-sqlite.c -fPIC -DPIC -o .libs/qof-sqlite.o In file included from ../../qof/qofdate.h:78:0, from ../../qof/qofutil.h:37, from ../../qof/qoflog.h:39, from ../../qof/qof.h:67, from qof-sqlite.c:32: ../../qof/qoftime.h:311:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] qof_time_to_gtimeval (QofTime * qt, GTimeVal * gtv); ^~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gprintf.h:21, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gstdio.h:22, from qof-sqlite.c:28: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from ../../qof/qofdate.h:78:0, from ../../qof/qofutil.h:37, from ../../qof/qoflog.h:39, from ../../qof/qof.h:67, from qof-sqlite.c:32: ../../qof/qoftime.h:320:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] qof_time_from_gtimeval (QofTime * qt, GTimeVal * gtv); ^~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gprintf.h:21, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gstdio.h:22, from qof-sqlite.c:28: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from ../../qof/qofdate.h:78:0, from ../../qof/qofutil.h:37, from ../../qof/qoflog.h:39, from ../../qof/qof.h:67, from qof-sqlite.c:32: ../../qof/qoftime.h:386:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] qof_time_get_current_start (void); ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:30, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gprintf.h:21, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gstdio.h:22, from qof-sqlite.c:28: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gtypes.h:555:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from ../../qof/qof.h:93:0, from qof-sqlite.c:32: ../../qof/deprecated.h:181:1: warning: 'GCache' is deprecated: Use 'GHashTable' instead [-Wdeprecated-declarations] GCache *gnc_engine_get_string_cache (void); ^~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:106:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gprintf.h:21, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gstdio.h:22, from qof-sqlite.c:28: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/deprecated/gcache.h:36:16: note: declared here typedef struct _GCache GCache GLIB_DEPRECATED_TYPE_IN_2_26_FOR(GHashTable); ^~~~~~~ In file included from ../../qof/qof.h:93:0, from qof-sqlite.c:32: ../../qof/deprecated.h:183:1: warning: 'GCache' is deprecated: Use 'GHashTable' instead [-Wdeprecated-declarations] GCache *qof_util_get_string_cache (void); ^~~~~~ In file included from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib.h:106:0, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gprintf.h:21, from /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/gstdio.h:22, from qof-sqlite.c:28: /tmp/devel/qof/work/.buildlink/include/glib-2.0/glib/deprecated/gcache.h:36:16: note: declared here typedef struct _GCache GCache GLIB_DEPRECATED_TYPE_IN_2_26_FOR(GHashTable); ^~~~~~~ qof-sqlite.c: In function 'kvpvalue_to_sql': qof-sqlite.c:321:9: warning: variable 'full_path' set but not used [-Wunused-but-set-variable] gchar *full_path; ^~~~~~~~~ qof-sqlite.c: In function 'string_param_foreach': qof-sqlite.c:760:18: warning: variable 'qsql_be' set but not used [-Wunused-but-set-variable] QSQLiteBackend *qsql_be; ^~~~~~~ qof-sqlite.c: In function 'create_dirty_list': qof-sqlite.c:859:30: warning: variable 'tmp' set but not used [-Wunused-but-set-variable] gchar *value, *columnName, *tmp; ^~~ qof-sqlite.c:859:9: warning: variable 'value' set but not used [-Wunused-but-set-variable] gchar *value, *columnName, *tmp; ^~~~~ qof-sqlite.c: In function 'qsqlite_session_begin': qof-sqlite.c:1314:7: warning: variable 'stat_val' set but not used [-Wunused-but-set-variable] gint stat_val; ^~~~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/tmp/devel/qof/work/.buildlink/include -I/tmp/devel/qof/work/.buildlink/include/glib-2.0 -I/tmp/devel/qof/work/.buildlink/include/gio-unix-2.0 -I/tmp/devel/qof/work/.buildlink/lib/glib-2.0/include -I.. -I../../qof/ -DLOCALE_DIR=\"/usr/pkg/share/locale\" -O2 -D_FORTIFY_SOURCE=2 -g2 -Wall -MT qof-sqlite.lo -MD -MP -MF .deps/qof-sqlite.Tpo -c qof-sqlite.c -o qof-sqlite.o >/dev/null 2>&1 /bin/sh ../../libtool --tag=CC --mode=link gcc -I.. -I../.. -I../../qof/ -DLOCALE_DIR=\""/usr/pkg/share/locale"\" -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -I/usr/pkg/include -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -g2 -Wall -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -o libqof-backend-sqlite.la -rpath /usr/pkg/lib -L../../qof -L../../lib/libsql -version-info 0:2:0 qof-sqlite.lo -lqof -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -lglib-2.0 -lintl -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -lsqlite libtool: link: gcc -shared -fPIC -DPIC .libs/qof-sqlite.o -Wl,-rpath,/tmp/devel/qof/work/qof-0.7.5/qof/.libs -Wl,-rpath,/tmp/devel/qof/work/qof-0.7.5/lib/libsql/.libs -Wl,-rpath,/tmp/devel/qof/work/.buildlink/lib -Wl,-rpath,/usr/pkg/lib -Wl,-rpath,/tmp/devel/qof/work/.buildlink/lib -L/tmp/devel/qof/work/qof-0.7.5/lib/libsql/.libs -L/tmp/devel/qof/work/.buildlink/lib -L../../qof -L../../lib/libsql -L../../qof/.libs -lqof -L../lib/libsql -lgmodule-2.0 -lgobject-2.0 -lqofsql -lm -lglib-2.0 -lintl -lsqlite -O2 -g2 -Wl,-rpath -Wl,/usr/pkg/lib -Wl,-rpath -Wl,/usr/pkg/lib -Wl,-rpath -Wl,/usr/pkg/lib -pthread -Wl,-soname -Wl,libqof-backend-sqlite.so.0 -o .libs/libqof-backend-sqlite.so.0.0.2 libtool: link: (cd ".libs" && rm -f "libqof-backend-sqlite.so.0" && ln -s "libqof-backend-sqlite.so.0.0.2" "libqof-backend-sqlite.so.0") libtool: link: (cd ".libs" && rm -f "libqof-backend-sqlite.so" && ln -s "libqof-backend-sqlite.so.0.0.2" "libqof-backend-sqlite.so") libtool: link: ar cru .libs/libqof-backend-sqlite.a qof-sqlite.o libtool: link: ranlib .libs/libqof-backend-sqlite.a libtool: link: ( cd ".libs" && rm -f "libqof-backend-sqlite.la" && ln -s "../libqof-backend-sqlite.la" "libqof-backend-sqlite.la" ) gmake[3]: Leaving directory '/tmp/devel/qof/work/qof-0.7.5/backend/sqlite' gmake[3]: Entering directory '/tmp/devel/qof/work/qof-0.7.5/backend' gmake[3]: Nothing to be done for 'all-am'. gmake[3]: Leaving directory '/tmp/devel/qof/work/qof-0.7.5/backend' gmake[2]: Leaving directory '/tmp/devel/qof/work/qof-0.7.5/backend' Making all in po gmake[2]: Entering directory '/tmp/devel/qof/work/qof-0.7.5/po' gmake[2]: Nothing to be done for 'all'. gmake[2]: Leaving directory '/tmp/devel/qof/work/qof-0.7.5/po' Making all in doc gmake[2]: Entering directory '/tmp/devel/qof/work/qof-0.7.5/doc' Making all in html gmake[3]: Entering directory '/tmp/devel/qof/work/qof-0.7.5/doc/html' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/tmp/devel/qof/work/qof-0.7.5/doc/html' gmake[3]: Entering directory '/tmp/devel/qof/work/qof-0.7.5/doc' gmake[3]: Nothing to be done for 'all-am'. gmake[3]: Leaving directory '/tmp/devel/qof/work/qof-0.7.5/doc' gmake[2]: Leaving directory '/tmp/devel/qof/work/qof-0.7.5/doc' gmake[1]: Leaving directory '/tmp/devel/qof/work/qof-0.7.5' *** Please use pkgtools/verifypc to sanity check dependencies.