On 3/29/2011 4:45 AM, Ishan Thilina wrote:
now all that is left is the problem with GDC. Why can't I do "import std.container" in Linux :(
std.container is a D2 module. Based on your include path you have a D1 version of GDC.
GDC uses include/d for D1 and include/d2 for D2.
