Re: Build error in src/interfaces - Mailing list pgsql-hackers-win32

From Bruce Momjian
Subject Re: Build error in src/interfaces
Date
Msg-id 200312160111.hBG1BVU16190@candle.pha.pa.us
Whole thread Raw
In response to Build error in src/interfaces  ("Hisaji Ono" <hi_ono2001@ybb.ne.jp>)
List pgsql-hackers-win32
Here is the actual bug report requiring the commenting of:

    #define NOGDI

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

Hisaji Ono wrote:
> Hi.
>
>  I' got followin' error in building libpsql src/interfaces.
>
> make[1]: Entering directory
> `/home/Administrator/postgresql-7.4-1/src/interfaces/libpq'
> gcc -O2 -fno-strict-aliasing -Wall -Wmissing-prototypes -Wmissing-declaratio
> ns  -I. -I../../../src/include -I./src/include/port/win32
> "-I../../../src/include/port/win32"  -DFRONTEND -DSYSCONFDIR='"/usr/local/pg
> sql/etc"'  -c -o win32.o win32.c
> In file included from c:/mingw/include/windows.h:55,
>                  from win32.c:28:
> c:/mingw/include/winuser.h:3411: parse error before "BLENDFUNCTION"
> win32.c: In function `winsock_strerror':
> win32.c:310: warning: long unsigned int format, int arg (arg 4)
> win32.c:317: warning: long unsigned int format, int arg (arg 4)
> make[1]: *** [win32.o] Error 1
> make[1]: Leaving directory
> `/home/Administrator/postgresql-7.4-1/src/interfaces/libpq'
> make: *** [all] Error 2
>
>  Could you give me any hint about this?
>
>  Regards.
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
>       subscribe-nomail command to majordomo@postgresql.org so that your
>       message can get through to the mailing list cleanly
>

--
  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

pgsql-hackers-win32 by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Build error in src/interfaces
Next
From: "Dave Page"
Date:
Subject: Re: Build error in src/interfaces