23 Jun
2004
23 Jun
'04
2:59 p.m.
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?
Thanks
Carl
Yeah, I got that in the transcript from the autobuild last night. I -SWEAR- that I tested this before I committed. I think this might be a difference in the versions of mingw-runtime.
I guess we need to #ifdef that for now. I hate those things! ;)
Bob