[Webkit-unassigned] [Bug 157798] New: Fix the allinone-build after r198669
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue May 17 09:51:03 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=157798
Bug ID: 157798
Summary: Fix the allinone-build after r198669
Classification: Unclassified
Product: WebKit
Version: Other
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: New Bugs
Assignee: webkit-unassigned at lists.webkit.org
Reporter: ossy at webkit.org
CC: achristensen at apple.com, bfulgham at webkit.org
Blocks: 155871
$ Tools/Scripts/build-webkit --efl --allinone-build
...
In file included from ../../Source/WebCore/DerivedSources.cpp:34:0:
DerivedSources/WebCore/ExceptionCodeDescription.h:41:5: error: "ENABLE" is not defined [-Werror=undef]
#if ENABLE(INDEXED_DATABASE)
^
DerivedSources/WebCore/ExceptionCodeDescription.h:41:11: error: missing binary operator before token "("
#if ENABLE(INDEXED_DATABASE)
^
cc1plus: all warnings being treated as errors
...
It's incorrect to use ENABLE macros anywhere without including config.h.
It's surprising how it builds on Apple Windows build.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160517/e7c651b0/attachment.html>
More information about the webkit-unassigned
mailing list