|
configure的时候没有问题。这个怎么解决?
make: Warning: File `Makefile' has modification time 2.4e+04 s in the future
make all-recursive
make[1]: Entering directory `/opt/scim-qtimm/src/scim-qtimm-0.8.95'
make[1]: Warning: File `Makefile' has modification time 2.4e+04 s in the future
Making all in src
make[2]: Entering directory `/opt/scim-qtimm/src/scim-qtimm-0.8.95/src'
make[2]: Warning: File `.deps/qsciminputcontext.Plo' has modification time 2.4e+04 s in the future
if /bin/sh ../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/qt/include -I/usr/X11R6/include -I/usr/include/scim-1.0 -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 -g -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -MT qsciminputcontext.lo -MD -MP -MF ".deps/qsciminputcontext.Tpo" \
-c -o qsciminputcontext.lo `test -f 'qsciminputcontext.cpp' || echo './'`qsciminputcontext.cpp; \
then mv -f ".deps/qsciminputcontext.Tpo" ".deps/qsciminputcontext.Plo"; \
else rm -f ".deps/qsciminputcontext.Tpo"; exit 1; \
fi
qsciminputcontext.cpp: In member function 'void QScimInputContextGlobal::initialize()':
qsciminputcontext.cpp:407: error: no matching function for call to 'scim::ConfigModule::create_config(const char [5])'
/usr/include/scim-1.0/scim_config_module.h:117: note: candidates are: scim::ConfigPointer scim::ConfigModule::create_config() const
qsciminputcontext.cpp: In member function 'void QScimInputContextGlobal::finalize()':
qsciminputcontext.cpp:520: error: 'SCIM_GLOBAL_CONFIG_DEFAULT_IMENGINE_FACTORY' was not declared in this scope
make[2]: *** [qsciminputcontext.lo] 错误 1
make[2]: Leaving directory `/opt/scim-qtimm/src/scim-qtimm-0.8.95/src'
make[1]: *** [all-recursive] 错误 1
make[1]: Leaving directory `/opt/scim-qtimm/src/scim-qtimm-0.8.95'
make: *** [all] 错误 2 |
|