Re: Xcode generator problems
On Tuesday 02 May 2006 03:43, William A. Hoffman wrote:
> At 08:09 PM 5/1/2006, Axel Roebel wrote:
> >Hello William,
> >
> >god news that there is a new version. I tried it instantly.
> >My first impression was not so positive
> >I found that it takes ages for the dependency checking.
> >I am working with template libraries where most of the code
> >is in include files. May be it is due to that, but with cmake
> >2.2.3 dependency checking was nevertheless 10 times faster.
> >With 2.4.1 dependency checking takes longer than
> >compiling the project.
>
> I don't think any changes were made in that area.
> In fact, if anything it should be faster. Did you build cmake
> with the same compiler/flags for 2.2.3 and 2.4.1?
> Also, I assume this is the not Xcode generator because
> that one does not do dependency checks in CMake.
Yes, I started to try unix makefiles, because I use them
most of the time. The other problem I had with 2.2.3 was that
on macosx the shared libraries that I linked with
were searched in the build directories not in the install directories.
That seems to be fixed in 2.4.1.
However, dependency checking is much longer. I did a direct comparison:
with cmake 2.2.3 compiled with the default type , I suppose this none
time /u/formes/share/bin/cmake -E cmake_depends "Unix
Makefiles" /Users/roebel/src/svp/build241 /Users/roebel/src/svp/build241/compile/KernelBuild
(Continue reading)