我尝试为Windows perl v5.20创建DWIM perl,因此我安装了Padre 1.0 Padre-ide github repo、dwimperl-windows的所有依赖项
并且我在dmake测试中有错误。
你有什么办法修理它吗?
所有的错误都让我困惑,我不能想象如何启动debug padre来找到错误的核心(根本原因)
即使是第一个错误
t/02_new.t ................. 1/62 # Looks like you planned 62 tests but ran 1.
# Looks like your test exited with 255 just after 1.或秒
t/05_project.t ............. 1/16 Invalid version format (non-numeric data) at C
:\Users\TOSH\Documents\GitHub\padre-mi\blib\lib/Padre/Wx/Menu/Debug.pm line 5.
BEGIN failed--compilation aborted at C:\Users\TOSH\Documents\GitHub\padre-mi\blib\lib/Padre/Wx/Menu/Debug.pm line 5.
Compilation failed in require at C:\Users\TOSH\Documents\GitHub\padre-mi\blib\lib/Padre/Wx/Menubar.pm line 72.
# Looks like you planned 16 tests but ran 2.好吧,我在build.log这里用Padre 0.94做了同样的事情
错误是更有趣的Possible precedence issue with control flow operator at
我一步一步地开始调试
perl -Ilib -MCarp::Always -e "use Test::More;use_ok('Padre::Config');done_testing()" > error.log 2>&1我得到了
Error: Failed to find share dir for dist 'Padre' at C:/Users/TOSH/Documents/GitHub/dwimperl-windows/strawberry-perl-5.20.0.1-32bit-portable/perl/vendor/lib/File/ShareDir.pm line 173.发布于 2015-10-25 06:41:45
我将重新安装DWIM,如下所述:
从here


这已在Windows 7专业版上成功完成。
https://stackoverflow.com/questions/33277287
复制相似问题