|
|
make[3]: Entering directory `/root/chm/kchmviewer-2.5/src'
if g++ -DHAVE_CONFIG_H -I. -I. -I. -I/usr/lib/qt3/include -I../chmlib/ -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 iconstorage.o -MD -MP -MF ".deps/iconstorage.Tpo" -c -o iconstorage.o iconstorage.cpp; \
then mv -f ".deps/iconstorage.Tpo" ".deps/iconstorage.Po"; else rm -f ".deps/iconstorage.Tpo"; exit 1; fi
iconstorage.h:60: error: extra qualification ‘KCHMIconStorage::’ on member ‘getCloseWindowIcon’
make[3]: *** [iconstorage.o] 错误 1
make[3]: Leaving directory `/root/chm/kchmviewer-2.5/src'
make[2]: *** [all-recursive] 错误 1
make[2]: Leaving directory `/root/chm/kchmviewer-2.5/src'
make[1]: *** [all] 错误 2
make[1]: Leaving directory `/root/chm/kchmviewer-2.5/src'
make: *** [all-recursive] 错误 1
请问这个怎么办啊? |
|