<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 - 2.10.9 Compilation failure"
   href="https://bugs.webkit.org/show_bug.cgi?id=155589">155589</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>2.10.9 Compilation failure
          </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>Unspecified
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Linux
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>Major
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P2
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>WebCore Misc.
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>webkit-unassigned&#64;lists.webkit.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>Tom.Schoonjans&#64;me.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>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&amp;, 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, &amp;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</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>