Re: [CMake] [ANNOUNCE] CMake 3.14.0 available for download

2019-03-14 Thread Sean McBride
On Thu, 14 Mar 2019 11:58:16 -0400, Robert Maynard via CMake said: >I am happy to announce that CMake 3.14.0 is now available for download at: > https://cmake.org/download/ Pi version on Pi Day. Nicely done! :) Couldn't you have waited until 3:14 to release it? :) Sean -- Powered by ww

Re: [CMake] Odd Behavior in macOS Mojave

2018-11-14 Thread Sean McBride
t "RogueResearch12" and indeed it does not have a /usr/include folder. It is however able to build CMake, VTK, and ITK nightly without any compiler errors. Perhaps it's not so much a CMake bug as a bug in the project you're trying to build? Cheers, -- _

Re: [CMake] Odd Behavior in macOS Mojave

2018-11-14 Thread Sean McBride
version of Xcode? Cheers, -- ____ Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue-research.com Mac Software Developer Montréal, Québec, Canada -- Powered by www.kitware.com Please keep messages on-topic and chec

Re: [CMake] Recommandation for macOS framework install rules

2018-01-22 Thread Sean McBride
On macOS, the most usual thing is for your code to be self-contained in your .app bundle. Perhaps if you described more what kind of thing you are building and why you don't want to do the usual thing, people will have more advice... On Fri, 19 Jan 2018 19:44:03 +0100, Lucas Soltic said: >Hel

Re: [CMake] SecTrustEvaluateAsync != NULL

2016-08-18 Thread Sean McBride
e system complier (clang)? Cheers, -- ________ Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue-research.com Mac Software Developer Montréal, Québec, Canada -- Powered by www.kitware.com Please keep mes

Re: [CMake] [cmake-developers] Drop support for older Xcode versions?

2016-02-08 Thread Sean McBride
he newest OSes, one needs an older Xcode to test/debug on older OSes. Cheers, -- ____ Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue-research.com Mac Software Develope

Re: [CMake] [cmake-developers] Drop support for older Xcode versions?

2016-02-08 Thread Sean McBride
2.5 years ago and can run on OS X 10.8. Cheers, -- ________ Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue-research.com Mac Software Developer Montréal, Québec, Canada -- Powered by www.kitware.com Please keep messages on-topic and ch

Re: [CMake] CMake 3.3 and 3.2 bootstrap fails on OS X Yosemite

2015-10-02 Thread Sean McBride
on)> and the latest OS X SDKs require such support. You could try building CMake against an older SDK, or just use clang, the default compiler on OS X. I think Apple added blocks support to their fork of gcc (long ago), but I don't think it ever went into mainline gcc. Chee

Re: [CMake] How to install the command line tools on OSX with 3.0.2

2014-09-29 Thread Sean McBride
there a workaround for this? Now that CMake 3 finally excludes its version from its filename, I suggest you just add /Applications/CMake.app/Contents/bin to you $PATH. Cheers, -- ________ Sean McBride, B. Eng s...@rogue-resear

Re: [CMake] Using CPack with OSX 10.9

2014-07-29 Thread Sean McBride
x27;s not possible, which is maybe your case? What do you need to install where? Cheers, -- Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue-research.com Mac Software Developer

Re: [CMake] Regarding CMAKE and OSX Mavericks

2014-03-14 Thread Sean McBride
gcc symlink for compatibility (as surely many tools/scripts assume its existence), but it's not really gcc at all. Cheers, -- Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue-research.com Mac Software Developer

Re: [CMake] Xcode cannot open generated project

2014-02-27 Thread Sean McBride
green. Cheers, -- ________ Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue-research.com Mac Software Developer Montréal, Québec, Canada -- Powered by www.kitware.com Please keep messages on-topic and c

Re: [CMake] problems when upgrading to Xcode v5

2013-10-02 Thread Sean McBride
n v5 but not v4.6.x of Xcode. I'm running CMake 2.8.10.2. The first thing I would try is updating to 2.8.12rc4. There have been fixes for new Xcode/OS X since 2.8.10.2. Cheers, -- ____ Sean McBride, B. Eng s...@rogue-r

Re: [CMake] Warning in CMake Git HEAD

2013-09-19 Thread Sean McBride
hat. It does look like a typo. That's 3rd party code, right? Maybe it is fixed upstream? (Also, it's illegal to start an identifier with two underscores.) Cheers, -- Sean McBride, B. Eng s...@ro

Re: [CMake] Warning in CMake Git HEAD

2013-09-19 Thread Sean McBride
cmake-dev list... Cheers, -- ____ Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue-research.com Mac Software Developer Montréal, Québec, Canada -- Powered by www.kitware.com Plea

Re: [CMake] Xcode generator : is it commonly used ?

2013-09-03 Thread Sean McBride
ith the move from /Developer to /Application for XCode Are you using the newest CMake? It was updated quite some time ago to deal with the move from /Developer to /Applications. Cheers, -- ____ Sean McBride, B. Eng

Re: [CMake] Objective-C support

2013-08-06 Thread Sean McBride
com/Bug/view.php?id=4756> Cheers, -- ________ Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue-research.com Mac Software Developer Montréal, Québec, Canada -- Powered by www.kitware.com Ple

Re: [CMake] SEGV and signal BUS with cmake-2.8.11 on Solaris 10

2013-05-22 Thread Sean McBride
); to short* buffer_from_somewhere = ... double foo; memcpy (&foo, buffer_from_somewhere, sizeof(foo)); But maybe that's not the pattern at hand, I've admittedly looked hastily... Cheers, -- ________ Sean McBride, B. Eng s.

Re: [CMake] SEGV and signal BUS with cmake-2.8.11 on Solaris 10

2013-05-22 Thread Sean McBride
hat is the same number of bytes in 64 bit types? memcpy(). (And compilers these days often optimize well-known functions like memcpy().) Cheers, -- ________ Sean McBride, B. Eng s...@rogue-research.com

Re: [CMake] Problem installing symbolic links on Mac OS X

2013-05-10 Thread Sean McBride
y a previous version of CMake. This is a known bug: <http://public.kitware.com/Bug/view.php?id=10056> IMNSHO, the best thing to do is fix: <http://public.kitware.com/Bug/view.php?id=11693> Cheers, -- ________ Sean McBride, B. Eng

Re: [CMake] Date issue on www.cmake.org

2013-04-24 Thread Sean McBride
to go! Cheers, -- ____ Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue-research.com Mac Software Developer Montréal, Québec, Canada -- Powered by www.kitware.com

Re: [CMake] 2.8.11rc1 - OSX Lion and Xcode 4.4.1

2013-03-21 Thread Sean McBride
nightly) CMake itself, are you? Cheers, -- ________ Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue-research.com Mac Software Developer Montréal, Québec, Canada

Re: [CMake] Building Mac OSX .apps for Sys 10.6 and 10.8 with Cmake using 10.7.5 on the command line

2013-02-08 Thread Sean McBride
DK correctly (you appeared to be unfamiliar with them); these concepts have been around for many years. Cheers, -- Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue-research.com Mac Softwar

Re: [CMake] Building Mac OSX .apps for Sys 10.6 and 10.8 with Cmake using 10.7.5 on the command line

2013-02-08 Thread Sean McBride
ets/> >So many questions, and no answers on the cmake Website. Well, these are perhaps more OS X questions... you'd have many of the same issues using Xcode directly. Cheers, -- Sean McBride, B. Eng s...@ro

Re: [CMake] Building Mac OSX .apps for Sys 10.6 and 10.8 with Cmake using 10.7.5 on the command line

2013-02-07 Thread Sean McBride
the deployment target to 10.6. See "CMAKE_OSX_DEPLOYMENT_TARGET". If you want to support both 32 and 64 bit CPUs, you should also set the architectures, see "CMAKE_OSX_ARCHITECTURES". Cheers, -- ________ Sean McBride, B.

Re: [CMake] Building CMake 2.8.10.2 -- package created named cmake-2.8.10.2-Darwin-i386.dmg?

2013-02-05 Thread Sean McBride
ps 'uname -m' is more to your liking... Cheers, -- ____ Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue-research.com Mac Software Developer Montréal, Québec, Canada -- Powered by www.kitwa

Re: [CMake] CMake 2.8.8 Upgrade problem with Xcode on OS X 10.8

2012-10-22 Thread Sean McBride
ch? Seems fixed in 2.8.10rc2 BTW. Cheers, -- ________ Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue-research.com Mac Software Developer Montréal, Québec, Cana

Re: [CMake] CMake passes compiler flags to linker

2012-10-02 Thread Sean McBride
;s a pet peeve of mine too. You might want to add your scenario here: <http://public.kitware.com/Bug/view.php?id=12652> Cheers, -- ________ Sean McBride, B. Eng s...@rogue-research.com Rogue Research

Re: [CMake] problem building CMake with clang's -fcatch-undefined-behavior

2012-09-27 Thread Sean McBride
ink it's >CMake's fault. You were quite right. It wasn't a false positive from -fcatch-undefined-behavior, but it was an OS X 10.7 bug (fixed in 10.8), not a CMake bug. Sorry for the noise. Cheers, -- ________ Sean McBride,

Re: [CMake] GCOV Coverage Testing. Mac OS X with Clang. Getting gcno files, but no gcna files after execution.

2012-09-24 Thread Sean McBride
tp://llvm.org/bugs/show_bug.cgi?id=11457> <http://llvm.org/bugs/show_bug.cgi?id=11809> Cheers, -- Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue-research.com Mac Softwar

[CMake] problem building CMake with clang's -fcatch-undefined-behavior

2012-09-22 Thread Sean McBride
from this tool. I'm hoping someone that knows the code can see the problem. Cheers, -- Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue-research.com Mac Software Developer

Re: [CMake] CMake and OS X compiler tools without SDK

2012-09-20 Thread Sean McBride
ome variables when I was elsewhere... Could be, but there was some Xcode related issue I had just recently that's still in 2.8.9 but fixed in ToT/2.8.10. Cheers, -- ____ Sean McBride, B. Eng s...@rogue-research.com Rog

Re: [CMake] Errors in Info.plist of Mac GUI app for CMake 2.8.9

2012-09-20 Thread Sean McBride
On Thu, 20 Sep 2012 16:40:20 -0400, Michael Jackson said: >I use the following macro in my own projects: Perhaps you are in a position to make a patch to fix CMake.app itself? :) Cheers, -- ____ Sean McBride, B. Eng

Re: [CMake] CMake and OS X compiler tools without SDK

2012-09-20 Thread Sean McBride
. For several Xcode releases now, /Developer is gone, and CMake was updated fro this change already. Which CMake are you using? You might try with ToT. Cheers, -- ____ Sean McBride, B. Eng s...@rogue-research.com Rogue R

Re: [CMake] Errors in Info.plist of Mac GUI app for CMake 2.8.9

2012-09-20 Thread Sean McBride
t;CFBundleVersion, CFBundleShortVersionString, CFBundleGetInfoString, and >NSHumanReadableCopyright. See: <http://public.kitware.com/Bug/view.php?id=11694> and sorta related: <http://public.kitware.com/Bug/view.php?id=11693> Cheers, -- ________

Re: [CMake] Bug fix requests for the *next* release of CMake...

2012-09-12 Thread Sean McBride
kitware-provided CMake installer/executables should be codesigned with 'Developer ID' for GateKeeper on OS X -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please ke

Re: [CMake] CMake 2.8.8 Upgrade problem with Xcode on OS X 10.8

2012-09-07 Thread Sean McBride
Hi all, I believe I am seeing this too. I have 3 versions of Xcode installed: /Applications/Xcode4.3.3.app /Applications/Xcode4.4.1.app /Applications/Xcode4.5-DP4.app I am careful to have no spaces or weird characters in those names. I am careful to use 'sudo xcode-select -switch' to point to

Re: [CMake] CMake 2.8.8 : Reproducible Crash in Mac OS X 10.8

2012-08-22 Thread Sean McBride
stead download only the smaller 'command line tools' installer. -- ________ Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue-research.com Mac Software Developer

Re: [CMake] Xcode without 'command line tools' & xcrun & CMake

2012-07-17 Thread Sean McBride
at I'm saying it would be trivial to do so...) >> Perhaps these tests should only be run conditional on the presence >> of >PackageMaker instead of allowed to fail hard? >> >This we might be able to fix. Cool. Shall I create a bug for that? Cheers, -- ___

Re: [CMake] Xcode without 'command line tools' & xcrun & CMake

2012-07-17 Thread Sean McBride
and line tools' but rather part of the separate 'auxiliary tools' (there are about 7 stupid installers for all these separate things now). Perhaps these tests should only be run conditional on the presence of PackageMaker instead of allowed to fail hard? Cheers, --

Re: [CMake] Xcode without 'command line tools' & xcrun & CMake

2012-07-13 Thread Sean McBride
this is just a rant Much of Apple's recent behaviour is very rant worthy, IMNSHO. -- Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue-research.com Mac Software Developer Montréal, Québec, Canada -- Powered b

[CMake] Xcode without 'command line tools' & xcrun & CMake

2012-07-12 Thread Sean McBride
t build tool. It would be nice if CMake would invoke 'xcrun -find' to find the paths to the tools it needs. Or can it already, and I'm missing something? Thanks, -- Sean McBride, B. Eng s...@rogue-res

Re: [CMake] Latest Xcode install (4.3.x) and CMake error

2012-06-28 Thread Sean McBride
it to /Applications/Xcode.app (or where ever). It has a pretty good man page too BTW. -- ____ Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue-research.com Mac Software Dev

Re: [CMake] CMake 2.8-8 rc1 and Xcode 4.3

2012-03-27 Thread Sean McBride
/wiki/Xcode> -- ________ Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue-research.com Mac Software Developer Montréal, Québec, Canada -- Powered by www.kitware.com Visit other Kitware open-sour

Re: [CMake] Problems with coverage on OS X Server

2012-03-26 Thread Sean McBride
age. Update to Xcode 4.3.2. -- ________ Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue-research.com Mac Software Developer Montréal, Québec, Canada -- Powered by www.kitware.com Visit other Kitware open-source projects at http:/

Re: [CMake] Problems with coverage on OS X Server

2012-03-26 Thread Sean McBride
port it for a long time, but now does, but there are still a number of bugs, notably this one: <http://llvm.org/bugs/show_bug.cgi?id=11457> -- ________ Sean McBride, B. Eng s...@rogue-research.com Rogue Research

Re: [CMake] Bug fix requests for the *next* release of CMake...

2012-02-20 Thread Sean McBride
Support for Xcode 4.3 (sic) -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_

Re: [CMake] CHECK_C_COMPILER_FLAG (very) broken with icc!

2012-01-13 Thread Sean McBride
h.org/CDash/index.php?project=CMake> I'm sure the community would benefit from additional submissions. icc costs money, making it harder... -- ____ Sean McBride, B. Eng s...@rogue-research.com Rogue Research

Re: [CMake] Bug fix requests for the *next* release of CMake...

2012-01-03 Thread Sean McBride
-- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to sub

Re: [CMake] Bug fix requests for the *next* release of CMake...

2012-01-03 Thread Sean McBride
Might be nice to decide about this one: Sean -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmak

Re: [CMake] CMAKE__FLAGS also used for linking?

2011-12-23 Thread Sean McBride
heir CMake files -- ________ Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue-research.com Mac Software Developer Montréal, Québec, Canada -- Powered by www.kitware.com Visit other Kitware open-source projects at http:/

Re: [CMake] CMAKE__FLAGS also used for linking?

2011-12-23 Thread Sean McBride
c++0x' So I guess my question is: how can I use -std=c++0x without getting warnings? -- ________ Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue-research.com Mac Software

Re: [CMake] CMAKE__FLAGS also used for linking?

2011-12-23 Thread Sean McBride
>From the lack of reply, I guess there is indeed no way to specify flags only >for compiling and not for linking. Is there a bug in the Mantis for this already? Sean On Tue, 20 Dec 2011 11:12:17 -0500, Sean McBride said: >Hi all, > >Searching the archives, I see that CMa

[CMake] CMAKE__FLAGS also used for linking?

2011-12-20 Thread Sean McBride
gument unused during compilation: '-std=c++0x' How does one specify flags only for compilation, not linking? Cheers, -- ________ Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.ro

[CMake] Enabling code coverage on clang dashboard

2011-12-19 Thread Sean McBride
iles: # (use "git add ..." to include in what will be committed) # # Tests/CommandLineTest/CMakeFiles/ # Tests/CustomCommandWorkingDirectory/CMakeFiles/ # Tests/Java/CMakeFiles/ Is that a bug? Does it happen with gcc? Cheers, -- ____

Re: [CMake] CMake and Sandboxed Mac OS X app

2011-11-22 Thread Sean McBride
ew months since I played with App Sandbox. It's still half-baked and I gave up on it. -- ________ Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue-research.com Mac Software Develope

Re: [CMake] CMake and Sandboxed Mac OS X app

2011-11-22 Thread Sean McBride
' tool (see man codesign). -- ________ Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue-research.com Mac Software Developer Montréal, Québec, Canada -- Powered by www.kitware.com Visit other Kitware open-source proje

Re: [CMake] CMake 2.4.6 and Xcode 4.2 on Mac OS X 10.7

2011-11-08 Thread Sean McBride
t try to specify the compiler, and let Xcode use the one it wants >to use by default. OK, I'll just stop specifying it. Thanks! -- ________ Sean McBride, B. Eng s...@rogue-research.com Rogue Research

[CMake] CMake 2.4.6 and Xcode 4.2 on Mac OS X 10.7

2011-11-08 Thread Sean McBride
nal/CMake-xcode-dbg-x86_64/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.xcodeproj is but an empty folder, and Xcode crashes trying to open it. If I use /usr/bin/clang things work. Anyone tried a similar setup? How to debug this further? Cheers, -- __

Re: [CMake] Symlinks not created on OS X

2011-11-01 Thread Sean McBride
see also: <http://public.kitware.com/Bug/view.php?id=11693> -- ________ Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue-research.com Mac Software Developer

Re: [CMake] *.so on Mac

2011-09-07 Thread Sean McBride
the early 90s, I don't recall any tradition of using .so for anything, but could be wrong... -- Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue-research.com Mac Software Developer Montréal, Québec,

Re: [CMake] Bug fix requests for the *next* release of CMake...

2011-08-04 Thread Sean McBride
David, Cheers, Sean ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FA

Re: [CMake] Bug fix requests for the *next* release of CMake...

2011-07-29 Thread Sean McBride
bugs: features:

Re: [CMake] Enabling C99 in CMake

2011-06-23 Thread Sean McBride
ons of C++ too. gcc accepts flags like -std=c++98 and -std=c++0x to choose between them. Different compilers presumably need different flags. -- ________ Sean McBride, B. Eng s...@rogue-research.com Rogue Research

Re: [CMake] Enabling C99 in CMake

2011-06-22 Thread Sean McBride
TK dashboard has warnings for exactly this reason: <http://www.vtk.org/Bug/view.php?id=11952> -- Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue-research.com Mac Software Developer Montréal,

Re: [CMake] Cmake 2.8.4 and gcc 4.6 on OSX

2011-05-06 Thread Sean McBride
nises the normal/typical flags. Another option is to use clang, which comes with recent versions of Xcode. -- ________ Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue-research.com Mac

Re: [CMake] Enabling C++0x support

2011-05-04 Thread Sean McBride
flag. It would indeed be nice to have such a thing. VTK currently has a similar problem where it passes -std=c99, a gcc flag unrecognised by clang: <http://vtk.org/Bug/view.php?id=11952> -- Sean McBride, B. Eng s

Re: [CMake] Which MacOS installer to use and how?

2011-04-27 Thread Sean McBride
On Wed, 27 Apr 2011 16:55:58 +0200, Eric Noulard said: >2011/4/27 Sean McBride : >> On Wed, 27 Apr 2011 15:34:45 +0200, Eric Noulard said: >> >>>I'd like to provide my software as a nice Mac OS installer, >>>and I am back into the Mac OS jungle: >>

Re: [CMake] Which MacOS installer to use and how?

2011-04-27 Thread Sean McBride
he first thing to figure out is what you need to install where. If it's a bunch of command line tools, then maybe /usr/local/bin would be the right place; don't install in /usr/bin ! Probably a .pkg is your best bet. -- ________ Se

Re: [CMake] Bug fix requests for the *next* release of CMake...

2011-03-29 Thread Sean McBride
?id=11746> -- ____ Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue-research.com Mac Software Developer Montréal, Québec, Canada ___ Powered by www.kitware.com Visit other Kitware open-sou

Re: [CMake] File remove_recurse doesn't on OSX

2011-03-16 Thread Sean McBride
any formatting of real disks. -- ________ Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue-research.com Mac Software Developer

Re: [CMake] Fail to Compile cmake on OSX 10.4

2011-03-09 Thread Sean McBride
On Wed, 9 Mar 2011 18:38:52 +0100, Olivier Cessenat said: >I downloaded cmake-2.8.4 and also cmake-2.8.3 "Unix sources" and tried >to compile it for Mac OS-X 10.4. What version of Xcode? Which compiler? -- ________ Sean

Re: [CMake] Installing cmake-2.8.4-Darwin-universal.dmg

2011-02-21 Thread Sean McBride
o this, you'll also need to remember to rename the installed CMake every time (to remove the version number): <http://public.kitware.com/Bug/view.php?id=11693> -- ________ Sean McBride, B. Eng s...@rogue-research.c

Re: [CMake] 2.8.4 order of tests

2011-02-17 Thread Sean McBride
x27;s going on, but what you expect will tell me >something, too. Perhaps you guys are actually talking about this:??? <http://public.kitware.com/Bug/view.php?id=11746> -- ________ Sean McBride, B. Eng

Re: [CMake] Help with fixup_bundle for Mac OS - @executable_path, @loader_path, @rpath

2011-02-01 Thread Sean McBride
on't need to support anything older, you should never use @executable_path because @loader_path is the same or better. Not sure if it will solve your problem though. -- Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue-research.com

Re: [CMake] CMake 2.8.4-rc2 ready for testing!

2011-02-01 Thread Sean McBride
errors >such as Johan, You might want to add your opinion to this bug, which discusses the root cause of your issue: <http://public.kitware.com/Bug/view.php?id=11693> -- ____ Sean McBride, B. Eng s...@rogue-resear

Re: [CMake] Bug fix requests for the *next* release of CMake...

2010-11-10 Thread Sean McBride
On Wed, 10 Nov 2010 13:30:46 -0500, David Cole said: >If there are still others to consider for the 2.8.4 release, please >reply here with just the bug numbers. Please do not hijack this thread >to talk about specifics. Bug numbers only please. I really appreciate >the vast majority here who have

Re: [CMake] Status of clang support?

2010-10-24 Thread Sean McBride
g to build C++ code with clang, you should probably build clang yourself from trunk. Its C++ support is new and much better in trunk than 2.8. I have dashboards that use CMake 2.8.3 and a recent build of clang to build CMake, VTK, ITK, and GDCM nightly. -- _

Re: [CMake] Suspicious CPU speed calculation on Mac

2010-10-23 Thread Sean McBride
ect=1¤ttime=1287795600> Will you submit a bug/patch? -- ________ Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue-research.com Mac Software Deve

Re: [CMake] OS X architecture changes interfere with CheckTypeSize()?

2010-08-11 Thread Sean McBride
some platform you need to support, they are easy to typedef. That said, if you already have a tonne of code. -- ________ Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rog

Re: [CMake] Bug fix requests for the *next* release of CMake...

2010-07-05 Thread Sean McBride
ormation is lacking on Mac OS X <http://public.kitware.com/Bug/view.php?id=9663> -- ________ Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue-research.com Mac Software Deve

Re: [CMake] NCurses issues with OS X 10.6.3 and ccmake

2010-06-16 Thread Sean McBride
e mechanisms that Apple provides. If >anyone _does_ update could you post back to the list to verify that >the curses problem is either fixed or still remains broken. I can confirm it's fixed. -- ________ Sean McBride, B. Eng

Re: [CMake] No Native 64-Bit CMake Binaries?

2010-05-06 Thread Sean McBride
nd 64 bit though. -- ________ Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue-research.com Mac Software Developer Montréal, Québec, Canada ___ Powered by www.kitware.com Vis

Re: [CMake] No Native 64-Bit CMake Binaries?

2010-05-06 Thread Sean McBride
rk out of the box" without specific configuration). Oh? We submit several nightly 64 bit builds, and I see no more problems than 32 bit. What problems? -- Sean McBride, B. Eng s...@rogue-resea

Re: [CMake] Configure Mac OS X for 32-bit

2010-05-03 Thread Sean McBride
st want to build correctly on the system that the user >starts the build on What's 'correctly'? For example, on Mac OS X 10.6 on 64 bit capable hardware (that is, any Mac you buy today), the OS can run both 32 and 64 bit applications. Which is "correct"? --

Re: [CMake] Configure Mac OS X for 32-bit

2010-05-03 Thread Sean McBride
to decide which kinds of machines he's building for. -- ________ Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue-research.com Mac Soft

Re: [CMake] Configure Mac OS X for 32-bit

2010-05-03 Thread Sean McBride
. What you need is a way to have different values of CMAKE_OSX_ARCHITECTURES in Debug and Release. If CMake doesn't support this, it would make a good feature request. -- ________ Sean McBride, B. Eng s...@rogue-research.com

Re: [CMake] Problem running ccmake on Mac OSX

2010-04-28 Thread Sean McBride
re I upgraded from Leopard, so >this might be a Snow Leopard specific problem. Is this a known issue? Any >help would be appreciated. This is a regression introduced in 10.6.3. File a bug with Apple: <https://bugreport.apple.com> -- _______

Re: [CMake] i386 compiling on OSX Snow Leopard

2010-04-27 Thread Sean McBride
atch 4 > >The bug has been closed for awhile so I assume that I have just done >something wrong... can anyone push me in the right direction? Use CMake 2.8.1. -- ____ Sean McBride, B. Eng s...@rogue-research.com Rogu

Re: [CMake] Problem after upgrading to OSX 10.6.3!

2010-03-31 Thread Sean McBride
d noticed this behaviour too. I'm afraid I reported it neither to Apple nor Kitware. :( I just switched to the CMake.app instead. -- ________ Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww

Re: [CMake] find_library and mac os x SDKs

2010-03-29 Thread Sean McBride
2010 17:54:46 +0100, Michael Wild said: >(and >also specify -mmacosx-version-min=10.4 in all CMAKE__FLAGS variables). Note that CMake 2.8 now has CMAKE_OSX_DEPLOYMENT_TARGET, so you don't need to do it that way anymore. -- _______

Re: [CMake] find_library and mac os x SDKs

2010-03-26 Thread Sean McBride
is set CMAKE_OSX_DEPLOYMENT_TARGET to 10.4. Don't set CMAKE_OSX_SYSROOT at all. Also, if you're deploying to 10.4, I believe you need to use gcc 4.0, not newer. You'll also want to set CMAKE_OSX_ARCHITECTURES as desired. -- _______

Re: [CMake] find_library and mac os x SDKs

2010-03-26 Thread Sean McBride
re compiling (otherwise the developer gets all kinds of hard-to- >understand compile errors). Is there some reason you must use the 10.4 SDK? Does your code not compile against new SDKs? -- ________ Sean McBride, B. Eng s...@rogue-res

Re: [CMake] Bug in Darwin CMAKE_SYSTEM_PROCESSOR

2010-02-23 Thread Sean McBride
Make's current behaviour that would all depend _why_ CMake wants to know the cpu type. Another technique could be to use sysctlbyname(). For example: <http://github.com/tcurdt/feedbackreporter/blob/master/Sources/Main/ FRSystemProfile.m> -- ___

Re: [CMake] parallel builds (ctest_build() ) for dashboards ?

2009-12-02 Thread Sean McBride
lindly changed all 30 of my scripts, should not have changed that one obviously. So in the Xcode case, how does it build? Does it invoke xcodebuild? If so, that will already use many cores, so that's great. Cheers, -- _______

Re: [CMake] parallel builds (ctest_build() ) for dashboards ?

2009-12-01 Thread Sean McBride
rds are all red tomorrow, you'll know why. :) -- ________ Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue-research.com Mac Software Developer Montréal, Québec, Canada _

[CMake] CMake 2.8rc2 and "CHECK_TYPE_SIZE found different results" error

2009-10-02 Thread Sean McBride
s VTK that needs to change? Thanks, -- ________ Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue-research.com Mac Software Developer Montréal, Québec, Canada ___

Re: [CMake] CMake cvs TOT and Xcode

2009-10-02 Thread Sean McBride
#x27; you'd find when that was added (probably 3.1). -- ________ Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue-research.com Mac Software Developer Montréal, Québec, Canada

Re: [CMake] CMake cvs TOT and Xcode

2009-10-02 Thread Sean McBride
e Update mechanism (for whatever reason). -- ________ Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue-research.com Mac Software Developer

Re: [CMake] CMake cvs TOT and Xcode

2009-10-01 Thread Sean McBride
n I went into CMakeFiles/CMakeTmp there >> wasn't a makefile (Xcode generator), but there was an >> CMAKE_TRY_COMPILE.xcodeproj.  I opened that up and hit "Build" and it seemed >> to build without errors, but I d on't see the actual executable >> cmTryComp

  1   2   3   >