[Webkit-unassigned] [Bug 25143] New: [Qt] Build error in module WebKit/qt/tests/qwebelement/tst_qwebelement.cpp

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Apr 11 13:31:33 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=25143

           Summary: [Qt] Build error in module
                    WebKit/qt/tests/qwebelement/tst_qwebelement.cpp
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Qt
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: cmsigler at gmail.com


Hi,

As of r42423, the Qt Linux build fails with a compile error:

-----------------------------------
g++ -c -pipe -march=pentium3 -O2 -pipe -Wall -W -D_REENTRANT -DQT_SHARED
-DBUILDING_QT__=1 -DUSE_SYSTEM_MALLOC -DNDEBUG -DQT_NO_DEBUG -DQT_TESTLIB_LIB
-DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/share/qt4/mkspecs/linux-g++
-I/opt/siglercm/webkit/WebKit/WebKit/qt/tests/qwebelement
-I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore
-I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork
-I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtTest
-I/usr/include/qt4/QtTest -I/usr/include/qt4
-I/opt/siglercm/webkit/WebKit/WebKit/qt/Api
-I/opt/siglercm/webkit/WebKit/WebKit/qt/tests/qwebelement
-I/opt/siglercm/webkit/WebKit/WebKit/qt/tests/qwebelement -I. -o
tst_qwebelement.o
/opt/siglercm/webkit/WebKit/WebKit/qt/tests/qwebelement/tst_qwebelement.cpp
./WebKit/qt/tests/qwebelement/tst_qwebelement.cpp: In member function 'void
tst_QWebElement::iteration()':
./WebKit/qt/tests/qwebelement/tst_qwebelement.cpp:304: error: 'class
QList<QWebElement>' has no member named 'length'
./WebKit/qt/tests/qwebelement/tst_qwebelement.cpp:305: error: 'class
QList<QWebElement>' has no member named 'length'
./WebKit/qt/tests/qwebelement/tst_qwebelement.cpp:305: error: 'class
QList<QWebElement>' has no member named 'length'
./WebKit/qt/tests/qwebelement/tst_qwebelement.cpp:313: error: 'class
QList<QWebElement>' has no member named 'length'
./WebKit/qt/tests/qwebelement/tst_qwebelement.cpp:314: error: 'class
QList<QWebElement>' has no member named 'length'
./WebKit/qt/tests/qwebelement/tst_qwebelement.cpp:314: error: 'class
QList<QWebElement>' has no member named 'length'
make[2]: *** [tst_qwebelement.o] Error 1
make[2]: Leaving directory `./WebKitBuild/Release/WebKit/qt/tests/qwebelement'
make[1]: *** [sub-qwebelement-make_default] Error 2
make[1]: Leaving directory `./WebKitBuild/Release/WebKit/qt/tests'
make: *** [sub-WebKit-qt-tests-make_default-ordered] Error 2
-----------------------------------

This module and the method -- void tst_QWebElement::iteration() -- in which it
throws an error are not well documented, so I'm not sure what the developer is
trying to do, or why length is not defined in the class being used.  Sorry I
can't be of more assistance.  TIA.

Clemmitt


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list