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
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
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
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
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
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
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
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
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
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
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
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
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
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
14 matches
Mail list logo