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

2011-02-21 Thread Michael Jackson
There was a bug where we were discussing keeping or ditching the version number 
that gets appended to the CMake.app package. There are good reasons both to 
keep it and to remove it. You may want to add your thoughts to the bug.

http://public.kitware.com/Bug/view.php?id=11693

___
Mike Jackson  www.bluequartz.net
Principal Software Engineer   mike.jack...@bluequartz.net 
BlueQuartz Software   Dayton, Ohio

On Feb 21, 2011, at 5:02 PM, Andrew Maclean wrote:

> Hi Sean,
> 
> Thanks for the link,
> 
> After reading the link below, I think I will write a little script to delete 
> the symlinks and see if the install works, if not then I will write another 
> script to create them.  
> 
> Alternatively after reading your second paragraph it may be better to rename 
> the installation to /Applications/CMake.app and manually create the symlinks. 
> The for future installations all I would need to do is to do the installation 
> but DO NOT create the symlinks then rename the installation to CMake.app. I 
> generally don't keep side by side versions of CMake.
> 
> With respect to PATH, I have noticed that in some cases the PATH is ignored 
> in Macs but /usr/local/bin is not, hence the need for symlinks.
>  
> Thanks for the help.
>Andrew
> 
> 
> On Tue, Feb 22, 2011 at 2:25 AM, Sean McBride  wrote:
> On Sun, 20 Feb 2011 09:43:10 +1100, Andrew Maclean said:
> 
> >I am attempting to install this on Snow Leopard. The installation seems to
> >work Ok but fails at the Install Command Line Tools stage, with the message:
> >Failed create symlink installation may be incomplete: /usr/bin/ccmake
> >... and so forth for all the command line tools.
> >
> >Clearly this is a permissions issue. The installer actually does ask for my
> >password and the gui seems to be successfully installed in the Apps folder,
> >so I suspect sudo rights are not being propagated to the symlink creation
> >stage.
> 
> This has failed for as long as I can remember.  It might be this:
> 
> 
> >So how do I get the Command Lines stuff installed? (Aside from manually
> >creating them.)
> 
> What I do is add /Applications/CMake.app/Contents/bin to my PATH.  If
> you do this, you'll also need to remember to rename the installed CMake
> every time (to remove the version number):
> 
> 
> --
> 
> Sean McBride, B. Eng s...@rogue-research.com
> Rogue Researchwww.rogue-research.com
> Mac Software Developer  Montréal, Québec, Canada
> 
> 
> 
> 
> 
> -- 
> ___
> Andrew J. P. Maclean
> Australian Centre for Field Robotics (ACFR)
> The Rose Street Building J04
> The University of Sydney  2006  NSW
> AUSTRALIA
> Ph: +61 2 9351 3283
> Fax: +61 2 9351 7474
> URL: http://www.acfr.usyd.edu.au/
> ___
> ___
> 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 subscribe/unsubscribe:
> http://www.cmake.org/mailman/listinfo/cmake

___
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 subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake


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

2011-02-21 Thread Andrew Maclean
Hi Sean,

Thanks for the link,

After reading the link below, I think I will write a little script to delete
the symlinks and see if the install works, if not then I will
write another script to create them.

Alternatively after reading your second paragraph it may be better to rename
the installation to /Applications/CMake.app and manually create the
symlinks. The for future installations all I would need to do is to do the
installation but DO NOT create the symlinks then rename the installation to
CMake.app. I generally don't keep side by side versions of CMake.

With respect to PATH, I have noticed that in some cases the PATH is ignored
in Macs but /usr/local/bin is not, hence the need for symlinks.

Thanks for the help.
   Andrew


On Tue, Feb 22, 2011 at 2:25 AM, Sean McBride wrote:

> On Sun, 20 Feb 2011 09:43:10 +1100, Andrew Maclean said:
>
> >I am attempting to install this on Snow Leopard. The installation seems to
> >work Ok but fails at the Install Command Line Tools stage, with the
> message:
> >Failed create symlink installation may be incomplete: /usr/bin/ccmake
> >... and so forth for all the command line tools.
> >
> >Clearly this is a permissions issue. The installer actually does ask for
> my
> >password and the gui seems to be successfully installed in the Apps
> folder,
> >so I suspect sudo rights are not being propagated to the symlink creation
> >stage.
>
> This has failed for as long as I can remember.  It might be this:
> 
>
> >So how do I get the Command Lines stuff installed? (Aside from manually
> >creating them.)
>
> What I do is add /Applications/CMake.app/Contents/bin to my PATH.  If
> you do this, you'll also need to remember to rename the installed CMake
> every time (to remove the version number):
> 
>
> --
> 
> Sean McBride, B. Eng s...@rogue-research.com
> Rogue Researchwww.rogue-research.com
> Mac Software Developer  Montréal, Québec, Canada
>
>
>


-- 
___
Andrew J. P. Maclean
Australian Centre for Field Robotics (ACFR)
The Rose Street Building J04
The University of Sydney  2006  NSW
AUSTRALIA
Ph: +61 2 9351 3283
Fax: +61 2 9351 7474
URL: http://www.acfr.usyd.edu.au/
___
___
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 subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

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

2011-02-21 Thread Sean McBride
On Sun, 20 Feb 2011 09:43:10 +1100, Andrew Maclean said:

>I am attempting to install this on Snow Leopard. The installation seems to
>work Ok but fails at the Install Command Line Tools stage, with the message:
>Failed create symlink installation may be incomplete: /usr/bin/ccmake
>... and so forth for all the command line tools.
>
>Clearly this is a permissions issue. The installer actually does ask for my
>password and the gui seems to be successfully installed in the Apps folder,
>so I suspect sudo rights are not being propagated to the symlink creation
>stage.

This has failed for as long as I can remember.  It might be this:


>So how do I get the Command Lines stuff installed? (Aside from manually
>creating them.)

What I do is add /Applications/CMake.app/Contents/bin to my PATH.  If
you do this, you'll also need to remember to rename the installed CMake
every time (to remove the version number):


-- 

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://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 subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake


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

2011-02-19 Thread Andrew Maclean
I am attempting to install this on Snow Leopard. The installation seems to
work Ok but fails at the Install Command Line Tools stage, with the message:
Failed create symlink installation may be incomplete: /usr/bin/ccmake
... and so forth for all the command line tools.

Clearly this is a permissions issue. The installer actually does ask for my
password and the gui seems to be successfully installed in the Apps folder,
so I suspect sudo rights are not being propagated to the symlink creation
stage.

So how do I get the Command Lines stuff installed? (Aside from manually
creating them.)

Regards
   Andrew


-- 
___
Andrew J. P. Maclean
Australian Centre for Field Robotics (ACFR)
The Rose Street Building J04
The University of Sydney  2006  NSW
AUSTRALIA
Ph: +61 2 9351 3283
Fax: +61 2 9351 7474
URL: http://www.acfr.usyd.edu.au/
___
___
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 subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake