[CMake] Install CMake Nightly fails on Mac with old CMake installed

2013-02-15 Thread Daniel Haehn
Hi guys, I am trying to install the CMake Nightly * http://www.cmake.org/files/dev/cmake-2.8.10.20130213-g7665b-Darwin-universal.dmg * * * But it fails saying that a newer version of CMake exists (CMake 2.8.10 stable). I deleted the application bundle and the cmake links in /usr/bin/ but it still

Re: [CMake] Install CMake Nightly fails on Mac with old CMake installed

2013-02-15 Thread Jean-Christophe Fillion-Robin
Hi Folks, For reference: A similar issue regarding XCode 4.5.X as been submitted and resolved - See http://cmake.org/Bug/view.php?id=13765 May be something change with XCode 4.6 Jc On Fri, Feb 15, 2013 at 10:39 AM, Daniel Haehn daniel.ha...@childrens.harvard.edu wrote: Hi guys, I am

Re: [CMake] Install CMake Nightly fails on Mac with old CMake installed

2013-02-15 Thread Jean-Christophe Fillion-Robin
Hi Daniel, The issue has been re-opened. Can you reproduce the problem using the toy project referenced here: http://www.cmake.org/Bug/view.php?id=13765#c32292 Thanks Jc On Fri, Feb 15, 2013 at 10:56 AM, Jean-Christophe Fillion-Robin jchris.filli...@kitware.com wrote: Hi Folks, For

Re: [CMake] Install CMake Nightly fails on Mac with old CMake installed

2013-02-15 Thread Daniel Haehn
Hi JC, well - right now I don't have CMake at all due to the installation issue :/ Cheers, Daniel On Fri, Feb 15, 2013 at 1:36 PM, Jean-Christophe Fillion-Robin jchris.filli...@kitware.com wrote: Hi Daniel, The issue has been re-opened. Can you reproduce the problem using the toy

Re: [CMake] Install CMake Nightly fails on Mac with old CMake installed

2013-02-15 Thread Jean-Christophe Fillion-Robin
Hi Daniel, Simply get the latest tar.gz For example: curl -O http://www.cmake.org/files/dev/cmake-2.8.10.20130105-ga4e06-Darwin64-universal.tar.gz tar -xzvf cmake-2.8.10.20130105-ga4e06-Darwin64-universal.tar.gz Hth Jc On Fri, Feb 15, 2013 at 1:50 PM, Daniel Haehn