RESOLVED FIXED 6607
WebCore-no-SVG fails to build
https://bugs.webkit.org/show_bug.cgi?id=6607
Summary WebCore-no-SVG fails to build
Mark Rowe (bdash)
Reported 2006-01-16 21:55:05 PST
Running 'build-webkit --no-svg' results in a failed build. It appears that some SVG-specific files are included in the WebCore-no-SVG target and some recently-renamed files have been omitted.
Attachments
Update WebCore-no-SVG target (10.23 KB, patch)
2006-01-16 22:46 PST, Mark Rowe (bdash)
eric: review+
Fix new build error caused by non-installed header (4.45 KB, patch)
2006-01-17 00:53 PST, Mark Rowe (bdash)
eric: review+
Mark Rowe (bdash)
Comment 1 2006-01-16 22:46:34 PST
Created attachment 5731 [details] Update WebCore-no-SVG target This patch corrects the WebCore-no-SVG target. All layout tests pass.
Eric Seidel (no email)
Comment 2 2006-01-16 22:47:45 PST
Comment on attachment 5731 [details] Update WebCore-no-SVG target r=me
Mark Rowe (bdash)
Comment 3 2006-01-17 00:46:56 PST
A clean build of WebCore-no-SVG still fails with: WebCoreSupport.subproj/WebFrameBridge.h:29:39: error: WebCore/WebCoreFrameBridge.h: No such file or directory It looks like I missed something in my previous patch.
Mark Rowe (bdash)
Comment 4 2006-01-17 00:53:08 PST
Created attachment 5734 [details] Fix new build error caused by non-installed header
Eric Seidel (no email)
Comment 5 2006-01-17 00:54:40 PST
Comment on attachment 5734 [details] Fix new build error caused by non-installed header Sounds good.
Note You need to log in before you can comment on or make changes to this bug.