I am trying to use the CMake function FIXUP_BUNDLE to fix up an application
bundle, but am getting install-time warnings and for lack of better
terminology, not a fixed-up bundle.
The installed bundle has the right structure, but the frameworks it uses
aren't correctly copied in. Only each framewo
Well, I fixed the other problems after someone pointed out to me on another
forum that using CMake with Xcode 4.4 requires that the Xcode command-line
tools be installed (Xcode ▸ Preferences ▸ Downloads). Maybe the absence of
the command-line tools was a factor in the crash too.
For the benef
On 9 Aug 2012, at 22:17, cmake-requ...@cmake.org wrote:
> On 8/9/2012 4:58 PM, Etuka Onono wrote:
>> ichael and David, thanks for responding. Rest assured that I always
>> truncate my build directory when I come to a sticky halt with Cmake.
>>
>> Michael, I set a symmlink to /Developer/Applicat
On behalf of myself, Ken, Bill, Brad, Alex, Zach, Ben, Eike, Eric and
the rest of the CMake team from all around the world, we are pleased
to announce that CMake 2.8.9 is now available for download at:
http://www.cmake.org/files/v2.8/?C=M;O=D
It is also available from the usual download links f
On 8/9/2012 4:58 PM, Etuka Onono wrote:
ichael and David, thanks for responding. Rest assured that I always
truncate my build directory when I come to a sticky halt with Cmake.
Michael, I set a symmlink to /Developer/Applications/Xcode.app as you
suggested, but this does not solve my problem (I
races of
> CMake 2.8.8 that I can from my system and re-installing, but I cannot get rid
> of this error. I would be grateful for suggestions of what to try next.
>
> Thanks,
>
> Etuka Onono
> -- next part --
> An HTML attachment was scrubbed...
> URL
On Thursday 09 August 2012, Alexander Broekhuis wrote:
> Hi
>
> > Copy'n paste error, I meant this one:
> > http://public.kitware.com/Bug/view.php?id=13367
> >
> > Can you please look at this one ?
>
> No also doesn't look the same. I don't have any missing/incorrect includes
> other than the 2
If that's actually what the problem is here, then it should be fixed
in CMake 2.8.8.
If you are moving from one Xcode to another, please ALWAYS start over
with an empty build directory. There are way too many things cached in
CMakeCache.txt that depend on file locations to even think about
trying
I have seen this problem as we upgraded from older XCodes. In all the places
where cmake looks at your version of Xcode except one, it looks at
"xcode-select -print–path". In that one place, it looks in
/Developer/Applications/XCode.app. I think this bug is fixed in 2.8.9, and
until then you
I accidentally sent the message below directly instead of to the mailing
list.. So for the record, here it is
===
Hi
> Copy'n paste error, I meant this one:
>
> http://public.kitware.com/Bug/view.php?id=13367
>
> Can you please look at this one ?
>
No also doesn't look the same. I don't h
On 08/08/2012 19:00, Tero Mäntyvaara wrote:
Hi.
I have got four CMake-projects: project1, project2, project3 and
project4. Each project is in its own directory and these directories are
parallel.
Project2 is dependent on project1, project3 is dependent on project1 and
project2. Project4 is depe
On 8/8/2012 10:48 PM, marco atzeri wrote:
Hi,
trying to build vtk-5.10.0-1 with cygwin cmake-2.8.7,
cmake crashes building vtkUnicodeCaseFoldData.h
$ cmake -P vtkUnicodeString.cmake
Aborted (core dumped)
leaving an almost empty
$ cat vtkUnicodeCaseFoldData.h
// Generated file, do not edit by
Hello,
I have practically the same problem with OS X 10.7.4 and the last
version of XCode (4.4.1).
$> cmake -GXcode .
-- The C compiler identification is GNU 4.2.1
-- The CXX compiler identification is GNU 4.2.1
-- Checking whether C compiler has -isysroot
-- Checking whether C compiler has -
13 matches
Mail list logo