<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 - [regression] build failure: WTF_MAKE_FAST_ALLOCATED’ does not name a type WTF_MAKE_FAST_ALLOCATED;"
href="https://bugs.webkit.org/show_bug.cgi?id=162513">162513</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>[regression] build failure: WTF_MAKE_FAST_ALLOCATED’ does not name a type WTF_MAKE_FAST_ALLOCATED;
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr>
<tr>
<th>Product</th>
<td>WebKit
</td>
</tr>
<tr>
<th>Version</th>
<td>WebKit Local Build
</td>
</tr>
<tr>
<th>Hardware</th>
<td>PC
</td>
</tr>
<tr>
<th>OS</th>
<td>Linux
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>Critical
</td>
</tr>
<tr>
<th>Priority</th>
<td>P2
</td>
</tr>
<tr>
<th>Component</th>
<td>Web Template Framework
</td>
</tr>
<tr>
<th>Assignee</th>
<td>webkit-unassigned@lists.webkit.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>David.Ronis@McGill.CA
</td>
</tr></table>
<p>
<div>
<pre>This problem occurs in thegit/master as well as the current development or stable releases. I'm running on a slackware box using gcc 6.2.0.
Here's what make shows:
[ 0%] Building CXX object Source/WTF/wtf/CMakeFiles/WTF.dir/Assertions.cpp.o
In file included from /home/ronis/Project/notar/GNOME/garnome/svn/webkitgtk/work/main.d/WebKit-git/Source/WTF/wtf/Assertions.cpp:41:0:
/home/ronis/Project/notar/GNOME/garnome/svn/webkitgtk/work/main.d/WebKit-git/Source/WTF/wtf/Lock.h:156:5: error: ‘WTF_MAKE_FAST_ALLOCATED’ does not name a type
WTF_MAKE_FAST_ALLOCATED;
^~~~~~~~~~~~~~~~~~~~~~~
make[3]: *** [Source/WTF/wtf/CMakeFiles/WTF.dir/Assertions.cpp.o] Error 1
Here's what I'm using for my CMAKE_FLAGS:
CMAKE_FLAGS = -DCMAKE_INSTALL_PREFIX=$(main_prefix) \
-DCMAKE_C_FLAGS="$(CFLAGS) -I$(prefix)/include/NetworkManager -DENABLE_WEBKIT=ON -I$(prefix)/include -I$(prefix)/include/glib-2.0" \
-DCMAKE_CXX_FLAGS="$(CXXFLAGS) -fpermissive -I$(prefix)/include/NetworkManager -DENABLE_WEBKIT=ON -I$(prefix)/include/glib-2.0 -fpermissive" "-DENABLE_INTROSPECTION=OFF"\
-DPORT="GTK" -Wno-dev "-DCMAKE_BUILD_TYPE=Release" "-DENABLE_WEBKIT=ON"</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>