Re: [sage-combinat-devel] Re: Some rebasing and the end of #10963?

2013-10-31 Thread Mike Zabrocki
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.


Re: [sage-combinat-devel] Re: Some rebasing and the end of #10963?

2013-10-31 Thread Andrew Mathas
As you mentioned that you installed a new version of xcode the discussion 
on sage-dev about OS mavericks might be relevant. I haven't been reading 
this as I haven't touched xcode, but I don't think they've solved all of 
the issues yet so even if it is relevant it might only count as moral 
support at this this juncture...

A.

On Thursday, 31 October 2013 19:07:06 UTC+1, Mike Zabrocki wrote:

 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.


Re: [sage-combinat-devel] Re: Some rebasing and the end of #10963?

2013-10-31 Thread Mike Zabrocki
I've got the new Xcode and Mavericks.
I guess I shouldn't be surprised that I've got the same compiler problems.  
Thanks for pointing that out.

-- 
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.