Re: Suppress warnings on mingw

From: ITAGAKI Takahiro <itagaki(dot)takahiro(at)oss(dot)ntt(dot)co(dot)jp>
To: Magnus Hagander <magnus(at)hagander(dot)net>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: Suppress warnings on mingw
Date: 2007-04-18 08:46:00
Message-ID: 20070418174303.76BA.ITAGAKI.TAKAHIRO@oss.ntt.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


Magnus Hagander <magnus(at)hagander(dot)net> wrote:

> > EXPORTS
> > - DllUnregisterServer ;
> > - DllRegisterServer ;
> > + DllUnregisterServer = DllUnregisterServer(at)0 ;
> > + DllRegisterServer = DllRegisterServer(at)0 ;
>
> This breaks the MSVC build, so not applied. Are you sure we should not just
> follow the instructions given in the error msg?
>
> pgevent.exp : error LNK2001: unresolved external symbol DllRegisterServer(at)0
> .\Debug\pgevent\pgevent.dll : fatal error LNK1120: 1 unresolved externals

Hmmm, ok. I'll try the MSVC build and find better solutions.

Regards,
---
ITAGAKI Takahiro
NTT Open Source Software Center

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Alvaro Herrera 2007-04-18 20:46:48 Re: log_autovacuum
Previous Message Magnus Hagander 2007-04-18 08:32:51 Re: Suppress warnings on mingw