I don't know the answer specifically, but this might help:
If your question is how to do it by hand, src/webkit/webkit.gyp should have
the answer.  If you just want to compile all of chromium, you shouldn't need
to worry about it: just compile Chromium however you normally would and it
should generate those automatically as part of the build process.

Just be sure that the version of WebKit and Chromium that you have checked
out are compatible.  The easiest way to be sure is to match the revision of
webkit you check out to the version in the DEPS file in the root of
Chromium's src.  This will tell you if tip of tree for the two are currently
working together:
http://build.chromium.org/buildbot/waterfall.fyi/builders/Webkit%20Linux%20(webkit.org)

On Tue, Aug 25, 2009 at 7:40 PM, hap 497 <hap...@gmail.com> wrote:

> Hi,
>
> Can you please tell me how to generate filees under
> webkit.build/DerivedSources/Debug/bindings?
> For example V8CanvasRenderingContext.cpp or /V8CanvasPixelArray.cpp?
>
> I think it is generated by this script in Webkit source:
> ./WebCore/bindings/scripts/generate-bindings.pl
>
> But when I cd to my ~/Webkit directory and run
> "./WebCore/bindings/scripts/generate-bindings.pl", I get this error:
> Can't locate IDLParser.pm in @INC (@INC contains:
> /Library/Perl/Updates/5.8.8
> /System/Library/Perl/5.8.8/darwin-thread-multi-2level
> /System/Library/Perl/5.8.8 /Library/Perl/5.8.8/darwin-thread-multi-2level
> /Library/Perl/5.8.8 /Library/Perl
> /Network/Library/Perl/5.8.8/darwin-thread-multi-2level
> /Network/Library/Perl/5.8.8 /Network/Library/Perl
> /System/Library/Perl/Extras/5.8.8/darwin-thread-multi-2level
> /System/Library/Perl/Extras/5.8.8 /Library/Perl/5.8.6 /Library/Perl/5.8.1 .)
> at ./WebCore/bindings/scripts/generate-bindings.pl line 37.
> BEGIN failed--compilation aborted at
> ./WebCore/bindings/scripts/generate-bindings.pl line 37.
>
> I am trying to use chromium with Webkit source which I checkout using 'git
> svn'.
>
> Thank you for any lep
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
Chromium Developers mailing list: chromium-dev@googlegroups.com 
View archives, change email options, or unsubscribe: 
    http://groups.google.com/group/chromium-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to