Bug 12907 - Compiling fails on Linux with Qt 4.2.2 at the file WebCore/html/HTMLDocument.cpp
Summary: Compiling fails on Linux with Qt 4.2.2 at the file WebCore/html/HTMLDocument.cpp
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 523.x (Safari 3)
Hardware: PC Linux
: P2 Blocker
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-27 05:22 PST by frank-buettner
Modified: 2007-06-13 10:43 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description frank-buettner 2007-02-27 05:22:26 PST
Linux: Fedora Core 6
SVN checkout version: 19881
When try to build Webkit it fails with this error:
../../../WebCore/html/HTMLDocument.cpp: In member function 'virtual void WebCore::HTMLDocument::determineParseMode(const WebCore::String&)':
../../../WebCore/html/HTMLDocument.cpp:389: error: expected initializer before '*' token
../../../WebCore/html/HTMLDocument.cpp:390: error: 'doctypeEntry' was not declared in this scope
../../../WebCore/html/HTMLDocument.cpp:398: error: 'doctypeEntry' was not declared in this scope
../../../WebCore/html/HTMLDocument.cpp:401: error: 'PubIDInfo' has not been declared
../../../WebCore/html/HTMLDocument.cpp:405: error: 'PubIDInfo' has not been declared
../../../WebCore/html/HTMLDocument.cpp:409: error: 'PubIDInfo' has not been declared
Comment 1 Robert 2007-06-04 13:17:17 PDT
Repeatable with r21968.

This is likely due to a missing gperf
http://trac.webkit.org/projects/webkit/wiki/BuildingQtOnLinux#Missinggperf

Comment 2 George Staikos 2007-06-13 10:43:34 PDT
Yes it is.