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