zonk wrote:
Is anybody developing in D on Snow Leopard?
...
• GDC is only for 10.4 and 10.5.
GDC "should" be able to build for Mac OS X 10.6, if using the legacy gcc-4.0 compiler (gcc-5484) http://opensource.apple.com/tarballs/gcc/gcc-5484.tar.gz (Xcode 3.1) http://downloads.sourceforge.net/gdcmac/gdc-trunk-r229-apple-gcc-5484.patch But there is no GDC installer for Snow Leopard, and I don't think that gcc-4.2 works yet either ? GCC now also defaults to 64-bit mode, so you need to use "gcc -m32" to compile in 32-bit mode for D. --anders
