Compile libpq with vc8

From: Yannick <ybgn(at)free(dot)fr>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Compile libpq with vc8
Date: 2006-05-29 19:20:00
Message-ID: 447B4960.2020809@free.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

I am trying to compile libpq with vc8. I got errors in wchar.c

..\..\backend\utils\mb\wchar.c(99) : error C2054: expected '(' to follow
'inline'
..\..\backend\utils\mb\wchar.c(100) : error C2085: 'pg_euc_mblen' : not
in formal parameter list
..\..\backend\utils\mb\wchar.c(100) : error C2143: syntax error :
missing ';' before '{'

If I remove the "inline", I got an error in:

[...]postgresql-8.1.4\src\include\utils/elog.h(105) : error C2365:
'errcode' : redefinition; previous definition was 'typedef'

Does anyone already compiled libpq with vc8?

Yannick.

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2006-05-29 19:39:50 Re: Compile libpq with vc8
Previous Message Thomas Hallgren 2006-05-29 19:07:26 Re: Proposal for debugging of server-side stored procedures