Container access in std.container

Steven Wawryk stevenw at acres.com.au
Mon Mar 28 22:56:55 PDT 2011


Your environment looks wrong.  Note that

/usr/lib/gcc/x86_64-linux-gnu/4.3.5/../../../../include/d/4.3.5

is equivalent to

/usr/include/d/4.3.5

so I expect it can't find container.d


On 29/03/11 04:54, Ishan Thilina wrote:
> I am using DGC due to the problems I'm witnessing with DMD. I tried a similar
> approach. But the following error comes.
>
> "
>
> structures.d:4: Error: module container cannot read file 'std/container.d'
> import path[0] =
> /usr/lib/gcc/x86_64-linux-gnu/4.3.5/../../../../include/d/4.3.5/x86_64-linux-gnu
> import path[1] = /usr/lib/gcc/x86_64-linux-gnu/4.3.5/../../../../include/d/4.3.5
>
> "
>
> I dont know what is wrong. I'll try to compile in Windows and let you know.
>
> @David :
>
> Thanks for the clarifications :)



More information about the Digitalmars-d-learn mailing list