I'm building on Debian10

<command-line>: warning: ISO C99 requires whitespace after the macro name
<command-line>: error: missing binary operator before token "1"
sqlite3.c:308:5: note: in expansion of macro ‘SQLITE_ENABLE_RTREE’

* 'space' missing after $BUILD_CFLAGS

--- a/configure   2018-09-15 15:36:05.000000000 +0200
+++ b/sqlite-autoconf-3250000/configure        2018-09-17
09:30:57.824054134 +0200

@@ -13638,7 +13638,7 @@
 fi

 if test x"$enable_session" = "xyes"; then
-  BUILD_CFLAGS="$BUILD_CFLAGS-DSQLITE_ENABLE_SESSION
-DSQLITE_ENABLE_PREUPDATE_HOOK"
+  BUILD_CFLAGS="$BUILD_CFLAGS -DSQLITE_ENABLE_SESSION
-DSQLITE_ENABLE_PREUPDATE_HOOK"
 fi
 #-----------------------------------------------------------------------
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to