Hello, this error still exists. Please fix it.
Greetings Sebastian SII Technologies GmbH Geschäftsführer: Robert Bauer Sitz der Gesellschaft: 86167 Augsburg Registergericht: Amtsgericht Augsburg HRB 31802-----Ursprüngliche Nachricht----- Von: Priebe, Sebastian Gesendet: Montag, 24. April 2017 16:50 An: [email protected] Betreff: Build error in SQLite 3.18 if SQLITE_UNTESTABLE is defined Hello, shell.c fails to build with: shell.c: In function 'do_meta_command': shell.c:6442:50: error: 'sql_trace_callback' undeclared (first use in this function) sqlite3_trace_v2(p->db, SQLITE_TRACE_STMT, sql_trace_callback,p->traceOut); ^ shell.c:6442:50: note: each undeclared identifier is reported only once for each function it appears in make: *** [sqlite3-shell.o] Error 1 Looking at the source code: the function sql_trace_callback is only available if SQLITE_UNTESTABLE is not defined, but at the place it is used there is no such restiction. Greetings Sebastian _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

