phobos build error
    Vincenzo Ampolo 
    vincenzo.ampolo at gmail.com
       
    Sat Sep 26 08:37:17 PDT 2009
    
    
  
Michael P.  wrote:
> I fixed it. :)
> The problem actually wasn't in math.d.
> There was lots of asm in math.d, and in ExtAsmStatement, in 
statement.h,
> the blockExit function wasn't added to the interface, because it 
does not
> get included in the diffs. Because of that, the blockExit from 
Statement
> would get used, and it has an assert(0) in it, which I commented out
> before. So, I put the blockExit function in ExtAsmStatement, and in
> asmstment.cc, I commented another "#if V2" around the blockexit 
functions,
> and it works. :)
> 
Great :D
expect my commit soon aobut 2.015 ;)
    
    
More information about the D.gnu
mailing list