Thread overview
make install; where do .di files go?
Oct 16, 2012
Manu
Oct 17, 2012
Matt
Oct 17, 2012
Matt
Oct 17, 2012
Matt
October 16, 2012
I'm trying to make an installer.
Easy for C, headers go in /usr/[local/]include.
Where do D's imports go? I can't find a place that DMD and GDC agree on...
surely there should be one standard location so packages can write
installers?


October 17, 2012
On Tuesday, 16 October 2012 at 13:41:49 UTC, Manu wrote:
> I'm trying to make an installer.
> Easy for C, headers go in /usr/[local/]include.
> Where do D's imports go? I can't find a place that DMD and GDC agree on...
> surely there should be one standard location so packages can write
> installers?

If I remember correctly, you should try looking around /usr/include, but it's been a while since I fired up my Ubuntu laptop, so I could be wrong
October 17, 2012
On Wednesday, 17 October 2012 at 09:58:42 UTC, Matt wrote:
> On Tuesday, 16 October 2012 at 13:41:49 UTC, Manu wrote:
>> I'm trying to make an installer.
>> Easy for C, headers go in /usr/[local/]include.
>> Where do D's imports go? I can't find a place that DMD and GDC agree on...
>> surely there should be one standard location so packages can write
>> installers?
>
> If I remember correctly, you should try looking around /usr/include, but it's been a while since I fired up my Ubuntu laptop, so I could be wrong

God, now I feel really damn stupid...
October 17, 2012
Having loaded up my other laptop for the first time in ages, I've found that most of my D files, including Phobos, are stored in usr/local/include/d