22 Jun
2004
22 Jun
'04
5:33 p.m.
Bryce Harrington wrote:
On Tue, 22 Jun 2004, Bob Jamison wrote:
I noticed that MinGW does support signals to some extent, so I removed the '#ifndef WIN32' switch from that part of inkscape.cpp. Likely inkscape_segv_handler() is now enabled on Win32.
This is good, although perhaps there are other WIN32 compilers that should be tested, just in case? It might be better to open this set of code only if the compiler is MinGW.
Well, come to think of it, I don't think we have ever had a completely different compiler build this. A good test of our portability would be the free command-line version of Borland C++ 5.5, here: http://borland.com/products/downloads/download_cbuilder.html#
It is a very strict ANSI compiler.
Bob