treschen
Joined: 05 Jan 2012 Posts: 0
|
Posted: Thu Jan 05, 2012 2:01 pm Post subject: QT Install help needed |
|
|
Hey all
I am new to the forum and sorry for posting my first topic as a help topic.
I am getting a error when compiling qt-x11-opensource-src-4.5.1 this happens when i use the make command.
My OS is Fedora 15 64bit i need this for GNS3 any help would truly be appreciated.
The error: (THANKS IN ADVANCE)
make[1]: Entering directory `/tmp/qt-x11-opensource-src-4.5.1/src/network'
g++ -c -include .pch/debug-shared/QtNetwork -m64 -pipe -g -fno-exceptions -g -fvisibility=hidden -fvisibility-inlines-hidden -Wall -W -D_REENTRANT -fPIC -DQT_SHARED -DQT_BUILD_NETWORK_LIB -DQT_NO_USING_NAMESPACE -DQT_NO_CAST_TO_ASCII -DQT_ASCII_CAST_WARNINGS -DQT3_SUPPORT -DQT_MOC_COMPAT -DQT_CORE_LIB -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I../../mkspecs/linux-g++-64 -I. -I../../include/QtCore -I../../include -I../../include/QtNetwork -I.rcc/debug-shared -Ikernel -I/usr/include -I.moc/debug-shared -I/tmp/qt-x11-opensource-src-4.5.1/src/network/.uic/debug-shared -o .obj/debug-shared/qsslcertificate.o ssl/qsslcertificate.cpp
In file included from ssl/qsslcertificate.cpp:109:0:
ssl/qsslsocket_openssl_symbols_p.h:257:16: error: variable or field ?q_sk_free? declared void
ssl/qsslsocket_openssl_symbols_p.h:257:16: error: ?STACK? was not declared in this scope
ssl/qsslsocket_openssl_symbols_p.h:257:23: error: ?a? was not declared in this scope
ssl/qsslsocket_openssl_symbols_p.h:258:14: error: ?STACK? was not declared in this scope
ssl/qsslsocket_openssl_symbols_p.h:258:21: error: ?a? was not declared in this scope
ssl/qsslsocket_openssl_symbols_p.h:259:19: error: ?STACK? was not declared in this scope
ssl/qsslsocket_openssl_symbols_p.h:259:26: error: ?a? was not declared in this scope
ssl/qsslsocket_openssl_symbols_p.h:259:29: error: expected primary-expression before ?int?
ssl/qsslsocket_openssl_symbols_p.h:259:34: error: expression list treated as compound expression in initializer [-fpermissive]
ssl/qsslcertificate.cpp: In member function ?QMultiMap<QSsl::AlternateNameEntryType, QString> QSslCertificate::alternateSubjectNames() const?:
ssl/qsslcertificate.cpp:365:5: error: ?STACK? was not declared in this scope
ssl/qsslcertificate.cpp:365:12: error: ?altNames? was not declared in this scope
ssl/qsslcertificate.cpp:365:31: error: expected primary-expression before ?)? token
ssl/qsslcertificate.cpp:365:32: error: expected ?;? before ?q_X509_get_ext_d2i?
ssl/qsslcertificate.cpp:368:29: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
ssl/qsslcertificate.cpp:386:27: error: ?q_sk_free? was not declared in this scope
ssl/qsslcertificate.cpp: In function ?bool matchLineFeed(const QByteArray&, int*)?:
ssl/qsslcertificate.cpp:689:18: warning: value computed is not used [-Wunused-value]
make[1]: *** [.obj/debug-shared/qsslcertificate.o] Error 1
make[1]: Leaving directory `/tmp/qt-x11-opensource-src-4.5.1/src/network'
make: *** [sub-network-make_default-ordered] Error 2 |
|