|
From: Mirko V. <mir...@gm...> - 2015-03-28 19:22:39
|
Removing the `.' from path has cleared the original error that started this thread. I am now getting other errors. I will study them for a bit and if still stymied, I will start a new thread with a better subject line Many thanks to everyone that looked at this. To summarize: Having `.' at the beginning of PATH caused cmake to misbehave. On Sat, Mar 28, 2015 at 3:06 PM, Mirko Vukovic <mir...@gm...> wrote: > > > On Sat, Mar 28, 2015 at 3:02 PM, Ray Donnelly <min...@gm...> > wrote: >> >> > >> > $ echo $PATH | tr : \\n >> > . >> >> Why is "." at the front of your PATH? Don't do this, countless things >> will break. >> >> > removed - thanks > > |