> On Mon, Sep 13, 2010 at 8:42 AM, Nick Sabalausky <a...@a.a> wrote: >> >> I also like to use RDMD as an alternate to rebuild/xfbuild (especially >> since >> xfbuild's been giving me trouble since I moved to D2). >> >>
"Andrej Mitrovic" <andrej.mitrov...@gmail.com> wrote in message news:mailman.200.1284394076.858.digitalmars-d-le...@puremagic.com... > xfbuild has racing problems, according to its creator. He recommended > me to force xfbuild to use only one thread. I had issues where it's > output would quite literally come out in an alien language. When there > are problems I have to re-run xfbuild several times until it finally > builds properly. > > I wonder if this issue is caused by D1's shared-by-default state. > That's not the issue I'm having. xfbuild only uses one thread on my machine by default and I still had problems: http://d.puremagic.com/issues/show_bug.cgi?id=4687 Always seemed to work fine on D1/Tango though.