Thread: [ODBC] Compilation failure with nmake since 503bb09

[ODBC] Compilation failure with nmake since 503bb09

From
Michael Paquier
Date:
Hi all,

With the latest code of Postgres ODBC, I am seeing compilation
failures of this kind:
c:\Users\ioltas\git\pgodbc\connection.h(27) : fatal error C1083:
Cannot open include file: 'pqexpbuffer.h': No such file or directory

It seems to me that 503bb09 forgot to update win64.mak to include
$(PG_INC)/internal in the paths to scan for headers. Please see
attached a patch.

Regards,
--
Michael

Attachment

Re: [ODBC] Compilation failure with nmake since 503bb09

From
"Inoue, Hiroshi"
Date:
Hi Michael,

Committed.
Thanks.

regards,
Hiroshi Inoue

On 2017/08/30 5:32, Michael Paquier wrote:
> Hi all,
>
> With the latest code of Postgres ODBC, I am seeing compilation
> failures of this kind:
> c:\Users\ioltas\git\pgodbc\connection.h(27) : fatal error C1083:
> Cannot open include file: 'pqexpbuffer.h': No such file or directory
>
> It seems to me that 503bb09 forgot to update win64.mak to include
> $(PG_INC)/internal in the paths to scan for headers. Please see
> attached a patch.
>
> Regards,


Re: [ODBC] Compilation failure with nmake since 503bb09

From
Michael Paquier
Date:
On Wed, Aug 30, 2017 at 7:55 AM, Inoue, Hiroshi
<h-inoue@dream.email.ne.jp> wrote:
> Committed.
> Thanks.

Thanks for the commit. I think that things should be good now.
--
Michael