Re: GDC includes from LDC

2016-01-10 Thread Mathias Lang via Digitalmars-d
Looks like a packaging issue. In Archlinux there is one extra directory level for the compiler (e.g. `/usr/include/dlang//`) to prevent such things. Looking at the file list for both libraries: - GDC: https://packages.debian.org/sid/amd64/libphobos-4.9-dev/filelist - LDC: https://packages.debian.o

Re: GDC includes from LDC

2016-01-10 Thread John Colvin via Digitalmars-d
On Sunday, 10 January 2016 at 16:23:24 UTC, Russel Winder wrote: Iain, Playing with the SCons tests, I am heading to the hypothesis that, at least on Debian Sid, if both gdc and ldc packages are installed, then gdc picks up the D source files from the ldc package in preference to the ones fro

GDC includes from LDC

2016-01-10 Thread Russel Winder via Digitalmars-d
Iain, Playing with the SCons tests, I am heading to the hypothesis that, at least on Debian Sid, if both gdc and ldc packages are installed, then gdc picks up the D source files from the ldc package in preference to the ones from the gdc package. scons: Building targets ... gdc -I. -c -o foo.o f