LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1283|回复: 0

编译Linq出错,有谁编译成功过吗?请帮忙

[复制链接]
发表于 2003-12-6 08:47:15 | 显示全部楼层 |阅读模式
cd liblinq && make -f Makefile
make[1]: Entering directory `/tmp/linqt-2.2.5/src/liblinq'
g++ -c -pipe -w -O2 -g -pipe -march=i386 -mcpu=i686 -fno-use-cxa-atexit -fno-exceptions   -I/usr/lib/qt-3.1/mkspecs/default -I. -I. -I../include -Ip2p -Iproxy -o icqmain.o icqmain.cpp
g++ -c -pipe -w -O2 -g -pipe -march=i386 -mcpu=i686 -fno-use-cxa-atexit -fno-exceptions   -I/usr/lib/qt-3.1/mkspecs/default -I. -I. -I../include -Ip2p -Iproxy -o icqutils.o icqutils.cpp
g++ -c -pipe -w -O2 -g -pipe -march=i386 -mcpu=i686 -fno-use-cxa-atexit -fno-exceptions   -I/usr/lib/qt-3.1/mkspecs/default -I. -I. -I../include -Ip2p -Iproxy -o md5.o md5.cpp
g++ -c -pipe -w -O2 -g -pipe -march=i386 -mcpu=i686 -fno-use-cxa-atexit -fno-exceptions   -I/usr/lib/qt-3.1/mkspecs/default -I. -I. -I../include -Ip2p -Iproxy -o nullproxy.o nullproxy.cpp
g++ -c -pipe -w -O2 -g -pipe -march=i386 -mcpu=i686 -fno-use-cxa-atexit -fno-exceptions   -I/usr/lib/qt-3.1/mkspecs/default -I. -I. -I../include -Ip2p -Iproxy -o packet.o packet.cpp
g++ -c -pipe -w -O2 -g -pipe -march=i386 -mcpu=i686 -fno-use-cxa-atexit -fno-exceptions   -I/usr/lib/qt-3.1/mkspecs/default -I. -I. -I../include -Ip2p -Iproxy -o tcpstream.o tcpstream.cpp
g++ -c -pipe -w -O2 -g -pipe -march=i386 -mcpu=i686 -fno-use-cxa-atexit -fno-exceptions   -I/usr/lib/qt-3.1/mkspecs/default -I. -I. -I../include -Ip2p -Iproxy -o tcpsession.o tcpsession.cpp
g++ -c -pipe -w -O2 -g -pipe -march=i386 -mcpu=i686 -fno-use-cxa-atexit -fno-exceptions   -I/usr/lib/qt-3.1/mkspecs/default -I. -I. -I../include -Ip2p -Iproxy -o textstream.o textstream.cpp
g++ -c -pipe -w -O2 -g -pipe -march=i386 -mcpu=i686 -fno-use-cxa-atexit -fno-exceptions   -I/usr/lib/qt-3.1/mkspecs/default -I. -I. -I../include -Ip2p -Iproxy -o udppacket.o udppacket.cpp
g++ -c -pipe -w -O2 -g -pipe -march=i386 -mcpu=i686 -fno-use-cxa-atexit -fno-exceptions   -I/usr/lib/qt-3.1/mkspecs/default -I. -I. -I../include -Ip2p -Iproxy -o udpsession.o udpsession.cpp
g++ -c -pipe -w -O2 -g -pipe -march=i386 -mcpu=i686 -fno-use-cxa-atexit -fno-exceptions   -I/usr/lib/qt-3.1/mkspecs/default -I. -I. -I../include -Ip2p -Iproxy -o p2pproxy.o p2pproxy.cpp
g++ -c -pipe -w -O2 -g -pipe -march=i386 -mcpu=i686 -fno-use-cxa-atexit -fno-exceptions   -I/usr/lib/qt-3.1/mkspecs/default -I. -I. -I../include -Ip2p -Iproxy -o messagesession.o p2p/messagesession.cpp
g++ -c -pipe -w -O2 -g -pipe -march=i386 -mcpu=i686 -fno-use-cxa-atexit -fno-exceptions   -I/usr/lib/qt-3.1/mkspecs/default -I. -I. -I../include -Ip2p -Iproxy -o filesession.o p2p/filesession.cpp
gcc -c -pipe -w -O2 -g -pipe -march=i386 -mcpu=i686 -fno-use-cxa-atexit -fno-exceptions   -I/usr/lib/qt-3.1/mkspecs/default -I. -I. -I../include -Ip2p -Iproxy -o base64.o proxy/base64.c
g++ -c -pipe -w -O2 -g -pipe -march=i386 -mcpu=i686 -fno-use-cxa-atexit -fno-exceptions   -I/usr/lib/qt-3.1/mkspecs/default -I. -I. -I../include -Ip2p -Iproxy -o httpproxy.o proxy/httpproxy.cpp
g++ -c -pipe -w -O2 -g -pipe -march=i386 -mcpu=i686 -fno-use-cxa-atexit -fno-exceptions   -I/usr/lib/qt-3.1/mkspecs/default -I. -I. -I../include -Ip2p -Iproxy -o sockstcpproxy.o proxy/sockstcpproxy.cpp
g++ -c -pipe -w -O2 -g -pipe -march=i386 -mcpu=i686 -fno-use-cxa-atexit -fno-exceptions   -I/usr/lib/qt-3.1/mkspecs/default -I. -I. -I../include -Ip2p -Iproxy -o socksudpproxy.o proxy/socksudpproxy.cpp
rm -f liblinq.a
ar cqs liblinq.a icqmain.o icqutils.o md5.o nullproxy.o packet.o tcpstream.o tcpsession.o textstream.o udppacket.o udpsession.o p2pproxy.o messagesession.o filesession.o base64.o httpproxy.o sockstcpproxy.o socksudpproxy.o
make[1]: Leaving directory `/tmp/linqt-2.2.5/src/liblinq'
cd linqt && make -f Makefile
make[1]: Entering directory `/tmp/linqt-2.2.5/src/linqt'
/usr/lib/qt-3.1/bin/uic aboutdlg.ui -o aboutdlg.h
Session management error: Authentication Rejected, reason : None of the authentication protocols specified are supported and host-based authentication failed
/usr/lib/qt-3.1/bin/uic detaildlg.ui -o detaildlg.h
Session management error: Authentication Rejected, reason : None of the authentication protocols specified are supported and host-based authentication failed
/usr/lib/qt-3.1/bin/uic detailmiscpage.ui -o detailmiscpage.h
Session management error: Authentication Rejected, reason : None of the authentication protocols specified are supported and host-based authentication failed
/usr/lib/qt-3.1/bin/uic logindlg.ui -o logindlg.h
Session management error: Authentication Rejected, reason : None of the authentication protocols specified are supported and host-based authentication failed
/usr/lib/qt-3.1/bin/uic optionsdlg.ui -o optionsdlg.h
Session management error: Authentication Rejected, reason : None of the authentication protocols specified are supported and host-based authentication failed
/usr/lib/qt-3.1/bin/uic regwizard.ui -o regwizard.h
Session management error: Authentication Rejected, reason : None of the authentication protocols specified are supported and host-based authentication failed
/usr/lib/qt-3.1/bin/uic searchwizard.ui -o searchwizard.h
Session management error: Authentication Rejected, reason : None of the authentication protocols specified are supported and host-based authentication failed
/usr/lib/qt-3.1/bin/uic sendmsgwidget.ui -o sendmsgwidget.h
Session management error: Authentication Rejected, reason : None of the authentication protocols specified are supported and host-based authentication failed
/usr/lib/qt-3.1/bin/uic syshistorydlg.ui -o syshistorydlg.h
Session management error: Authentication Rejected, reason : None of the authentication protocols specified are supported and host-based authentication failed
/usr/lib/qt-3.1/bin/uic sysmsgdlg.ui -o sysmsgdlg.h
Session management error: Authentication Rejected, reason : None of the authentication protocols specified are supported and host-based authentication failed
/usr/lib/qt-3.1/bin/uic viewmsgdlg.ui -o viewmsgdlg.h
Session management error: Authentication Rejected, reason : None of the authentication protocols specified are supported and host-based authentication failed
/usr/lib/qt-3.1/bin/uic sendrequestdlg.ui -o sendrequestdlg.h
Session management error: Authentication Rejected, reason : None of the authentication protocols specified are supported and host-based authentication failed
/usr/lib/qt-3.1/bin/uic msgmgrview.ui -o msgmgrview.h
Session management error: Authentication Rejected, reason : None of the authentication protocols specified are supported and host-based authentication failed
g++ -c -pipe -w -O2 -g -pipe -march=i386 -mcpu=i686 -fno-use-cxa-atexit -fno-exceptions -D_REENTRANT  -D_KDE -DQT_DLL -DDB_OLD -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -I/usr/lib/qt-3.1/mkspecs/default -I. -I. -I../include -I/usr/include/kde -I/usr/lib/qt-3.1/include -o aboutdlgimpl.o aboutdlgimpl.cpp
g++ -c -pipe -w -O2 -g -pipe -march=i386 -mcpu=i686 -fno-use-cxa-atexit -fno-exceptions -D_REENTRANT  -D_KDE -DQT_DLL -DDB_OLD -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -I/usr/lib/qt-3.1/mkspecs/default -I. -I. -I../include -I/usr/include/kde -I/usr/lib/qt-3.1/include -o animlabel.o animlabel.cpp
g++ -c -pipe -w -O2 -g -pipe -march=i386 -mcpu=i686 -fno-use-cxa-atexit -fno-exceptions -D_REENTRANT  -D_KDE -DQT_DLL -DDB_OLD -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -I/usr/lib/qt-3.1/mkspecs/default -I. -I. -I../include -I/usr/include/kde -I/usr/lib/qt-3.1/include -o contactlistnode.o contactlistnode.cpp
g++ -c -pipe -w -O2 -g -pipe -march=i386 -mcpu=i686 -fno-use-cxa-atexit -fno-exceptions -D_REENTRANT  -D_KDE -DQT_DLL -DDB_OLD -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -I/usr/lib/qt-3.1/mkspecs/default -I. -I. -I../include -I/usr/include/kde -I/usr/lib/qt-3.1/include -o contactlistview.o contactlistview.cpp
g++ -c -pipe -w -O2 -g -pipe -march=i386 -mcpu=i686 -fno-use-cxa-atexit -fno-exceptions -D_REENTRANT  -D_KDE -DQT_DLL -DDB_OLD -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -I/usr/lib/qt-3.1/mkspecs/default -I. -I. -I../include -I/usr/include/kde -I/usr/lib/qt-3.1/include -o coolbutton.o coolbutton.cpp
g++ -c -pipe -w -O2 -g -pipe -march=i386 -mcpu=i686 -fno-use-cxa-atexit -fno-exceptions -D_REENTRANT  -D_KDE -DQT_DLL -DDB_OLD -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -I/usr/lib/qt-3.1/mkspecs/default -I. -I. -I../include -I/usr/include/kde -I/usr/lib/qt-3.1/include -o detaildlgimpl.o detaildlgimpl.cpp
g++ -c -pipe -w -O2 -g -pipe -march=i386 -mcpu=i686 -fno-use-cxa-atexit -fno-exceptions -D_REENTRANT  -D_KDE -DQT_DLL -DDB_OLD -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -I/usr/lib/qt-3.1/mkspecs/default -I. -I. -I../include -I/usr/include/kde -I/usr/lib/qt-3.1/include -o eventdispatcher.o eventdispatcher.cpp
g++ -c -pipe -w -O2 -g -pipe -march=i386 -mcpu=i686 -fno-use-cxa-atexit -fno-exceptions -D_REENTRANT  -D_KDE -DQT_DLL -DDB_OLD -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -I/usr/lib/qt-3.1/mkspecs/default -I. -I. -I../include -I/usr/include/kde -I/usr/lib/qt-3.1/include -o html.o html.cpp
g++ -c -pipe -w -O2 -g -pipe -march=i386 -mcpu=i686 -fno-use-cxa-atexit -fno-exceptions -D_REENTRANT  -D_KDE -DQT_DLL -DDB_OLD -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -I/usr/lib/qt-3.1/mkspecs/default -I. -I. -I../include -I/usr/include/kde -I/usr/lib/qt-3.1/include -o linqhtml.o linqhtml.cpp
g++ -c -pipe -w -O2 -g -pipe -march=i386 -mcpu=i686 -fno-use-cxa-atexit -fno-exceptions -D_REENTRANT  -D_KDE -DQT_DLL -DDB_OLD -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -I/usr/lib/qt-3.1/mkspecs/default -I. -I. -I../include -I/usr/include/kde -I/usr/lib/qt-3.1/include -o logindlgimpl.o logindlgimpl.cpp
g++ -c -pipe -w -O2 -g -pipe -march=i386 -mcpu=i686 -fno-use-cxa-atexit -fno-exceptions -D_REENTRANT  -D_KDE -DQT_DLL -DDB_OLD -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -I/usr/lib/qt-3.1/mkspecs/default -I. -I. -I../include -I/usr/include/kde -I/usr/lib/qt-3.1/include -o main.o main.cpp
g++ -c -pipe -w -O2 -g -pipe -march=i386 -mcpu=i686 -fno-use-cxa-atexit -fno-exceptions -D_REENTRANT  -D_KDE -DQT_DLL -DDB_OLD -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -I/usr/lib/qt-3.1/mkspecs/default -I. -I. -I../include -I/usr/include/kde -I/usr/lib/qt-3.1/include -o mainwnd.o mainwnd.cpp
g++ -c -pipe -w -O2 -g -pipe -march=i386 -mcpu=i686 -fno-use-cxa-atexit -fno-exceptions -D_REENTRANT  -D_KDE -DQT_DLL -DDB_OLD -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -I/usr/lib/qt-3.1/mkspecs/default -I. -I. -I../include -I/usr/include/kde -I/usr/lib/qt-3.1/include -o modifydetaildlg.o modifydetaildlg.cpp
g++ -c -pipe -w -O2 -g -pipe -march=i386 -mcpu=i686 -fno-use-cxa-atexit -fno-exceptions -D_REENTRANT  -D_KDE -DQT_DLL -DDB_OLD -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -I/usr/lib/qt-3.1/mkspecs/default -I. -I. -I../include -I/usr/include/kde -I/usr/lib/qt-3.1/include -o msglistbox.o msglistbox.cpp
g++ -c -pipe -w -O2 -g -pipe -march=i386 -mcpu=i686 -fno-use-cxa-atexit -fno-exceptions -D_REENTRANT  -D_KDE -DQT_DLL -DDB_OLD -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -I/usr/lib/qt-3.1/mkspecs/default -I. -I. -I../include -I/usr/include/kde -I/usr/lib/qt-3.1/include -o msgqueue.o msgqueue.cpp
g++ -c -pipe -w -O2 -g -pipe -march=i386 -mcpu=i686 -fno-use-cxa-atexit -fno-exceptions -D_REENTRANT  -D_KDE -DQT_DLL -DDB_OLD -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -I/usr/lib/qt-3.1/mkspecs/default -I. -I. -I../include -I/usr/include/kde -I/usr/lib/qt-3.1/include -o msgstorage.o msgstorage.cpp
msgstorage.cpp: In member function `void
   MsgStorage:nSwitchUser(SWITCH_USER_EVENT*)':
msgstorage.cpp:145: error: no matching function for call to `Db:pen(
   QCString&, NULL, DBTYPE, int, int)'
/usr/include/db_cxx.h:587: error: candidates are: virtual int Db:pen(DbTxn*,
   const char*, const char*, DBTYPE, unsigned int, int)
make[1]: *** [msgstorage.o] Error 1
make[1]: Leaving directory `/tmp/linqt-2.2.5/src/linqt'
make: *** [sub-linqt] Error 2
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表