Thread: win32 libpq build broken

win32 libpq build broken

From
"Magnus Hagander"
Date:
by the change to gettext. Needs a bunch of new includes. Patch follows:


diff -c -r1.13 win32.c
*** win32.c     22 Feb 2005 04:42:20 -0000      1.13
--- win32.c     27 Feb 2005 17:36:06 -0000
***************
*** 19,26 ****

  /* Make stuff compile faster by excluding not used stuff */

- #define WIN32_LEAN_AND_MEAN
- #define WIN32_EXTRA_LEAN
  #define VC_EXTRALEAN
  #ifndef __MINGW32__
  #define NOGDI
--- 19,24 ----
***************
*** 31,36 ****
--- 29,37 ----
  #include <winsock.h>
  #include <stdio.h>
  #include "win32.h"
+ #include "postgres_fe.h"
+ #include "libpq-fe.h"
+ #include "libpq-int.h"

  static struct WSErrorEntry
  {

Re: win32 libpq build broken

From
Bruce Momjian
Date:
Patch applied.  Thanks.

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


Magnus Hagander wrote:
> by the change to gettext. Needs a bunch of new includes. Patch follows:
>
>
> diff -c -r1.13 win32.c
> *** win32.c     22 Feb 2005 04:42:20 -0000      1.13
> --- win32.c     27 Feb 2005 17:36:06 -0000
> ***************
> *** 19,26 ****
>
>   /* Make stuff compile faster by excluding not used stuff */
>
> - #define WIN32_LEAN_AND_MEAN
> - #define WIN32_EXTRA_LEAN
>   #define VC_EXTRALEAN
>   #ifndef __MINGW32__
>   #define NOGDI
> --- 19,24 ----
> ***************
> *** 31,36 ****
> --- 29,37 ----
>   #include <winsock.h>
>   #include <stdio.h>
>   #include "win32.h"
> + #include "postgres_fe.h"
> + #include "libpq-fe.h"
> + #include "libpq-int.h"
>
>   static struct WSErrorEntry
>   {
>

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073