Re: MingW and MiniDumps - Mailing list pgsql-hackers

From Magnus Hagander
Subject Re: MingW and MiniDumps
Date
Msg-id AANLkTimiXWvqYe3CWFY3XqgcgzX2QyhbQ8Js07c7j71Z@mail.gmail.com
Whole thread Raw
In response to Re: MingW and MiniDumps  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: MingW and MiniDumps  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-hackers
On Mon, Dec 20, 2010 at 19:24, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> Andrew Dunstan <andrew@dunslane.net> writes:
>> Maybe. I have no idea where narwhal got its version of dbghelp.h. I
>> copied the file from the SDK directory to mingw's include directory and
>> the build then ran perfectly. I think therefore the right thing is to
>> have a configure test for the file and for MINIDUMP_TYPE on win32, and
>> only build in crashdump if it passes those tests.

+1.


> mmm ... how ya gonna do that on the MSVC side of things?

MSVC always has the Platform SDK. So it has the required headers.

There was one symbol missing from an older version of the platform
sdk, but it's not really one we need...

--
 Magnus Hagander
 Me: http://www.hagander.net/
 Work: http://www.redpill-linpro.com/


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: MingW and MiniDumps
Next
From: Tom Lane
Date:
Subject: Re: bug in SignalSomeChildren