Re: [Scons-dev] D Lang config on ubuntu 16.04

2017-09-28 Thread Bill Deegan
This is on a personal system I'm configuring for work with scons. BTW. The buildbot worker running scons tests is ubuntu 14.04 LTS currently. On Thu, Sep 28, 2017 at 9:11 AM, Russel Winder wrote: > On Thu, 2017-09-28 at 17:06 +0100, Russel Winder wrote: > […] > > > > Whilst there have been prob

Re: [Scons-dev] D Lang config on ubuntu 16.04

2017-09-28 Thread Russel Winder
On Thu, 2017-09-28 at 17:06 +0100, Russel Winder wrote: […] > > Whilst there have been problems with ldc and gdc in the past these are now > all > fixed. > […] > Use Debian Sid, install ldc and gdc from Debian packages. Set up D-Apt and > install from there. Sorry but that is the way to do it. I

Re: [Scons-dev] D Lang config on ubuntu 16.04

2017-09-28 Thread Russel Winder
On Thu, 2017-09-28 at 08:43 -0700, Bill Deegan wrote: > Russel, > > I'm trying to configure a new system with gdc, dmd, and ldc, but alas I end > up with: > /usr/include/d/core/stdc/stdarg.d:48:5: error: undefined identifier > __va_list_tag > alias __va_list = __va_list_tag; > > A little goo

[Scons-dev] D Lang config on ubuntu 16.04

2017-09-28 Thread Bill Deegan
Russel, I'm trying to configure a new system with gdc, dmd, and ldc, but alas I end up with: /usr/include/d/core/stdc/stdarg.d:48:5: error: undefined identifier __va_list_tag alias __va_list = __va_list_tag; A little googling suggests ldc + dmd = broken compiles and points to the d-apt repo.