<html>
<head>
<base href="https://bugs.webkit.org/" />
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW - Fix the allinone-build after r198669"
href="https://bugs.webkit.org/show_bug.cgi?id=157798">157798</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>Fix the allinone-build after r198669
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr>
<tr>
<th>Product</th>
<td>WebKit
</td>
</tr>
<tr>
<th>Version</th>
<td>Other
</td>
</tr>
<tr>
<th>Hardware</th>
<td>Unspecified
</td>
</tr>
<tr>
<th>OS</th>
<td>Unspecified
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>Normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>P2
</td>
</tr>
<tr>
<th>Component</th>
<td>New Bugs
</td>
</tr>
<tr>
<th>Assignee</th>
<td>webkit-unassigned@lists.webkit.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>ossy@webkit.org
</td>
</tr>
<tr>
<th>CC</th>
<td>achristensen@apple.com, bfulgham@webkit.org
</td>
</tr>
<tr>
<th>Blocks</th>
<td>155871
</td>
</tr></table>
<p>
<div>
<pre>$ 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.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>