WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
9408
Clean build fails with "make: *** No rule to make target `SVGElementFactory.cpp', needed by `all'. Stop"
https://bugs.webkit.org/show_bug.cgi?id=9408
Summary
Clean build fails with "make: *** No rule to make target `SVGElementFactory.c...
Mark Rowe (bdash)
Reported
2006-06-11 20:03:46 PDT
With a clean build, the tail end of the build-webkit output is as follows: Generating code for IDL interface "WheelEvent"... /Users/mrowe/Documents/Source/SVN/WebKit-Nightlies/WebKitBuild/Release/JavaScriptCore.framework/PrivateHeaders/create_hash_table /Users/mrowe/Documents/Source/SVN/WebKit-Nightlies/WebCore/bindings/js/JSXMLHttpRequest.cpp > JSXMLHttpRequest.lut.h Creating hashtable for /Users/mrowe/Documents/Source/SVN/WebKit-Nightlies/WebCore/bindings/js/JSXMLHttpRequest.cpp /Users/mrowe/Documents/Source/SVN/WebKit-Nightlies/WebKitBuild/Release/JavaScriptCore.framework/PrivateHeaders/create_hash_table /Users/mrowe/Documents/Source/SVN/WebKit-Nightlies/WebCore/bindings/js/JSXMLSerializer.cpp > JSXMLSerializer.lut.h Creating hashtable for /Users/mrowe/Documents/Source/SVN/WebKit-Nightlies/WebCore/bindings/js/JSXMLSerializer.cpp /Users/mrowe/Documents/Source/SVN/WebKit-Nightlies/WebKitBuild/Release/JavaScriptCore.framework/PrivateHeaders/create_hash_table /Users/mrowe/Documents/Source/SVN/WebKit-Nightlies/WebCore/bindings/js/JSXSLTProcessor.cpp > JSXSLTProcessor.lut.h Creating hashtable for /Users/mrowe/Documents/Source/SVN/WebKit-Nightlies/WebCore/bindings/js/JSXSLTProcessor.cpp make: *** No rule to make target `SVGElementFactory.cpp', needed by `all'. Stop.
Attachments
Patch v1
(1.34 KB, patch)
2006-06-11 21:03 PDT
,
David Kilzer (:ddkilzer)
mjs
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
David Kilzer (:ddkilzer)
Comment 1
2006-06-11 21:03:34 PDT
Created
attachment 8817
[details]
Patch v1 Fixes clean builds by defining an SVGElementFactory.cpp target for SVG builds to match the target for non-SVG builds.
Maciej Stachowiak
Comment 2
2006-06-11 21:04:18 PDT
Comment on
attachment 8817
[details]
Patch v1 r=me
David Kilzer (:ddkilzer)
Comment 3
2006-06-11 21:05:51 PDT
Committed revision 14819.
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