VERIFIED FIXED 5111
build-webkit --svg fails (looks for derived sources in the wrong place)
https://bugs.webkit.org/show_bug.cgi?id=5111
Summary build-webkit --svg fails (looks for derived sources in the wrong place)
mitz
Reported 2005-09-23 16:08:41 PDT
build-webkit --svg fails with a message like /Users/mitz/Documents/Development/WebKit/WebCore/../SVGSupport/kdom/ecma/../../../../build/ WebCore.build/Development/WebCore+SVG.build/DerivedSources/kdom/ecma/EcmaInterface.cpp: No such file or directory The file references to this derived source (and another one) is wrong.
Attachments
change file references in WebCore.xcodeproj to be relative to DERIVED_FILE_DIR (2.49 KB, patch)
2005-09-23 16:12 PDT, mitz
mjs: review+
mitz
Comment 1 2005-09-23 16:12:10 PDT
Created attachment 4021 [details] change file references in WebCore.xcodeproj to be relative to DERIVED_FILE_DIR
Maciej Stachowiak
Comment 2 2005-09-23 18:19:42 PDT
Comment on attachment 4021 [details] change file references in WebCore.xcodeproj to be relative to DERIVED_FILE_DIR r=me
Eric Seidel (no email)
Comment 3 2005-09-23 22:46:58 PDT
Thanks mitz!
Note You need to log in before you can comment on or make changes to this bug.