Re: Compile libpq with vc8

From: Jeff McKenna <jmckenna(at)dmsolutions(dot)ca>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Compile libpq with vc8
Date: 2006-05-30 14:31:09
Message-ID: 447C572D.7060406@dmsolutions.ca
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

When is this patch going to be applied? Is there a bug that I can
follow along?

thanks.

jeff

* From: Bruce Momjian <pgman ( at ) candle ( dot ) pha ( dot ) pa (
dot ) us>
* To: Yannick <ybgn ( at ) free ( dot ) fr>
* Subject: Re: Compile libpq with vc8
* Date: Mon, 29 May 2006 15:39:50 -0400 (EDT)

Yes, I have a patch in the queue to fix it. Should be applied soon.

---------------------------------------------------------------------------

Yannick wrote:
> 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 Tom Lane 2006-05-30 14:36:29 Re: 64bit build vs 32 bit build
Previous Message Devrim GUNDUZ 2006-05-30 14:14:02 Re: plperl's ppport.h out of date?