Programming/android
perl 5.18 switch module error
bluelimn
2015. 3. 20. 15:39
728x90
target Generated: libwebcore <= external/webkit/Source/WebCore/dom/make_names.pl
Can't locate Switch.pm in @INC (you may need to install the Switch module) (@INC contains: /etc/perl /usr/local/lib/perl/5.18.2 /usr/local/share/perl/5.18.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.18 /usr/share/perl/5.18 /usr/local/lib/site_perl .) at external/webkit/Source/WebCore/make-hash-tools.pl line 23.
BEGIN failed--compilation aborted at external/webkit/Source/WebCore/make-hash-tools.pl line 23.
solution:
sudo apt-get install libswitch-perl
728x90