Bug 20370

Summary: Since checkin for bug 20337 it is impossible to get webkit build.
Product: WebKit Reporter: Frederic Bezies <fredbezies>
Component: DOMAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Linux   

Description Frederic Bezies 2008-08-13 02:06:21 PDT
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.
Comment 1 Mark Rowe (bdash) 2008-08-13 03:04:13 PDT
i believe that r35706 will have fixed this.
Comment 2 Frederic Bezies 2008-08-13 09:51:25 PDT
Thanks, it fixed the crash.