Re: About postgresql8.3.3 build in MS VS2005 - Mailing list pgsql-hackers

From Tom Lane
Subject Re: About postgresql8.3.3 build in MS VS2005
Date
Msg-id 18701.1223296106@sss.pgh.pa.us
Whole thread Raw
In response to Re: About postgresql8.3.3 build in MS VS2005  (Magnus Hagander <magnus@hagander.net>)
Responses Re: About postgresql8.3.3 build in MS VS2005
List pgsql-hackers
Magnus Hagander <magnus@hagander.net> writes:
>> Do you mean the include order of Platform SDK possibly influenced the
>> build result?

> it could be. At first look ISTM that the error comes from not finding
> the definition of HANDLE, which is certainly very central to the
> Platform SDK.

You should be looking at the first few errors.  I'm suspicious that a
system include file isn't being found where expected.  Some compilers
will bull ahead anyway, but a huge number of consequent errors can be
expected if the needed declarations haven't been read ...
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Weird behaviour with ALTER TABLE ... SET TABLESPACE ... statement
Next
From: Guillaume Lelarge
Date:
Subject: Re: Weird behaviour with ALTER TABLE ... SET TABLESPACE ... statement