Bug 5111

Summary: build-webkit --svg fails (looks for derived sources in the wrong place)
Product: WebKit Reporter: mitz
Component: SVGAssignee: Eric Seidel (no email) <eric>
Status: VERIFIED FIXED    
Severity: Normal CC: rwlbuis
Priority: P2    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
Attachments:
Description Flags
change file references in WebCore.xcodeproj to be relative to DERIVED_FILE_DIR mjs: review+

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!