On Thu, Jun 14, 2012 at 1:41 PM, Baruch Burstein <[email protected]>wrote:
> I tried getting FTS support in the SQLite shell of Fossil. I added the > -DSQLITE_ENABLE_FTS3 and -DSQLITE_ENABLE_FTS3_PARENTHESIS flags to the > compilation of sqlite3.c in the makefile, but I got an error the 'no such > module "fts3" '. I then tried adding the flags also to the compilation of > shell.c, but got the same error. Finally I added the flags to the CFLAGS > variable, which I think adds them to the compilation of every source file > in Fossil, but the same error. > > a) Why isn't this working? > b) How can I get it to work? > Be sure to do "make clean; make". After doing the "make clean" it worked fine for me. > > -- > ˙uʍop-ǝpısdn sı ɹoʇıuoɯ ɹnoʎ 'sıɥʇ pɐǝɹ uɐɔ noʎ ɟı > > > _______________________________________________ > fossil-users mailing list > [email protected] > http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users > > -- D. Richard Hipp [email protected]
_______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

