[Qt-interest] Compilation Error
Ankit Agarwal
ankit17.ag at gmail.com
Wed Jun 1 12:02:33 CEST 2011
Hi
I am trying to compile Qt4.4.3 on Fedora 14. I am getting the following
error :
make[1]: Entering directory
> `/home/ankit/Desktop/qt-all-opensource-src-4.4.3/src/network'
> g++ -c -include .pch/release-shared/QtNetwork -pipe -g -O2
> -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_NO_DEBUG -DQT_CORE_LIB -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE
> -I../../mkspecs/linux-g++ -I. -I../../include/QtCore -I../../include/QtCore
> -I../../include -I../../include/QtNetwork -I.rcc/release-shared -Ikernel
> -I/usr/include -I.moc/release-shared -I.uic/release-shared -o
> .obj/release-shared/qsslcertificate.o ssl/qsslcertificate.cpp
> In file included from ssl/qsslcertificate.cpp:116:0:
> ssl/qsslsocket_openssl_symbols_p.h:265:16: error: variable or field
> ‘q_sk_free’ declared void
> ssl/qsslsocket_openssl_symbols_p.h:265:16: error: ‘STACK’ was not declared
> in this scope
> ssl/qsslsocket_openssl_symbols_p.h:265:23: error: ‘a’ was not declared in
> this scope
> ssl/qsslsocket_openssl_symbols_p.h:266:14: error: ‘STACK’ was not declared
> in this scope
> ssl/qsslsocket_openssl_symbols_p.h:266:21: error: ‘a’ was not declared in
> this scope
> ssl/qsslsocket_openssl_symbols_p.h:267:19: error: ‘STACK’ was not declared
> in this scope
> ssl/qsslsocket_openssl_symbols_p.h:267:26: error: ‘a’ was not declared in
> this scope
> ssl/qsslsocket_openssl_symbols_p.h:267:29: error: expected
> primary-expression before ‘int’
> ssl/qsslsocket_openssl_symbols_p.h:267:34: error: initializer expression
> list treated as compound expression
> ssl/qsslcertificate.cpp: In member function
> ‘QMultiMap<QSsl::AlternateNameEntryType, QString>
> QSslCertificate::alternateSubjectNames() const’:
> ssl/qsslcertificate.cpp:372:5: error: ‘STACK’ was not declared in this
> scope
> ssl/qsslcertificate.cpp:372:12: error: ‘altNames’ was not declared in this
> scope
> ssl/qsslcertificate.cpp:372:31: error: expected primary-expression before
> ‘)’ token
> ssl/qsslcertificate.cpp:372:32: error: expected ‘;’ before
> ‘q_X509_get_ext_d2i’
> ssl/qsslcertificate.cpp:393:27: error: ‘q_sk_free’ was not declared in this
> scope
> ssl/qsslcertificate.cpp: In function ‘bool matchLineFeed(const QByteArray&,
> int*)’:
> ssl/qsslcertificate.cpp:696:18: warning: value computed is not used
> make[1]: *** [.obj/release-shared/qsslcertificate.o] Error 1
> make[1]: Leaving directory
> `/home/ankit/Desktop/qt-all-opensource-src-4.4.3/src/network'
> make: *** [sub-network-make_default-ordered] Error 2
>
Please suggest a solution to this.
--
Thanks & Regards,
Ankit Agarwal
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20110601/40674125/attachment.html
More information about the Qt-interest-old
mailing list