Bug 18527 - qt webkit build error
Summary: qt webkit build error
Status: RESOLVED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P4 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-16 01:06 PDT by Chupligin Sergey
Modified: 2008-12-23 10:25 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chupligin Sergey 2008-04-16 01:06:37 PDT
tmp/JSDocument.o: In function `.L948':
JSDocument.cpp:(.text+0x2737): undefined reference to `WebCore::Document::defaultView() const'
Comment 1 Robert Blaut 2008-07-30 03:47:34 PDT
Is it still reproducible?

BTW "P5 is not used for WebKit bugs. WebKit shares its Bugzilla with other projects who might use it, that's why it's still there." [http://webkit.org/quality/bugpriorities.html]
Comment 2 Julien Chaffraix 2008-12-23 10:25:24 PST
This build issue has been open for 8 months now without any other duplicates or comments so closing it WORKSFORME.

For the record, build issues are usually handled within a few days. If it persists, your best bet is:
1) do a clean build (the undefined symbol error are usually when make does not re-compile everything as it should do). You may checkout the sources again to avoid unfortunate changes you may have made.
2) if 1) does not work, ask on the webkit-dev mailing list providing as much information as possible.