Bug 39650
| Summary: | REGRESSION(r60076): build break because of PluginInfoStore.cpp | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ryuan Choi <bunhere> |
| Component: | WebCore Misc. | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | ||
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | PC | ||
| OS: | Linux | ||
Ryuan Choi
make[1]: *** No rule to make target `WebCore/plugins/PluginInfoStore.cpp', needed by `WebCore/plugins/libwebkit_1_0_la-PluginInfoStore.lo'. Stop.
make[1]: Leaving directory `/workspace/webkit/WebKit'
make: *** [install] Error 2
We need to change GNUMakefile.am if these are not necessary
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Ryuan Choi
hmm. this bug is not related to MAC, but Linux GTK+
Sorry about wrong report
Ryuan Choi
I found that r60151 fix this issue.