Re: About postgresql8.3.3 build in MS VS2005

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Magnus Hagander <magnus(at)hagander(dot)net>
Cc: iihero <iihero(at)gmail(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: About postgresql8.3.3 build in MS VS2005
Date: 2008-10-06 12:28:26
Message-ID: 18701.1223296106@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Magnus Hagander <magnus(at)hagander(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2008-10-06 12:29:08 Re: Weird behaviour with ALTER TABLE ... SET TABLESPACE ... statement
Previous Message Tom Lane 2008-10-06 12:23:19 Re: Weird behaviour with ALTER TABLE ... SET TABLESPACE ... statement