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 to `sqlite3VtabBeginParse'
    sqlite3.c:150733: undefined reference to `sqlite3VtabArgInit'
    sqlite3.c:150738: undefined reference to `sqlite3VtabArgExtend'

a short research discovered that the link issues are a result of inconsistent 
definition of macro guards.
A fix patch is attached to this mail.

Regards,
Yehiel Zohar.
This email and any files transmitted with it are confidential material. They 
are intended solely for the use of the designated individual or entity to whom 
they are addressed. If the reader of this message is not the intended 
recipient, you are hereby notified that any dissemination, use, distribution or 
copying of this communication is strictly prohibited and may be unlawful.

If you have received this email in error please immediately notify the sender 
and delete or destroy any copy of this message
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to