[sqlite] failure to build static library with -DSQLITE_ENABLE_ICU

2014-03-17 Thread Alex Loukissas
2014-03-14 0:30 GMT+01:00 Alex Loukissas : > I have verified that adding the said include fixes the issue (1-line patch): > > diff --git sqlite3.c sqlite3.c > index 7c6d3e2..a9399e4 100644 > --- sqlite3.c > +++ sqlite3.c > @@ -145656,6 +145656,7 @@ SQLITE_API int sqlite3_rtree_init( > #include >

Re: [sqlite] failure to build static library with -DSQLITE_ENABLE_ICU

2014-03-14 Thread Jan Nijtmans
2014-03-14 0:30 GMT+01:00 Alex Loukissas : > I have verified that adding the said include fixes the issue (1-line patch): > > diff --git sqlite3.c sqlite3.c > index 7c6d3e2..a9399e4 100644 > --- sqlite3.c > +++ sqlite3.c > @@ -145656,6 +145656,7 @@ SQLITE_API int

[sqlite] failure to build static library with -DSQLITE_ENABLE_ICU

2014-03-13 Thread Alex Loukissas
Hello, I have been trying to build sqlite 3.8.4.1 using the ICU extension and have seem to have hit an apparent bug in the sqlite code. After much debugging, it looks like the header is missing, which causes warnings like the following to appear: sqlite3.c: In function 'icuLikeCompare':