Re: [HACKERS] pgevent warnings on mingw

2009-02-03 Thread Hiroshi Saito
- Original Message - From: "Magnus Hagander" Hiroshi Saito wrote: Ahh, sorry..like the spam again! I thought over that the existing msvc the did not have uneasines. so, I wish to make it this as correspondence with worried Magnus-san. It is after sufficient test. If I read t

Re: [HACKERS] pgevent warnings on mingw

2009-02-03 Thread Magnus Hagander
Hiroshi Saito wrote: > Ahh, sorry..like the spam > again! > > I thought over that the existing msvc the did not have uneasines. > so, I wish to make it this as correspondence with worried Magnus-san. > It is after sufficient test. If I read this patch right, it does an "export all symbols" wh

Re: [HACKERS] pgevent warnings on mingw

2009-01-31 Thread Hiroshi Saito
Ahh, sorry..like the spam again! I thought over that the existing msvc the did not have uneasines. so, I wish to make it this as correspondence with worried Magnus-san. It is after sufficient test. Regards, Hiroshi Saito - Original Message - From: "Hiroshi Saito" Ooops, sorry.

Re: [HACKERS] pgevent warnings on mingw

2009-01-31 Thread Hiroshi Saito
Ooops, sorry., One mistake:-( Please this. - Original Message - From: "Hiroshi Saito" Hi. I am checking that consider sufficient test as Marko-san and it is satisfactory. However, That there is a portion which does not suit the solution of MSVC also understands. Therefore, How is

Re: [HACKERS] pgevent warnings on mingw

2009-01-31 Thread Hiroshi Saito
Hi. I am checking that consider sufficient test as Marko-san and it is satisfactory. However, That there is a portion which does not suit the solution of MSVC also understands. Therefore, How is this proposal? 1. )remove pgevent.def It is always generated. 2.) improvement of the Makefile

Re: [HACKERS] pgevent warnings on mingw

2009-01-31 Thread Marko Kreen
On 1/31/09, Marko Kreen wrote: > On 1/31/09, Magnus Hagander wrote: > > Hiroshi Saito wrote: > > > Hi. > > > > > >>> dllwrap --def pgevent.def -o pgevent.dll pgevent.o pgmsgevent.o > > >>> Warning: resolving _DllUnregisterServer by linking to > > >>> _dllunregisterser...@0 > > >>> Us

Re: [HACKERS] pgevent warnings on mingw

2009-01-31 Thread Marko Kreen
On 1/31/09, Magnus Hagander wrote: > Hiroshi Saito wrote: > > Hi. > > > >>> dllwrap --def pgevent.def -o pgevent.dll pgevent.o pgmsgevent.o > >>> Warning: resolving _DllUnregisterServer by linking to > >>> _dllunregisterser...@0 > >>> Use --enable-stdcall-fixup to disable these warnings > >

Re: [HACKERS] pgevent warnings on mingw

2009-01-31 Thread Hiroshi Saito
Hi. Sorry, I was not able to find the point to which you point. This appears to be exactly what you are *not* supposed to do. Which is assign an ordinal. See: http://msdn.microsoft.com/en-us/library/8e705t74(VS.71).aspx (that's just about the warning, there is a page somewhere with more detai

Re: [HACKERS] pgevent warnings on mingw

2009-01-31 Thread Magnus Hagander
Hiroshi Saito wrote: > Hi. > >>> dllwrap --def pgevent.def -o pgevent.dll pgevent.o pgmsgevent.o >>> Warning: resolving _DllUnregisterServer by linking to >>> _dllunregisterser...@0 >>> Use --enable-stdcall-fixup to disable these warnings >>> Use --disable-stdcall-fixup to disable these fixups >>>

Re: [HACKERS] pgevent warnings on mingw

2009-01-31 Thread Hiroshi Saito
Hi. dllwrap --def pgevent.def -o pgevent.dll pgevent.o pgmsgevent.o Warning: resolving _DllUnregisterServer by linking to _dllunregisterser...@0 Use --enable-stdcall-fixup to disable these warnings Use --disable-stdcall-fixup to disable these fixups Warning: resolving _DllRegisterServer by linki

Re: [HACKERS] pgevent warnings on mingw

2009-01-31 Thread Magnus Hagander
Andrew Dunstan wrote: > > I just noticed these warnings on pgevent/mingw. I guess we've probably > been living with it for years, but it would be nice to get it clean. > (There are also some similar warnings earlier in the build regarding > RegisterWaitForSingleObject.) > > dllwrap --def pgevent.