雪豹上的 DMD 2
有人在 Snow Leopard 上尝试过 Digitalmars D 编译器(版本 2)吗?我想升级,但我更想要一个可以工作的 D 编译器。
Has anyone tried the Digitalmars D compiler (version 2) on Snow Leopard? I'd like to upgrade but I'd rather have a working D compiler.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
如果您仍然不确定,那么请深呼吸并开始尝试:
自豹子以来雪的变化(根据维基百科)。到目前为止,我听说的各种软件的大多数雪虫都是图形问题。您可以忽略其中很多内容,因为 dmd 完全是命令行。
dmd 的 Mac OS X 端口是相当新的并且可以在 leopard 上运行。 Walter 记录了该端口的大部分问题 第 1 部分,第 2 部分,第 3 部分,epilog
需要初始测试人员,您可以帮 Walter 帮他测试一下,dmd 很快就能修复错误。如果它不起作用,您可以确定它不会长时间不起作用。有了完整的源代码,您甚至可以自己提交补丁(如果有)。
If you still don't know for sure then just take a deep breath and go for it already:
Changes in snow since leopard (according to wikipedia). Most snow bugs with various software I have heard so far have been graphics issues. You can ignore a lot of those as dmd is entirely command line.
The Mac OS X port of dmd is fairly recent and working on leopard. Walter documented most of the issues of the port part 1, part 2, part 3, epilog
An initial tester is required and you can do Walter a favor by testing for him, dmd gets bug fixes really quick. If it didn't work you can be sure it won't lay not working for very long. With the entire source available you may even be able to submit the patches if any yourself.
此时这不是问题,但我会花点时间插入我最喜欢的实现(并且可以说是在 OS X 上运行 D 的最简单方法):D 用于 Xcode。
This is a non-issue at this point, but I will take a moment to plug my favorite implementation (and arguably the easiest way to get D running on OS X): D For Xcode.
链接到 digitalmars.D 新闻组的讨论。不过还没有消息。
Link to discussion on the digitalmars.D newsgroup. No news yet, though.
我建议你尝试LDC。 DMD 在 Linux 等上不是很稳定。DMD 也不支持 64 位。
i suggest that you try LDC instead. DMD isnt very stable on linux, etc. DMD also dont have support for 64bit.