用qmake-qt4的话,得到这样到反馈:
[root@magic linux-fetion-0.2.1]# qmake-qt4
bash: qmake-qt4: command not found
直接qmake,make.就这样子:
[root@magic ~]# cd /root/linux-fetion-0.2.1/linux-fetion-0.2.1
[root@magic linux-fetion-0.2.1]# qmake
[root@magic linux-fetion-0.2.1]# make
/usr/lib/qt-3.3/bin/uic ui/login_window.ui -o ui/login_window.h
uic: File generated with too recent version of Qt Designer (4.0 vs. 3.3.
make: *** [ui/login_window.h] 错误 1
[root@magic linux-fetion-0.2.1]#
/libfetion_32.a(dmd5.o):在函数‘d_MD5’中:
dmd5.c.text+0xb4a):对‘__stack_chk_fail_local’未定义的引用
./libfetion_32.a(dmd5.o):dmd5.c.text+0xc2a): more undefined references to `__stack_chk_fail_local' follow
collect2: ld returned 1 exit status
make: *** [linux-fetion] 错误 1