Re: Suppress warnings on mingw - Mailing list pgsql-patches

From ITAGAKI Takahiro
Subject Re: Suppress warnings on mingw
Date
Msg-id 20070418174303.76BA.ITAGAKI.TAKAHIRO@oss.ntt.co.jp
Whole thread Raw
In response to Re: Suppress warnings on mingw  (Magnus Hagander <magnus@hagander.net>)
List pgsql-patches
Magnus Hagander <magnus@hagander.net> wrote:

> >  EXPORTS
> > -    DllUnregisterServer ;
> > -    DllRegisterServer ;
> > +    DllUnregisterServer = DllUnregisterServer@0 ;
> > +    DllRegisterServer = DllRegisterServer@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@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



pgsql-patches by date:

Previous
From: Magnus Hagander
Date:
Subject: Re: Suppress warnings on mingw
Next
From: Alvaro Herrera
Date:
Subject: Re: log_autovacuum