RESOLVED INVALID 21376
unable to compile (/PopupMenuQt.cpp:92:) (/ScrollView.h:58)
https://bugs.webkit.org/show_bug.cgi?id=21376
Summary unable to compile (/PopupMenuQt.cpp:92:) (/ScrollView.h:58)
Alexey
Reported 2008-10-04 17:51:42 PDT
g++ -c -pipe -Wreturn-type -fno-strict-aliasing -O2 -fvisibility=hidden -fvisibility-inlines-hidden -D_REENTRANT -fPIC -DBUILDING_QT__=1 -DUSE_SYSTEM_MALLOC -DNDEBUG -DHAVE_STDINT_H -DBUILD_WEBKIT -DENABLE_DASHBOARD_SUPPORT=0 -DENABLE_DATABASE=1 -DENABLE_ICONDATABASE=1 -DENABLE_XPATH=1 -DENABLE_SVG=1 -DENABLE_SVG_FILTERS=1 -DENABLE_SVG_FOREIGN_OBJECT=1 -DENABLE_SVG_ANIMATION=1 -DENABLE_SVG_AS_IMAGE=1 -DENABLE_SVG_USE=1 -DENABLE_VIDEO=0 -DENABLE_NETSCAPE_PLUGIN_API=1 -DXP_UNIX -DWTF_USE_JAVASCRIPTCORE_BINDINGS=1 -DWTF_CHANGES=1 -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I../../../WebCore -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 -I../../../WebCore/storage -I../../../WebKit/qt/Api -I../../../WebCore -I../../../JavaScriptCore -I../../../JavaScriptCore/ForwardingHeaders -I../../../JavaScriptCore/VM -I../../../JavaScriptCore/kjs -I/home/alobanov/WebKit/WebCore/../JavaScriptCore/bindings -I../../../JavaScriptCore/wtf -I../../../WebCore/platform/qt -I../../../WebCore/platform/network/qt -I../../../WebCore/platform/graphics/filters -I../../../WebCore/platform/graphics/qt -I../../../WebCore/svg/graphics/qt -I../../../WebCore/loader -I../../../WebCore/page/qt -I../../../WebKit/qt/WebCoreSupport -I../../../WebKit/qt/Api -I../../../WebCore/bridge/qt -I../../../WebCore -I../../../WebCore/ForwardingHeaders -I../../../../WebKit -I../../../WebCore/platform -I../../../WebCore/platform/network -I../../../WebCore/platform/graphics -I../../../WebCore/svg/animation -I../../../WebCore/svg/graphics -I../../../WebCore/svg/graphics/filters -I../../../WebCore/platform/sql -I../../../WebCore/platform/text -I../../../WebCore/loader -I../../../WebCore/loader/appcache -I../../../WebCore/loader/archive -I../../../WebCore/loader/icon -I../../../WebCore/css -I../../../WebCore/dom -I../../../WebCore/page -I../../../WebCore/page/animation -I../../../WebCore/bridge -I../../../WebCore/editing -I../../../WebCore/rendering -I../../../WebCore/rendering/style -I../../../WebCore/history -I../../../WebCore/xml -I../../../WebCore/html -I../../../WebCore/bindings/js -I../../../WebCore/svg -I../../../WebCore/platform/image-decoders -I../../../WebCore/plugins -I../../../WebCore/bridge -I../../../WebCore/bridge/c -I../../../WebCore/bridge/qt -Itmp -I/usr/src/3rdparty/sqlite/ -I../../../WebCore -I../../../WebCore -I. -o tmp/PopupMenuQt.o ../../../WebCore/platform/qt/PopupMenuQt.cpp ../../../WebCore/platform/qt/PopupMenuQt.cpp: In member function ‘void WebCore::PopupMenu::show(const WebCore::IntRect&, WebCore::FrameView*, int)’: ../../../WebCore/platform/qt/PopupMenuQt.cpp:92: error: invalid use of incomplete type ‘struct WebCore::HostWindow’ ../../../WebCore/platform/ScrollView.h:58: error: forward declaration of ‘struct WebCore::HostWindow’ make[1]: *** [tmp/PopupMenuQt.o] Error 1 make[1]: Leaving directory `/home/alobanov/WebKit/WebKitBuild/Release/WebCore' make: *** [sub-WebCore-make_default-ordered] Error 2
Attachments
Mark Rowe (bdash)
Comment 1 2008-10-04 18:43:28 PDT
If you're going to file a bug about a build failure, please at least include information about which SVN revision you're building. I'm going to close this bug as the Qt buildbot is not seeing this build failure.
Note You need to log in before you can comment on or make changes to this bug.