【问题标题】:Error installing Coro in Perl在 Perl 中安装 Coro 时出错
【发布时间】:2015-08-31 14:45:13
【问题描述】:

我在安装 Coro 模块时遇到问题。

.......
                                              ^
dmake:  Error code 129, while making 'State.o'
dmake.exe:  Error code 255, while making 'subdirs'
  MLEHMANN/Coro-6.43.tar.gz
  C:\STRAWB~1\c\bin\dmake.exe -- NOT OK
Stopping: 'install' failed for 'M/ML/MLEHMANN/Coro-6.43.tar.gz'.

完整安装日志在这里:log

【问题讨论】:

  • 看起来您的错误与 CPAN 测试人员 cpantesters.org/cpan/report/… 上的错误类似。我注意到您选择了“f”选项,但他们推荐 Strawberry Perl 使用“a”。
  • 其中一些错误是由于 Coro 对 Perl 内部结构的依赖。我猜你使用的是 perl 5.22,它还没有更新到 5.22。作者是出了名的难相处,而且他不使用错误跟踪器,所以你需要联系他,看看他是否意识到问题以及他的计划是什么。
  • 看起来问题正在这里解决rt.cpan.org/Public/Dist/Display.html?Name=Coro,您可以提出另一个问题。
  • 有人对 Coro & perl 5.22/5.24 感到非常沮丧到publish a blog post about it

标签: perl cpan


【解决方案1】:

Version 6.46 报告说它“使用 windows fork 仿真恢复 [s] 到 perls 的可移植性”。这意味着草莓 Perl。它可能会解决您的问题。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2017-06-08
    • 2020-08-07
    • 2018-11-23
    • 1970-01-01
    • 2011-03-29
    • 2016-05-04
    • 2014-02-18
    • 1970-01-01
    相关资源
    最近更新 更多