[CMake] Xcode generator problems

Axel Roebel Axel.Roebel at ircam.fr
Wed May 3 10:47:52 EDT 2006


On Wednesday 03 May 2006 16:08, you wrote:
> Axel Roebel wrote:
> > Thanks, in fact I found the problem!
> > It is due to the repeated call of CollapseFullPath ("") which is used to
> > determine the current absolute path cmDependsC.cxx
> > for each dependency file with absolute path.
> >
> > This call is extremely costly on the mac. And it seems completely
> > unnecessary because the current directory is never changed
> > in cmDependsC.cxx. Initialization of the otherwise  unused member
> > Directory with the current directory and elemination of  CollapseFullPath
> > reduced  dependency determination on the mac from 2 minutes too 8
> > seconds. This is even faster than for cmake 2.2.3.
> >
> > I have send a patch for closer inspection of the solution
> > via the bug tracker.
>
> Thanks.  I've fixed it.  See this for details:
>
> http://www.cmake.org/Bug/bug.php?op=show&bugid=3191

Super, thanks. I was sure you find a better solution!

Axel
> -Brad

-- 
Axel Roebel
IRCAM Analysis/Synthesis Team
Email: Axel.Roebel at ircam.fr | Phone: ++33-1-4478 4845 | Fax: ++33-1-4478 1540


More information about the CMake mailing list