Re: phobos build error

2009-09-26 Thread Michael P.
Vincenzo Ampolo Wrote: > Michael P. wrote: > > > GDC compiles, but it doesn't work. When you try to compile, it gives a > > bunch of undefined reference errors to std.math functions. So I would > > assume the problem is somewhere in math.d. > > Yep, since math.d is not included in phobos with t

Re: phobos build error

2009-09-26 Thread Vincenzo Ampolo
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 St

Re: phobos build error

2009-09-26 Thread Vincenzo Ampolo
Michael P. wrote: > GDC compiles, but it doesn't work. When you try to compile, it gives a > bunch of undefined reference errors to std.math functions. So I would > assume the problem is somewhere in math.d. Yep, since math.d is not included in phobos with the change you did, functions doesn't

Re: phobos build error

2009-09-25 Thread Michael P.
Michael P. Wrote: > Hey, I have been doing work on GDC to try and get it updated to a later DMD > front end. > I have been doing it incrementally, and am currently trying to do > 1.031-1.032. I have had some problems, like not being able to find a > reference to "util_progress"(is it in the DMD

phobos build error

2009-09-25 Thread Michael P.
Hey, I have been doing work on GDC to try and get it updated to a later DMD front end. I have been doing it incrementally, and am currently trying to do 1.031-1.032. I have had some problems, like not being able to find a reference to "util_progress"(is it in the DMD backend?), so I just comment