December 27, 2011 Re: D2 port of Tango | ||||
---|---|---|---|---|
| ||||
Al 27/12/11 14:54, En/na Jordi Sayol ha escrit: > Al 27/12/11 14:41, En/na mta`chrono ha escrit: >> >> Yes, but phobos is called "phobos" instead of phobos2. I'll think about it ;-). >> > hmmmm, phobos for dmd2 is not a fork of phobos for dmd1 ;-) > > Another thing, I got many problems generating documentation. > > $ make doc -f posix.mak > ... > tango/core/RuntimeTraits.d(569): use of typedef is deprecated; use alias instead > tango/core/RuntimeTraits.d(569): use of typedef is deprecated; use alias instead > ... > Me too! -- Epíleg |
December 28, 2011 Re: D2 port of Tango | ||||
---|---|---|---|---|
| ||||
Posted in reply to Epíleg | >> Another thing, I got many problems generating documentation.
>>
>> $ make doc -f posix.mak
>> ...
>> tango/core/RuntimeTraits.d(569): use of typedef is deprecated; use alias instead
>> tango/core/RuntimeTraits.d(569): use of typedef is deprecated; use alias instead
>> ...
>>
>
> Me too!
I've fixed that. Solution was just to replace typedef with alias on Line 569. Just do `git pull`.
|
Copyright © 1999-2021 by the D Language Foundation