Hello!

В сообщении от Friday 01 August 2008 15:49:40 Graeme написал(а):
> On Friday 01 August 2008 16:45:54 Alexey Pechnikov wrote:
> > Hello!
> >
> > В сообщении от Friday 01 August 2008 14:49:04 Alexey Pechnikov написал(а):
> > > Try this
> > > http://dload.mobigroup.ru/sqlite-ext/icu/3.5.9/libSqliteIcu.dll
>
> --snip--
>
> > sqlite> SELECT load_extension('libSqliteIcu.dll');
> > SQL error: error during initialization:
> > sqlite> .load 'libSqliteIcu.dll'
> > sqlite>
>
> --snip--
>
> > from utf8.h from icu package. I replace U_EXPORT to U_EXPORT2 and now
> > libSqliteIcu.dll is compiled but it's not correct way.
>
> looks like a smimilar problem. It also looks to me like debugging this
> would be difficult....
>
> Graeme

And how about SQLite+ICU compilation? Is it work for you? 

In configure.in

TCC += -DSQLITE_ENABLE_ICU=1 `icu-config --ldflags` 
LIBOBJ += icu.lo

icu.lo: $(TOP)/ext/icu/icu.c $(HDR)
        $(LTCOMPILE) -c $(TOP)/ext/icu/icu.c

and in file mksqlite3c.tcl add icu.c in "foreach file" circle before main.c


Best regards, Alexey.

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

Reply via email to