GG bug? (OS X Lion, DMD 2.054)

Alex Rønne Petersen xtzgzorex at gmail.com
Thu Aug 4 06:42:13 PDT 2011


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


More information about the Digitalmars-d-learn mailing list