Does anyone have any advice about what might be wrong with the compilation 
or who to ask?  I doubt that I will be able to compile much of anything 
until I get this fixed:

The file "
/Applications/sage/local/bin/../lib/gcc/x86_64-apple-darwin12.4.0/4.7.3/include-fixed/limits.h:169:61
"
contains the lines at the end that are triggering the error "fatal error: 
limits.h: No such file or directory":

#else /* not _GCC_LIMITS_H_ */

#ifdef _GCC_NEXT_LIMITS_H
#include_next <limits.h> /* recurse down to the real one */
#endif

#endif /* not _GCC_LIMITS_H_ */

-----
If I remove the line  "#include_next <limits.h>" then it fixes the problem 
in that file but the same problem pops up in other files.  The problem must 
be that some path variables are not set correctly for my system.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-combinat-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-combinat-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-combinat-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-combinat-devel.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to