Thread overview | |||||
---|---|---|---|---|---|
|
February 26, 2011 [phobos] Phobos trunk seems to not build for OSX | ||||
---|---|---|---|---|
| ||||
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 [phobos] Phobos trunk seems to not build for OSX | ||||
---|---|---|---|---|
| ||||
Posted in reply to Andrei Alexandrescu | 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 [phobos] Phobos trunk seems to not build for OSX | ||||
---|---|---|---|---|
| ||||
Posted in reply to Sean Kelly | 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
|
Copyright © 1999-2021 by the D Language Foundation