Hello,

I'm trying to build 7.5.rc2 on the aforementioned platform. When getting to 
pynac-0.7.3, I get an error (the first observed error during the 
compilation of pynac):

 46405   CXX      libpynac_la-sum.lo
 46406 In file included from 
/Users/kosta/local/sage/local/include/c++/5.4.0/bits/basic_ios.h:37:0,
 46407                  from 
/Users/kosta/local/sage/local/include/c++/5.4.0/ios:44,
 46408                  from 
/Users/kosta/local/sage/local/include/c++/5.4.0/ostream:38,
 46409                  from 
/Users/kosta/local/sage/local/include/c++/5.4.0/iostream:39,
 46410                  from class_info.h:31,
 46411                  from registrar.h:30,
 46412                  from basic.h:40,
 46413                  from numeric.h:49,
 46414                  from inifcns.h:26,
 46415                  from sum.cpp:13:
 46416 
/Users/kosta/local/sage/local/include/c++/5.4.0/bits/locale_facets.h:247:53: 
error: macro "toupper" passed 2 arguments, but takes just 1
 46417        toupper(char_type *__lo, const char_type* __hi) const
 46418                                                      ^
 46419 
/Users/kosta/local/sage/local/include/c++/5.4.0/bits/locale_facets.h:276:53: 
error: macro "tolower" passed 2 arguments, but takes just 1
 46420        tolower(char_type* __lo, const char_type* __hi) const
 46421                                                      ^
 46422 
/Users/kosta/local/sage/local/include/c++/5.4.0/bits/locale_facets.h:819:53: 
error: macro "toupper" passed 2 arguments, but takes just 1
 46423        toupper(char_type *__lo, const char_type* __hi) const
 46424                                                      ^
 46425 
/Users/kosta/local/sage/local/include/c++/5.4.0/bits/locale_facets.h:852:53: 
error: macro "tolower" passed 2 arguments, but takes just 1
 46426        tolower(char_type* __lo, const char_type* __hi) const 

Then there about 100,000 more output lines of various errors, and the end 
is:

140350 make[5]: *** [libpynac_la-sum.lo] Error 1
140351 make[4]: *** [all-recursive] Error 1
140352 make[3]: *** [all] Error 2
140353 Error building pynac.
140354
140355 real  7m54.708s
140356 user  4m24.889s
140357 sys 0m39.225s
140358 
************************************************************************
140359 Error installing package pynac-0.7.3
140360 
************************************************************************
140361 Please email sage-devel (http://groups.google.com/group/sage-devel)
140362 explaining the problem and including the relevant part of the log 
file
140363   /Users/kosta/local/sage/logs/pkgs/pynac-0.7.3.log
140364 Describe your computer, operating system, etc.
140365 If you want to try to fix the problem yourself, *don't* just cd to
140366 /Users/kosta/local/sage/local/var/tmp/sage/build/pynac-0.7.3 and 
type 'make' or whatever is appropriate.
140367 Instead, the following commands setup all environment variables
140368 correctly and load a subshell for you to debug the error:
140369   (cd '/Users/kosta/local/sage/local/var/tmp/sage/build/pynac-0.7.3' 
&& '/Users/kosta/local/sage/sage' --sh)
140370 When you are done debugging, you can type "exit" to leave the 
subshell.
140371 
************************************************************************

which is consistent with my observation that the first error was while 
building libpynac_la-sum.lo.

Help?

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

Reply via email to