./configure CFLAGS="-DSQLITE_ENABLE_ICU
but after I have a linker problem:
/bin/sh ./libtool --tag=CC --mode=link gcc -DSQLITE_THREADSAFE=1
-DSQLITE_ENABLE_ICU -I/usr/local/include -L/usr/local/lib -o
libsqlite3.la-rpath /usr/local/lib -no-undefined -version-info 8:6:8
sqlite3.lo
gcc -dynamiclib -o .libs/libsqlite3.0.8.6.dylib .libs/sqlite3.o
-L/usr/local/lib -install_name /usr/local/lib/libsqlite3.0.dylib
-compatibility_version 9 -current_version 9.6
Undefined symbols:
"_u_strToLower_4_2", referenced from:
_icuCaseFunc16 in sqlite3.o
"_u_strToUpper_4_2", referenced from:
_icuCaseFunc16 in sqlite3.o
"_u_errorName_4_2", referenced from:
_icuFunctionError in sqlite3.o
"_utf8_nextCharSafeBody_4_2", referenced from:
_icuLikeFunc in sqlite3.o
"_ucol_strcoll_4_2", referenced from:
_icuCollationColl in sqlite3.o
"_u_foldCase_4_2", referenced from:
_icuLikeCompare in sqlite3.o
_icuLikeCompare in sqlite3.o
"_utf8_countTrailBytes_4_2", referenced from:
_icuLikeCompare in sqlite3.o
_icuLikeCompare in sqlite3.o
_icuLikeCompare in sqlite3.o
_icuLikeCompare in sqlite3.o
_icuLikeCompare in sqlite3.o
"_ucol_close_4_2", referenced from:
On Thu, Dec 10, 2009 at 3:55 PM, Sylvain Pointeau <
[email protected]> wrote:
> ... I don't have this line in my Makefile.in ...
> Are you sure there is not an option to put in the "configure" command?
>
> Best regards,
> Sylvain
>
>
> On Thu, Dec 10, 2009 at 3:44 PM, Alexey Pechnikov
> <[email protected]>wrote:
>
>> Hello!
>>
>> On Thursday 10 December 2009 17:40:24 Sylvain Pointeau wrote:
>> > Thank you very much.
>> > How should I do exactly with configure to enable this define ?
>>
>> You can simple replace the string
>> TCC += -D_HAVE_SQLITE_CONFIG_H
>> to
>> TCC += -D_HAVE_SQLITE_CONFIG_H -DSQLITE_ENABLE_ICU
>> in the Makefine.in
>>
>> Best regards, Alexey Pechnikov.
>> http://pechnikov.tel/
>> _______________________________________________
>> sqlite-users mailing list
>> [email protected]
>> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>>
>
>
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users