Hy!

I check our bots, and this revision worked well.
http://build.webkit.sed.hu/builders/x86-64%20Linux%20Qt%20Release/builds/52297
http://build.webkit.sed.hu/builders/x86-32%20Linux%20Qt%20Debug/builds/26444

Maybe the problem could be the Qt version (Qt-5.0.1), or your linux distribution isn't right or the gcc compiler version difference, etc.

You can find more information here:
https://trac.webkit.org/wiki/QtWebKitGardening

If this informations won't help you, give me some further details maybe we can find some solution.

Best regards!
Gábor Ábrahám

2013-08-12 03:24 keltezéssel, Cui Xudong írta:

When I build WebKit-r152623 with QT port. I got this error message.

I am blocked here for days. there is someone that can help me? Thanks for any information.

./Tools/Scripts/build-webkit --qt

In file included from ../../../../Source/WTF/wtf/OwnArrayPtr.h:26:0,

                 from ../../../../Source/WTF/wtf/VectorTraits.h:24,

                 from ../../../../Source/WTF/wtf/Vector.h:31,

                 from ../../../../Source/WTF/wtf/text/StringImpl.h:31,

                 from ../../../../Source/WTF/wtf/text/WTFString.h:29,

                 from ../../../../Source/WTF/wtf/qt/StringQt.cpp:29:

../../../../Source/WTF/wtf/NullPtr.h:52:1: warning: identifier 'nullptr' will become a keyword in C++0x [-Wc++0x-compat]

../../../../Source/WTF/wtf/qt/StringQt.cpp:36:1: error: prototype for 'WTF::String::String(const QString&)' does not match any in class 'WTF::String'

../../../../Source/WTF/wtf/text/WTFString.h:98:7: error: candidates are: WTF::String::String(const WTF::String&)

../../../../Source/WTF/wtf/text/WTFString.h:479:5: error: WTF::String::String(WTF::HashTableDeletedValueType)

../../../../Source/WTF/wtf/text/WTFString.h:140:5: error: template<unsigned int charactersCount> WTF::String::String(const char (&)[charactersCount], WTF::String::ConstructFromLiteralTag)

../../../../Source/WTF/wtf/text/WTFString.h:134:27: error: WTF::String::String(WTF::ASCIILiteral)

../../../../Source/WTF/wtf/text/WTFString.h:131:5: error: WTF::String::String(WTF::RefPtr<WTF::StringImpl>)

../../../../Source/WTF/wtf/text/WTFString.h:130:5: error: WTF::String::String(WTF::PassRefPtr<WTF::StringImpl>)

../../../../Source/WTF/wtf/text/WTFString.h:129:5: error: WTF::String::String(WTF::StringImpl*)

../../../../Source/WTF/wtf/text/WTFString.h:126:27: error: WTF::String::String(const char*)

../../../../Source/WTF/wtf/text/WTFString.h:125:27: error: WTF::String::String(const LChar*)

../../../../Source/WTF/wtf/text/WTFString.h:122:27: error: WTF::String::String(const char*, unsigned int)

../../../../Source/WTF/wtf/text/WTFString.h:121:27: error: WTF::String::String(const LChar*, unsigned int)

../../../../Source/WTF/wtf/text/WTFString.h:118:27: error: WTF::String::String(const UChar*)

../../../../Source/WTF/wtf/text/WTFString.h:115:14: error: template<unsigned int inlineCapacity, class OverflowHandler> WTF::String::String(const WTF::Vector<short unsigned int, inlineCapacity, OverflowHandler>&)

../../../../Source/WTF/wtf/text/WTFString.h:104:27: error: WTF::String::String(const UChar*, unsigned int)

../../../../Source/WTF/wtf/text/WTFString.h:101:5: error: WTF::String::String()

../../../../Source/WTF/wtf/qt/StringQt.cpp:43:1: error: prototype for 'WTF::String::String(const QStringRef&)' does not match any in class 'WTF::String'

../../../../Source/WTF/wtf/text/WTFString.h:98:7: error: candidates are: WTF::String::String(const WTF::String&)

../../../../Source/WTF/wtf/text/WTFString.h:479:5: error: WTF::String::String(WTF::HashTableDeletedValueType)

../../../../Source/WTF/wtf/text/WTFString.h:140:5: error: template<unsigned int charactersCount> WTF::String::String(const char (&)[charactersCount], WTF::String::ConstructFromLiteralTag)

../../../../Source/WTF/wtf/text/WTFString.h:134:27: error: WTF::String::String(WTF::ASCIILiteral)

../../../../Source/WTF/wtf/text/WTFString.h:131:5: error: WTF::String::String(WTF::RefPtr<WTF::StringImpl>)

../../../../Source/WTF/wtf/text/WTFString.h:130:5: error: WTF::String::String(WTF::PassRefPtr<WTF::StringImpl>)

../../../../Source/WTF/wtf/text/WTFString.h:129:5: error: WTF::String::String(WTF::StringImpl*)

../../../../Source/WTF/wtf/text/WTFString.h:126:27: error: WTF::String::String(const char*)

../../../../Source/WTF/wtf/text/WTFString.h:125:27: error: WTF::String::String(const LChar*)

../../../../Source/WTF/wtf/text/WTFString.h:122:27: error: WTF::String::String(const char*, unsigned int)

../../../../Source/WTF/wtf/text/WTFString.h:121:27: error: WTF::String::String(const LChar*, unsigned int)

../../../../Source/WTF/wtf/text/WTFString.h:118:27: error: WTF::String::String(const UChar*)

../../../../Source/WTF/wtf/text/WTFString.h:115:14: error: template<unsigned int inlineCapacity, class OverflowHandler> WTF::String::String(const WTF::Vector<short unsigned int, inlineCapacity, OverflowHandler>&)

../../../../Source/WTF/wtf/text/WTFString.h:104:27: error: WTF::String::String(const UChar*, unsigned int)

../../../../Source/WTF/wtf/text/WTFString.h:101:5: error: WTF::String::String()

../../../../Source/WTF/wtf/qt/StringQt.cpp:50:28: error: no 'WTF::String::operator QString() const' member function declared in class 'WTF::String'

make[1]: *** [StringQt.o] Error 1

make[1]: Leaving directory `/opt/WebKit-r152623/WebKitBuild/Release/Source/WTF'

make: *** [sub-Source-WTF-WTF-pro-make_first-ordered] Error 2

root@ubuntu-VirtualBox:/opt/WebKit-r152623#

------

Cui Xudong (? ??)

AVNC&IS Division

Neusoft Corporation

Neusoft Park, No.2 Xin Xiu Street,

Hun Nan New District,

Shenyang 110179, PRC

Mobile: 158 4006 9637

E-mail: [email protected]

Http://www.neusoft.com

---------------------------------------------------------------------------------------------------
Confidentiality Notice: The information contained in this e-mail and any accompanying attachment(s) is intended only for the use of the intended recipient and may be confidential and/or privileged of Neusoft Corporation, its subsidiaries and/or its affiliates. If any reader of this communication is not the intended recipient, unauthorized use, forwarding, printing, storing, disclosure or copying is strictly prohibited, and may be unlawful.If you have received this communication in error,please immediately notify the sender by return e-mail, and delete the original message and all copies from
your system. Thank you.
---------------------------------------------------------------------------------------------------



_______________________________________________
webkit-help mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-help

_______________________________________________
webkit-help mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-help

Reply via email to