|
|
发表于 2006-6-5 09:25:41
|
显示全部楼层
哈哈,我这里又出问题了
./configure 或者 ./configure --with-kde 都说:
Good - your configure finished. Start make now
然后make, 说:
Making all in chmlib
make[1]: Entering directory `/home/Benny/Desktop/kchmviewer-2.5/chmlib'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/Benny/Desktop/kchmviewer-2.5/chmlib'
Making all in src
make[1]: Entering directory `/home/Benny/Desktop/kchmviewer-2.5/src'
make all-recursive
make[2]: Entering directory `/home/Benny/Desktop/kchmviewer-2.5/src'
Making all in pics
make[3]: Entering directory `/home/Benny/Desktop/kchmviewer-2.5/src/pics'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/Benny/Desktop/kchmviewer-2.5/src/pics'
make[3]: Entering directory `/home/Benny/Desktop/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] Error 1
make[3]: Leaving directory `/home/Benny/Desktop/kchmviewer-2.5/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/Benny/Desktop/kchmviewer-2.5/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/Benny/Desktop/kchmviewer-2.5/src'
make: *** [all-recursive] Error 1 |
|