#11280: check XCode version on MacOSX, and bail out if it is 4
-----------------------+----------------------------------------------------
   Reporter:  dimpase  |          Owner:  GeorgSWeber      
       Type:  defect   |         Status:  needs_info       
   Priority:  blocker  |      Milestone:  sage-4.7         
  Component:  build    |       Keywords:  XCode 4          
Work_issues:           |       Upstream:  N/A              
   Reviewer:           |         Author:  Dmitrii Pasechnik
     Merged:           |   Dependencies:                   
-----------------------+----------------------------------------------------

Comment(by kcrisman):

 Wow that was a lot more than I was expecting - nice.

 Question:
 {{{
 if [ $XCODE_VERS_MAJOR -gt 2 ]; then
         echo "You are using XCode version " $XCODE_VERS
         echo "WARNING: You are strongly advised to install Apple's latest
 XCode 3,"
         echo "unless you already have it. You can download this from "
         echo "http://developer.apple.com/xcode/";
         echo "Sage will NOT work with XCode 4!"
 }}}
 Are you trying to trip this warning for !XCode 3 as well, just as a
 warning to anyone who is potentially interested in upgrading, or to
 someone who doesn't have the latest 3.x?  I assume this is the case, just
 checking.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/11280#comment:20>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sage-trac?hl=en.

Reply via email to