Bug 5111 - build-webkit --svg fails (looks for derived sources in the wrong place)
Summary: build-webkit --svg fails (looks for derived sources in the wrong place)
Status: VERIFIED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Eric Seidel (no email)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-23 16:08 PDT by mitz
Modified: 2005-09-24 00:11 PDT (History)
1 user (show)

See Also:


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+
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-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.
Comment 1 mitz 2005-09-23 16:12:10 PDT
Created attachment 4021 [details]
change file references in WebCore.xcodeproj to be relative to DERIVED_FILE_DIR
Comment 2 Maciej Stachowiak 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
Comment 3 Eric Seidel (no email) 2005-09-23 22:46:58 PDT
Thanks mitz!