[webkit-help] QtWebkit build with msys

Fabrizio.Machado at nokia.com Fabrizio.Machado at nokia.com
Wed Dec 22 05:54:39 PST 2010


Hi,

I'm running into some issues building qtwebkit using msys on windows.

I'm running the build script (build-webbkit -qt -release) from the msys shell but the make_names.pl script under /WebKit/WebCore/dom/ is failing on line 27.

Had a look at the script and it seems like it's failing to load the "InFilesParser" module:
use Config;
use Getopt::Long;
use File::Path;
use IO::File;
use InFilesParser;

However, I can see the module exists under /WebKit/WebCore/bindings/scripts/InFilesParser.pm.

Here's the actual error message from build-webkit:
Can't locate InFilesParser.pm in @INC (@INC contains: C /build_c/webkit_21Dec2010/WebKit/WebCore/bindings/scripts /usr/lib/perl5/5.6.1/msys /usr/lib/perl5/5.6.1 /usr/lib/perl5/site_perl/5.6.1/msys /usr/lib/perl5/site_perl/5.6.1 /usr/lib/perl5/site_perl .) at C:/build_c/webkit_21Dec2010/WebKit/WebCore/dom/make_names.pl line 37.
BEGIN failed--compilation aborted at C:/build_c/webkit_21Dec2010/WebKit/WebCore/dom/make_names.pl line 37.

Any ideas what might be going wrong here?

Thanks,
Fabrizio




-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-help/attachments/20101222/2fc22210/attachment.html>


More information about the webkit-help mailing list