Re: [CMake] Xcode generator problems

2016-08-23 Thread Robert Bielik
ake@cmake.org >Subject: [CMake] Xcode generator problems > >Hi all, > >I just opened https://gitlab.kitware.com/cmake/cmake/issues/16260, anyone >have ideas how to work around it ? Or if it is fixed in latest & greatest >CMake ? > >Regards >/Robert >-- > >Powe

[CMake] Xcode generator problems

2016-08-22 Thread Robert Bielik
Hi all, I just opened https://gitlab.kitware.com/cmake/cmake/issues/16260, anyone have ideas how to work around it ? Or if it is fixed in latest & greatest CMake ? Regards /Robert -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wik

Re: [CMake] Xcode generator problems

2006-05-03 Thread Axel Roebel
On Monday 01 May 2006 23:05, you wrote: > At 03:12 PM 5/1/2006, Axel Roebel wrote: > >Hi, > > > >I just tried to generate Xcode project files for some of my > >cmake supported sources. I encountered three problems: > > > >1) I tried to communicate -framework Carbon flags > >to the link stage. I tr

Re: [CMake] Xcode generator problems

2006-05-03 Thread Axel Roebel
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

Re: [CMake] Xcode generator problems

2006-05-03 Thread Brad King
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 unn

Re: [CMake] Xcode generator problems

2006-05-02 Thread Axel Roebel
On Tuesday 02 May 2006 17:22, you wrote: > > Here I attach an extract of the strace output for the two calls mentioned > > above, however, this time on a linux system because I don't know how to > > get a trace on mac os x. > > More info on that here: > http://www.cmake.org/Wiki/CMake_Platform_Depe

Re: [CMake] Xcode generator problems

2006-05-02 Thread Mathieu Malaterre
Here I attach an extract of the strace output for the two calls mentioned above, however, this time on a linux system because I don't know how to get a trace on mac os x. More info on that here: http://www.cmake.org/Wiki/CMake_Platform_Dependent_Issues You have to use ktrace/kdump HTH Math

Re: [CMake] Xcode generator problems

2006-05-02 Thread Axel Roebel
On Tuesday 02 May 2006 08:47, you wrote: > Hi, > > > Von: Axel Roebel <[EMAIL PROTECTED]> > > ... > > > real0m15.032s > > user0m10.154s > > sys 0m4.593s > > > > with 2.4.1 compiled with type release ( which did not improve compared > > to > > > none) > > time /Users/roebel/src/cmake-2.4

Re: [CMake] Xcode generator problems

2006-05-01 Thread Alexander Neundorf
Hi, > Von: Axel Roebel <[EMAIL PROTECTED]> ... > real0m15.032s > user0m10.154s > sys 0m4.593s > > with 2.4.1 compiled with type release ( which did not improve compared to > none) > time /Users/roebel/src/cmake-2.4.1/bin/cmake -E cmake_depends "Unix > Makefiles" /Users

Re: [CMake] Xcode generator problems

2006-05-01 Thread Axel Roebel
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 worki

Re: [CMake] Xcode generator problems

2006-05-01 Thread William A. Hoffman
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 file

Re: [CMake] Xcode generator problems

2006-05-01 Thread Axel Roebel
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

Re: [CMake] Xcode generator problems

2006-05-01 Thread William A. Hoffman
At 03:12 PM 5/1/2006, Axel Roebel wrote: >Hi, > >I just tried to generate Xcode project files for some of my >cmake supported sources. I encountered three problems: > >1) I tried to communicate -framework Carbon flags >to the link stage. I tried > >SET(LINK_FRAMEWORKS "-framework Accelerate -fram

[CMake] Xcode generator problems

2006-05-01 Thread Axel Roebel
Hi, I just tried to generate Xcode project files for some of my cmake supported sources. I encountered three problems: 1) I tried to communicate -framework Carbon flags to the link stage. I tried SET(LINK_FRAMEWORKS "-framework Accelerate -framework Carbon") SET(CMAKE_SHARED_LINKER_FLAGS_R