On Tue, Mar 19, 2013 at 11:25 PM, Richard Hipp <d...@sqlite.org> wrote:
>
> On Tue, Mar 19, 2013 at 6:18 PM, Petite Abeille <petite.abei...@gmail.com
>wrote:
> > On Mar 19, 2013, at 1:33 PM, D. Richard Hipp <d...@hwaci.com> wrote:
> > >   http://www.sqlite.org/releaselog/3_7_16.html
> >
> > • Enhance the spellfix1 extension so that the edit distance cost table
can
> > be changed at runtime by inserting a string like 'edit_cost_table=TABLE'
> > into the "command" field.
> >
> > Is there an example of how to compile & load that spellfix1 extension?
On
> > Mac OS X possibly?
> >
> Try static linking.  Example of how to build a shell that contains
> spellfix1:
>
>     www.sqlite.org/src/artifact/a9c34a606e2e52

FWIW, several defines from that script do not appear documented at
http://www.sqlite.org/compile.html:

   -DSQLITE_ENABLE_VFSTRACE \
   -DSQLITE_ENABLE_REGEXP \
   -DSQLITE_ENABLE_SPELLFIX \
   -DSQLITE_CORE=1 \

Thanks, --DD
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to