Re: Setting up a development environment for hacking GDC

2014-10-16 Thread Iain Buclaw via D.gnu
On 16 October 2014 12:51, Mike via D.gnu wrote: > On Sunday, 12 October 2014 at 09:11:16 UTC, Iain Buclaw via D.gnu wrote: > >> >> Incremental Builds: >> >> When you make a change to either the gdc or gcc sources, running make >> inside objdir will keep on doing incremental builds for you. Some >

Re: Setting up a development environment for hacking GDC

2014-10-16 Thread ketmar via D.gnu
On Thu, 16 Oct 2014 11:51:18 + "Mike via D.gnu" wrote: > I see the instructions below for cleaning GDC and > libphobos/libdruntime, but to clean GCC also, can we just do > `make clean`? i think we can. but there is no much sense to rebuild GCC each time, GDC just using it as a kind of backe

Re: Setting up a development environment for hacking GDC

2014-10-16 Thread Mike via D.gnu
On Sunday, 12 October 2014 at 09:11:16 UTC, Iain Buclaw via D.gnu wrote: On 12 October 2014 01:29, Mike via D.gnu wrote: I'm wondering, if some of you that do development on GDC could briefly describe how you set up your development environment. I can build GDC fine, but I can't do the 30-min

Re: Setting up a development environment for hacking GDC

2014-10-16 Thread Mike via D.gnu
On Sunday, 12 October 2014 at 09:11:16 UTC, Iain Buclaw via D.gnu wrote: Incremental Builds: When you make a change to either the gdc or gcc sources, running make inside objdir will keep on doing incremental builds for you. Some exceptions to the rule: * Adding/Removing files from libpho

Re: Setting up a development environment for hacking GDC

2014-10-12 Thread Iain Buclaw via D.gnu
On 12 October 2014 01:29, Mike via D.gnu wrote: > I'm wondering, if some of you that do development on GDC could briefly > describe how you set up your development environment. > > I can build GDC fine, but I can't do the 30-minute build for every little > change. The build script is just a black

Re: Setting up a development environment for hacking GDC

2014-10-12 Thread ketmar via D.gnu
On Sun, 12 Oct 2014 00:29:32 + "Mike via D.gnu" wrote: > I'm wondering, if some of you that do development on GDC could > briefly describe how you set up your development environment. for me, this is a set of ugly-loking scripts which basically does what wiki told me about building gdc. i.e.

Setting up a development environment for hacking GDC

2014-10-11 Thread Mike via D.gnu
I'm wondering, if some of you that do development on GDC could briefly describe how you set up your development environment. I can build GDC fine, but I can't do the 30-minute build for every little change. The build script is just a black box to me right now. How do you guys do incremental