[CMake] OSX incorrect path problem

2008-09-10 Thread Bo Huang
On OSX, while running CMake-GUI CMAKE_OSX_SYSROOT is always /Develeper/SDKs/MacOSX10.4u.sdk Notice the incorrect spelling 'Develeper' instead of Developer. Nor does this erroneous directory exist. I correct the spelling but after pressing 'Configure', it switches back. Moreover,

Re: [CMake] OSX incorrect path problem

2008-09-10 Thread David Cole
There is no occurrence of Develeper in the CMake code base right now (either in CVS HEAD or the CMake-2-6 branch...) It must be coming from someplace else on your system. (Check the files ~/.bash_profile and/or ~/.MacOSX/environment.plist ... ?) See

Re: [CMake] OSX incorrect path problem

2008-09-10 Thread Bo Huang
10.4.9 From: David Cole [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 10, 2008 1:11 PM To: Bo Huang Cc: cmake@cmake.org Subject: Re: [CMake] OSX incorrect path problem There is no occurrence of Develeper in the CMake code base right now (either in CVS

Re: [CMake] OSX incorrect path problem

2008-09-10 Thread Bo Huang
: [CMake] OSX incorrect path problem There is no occurrence of Develeper in the CMake code base right now (either in CVS HEAD or the CMake-2-6 branch...) It must be coming from someplace else on your system. (Check the files ~/.bash_profile and/or ~/.MacOSX/environment.plist ... ?) See http