Andrej Mitrovic Wrote:
> Well as long as you're here can I submit an error here? :) > > I get an error while building the D2 branch: > > Error: ArrayMultiset.obj : No such file or directory Crud, I admit that I assumed anything that built on Linux would build on Windows. I still believe it will, but of course, I need to change the batch file :) > > It seems the ArrayMultiset.d is not in the dcollections folder for the D2.x > branch, although it is in trunk (I guess the trunk is the D1.x one?). Yes, D1 is trunk, D2 is going to eventually be trunk > > Is that module deprecated for d2.x? (although it's listed in the win32 batch > file) Yes, just remove it. I'll fix it when I get a chance. -Steve