Re: [sage-devel] Re: Compilation error: 'sage/ext/interrupt.pxi' not found

2019-04-14 Thread Jeroen Demeyer
On 2019-04-14 22:42, Mark wrote: include "cysignals/signals.pxi" That's no longer supported. The proper way to use cysignals is from cysignals.signals cimport sig_check # or whatever you need from cysignals -- You received this message because you are subscribed to the Google Groups

Re: [sage-devel] Re: Compilation error: 'sage/ext/interrupt.pxi' not found

2019-04-14 Thread Dima Pasechnik
On Sun, Apr 14, 2019 at 10:58 PM Mark wrote: > > Hello, > > I'm getting the same "InternalError: Internal compiler error: > 'sage/ext/interrupt.pxi' not found" when trying to build sage 8.7 with the > command ./sage -b on MacOS Mojave. This happens after I added a new folder in >

[sage-devel] Re: Compilation error: 'sage/ext/interrupt.pxi' not found

2019-04-14 Thread Mark
Hello, I'm getting the same "InternalError: Internal compiler error: 'sage/ext/interrupt.pxi' not found" when trying to build sage 8.7 with the command ./sage -b on MacOS Mojave. This happens after I added a new folder in sage-8.7/src/sage. As I understand it's deprecated, I replace include

[sage-devel] Re: Compilation error: 'sage/ext/interrupt.pxi' not found

2018-03-04 Thread 'Paul Mercat' via sage-devel
You're right, I have found where I call sage/ext/interrupt.pxi and changed it and now it works. The compiler gave no information on where is the problem. It's a little bit annoying... Le dimanche 4 mars 2018 00:41:45 UTC+1, Dima Pasechnik a écrit : > > > On Saturday, March 3, 2018 at 5:19:37 PM

[sage-devel] Re: Compilation error: 'sage/ext/interrupt.pxi' not found

2018-03-03 Thread Dima Pasechnik
On Saturday, March 3, 2018 at 5:19:37 PM UTC, Paul Mercat wrote: > > > I'm trying to merge the ticket #21072 (that currently work with sage 7.3) > with sage 8.1, but I get the following error, and I don't know why and what > to do. > I believe that this functionality is now handled by