Bug 5179 - WebKit+SVG doesn't build
Summary: WebKit+SVG doesn't build
Status: VERIFIED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P1 Normal
Assignee: Darin Adler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-28 22:41 PDT by mitz
Modified: 2005-09-29 00:30 PDT (History)
1 user (show)

See Also:


Attachments
suggested patch (3.05 KB, patch)
2005-09-28 22:48 PDT, mitz
mjs: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2005-09-28 22:41:13 PDT
Trying to build WebKit+SVG, it fails with
ForwardingHeaders/kxmlcore/HashMap.h:1:35: error: JavaScriptCore/HashMap.h: No such file or directory

It looks like the patch for bug 5161 doesn't add the new files to the JavaScript+SVG target.
Comment 1 mitz 2005-09-28 22:48:04 PDT
Created attachment 4087 [details]
suggested patch
Comment 2 Maciej Stachowiak 2005-09-28 23:11:27 PDT
Comment on attachment 4087 [details]
suggested patch

r=me
Comment 3 Eric Seidel (no email) 2005-09-29 00:21:19 PDT
Commited.  Thanks Mitz!