[sqlite] fts5 module does not build from the 3.8.11 release's source tarball

2015-08-01 Thread Dan Kennedy
On 07/31/2015 09:51 PM, Hinrichsen, John wrote: > Update: > > I don't have a problem compiling under centos 7 (gcc 4.8.3), but with > centos 6 (gcc 4.4.7) I do get this error. > > fts5_main.c:30: error: redefinition of typedef 'Fts5Global' > fts5Int.h:83: note: previous declaration of 'Fts5Global'

[sqlite] fts5 module does not build from the 3.8.11 release's source tarball

2015-07-31 Thread Hinrichsen, John
Update: I don't have a problem compiling under centos 7 (gcc 4.8.3), but with centos 6 (gcc 4.4.7) I do get this error. fts5_main.c:30: error: redefinition of typedef 'Fts5Global' fts5Int.h:83: note: previous declaration of 'Fts5Global' was here Unfortunately, I still have to support centos 6.

[sqlite] fts5 module does not build from the 3.8.11 release's source tarball

2015-07-28 Thread Dan Kennedy
On 07/28/2015 02:55 AM, Hinrichsen, John wrote: > Hi, > > I was not able to get the fts5 module to build from the versioned source > tarball for this release (http://www.sqlite.org/2015/sqlite-src-3081100.zip > ). Which step failed? > > I was able to 'make fts5.c' following the instructions

[sqlite] fts5 module does not build from the 3.8.11 release's source tarball

2015-07-27 Thread Hinrichsen, John
This was the error I got: fts5_main.c:30: error: redefinition of typedef 'Fts5Global' On Mon, Jul 27, 2015 at 4:00 PM, Dan Kennedy wrote: > On 07/28/2015 02:55 AM, Hinrichsen, John wrote: > >> Hi, >> >> I was not able to get the fts5 module to build from the versioned source >> tarball for

[sqlite] fts5 module does not build from the 3.8.11 release's source tarball

2015-07-27 Thread Hinrichsen, John
Hi, I was not able to get the fts5 module to build from the versioned source tarball for this release (http://www.sqlite.org/2015/sqlite-src-3081100.zip ). I was able to 'make fts5.c' following the instructions that reference the "trunk" tarball. Regards, John Hinrichsen -- This message