WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED INVALID
12907
Compiling fails on Linux with Qt 4.2.2 at the file WebCore/html/HTMLDocument.cpp
https://bugs.webkit.org/show_bug.cgi?id=12907
Summary
Compiling fails on Linux with Qt 4.2.2 at the file WebCore/html/HTMLDocument.cpp
frank-buettner
Reported
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
Attachments
Add attachment
proposed patch, testcase, etc.
Robert
Comment 1
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
George Staikos
Comment 2
2007-06-13 10:43:34 PDT
Yes it is.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug