Re: [sqlite] More on ICU extension (windows)

2008-08-02 Thread Alexey Pechnikov
Hello! В сообщении от Saturday 02 August 2008 13:59:54 Graeme написал(а): > > and in file mksqlite3c.tcl add icu.c in "foreach file" circle before > > main.c > > Thanks Alexey, it worked fine. I would never have thought to change > mksqlite3c.tcl, so thanks especially for that. I did create

Re: [sqlite] More on ICU extension (windows)

2008-08-02 Thread Graeme
On Friday 01 August 2008 17:37:51 Alexey Pechnikov wrote: > > 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

Re: [sqlite] More on ICU extension (windows)

2008-08-01 Thread Graeme
On Friday 01 August 2008 19:59:16 Alexey Pechnikov wrote: > Hello! > > > And how about SQLite+ICU compilation? Is it work for you? Not yet, but I will try to solve the problems myself before asking for more help. > > > > In configure.in > > I'm sorry, in Makefile.in, of cource I was about to

Re: [sqlite] More on ICU extension (windows)

2008-08-01 Thread Robert Simpson
codepage-specific text rather than utf8 text. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Christophe Leske Sent: Friday, August 01, 2008 3:05 AM To: General Discussion of SQLite Database Subject: [sqlite] More on ICU extension (windows) Graeme schrieb: >

Re: [sqlite] More on ICU extension (windows)

2008-08-01 Thread Alexey Pechnikov
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 >

Re: [sqlite] More on ICU extension (windows)

2008-08-01 Thread Alexey Pechnikov
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 > > >

Re: [sqlite] More on ICU extension (windows)

2008-08-01 Thread 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

Re: [sqlite] More on ICU extension (windows)

2008-08-01 Thread Alexey Pechnikov
Hello! В сообщении от Friday 01 August 2008 14:49:04 Alexey Pechnikov написал(а): > Try this > http://dload.mobigroup.ru/sqlite-ext/icu/3.5.9/libSqliteIcu.dll sqlite3 :memory: SQLite version 3.5.9 Enter ".help" for instructions sqlite> SELECT load_extension('libSqliteIcu.dll'); SQL error: error

Re: [sqlite] More on ICU extension (windows)

2008-08-01 Thread Alexey Pechnikov
Hello! В сообщении от Friday 01 August 2008 14:05:09 Christophe Leske написал(а): > Graeme schrieb: > > I apparently successfully compiled the ICU extension with: > > Has anyone sucessfully compiled the ICU extension for Windows (XP)? If > so, i would be very interested in the steps, thank you. >

[sqlite] More on ICU extension (windows)

2008-08-01 Thread Christophe Leske
Graeme schrieb: > I apparently successfully compiled the ICU extension with: > Has anyone sucessfully compiled the ICU extension for Windows (XP)? If so, i would be very interested in the steps, thank you. Also, isn´t it that the command line interpreter for windows (the one offered at the