本文介绍了“模块x在x.d中无法读取”。编译d程序时出错的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

这是项目结构:

中指定依赖项了code>,应为:

Ok, my fault, I forgot to specify the dependency in dub.json, it should be:

{
    "name": "testd2",
    "description": "A minimal D application.",
    "copyright": "Copyright © 2014, kaiyin",
    "authors": ["kaiyin"],
    "dependencies": {
        "colorize": ">=1.0.5",
        "scid": ">=0.1.0"
    }
}

下次我看到这种错误时,我会谨记在那儿。

Next time I see this kind of error, I will remeber to look there.

这篇关于“模块x在x.d中无法读取”。编译d程序时出错的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-22 13:39