#11246: flint-1.5.0.p5's extraneous #includes break typedef ulong in sys/types.h
---------------------------------------------------+------------------------
   Reporter:  dimpase                              |          Owner:  tbd       
                    
       Type:  defect                               |         Status:  
needs_review                  
   Priority:  major                                |      Milestone:  
sage-4.7.2                    
  Component:  packages                             |       Keywords:  cygwin    
                    
Work_issues:                                       |       Upstream:  N/A       
                    
   Reviewer:  Karl-Dieter Crisman, Leif Leonhardy  |         Author:  Dima 
Pasechnik, Jeroen Demeyer
     Merged:                                       |   Dependencies:            
                    
---------------------------------------------------+------------------------

Comment(by leif):

 Replying to [comment:42 kcrisman]:
 > Here's another question:  where is this "success" function?   Is it
 defined elsewhere in the Sphinx spkg?

 At the beginning of `spkg-install`:
 {{{
 #!sh
 # Helper functions
 success() {
     if [ $? -ne 0 ]; then
         echo "Error building Sphinx: '$1'"
         exit 1
     fi
 }
 }}}

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/11246#comment:43>
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