Comment #7 on issue 670 by yechunliang: pinyin input crash
http://code.google.com/p/ibus/issues/detail?id=670

While I make install ibus-python without add "NO_INDEX=true" , this issue  
happens.
Thanks for P.Huang's help, I have ported ibus/ibus-pinyin on ARM platform  
successfully.
----------------------------------------------------------------
#crosscompile
CC="arm-none-linux-gnueabi-gcc" ./configure --prefix=/usr --sysconfdir=/etc
--host=$TARGET
# install
make DESTDIR=${RPM_BUILD_ROOT} NO_INDEX=true install
cd /usr/share/ibus-pinyin/engine
python -c "import pysqlitedb; db = pysqlitedb.PYSQLiteDB ();  
db.create_indexes ();"
-----------------------------------------------------------------

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

-- 
You received this message because you are subscribed to the Google
Groups "ibus-devel" group.
iBus project web page: http://code.google.com/p/ibus/
iBus dev group: http://groups.google.com/group/ibus-devel?hl=en

回复