Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/macos/8.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Macos 生成文件中的DC=dmd做什么?_Macos_Makefile - Fatal编程技术网

Macos 生成文件中的DC=dmd做什么?

Macos 生成文件中的DC=dmd做什么?,macos,makefile,Macos,Makefile,我试图在mac上运行makefile,但我得到一个错误,上面写着“dmd:command not found” makefile有一行 DC=dmd 这是干什么的?这只是一项任务,没有更多的信息很难说。正如谷歌可以帮助你的,“Dmd”是D编程语言的编译器,或者是兼容POSIX系统的旧版本。。。您必须先安装这些依赖项,然后才能尝试创建。它将DC变量设置为dmd的值。您需要向我们展示Makefile(或者告诉我们它来自哪里),以便我们猜测它的用途。“GNU shepherd版本POSIX兼容”?我不

我试图在mac上运行makefile,但我得到一个错误,上面写着“dmd:command not found”

makefile有一行 DC=dmd


这是干什么的?

这只是一项任务,没有更多的信息很难说。正如谷歌可以帮助你的,“Dmd”是D编程语言的编译器,或者是兼容POSIX系统的旧版本。。。您必须先安装这些依赖项,然后才能尝试创建。

它将
DC
变量设置为
dmd
的值。您需要向我们展示Makefile(或者告诉我们它来自哪里),以便我们猜测它的用途。“GNU shepherd版本POSIX兼容”?我不知道你想说什么。对不起,“一个与POSIX系统兼容的GNU shepherd的旧版本”。啊哈!添加了一个链接以澄清。