On 04-08-2011 15:21, Magnus Lie Hetland wrote:
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).


You can probably just pass SDK=... to the make process too.

- Alex

Reply via email to