Bug 29773
Summary: | Webkit GTK svn revision greater than 48672 will not compile on Mac OS X Snow leopard | ||
---|---|---|---|
Product: | WebKit | Reporter: | devchan1 |
Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WORKSFORME | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Mac (Intel) | ||
OS: | OS X 10.6 | ||
URL: | N/A |
devchan1
Webkit svn revision 48672 and onwards fails to compile on Mac OS X Snow Leopard with the following error:
WebKit/gtk/webkit/webkitdownload.cpp:33:27: error: webkitmarshal.h: No such file or directory
WebKit/gtk/webkit/webkitdownload.cpp: In function ‘void webkit_download_class_init(WebKitDownloadClass*)’:
WebKit/gtk/webkit/webkitdownload.cpp:231: error: ‘webkit_marshal_BOOLEAN__INT_INT_STRING’ was not declared in this scope
make[1]: *** [WebKit/gtk/webkit/libwebkit_1_0_la-webkitdownload.lo] Error 1
make: *** [all] Error 2
If I copy the GNUMakefile.am from revision 48671 into the local source tree all subsequent revisions compile
as usual.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |