Bug 16622
Summary: | Error while compiling WebKit | ||
---|---|---|---|
Product: | WebKit | Reporter: | Nilesh Patil <nilesh.patil> |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WORKSFORME | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | Linux |
Nilesh Patil
Error comes while compiling WebKit on Ubuntu Edgy.
Webkit nightly release is WebKit-r28996
Following are last three lines of error:
../../../JavaScriptCore/pcre/pcre_tables.cpp:71:24: error: chartables.c: No such file or directory
make[1]: *** [tmp/pcre_tables.o] Error 1
make[1]: Leaving directory `/home/nilesh/WebKit-r28996/WebKitBuild/Release/WebCore'
make: *** [sub-WebCore-make_default-ordered] Error 2
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Mark Rowe (bdash)
Problems with compiling should be discussed in the mailing list or on IRC before being raised in Bugzilla, as it's more likely it is failing due to an error in your local setup rather than a bug in WebKit. If a discussion on IRC or the mailing list indicates that it is in fact a WebKit issue, then you should file a bug report.
I would recommend reading http://trac.webkit.org/projects/webkit/wiki/BuildingGtk closely, ensuring that all the necessary dependencies are installed, then asking on the mailing list or IRC for assistance if you still run into problems.