[sqlite] Compile error with certain compile time options

2019-01-15 Thread Ertan Küçükoğlu
Hello, I am trying to build a specific static library for an embedded device running "arm-linux-gnueabi" sqlite 3.26.0 I have tried to try some compile time parameters first. I passed some omit options to autoconfig in order to reduce file size. I am getting warnings and finally an error. I

Re: [sqlite] Compile error with certain compile time options

2019-01-15 Thread Shawn Wagner
Did you read all of https://www.sqlite.org/compile.html#omitfeatures ? In particular it looks like you're trying to build the amalgamation version instead of using the full source version to build a custom amalgamation file like it suggests. Plus of course even if you do that, > Some

Re: [sqlite] Link errors with SQLITE_OMIT_VIRTUALTABLE

2019-01-15 Thread Simon Slavin
On 15 Jan 2019, at 8:06am, Yehiel Zohar wrote: > A fix patch is attached to this mail. Sorry, but this mailing list automatically strips attachments. You can paste the contents of your patch file into a followup, or upload it to a server and post a link. Simon.

[sqlite] Link errors with SQLITE_OMIT_VIRTUALTABLE

2019-01-15 Thread Yehiel Zohar
Hi all, I have these link errors when compiling sqlite3 (amalgamation version 3.26.0) as part of my application: sqlite3.c:150722: undefined reference to `sqlite3VtabFinishParse' sqlite3.c:150725: undefined reference to `sqlite3VtabFinishParse' sqlite3.c:150729: undefined reference