Fill a bug on the tracker. giacpy_sage is using CC when it should use CXX with c++11 standard options. This is why it is failing 1) compile with gcc instead g++ 2) complaints about the use c++11 “extensions” which of course shouldn’t be available from plain “gcc”.
> On 29/06/2019, at 4:27 AM, Markus Wageringel <[email protected]> > wrote: > > I have just tried to upgrade my main Sage install from 8.7 to 8.8, but the > optional package Giacpy_sage fails to build. The logs mention several errors > reported by gcc – the log file is attached. This is on OS X 10.13.6 with > Clang 10.0.0, but I have observed this problem on a Linux machine as well > (where I also tried a clean install, but the package still does not build). > This is odd, as Giacpy_sage has not been changed since 8.7. > > Best, > Markus > > -- > 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 [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/sage-devel. > To view this discussion on the web visit > https://groups.google.com/d/msgid/sage-devel/5f4ace6f-e0dd-46d5-81e4-750a2ed2800a%40googlegroups.com. > For more options, visit https://groups.google.com/d/optout. > <giacpy_sage-0.6.7.log> -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sage-devel. To view this discussion on the web visit https://groups.google.com/d/msgid/sage-devel/8BC8084F-369E-4E33-8FE7-B4A86641B7A3%40gmail.com. For more options, visit https://groups.google.com/d/optout.
