D.gnu - gdc build: how to change includedir/d
- Ellery Newcomer (2/2) Nov 18 2012 hi. is there a quick way to make the build use something like
- Iain Buclaw (8/10) Nov 18 2012 I do intend to make this configured, but you'll have to edit a couple of...
- Ellery Newcomer (3/11) Nov 19 2012 thanks
- Iain Buclaw (6/27) Nov 20 2012 You need autotools / autoconf installed for configure to be
hi. is there a quick way to make the build use something like $includedir/gdc-d instead of $includedir/d
Nov 18 2012
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/dI 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
On 11/18/2012 03:53 PM, Iain Buclaw wrote:On 18 November 2012 19:30, Ellery Newcomer <ellery-newcomer utulsa.edu> wrote:thanks s/configure.ac/configure/hi. is there a quick way to make the build use something like $includedir/gdc-d instead of $includedir/dI 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
Nov 19 2012
On 20 November 2012 03:14, Ellery Newcomer <ellery-newcomer utulsa.edu> wrote:On 11/18/2012 03:53 PM, Iain Buclaw wrote:You need autotools / autoconf installed for configure to be regenerated on the fly. :-) -- Iain Buclaw *(p < e ? p++ : p) = (c & 0x0f) + '0';On 18 November 2012 19:30, Ellery Newcomer <ellery-newcomer utulsa.edu> wrote:thanks s/configure.ac/configure/hi. is there a quick way to make the build use something like $includedir/gdc-d instead of $includedir/dI 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
Nov 20 2012