www.digitalmars.com         C & C++   DMDScript  

D.gnu - gdc build: how to change includedir/d

reply Ellery Newcomer <ellery-newcomer utulsa.edu> writes:
hi. is there a quick way to make the build use something like

$includedir/gdc-d instead of $includedir/d
Nov 18 2012
parent reply Iain Buclaw <ibuclaw ubuntu.com> writes:
On 18 November 2012 19:30, Ellery Newcomer <ellery-newcomer utulsa.edu> wrote:
 hi. is there a quick way to make the build use something like

 $includedir/gdc-d instead of $includedir/d
I do intend to make this configured, but you'll have to edit a couple of files. Make-lang.in - Look for D_include_dir. configure.ac - Look for gdc_include_dir. Regards -- Iain Buclaw *(p < e ? p++ : p) = (c & 0x0f) + '0';
Nov 18 2012
parent reply Ellery Newcomer <ellery-newcomer utulsa.edu> writes:
On 11/18/2012 03:53 PM, Iain Buclaw wrote:
 On 18 November 2012 19:30, Ellery Newcomer <ellery-newcomer utulsa.edu> wrote:
 hi. is there a quick way to make the build use something like

 $includedir/gdc-d instead of $includedir/d
I do intend to make this configured, but you'll have to edit a couple of files. Make-lang.in - Look for D_include_dir. configure.ac - Look for gdc_include_dir. Regards
thanks s/configure.ac/configure/
Nov 19 2012
parent Iain Buclaw <ibuclaw ubuntu.com> writes:
On 20 November 2012 03:14, Ellery Newcomer <ellery-newcomer utulsa.edu> wrote:
 On 11/18/2012 03:53 PM, Iain Buclaw wrote:
 On 18 November 2012 19:30, Ellery Newcomer <ellery-newcomer utulsa.edu>
 wrote:
 hi. is there a quick way to make the build use something like

 $includedir/gdc-d instead of $includedir/d
I do intend to make this configured, but you'll have to edit a couple of files. Make-lang.in - Look for D_include_dir. configure.ac - Look for gdc_include_dir. Regards
thanks s/configure.ac/configure/
You need autotools / autoconf installed for configure to be regenerated on the fly. :-) -- Iain Buclaw *(p < e ? p++ : p) = (c & 0x0f) + '0';
Nov 20 2012