|
I compiled and installed the lates SCIM & SKIM 1.4.4 on my SUSE 10.0 64bits succesfully. But when make pinyin IME, it shows messages below:
...........
...........
Making all in setupui
make[4]: Entering directory `/home/truth/MyDownloads/scim-pinyin-0.5.91/skim/setupui'
if /bin/sh ../libtool --silent --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/kde3/include -I/usr/lib/qt3/include -I/usr/X11R6/include -I/usr/local/include/scim-1.0 -I/opt/kde3/include/skim -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -MT smartpinyinui.lo -MD -MP -MF ".deps/smartpinyinui.Tpo" -c -o smartpinyinui.lo smartpinyinui.cpp; \
then mv -f ".deps/smartpinyinui.Tpo" ".deps/smartpinyinui.Plo"; else rm -f ".deps/smartpinyinui.Tpo"; exit 1; fi
smartpinyinui.cpp:26:36: error: skimeditshortcutbutton.h: No such file or directory
make[4]: *** [smartpinyinui.lo] 错误 1
make[4]: Leaving directory `/home/truth/MyDownloads/scim-pinyin-0.5.91/skim/setupui'
make[3]: *** [all-recursive] 错误 1
make[3]: Leaving directory `/home/truth/MyDownloads/scim-pinyin-0.5.91/skim'
make[2]: *** [all] 错误 2
make[2]: Leaving directory `/home/truth/MyDownloads/scim-pinyin-0.5.91/skim'
make[1]: *** [all-recursive] 错误 1
make[1]: Leaving directory `/home/truth/MyDownloads/scim-pinyin-0.5.91'
make: *** [all] 错误 2
Even the configure process seemed ok, what's wrong? How can I get it to work?:ask
SCIM&SKIM 1.4.4 pinyin 0.5.91
and when copiling Scim-tables there's similar error, |
|