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




_______________________________________________
webkit-help mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-help

Reply via email to