Hello!

>
> And how about SQLite+ICU compilation? Is it work for you?
>
> In configure.in

I'm sorry, in Makefile.in, of cource.

>
> 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

On mswin (with -DU_UTF8_IMPL and U_EXPORT is replaced by U_EXPORT2) SQLite+ICU 
is compiled but returning error on command 
SELECT icu_load_collation('ru_RU', 'russian');

I think that debian mantainer of libicu using some patches for it. May be I'll 
find solution in patches for debian package.

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