|
我想装一个 gcvs-1.0.tar.gz
tcl/tk 8.5
gtk+2.0
FC6.0:2.6.20-1.2952.fc6
gcc 版本 4.1.1 20061011
./configure 没问题
make的时候出现下面的问题:
make all-recursive
make[1]: Entering directory `/home/rootbackup/backup/source.code/gCVS/gcvs-1.0'
Making all in common
make[2]: Entering directory `/home/rootbackup/backup/source.code/gCVS/gcvs-1.0/common'
source='AboutDlg.cpp' object='AboutDlg.o' libtool=no \
depfile='.deps/AboutDlg.Po' tmpdepfile='.deps/AboutDlg.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../gcvs -I../gcvs/src -I/. -I../cvstree -I../rf -Wall -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -DqUnix -DqGTK -DqCvsDebug=0 -g -O2 -c -o AboutDlg.o `test -f 'AboutDlg.cpp' || echo './'`AboutDlg.cpp
../rf/ustr.h:178: 错误:有多余的限定 ‘UStr::’ 在成员 ‘operator+=’ 上
../rf/ustr.h:180: 错误:有多余的限定 ‘UStr::’ 在成员 ‘operator+=’ 上
../rf/ustr.h:182: 错误:有多余的限定 ‘UStr::’ 在成员 ‘operator+=’ 上
../rf/ustr.h:184: 错误:有多余的限定 ‘UStr::’ 在成员 ‘operator+=’ 上
make[2]: *** [AboutDlg.o] 错误 1
make[2]: Leaving directory `/home/rootbackup/backup/source.code/gCVS/gcvs-1.0/common'
make[1]: *** [all-recursive] 错误 1
make[1]: Leaving directory `/home/rootbackup/backup/source.code/gCVS/gcvs-1.0'
make: *** [all] 错误 2
这个好像是源文件的错误,但偶的源文件是从SF上下的,请高人指点一下,谢谢!~~:help:help:help:help:help:help |
|