24 Jun
2004
24 Jun
'04
4:42 a.m.
On Wed, 2004-06-23 at 09:26, Carl Hetherington wrote:
Hi,
I find I have to remove the
signal(SIGBUS, inkscape_segv_handler)
from inkscape.cpp in order to compile on Windows. My MinGW doesn't seem to know anything about SIGBUS. Does it work for anyone else?
As far as I know, Windows doesn't actually have SIG-anything. I guess that's a MinGW-provided stub or emulation of some kind.
We should probably set up some kind of feature test macro for this, rather than using #ifdefs for various compiler/OS combinations.
-mental