Ken <[EMAIL PROTECTED]> wrote:
> Compile error with -DSQLITE_OMIT_TRIGGER
>  
>  I get a link error when using:  -DSQLITE_OMIT_TRIGGER
>  
>  And  also from an application link:
>  /home/ixion/LIB/sqlite3/.libs64/libsqlite3.a(parse.o): In function 
> `yy_destructor':

You have to pass the -DSQLITE_OMIT_... arguments to lemon
when you convert parse.y into parse.c.  Otherwise the parse.c
file will contain references to functions that do not exist.
--
D. Richard Hipp  <[EMAIL PROTECTED]>


-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to