Re: [HACKERS] Also cannot build the postgresql server under Mingw using 8.0 beta 2

2004-09-01 Thread Magnus Hagander
Title: Message Known issue, and the patch is in cvs already. You need to change include/port/win32.h, it has a spelling mistake for stat.   There was talk of re-wrapping beta-2 with this included, but I guess it wasn't done. That leaves beta-2 unusable on win32 without manually applying that

Re: [HACKERS] Also cannot build the postgresql server under Mingw using 8.0 beta 2

2004-09-01 Thread Dann Corbit
> -Original Message- > From: Andrew Dunstan [mailto:[EMAIL PROTECTED] > Sent: Wednesday, September 01, 2004 12:31 PM > To: Dann Corbit > Cc: PostgreSQL-development > Subject: Re: [HACKERS] Also cannot build the postgresql > server under Mingw using 8.0 beta 2 &

Re: [HACKERS] Also cannot build the postgresql server under Mingw using 8.0 beta 2

2004-09-01 Thread Dann Corbit
Title: Message Adding this to the c.h file solved most of the problems for the libpq DLL:   #if defined(HAVE_STRINGS_H) && !defined(_MSC_VER)#include #endif... #if defined(WIN32) && defined(_MSC_VER)#include #define snprintf _snprintf#endif Since I ran configure for MINGW (which has strin