Re: Difficulty with dmake

2017-01-25 Thread Damjan Jovanovic
I am not sure. My changes definitely didn't affect that. I think it might have always been the case, that "source ..." is necessary before ./bootstrap. On Thu, Jan 26, 2017 at 6:39 AM, Patricia Shanahan wrote: > Thanks. That worked. > > The step-by-step puts winenv.set.sh after

Re: Difficulty with dmake

2017-01-25 Thread Patricia Shanahan
Thanks. That worked. The step-by-step puts winenv.set.sh after ./bootstrap, and that used to work. Do you expect it to work again, or do we need to edit the instructions? On 1/25/2017 8:25 PM, Damjan Jovanovic wrote: Try "source winenv.set.sh" between ./configure and ./bootstrap. Damjan

Re: Difficulty with dmake

2017-01-25 Thread Damjan Jovanovic
Try "source winenv.set.sh" between ./configure and ./bootstrap. Damjan On Thu, Jan 26, 2017 at 2:20 AM, Patricia Shanahan wrote: > I am trying to set up a new debug environment, incorporating the recent > changes to how debug works. Unfortunately, my configure-and-bootstrap >

Difficulty with dmake

2017-01-25 Thread Patricia Shanahan
I am trying to set up a new debug environment, incorporating the recent changes to how debug works. Unfortunately, my configure-and-bootstrap cannot find dmake. It looks for it in a different URL from the one specified as DMAKE_URL from configure. run_configure.sh contains my configure