On 2015-11-07 13:39, Sébastien Labbé wrote:
This is exactly what I do, but I get the warning saying "_signals" is
redefined.
Yes, sorry, I didn't notice.

Why is it redefined?
Because of hackery in the signals code. I think this fixes it (feel free to open a ticket):

diff --git a/src/sage/ext/interrupt/pxi.h b/src/sage/ext/interrupt/pxi.h
index b4bfe49..5f3c528 100644
--- a/src/sage/ext/interrupt/pxi.h
+++ b/src/sage/ext/interrupt/pxi.h
@@ -6,3 +6,4 @@
 #include "interrupt/struct_signals.h"
 #include "interrupt/interrupt_api.h"
 #include "interrupt/macros.h"
+#undef _signals

In any case, it's only a warning. The Sage library has the same problem but we compile with -w to ignore warnings.


Jeroen.

--
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 http://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to