[Webkit-unassigned] [Bug 152547] New: webp/decode.h missing, make stops building

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 24 05:51:39 PST 2015


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

            Bug ID: 152547
           Summary: webp/decode.h missing, make stops building
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Local Build
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: Blocker
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: stacheldraht at interia.pl

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 https://github.com/rs/SDWebImage/issues/544 (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!

-- 
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/20151224/ef44ff9b/attachment.html>


More information about the webkit-unassigned mailing list