[Webkit-unassigned] [Bug 155589] New: 2.10.9 Compilation failure

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 17 11:12:14 PDT 2016


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

            Bug ID: 155589
           Summary: 2.10.9 Compilation failure
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Local Build
          Hardware: Unspecified
                OS: Linux
            Status: NEW
          Severity: Major
          Priority: P2
         Component: WebCore Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: Tom.Schoonjans at me.com

Hi,


Ran into the following compilation failure:

[ 14%] Building CXX object Source/WebCore/CMakeFiles/WebCore.dir/editing/TextIterator.cpp.o
/scratch/webkitgtk-2.10.9/Source/WebCore/editing/TextIterator.cpp: In constructor ‘WebCore::SearchBuffer::SearchBuffer(const WTF::String&, WebCore::FindOptions)’:
/scratch/webkitgtk-2.10.9/Source/WebCore/editing/TextIterator.cpp:2047:22: error: ‘USEARCH_PATTERN_BASE_WEIGHT_IS_WILDCARD’ was not declared in this scope
         comparator = USEARCH_PATTERN_BASE_WEIGHT_IS_WILDCARD;
                      ^
/scratch/webkitgtk-2.10.9/Source/WebCore/editing/TextIterator.cpp:2051:22: error: ‘USEARCH_STANDARD_ELEMENT_COMPARISON’ was not declared in this scope
         comparator = USEARCH_STANDARD_ELEMENT_COMPARISON;
                      ^
/scratch/webkitgtk-2.10.9/Source/WebCore/editing/TextIterator.cpp:2059:36: error: ‘USEARCH_ELEMENT_COMPARISON’ was not declared in this scope
     usearch_setAttribute(searcher, USEARCH_ELEMENT_COMPARISON, comparator, &status);
                                    ^
make[2]: *** [Source/WebCore/CMakeFiles/WebCore.dir/editing/TextIterator.cpp.o] Error 1
make[1]: *** [Source/WebCore/CMakeFiles/WebCore.dir/all] Error 2
make: *** [all] Error 2


CMake was run as:

cmake -DCMAKE_INSTALL_PREFIX=/scratch/gtk3/ -DPORT=GTK -DENABLE_GEOLOCATION=OFF -DENABLE_OPENGL=OFF -DENABLE_INTROSPECTION=OFF -DENABLE_X11_TARGET=ON -DENABLE_SPELLCHECK=OFF -DENABLE_WEB_AUDIO=OFF -DENABLE_PLUGIN_PROCESS_GTK2=OFF -DENABLE_VIDEO=OFF -DUSE_LIBHYPHEN=OFF -DUSE_LIBNOTIFY=OFF -DUSE_SYSTEM_MALLOC=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/20160317/782c78d8/attachment.html>


More information about the webkit-unassigned mailing list