Ok, thats your opinion :P

Dne 9.12.2016 v 23:04 Iain Buclaw via Digitalmars-d napsal(a):
On 9 December 2016 at 18:34, Daniel Kozak via Digitalmars-d
<[email protected]> wrote:

Dne 9.12.2016 v 16:59 Eduard Staniloiu via Digitalmars-d napsal(a):
Hello, everyone.

...

Based on my previous assumtion (both dmd and gdc use /usr/include/dmd/)
and the error above, I am inclined to believe that after installing ldc, gdc
is using /usr/include/d/ and it breaks.

Maybe we should consider having a separate folder in /usr/include/ for
each compiler?

Cheers,
Eduard

No thats all wrong, dmd a gdc could not use same include directory that is
not possible. GDC use

/usr/lib/gcc/x86_64-linux-gnu/5/include/d/

LDC use

/usr/include/d/

and dmd use:

/usr/include/dmd

You probably have some misconfiguration issue

No, the /usr/include/d is considered a system includes directory.  Any
distribution package headers should be installed there, not
ldc-specific header. :-)

Regards
Iain

Reply via email to