Re: [sqlite] not build with SQLITE_OMIT_VIRTUALTABLE

2018-05-03 Thread Simon Davies
On 3 May 2018 at 14:07, Michele Dionisio  wrote:
> Hi all,
>
> last sqlite 3230100 does not build with -DSQLITE_OMIT_VIRTUALTABLE and the
> error is:
>
> | sqlite3-sqlite3.o: In function `sqlite3RunParser':
> | sqlite3.c:(.text+0x6e644): undefined reference to `sqlite3VtabFinishParse'
> | sqlite3.c:(.text+0x6e654): undefined reference to `sqlite3VtabFinishParse'
> | sqlite3.c:(.text+0x6e674): undefined reference to `sqlite3VtabBeginParse'
> | sqlite3.c:(.text+0x6e680): undefined reference to `sqlite3VtabArgInit'
> | sqlite3.c:(.text+0x6e690): undefined reference to `sqlite3VtabArgExtend'
> | collect2: error: ld returned 1 exit status
> | make: *** [sqlite3] Error 1

If you are using the amalgamation, see last bullet in list in
"Building The Amalgamation"
(http://www.sqlite.org/howtocompile.html#amal)

Regards,
Simon
___
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users


[sqlite] not build with SQLITE_OMIT_VIRTUALTABLE

2018-05-03 Thread Michele Dionisio

Hi all,

last sqlite 3230100 does not build with -DSQLITE_OMIT_VIRTUALTABLE and 
the error is:


| sqlite3-sqlite3.o: In function `sqlite3RunParser':
| sqlite3.c:(.text+0x6e644): undefined reference to `sqlite3VtabFinishParse'
| sqlite3.c:(.text+0x6e654): undefined reference to `sqlite3VtabFinishParse'
| sqlite3.c:(.text+0x6e674): undefined reference to `sqlite3VtabBeginParse'
| sqlite3.c:(.text+0x6e680): undefined reference to `sqlite3VtabArgInit'
| sqlite3.c:(.text+0x6e690): undefined reference to `sqlite3VtabArgExtend'
| collect2: error: ld returned 1 exit status
| make: *** [sqlite3] Error 1

--

Powersoft logo 

*Michele Dionisio |*Senior Embedded System Manager

*skype:*  m.dionisio *| email:* michele.dioni...@powersoft.com 



*HQ Italy:* Via E. Conti, 5 *|* 50018 Scandicci (FI) Italy

*direct phone:*  +39 055 735 0230 *| Fax:*   +39 055 735 6235

*web site:* www.powersoft.it 

Green Audio Power

___
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users