Bug 20370 - Since checkin for bug 20337 it is impossible to get webkit build.
Summary: Since checkin for bug 20337 it is impossible to get webkit build.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-13 02:06 PDT by Frederic Bezies
Modified: 2008-08-13 09:51 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.