Thread overview
[phobos] Phobos trunk seems to not build for OSX
Feb 26, 2011
Sean Kelly
February 26, 2011
I'm saying "seems" because I'm not 100% clear that I have the latest and greatest. On the master branch I did:

git merge origin/master

and got a bunch of changes. Now when I try to build unittest I get:

std/datetime.d(28538): Error: undefined identifier tzname, did you mean function name?

Could someone confirm?


Andrei
February 26, 2011
tzname is defined in druntime... have you updated that as well?

On Feb 26, 2011, at 2:37 PM, Andrei Alexandrescu wrote:

> I'm saying "seems" because I'm not 100% clear that I have the latest and greatest. On the master branch I did:
> 
> git merge origin/master
> 
> and got a bunch of changes. Now when I try to build unittest I get:
> 
> std/datetime.d(28538): Error: undefined identifier tzname, did you mean function name?
> 
> Could someone confirm?
> 
> 
> Andrei
> _______________________________________________
> phobos mailing list
> phobos at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/phobos

February 26, 2011
Great, that did the trick. Thanks very much!

Andrei

On 2/26/11 5:13 PM, Sean Kelly wrote:
> tzname is defined in druntime... have you updated that as well?
>
> On Feb 26, 2011, at 2:37 PM, Andrei Alexandrescu wrote:
>
>> I'm saying "seems" because I'm not 100% clear that I have the latest and greatest. On the master branch I did:
>>
>> git merge origin/master
>>
>> and got a bunch of changes. Now when I try to build unittest I get:
>>
>> std/datetime.d(28538): Error: undefined identifier tzname, did you mean function name?
>>
>> Could someone confirm?
>>
>>
>> Andrei
>> _______________________________________________
>> phobos mailing list
>> phobos at puremagic.com
>> http://lists.puremagic.com/mailman/listinfo/phobos
>
> _______________________________________________
> phobos mailing list
> phobos at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/phobos