Can't locate Switch.pm in @INC

前端之家收集整理的这篇文章主要介绍了Can't locate Switch.pm in @INC前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
Can't locate Switch.pm in @INC (@INC contains: external/webkit/WebCore/bindings/scripts /usr/local/lib/perl5 /usr/local/share/perl5 /usr/lib/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5 /usr/share/perl5 .) at external/webkit/WebCore/dom/make_names.pl line 38.
BEGIN Failed--compilation aborted at external/webkit/WebCore/dom/make_names.pl line 38.
make: *** [out/target/product/m801/obj/STATIC_LIBRARIES/libwebcore_intermediates/WebCore/HTMLNames.h] Error 2
make: Leaving directory `/home/cjz/Workspace/c800/SDK2308'

If you're building on Fedora 16,you will need to add Switch.pm via yum:

yum install perl-Switch
参考:http://stackoverflow.com/questions/8362944/android-build-errer-begin-Failed-compilation-aborted-at-external-webkit-webcor

猜你在找的Perl相关文章