<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 - webp/decode.h missing, make stops building"
   href="https://bugs.webkit.org/show_bug.cgi?id=152547">152547</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>webp/decode.h missing, make stops building
          </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>Blocker
          </td>
        </tr>

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

        <tr>
          <th>Component</th>
          <td>New Bugs
          </td>
        </tr>

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

        <tr>
          <th>Reporter</th>
          <td>stacheldraht&#64;interia.pl
          </td>
        </tr></table>
      <p>
        <div>
        <pre>After several hours of building (cmake -DPORT=GTK, then make) at 62% progress I get this error message:

In file included from /home/jacek/bin/webkitgtk-2.10.4/Source/WebCore/platform/image-decoders/ImageDecoder.cpp:32:0:
/home/jacek/bin/webkitgtk-2.10.4/Source/WebCore/platform/image-decoders/webp/WEBPImageDecoder.h:36:25: fatal error: webp/decode.h: Datei oder Verzeichnis nicht gefunden
compilation terminated.
Source/WebCore/CMakeFiles/WebCore.dir/build.make:60081: recipe for target 'Source/WebCore/CMakeFiles/WebCore.dir/platform/image-decoders/ImageDecoder.cpp.o' failed
make[2]: *** [Source/WebCore/CMakeFiles/WebCore.dir/platform/image-decoders/ImageDecoder.cpp.o] Error 1
CMakeFiles/Makefile2:638: recipe for target 'Source/WebCore/CMakeFiles/WebCore.dir/all' failed
make[1]: *** [Source/WebCore/CMakeFiles/WebCore.dir/all] Error 2
Makefile:149: recipe for target 'all' failed
make: *** [all] Error 2

In fact, decode.h is missing in webp/. This bug has been already described at <a href="https://github.com/rs/SDWebImage/issues/544">https://github.com/rs/SDWebImage/issues/544</a> (but not in conjunction with WebKitGtk). Where can I get the missing header file? Or can I build WebKitGtk without webp support (as it's for displaying intranet pages which don't contain any webp pics)?

Thank you for any useful hints!</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>