문제

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.

도움이 되었습니까?

해결책

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.

다른 팁

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.

Link to discussion on the digitalmars.D newsgroup. No news yet, though.

i suggest that you try LDC instead. DMD isnt very stable on linux, etc. DMD also dont have support for 64bit.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top