Bug 20370
Summary: | Since checkin for bug 20337 it is impossible to get webkit build. | ||
---|---|---|---|
Product: | WebKit | Reporter: | Frederic Bezies <fredbezies> |
Component: | DOM | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | Linux |
Frederic Bezies
Hello.
Sorry if it is a known bug, but it is impossible to get webkit-gtk to be build on linux.
I always this error message :
make: *** Pas de règle pour fabriquer la cible « DerivedSources/JSSVGElementWrapperFactory.cpp », nécessaire pour « all ». Arrêt.
Translated :
make: *** No rules to make target « DerivedSources/JSSVGElementWrapperFactory.cpp », necessary for « all ».Stopped.
After a little search, I found the the last modification of WebCore/GNUmakefile.am is related to bug in summary.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Mark Rowe (bdash)
i believe that r35706 will have fixed this.
Frederic Bezies
Thanks, it fixed the crash.