build mango

Chris Nicholson-Sauls ibisbasenji at gmail.com
Mon Dec 18 06:23:56 PST 2006


Laurent Dubuisson wrote:
> Hello,
> 
> Using latest bud builder version I got a Format.d (420) Error cannot 
> implicitly convert expression (0) of type int to Flags from the latest 
> SVN MAngo tree.
> 
> Any ideas how to solve ?
> 
> Cheers,
> Laurent.

Yep.  Open up mango/convert/Format.d and change line 420 from:
#                flags = 0;

To:
#                flags = cast(Flags)0;

Done. :)

-- Chris Nicholson-Sauls


More information about the Digitalmars-d-learn mailing list