I'm getting a little confused. I've installed a .deb package of d 2.0, but now my code won't compile: unlogcat.d(112): Error: std.stream.File at /usr/include/d/dmd/phobos/std/stream.d(1787) conflicts with std.stdio.File at /usr/include/d/dmd/phobos/std/stdio.d(248)
Yet if I leave either out, I get unresolved symbols. Also, where can I find out what exceptions can be raised for a particular operation ? Thanks