Re: Build error in src/interfaces

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Hisaji Ono <hi_ono2001(at)ybb(dot)ne(dot)jp>
Cc: pgsql-hackers-win32(at)postgresql(dot)org
Subject: Re: Build error in src/interfaces
Date: 2003-12-16 01:11:31
Message-ID: 200312160111.hBG1BVU16190@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly
>

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

In response to

Browse pgsql-hackers-win32 by date

  From Date Subject
Next Message Bruce Momjian 2003-12-16 01:23:41 Re: fork/exec patch
Previous Message Bruce Momjian 2003-12-16 01:10:19 Re: Build error in src/interfaces