[Webkit-unassigned] [Bug 150118] New: Compile error at WebKit/Source/WebCore/html/HTMLDetailsElement.cpp:42

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 14 04:32:29 PDT 2015


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

            Bug ID: 150118
           Summary: Compile error at
                    WebKit/Source/WebCore/html/HTMLDetailsElement.cpp:42
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Local Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: it at r117.com
                CC: bugs-noreply at webkitgtk.org

Command to compile:

cmake -DCMAKE_BUILD_TYPE=Release \
        -DCMAKE_INSTALL_PREFIX=$dst/usr \
        -DCMAKE_SKIP_RPATH=ON \
        -DPORT=GTK -DLIB_INSTALL_DIR=$dst/usr/lib \
        -DENABLE_MINIBROWSER=ON \
        -DENABLE_GEOLOCATION=OFF \
        -DENABLE_PLUGIN_PROCESS_GTK2=OFF \
        -Wno-dev ../WebKit && make -j4

Result:
...
~/WebCore/html/HTMLDetailsElement.cpp: in function «const WTF::AtomicString& WebCore::summarySlotName()»:
~/WebKit/Source/WebCore/html/HTMLDetailsElement.cpp:42:52: err var «WTF::NeverDestroyed<WTF::AtomicString> summarySlot» initialized, but have not complete type
     static NeverDestroyed<AtomicString> summarySlot("summarySlot");
                                                    ^
[ 15%] Building CXX object Source/WebCore/CMakeFiles/WebCore.dir/html/HTMLFrameElement.cpp.o
/home/triod/WebKit/Source/WebCore/html/HTMLDetailsElement.cpp:44:1: warning: control reaches end of non-void function [-Wreturn-type]
 }

-- 
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/20151014/f3cc93cd/attachment-0001.html>


More information about the webkit-unassigned mailing list