[Webkit-unassigned] [Bug 162513] New: [regression] build failure:=?UTF-8?Q?=20WTF=5FMAKE=5FFAST=5FALLOCATED=E2=80=99=20does=20not=20name=20a=20type=20=20=20=20=20=20WTF=5FMAKE=5FFAST=5FALLOCATED?=;

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 23 14:15:28 PDT 2016


https://bugs.webkit.org/show_bug.cgi?id=162513

            Bug ID: 162513
           Summary: [regression] build failure: WTF_MAKE_FAST_ALLOCATED’
                    does not name a type      WTF_MAKE_FAST_ALLOCATED;
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Local Build
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: Critical
          Priority: P2
         Component: Web Template Framework
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: David.Ronis at McGill.CA

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"

-- 
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/20160923/b3fc7d38/attachment.html>


More information about the webkit-unassigned mailing list