On 2011-08-04 12:27:54 +0000, Alex Rønne Petersen said:

Hi,

You can see my blog for Linux: http://xtzgzorex.wordpress.com/2011/07/31/d-building-dmd-and-phobos-on-linux/

For

others trying to do the same (i.e., compile this stuff in OS X Lion), one change is needed in posix.mak:

Change ...

   SDK=/Developer/SDKs/MacOSX10.5.sdk
   #SDK=/Developer/SDKs/MacOSX10.6.sdk

... into ...

   SDK=/Developer/SDKs/MacOSX10.5.sdk
   #SDK=/Developer/SDKs/MacOSX10.6.sdk
   SDK=/Developer/SDKs/MacOSX10.7.sdk

(or equivalent).

--
Magnus Lie Hetland
http://hetland.org

Reply via email to