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

2012-08-14 Thread Jerry Krinock
G and Xcode which you do not have, and also there is an awful lot of quoting going on. Is that script setting the generator to "Xcode", as intended? Jerry P.S. That script also passes *its* first argument to cmake as the source directory, and the destination directory is $(FB_RO

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

2012-08-11 Thread Jerry Krinock
On 2012 Aug 10, at 10:55, Bill Hoffman wrote: > Just curious what would an autotools or makefile based project do on a new > mac? I am guessing it will not print anything other than, there is no > compiler found. That said we will try to make cmake print a helpful message > or work out of t

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

2012-08-09 Thread Jerry Krinock
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

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

2012-08-08 Thread Jerry Krinock
On 2012 Aug 08, at 07:52, Bill Hoffman wrote: > On 8/8/2012 1:32 AM, Jerry Krinock wrote: >> Upon upgrading to CMake 2.8.8 and Mac OS X 10.8, CMake crashes raises an >> exception and crashes repeatably. > 1. Does the current RC have this issue? Thank you, Bill. I don&#x

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

2012-08-07 Thread Jerry Krinock
. Crash report follows. Please someone advise how I can start troubleshooting this. Thank you, Jerry Krinock Process: cmake [33159] Path:/Applications/CMake 2.8-8.app/Contents/bin/cmake Identifier: cmake Version: ??? Code Type: X86-64 (Native) Parent Process

Re: [CMake] Symlinks not created on OS X

2011-11-01 Thread Jerry
On Nov 1, 2011, at 6:56 AM, Sean McBride wrote: > On Mon, 31 Oct 2011 17:27:38 -0700, Jerry said: > >> The OS X .dmg installer, cmake-2.8.6-Darwin64-universal.dmg, at http:// >> www.cmake.org/cmake/resources/software.html, failed to install symlinks >> in /usr/bin as

[CMake] Symlinks not created on OS X

2011-10-31 Thread Jerry
where x was ccmake, cmake, cmake-gui, cmakexbuild, cpack, and ctest. I made the symlinks manually and things seem to work OK. OS X 10.6.8. Thanks, Jerry P.S. It might be a good idea to improve the English consruction of these messages. -- Powered by www.kitware.com Visit other Kitware open

Re: [CMake] set(... CACHE ) broken for CMAKE_C_FLAGS_{DEBUG, RELEASE, ...} ?

2011-07-08 Thread Jerry Gagelman
Hi Alex, Sorry about forgetting to CC the list last time. You're right: it was the CXX_FLAGS vs C_FLAGS problem. I have so many things to think about that I don't even realize which language is being compiled :-) Jerry 2011/7/7 Alexander Neundorf > Hi, > > On Wednesday

Re: [CMake] set(... CACHE ) broken for CMAKE_C_FLAGS_{DEBUG, RELEASE, ...} ?

2011-07-06 Thread Jerry Gagelman
2011/7/6 Alexander Neundorf > On Wednesday 06 July 2011, Jerry Gagelman wrote: > > If these variables exist already in the cache, then a simple > set(... CACHE ...) > does not override the value which is already in the cache. > You can only override a value in the cache from a

[CMake] set(... CACHE ) broken for CMAKE_C_FLAGS_{DEBUG, RELEASE, ...} ?

2011-07-06 Thread Jerry Gagelman
work. Before posting a bug report, I thought I'd post this here in case there is anything obvious that I'm missing. Incidentally, I'm running CMake version 2.8.4, built by MacPorts. Thanks, Jerry ___ Powered by www.kitware.com Visit other