GG bug? (OS X Lion, DMD 2.054)

Magnus Lie Hetland magnus at hetland.org
Thu Aug 4 06:21:38 PDT 2011


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



More information about the Digitalmars-d-learn mailing list