[Webkit-unassigned] [Bug 91079] REGRESSION (r120361) It broke the build within Xcode.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Jul 14 09:36:35 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=91079
--- Comment #1 from mitz at webkit.org 2012-07-14 09:36:34 PST ---
(In reply to comment #0)
> When launching the build of WebKit within Xcode (after opening the WebKit workspace) it fails to generate properly the files from the IDL.
>
> I have this error :
>
> "Shell Script Invocation error : SupplementalDependencies.dep : No such file or directory" when generating the Derived Sources.
make emits this error, then continues to make the file and includes it. My version of Xcode reports the message, then after make finishes shows this message
Command /bin/sh emitted errors but did not return a nonzero exit code to indicate failure
then continues building.
Which version of Xcode are you using?
Which scheme are you building in Xcode?
If you change this line in WebCore/DerivedSource.make
include $(SUPPLEMENTAL_MAKEFILE_DEPS)
to say
-include $(SUPPLEMENTAL_MAKEFILE_DEPS)
(prepending a hyphen), are you able to build successfully?
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list