Bug 18396
Summary: | [GTK] Build system does not check for presence of libjpeg | ||
---|---|---|---|
Product: | WebKit | Reporter: | Mark Rowe (bdash) <mrowe> |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | Keywords: | Gtk |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Mac (Intel) | ||
OS: | Linux |
Mark Rowe (bdash)
On a clean Ubuntu system I have been running "build-webkit --gtk" then installing the dependencies that configure complained about. After they were all installed, my build failed with:
/home/mrowe/Documents/Work/WebKit-git/OpenSource/WebCore/platform/image-decoders/jpeg/JPEGImageDecoder.cpp:46:21: error: jpeglib.h: No such file or directory
This should be caught at configure-time.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Mark Rowe (bdash)
*** This bug has been marked as a duplicate of 17865 ***