Dave Page wrote: > > > > -----Original Message----- > > From: Bruce Momjian [mailto:[EMAIL PROTECTED] > > Sent: 24 October 2003 16:38 > > To: PostgreSQL-development > > Subject: [HACKERS] Call for port reports > > > > It is time for people to report their port testing. Please > > test against current CVS or beta5 and report your 'uname -a'. > > Cygwin > ====== > > Parallel regression tests do not complete (we normally have problems > with these anyway, though they do normally complete). > > Serial tests pass. > > CYGWIN_NT-5.1 pc30 1.5.5(0.94/3/2) 2003-09-20 16:31 i686 unknown unknown > Cygwin >
Uh, I am not inclined to mark the port as OK if the parallel regression tests fail --- what is the cause? > Win32 Client > ============ > > (Windows XP Pro, VC++ 6.0) > > C:\cygwin\usr\local\src\postgresql-7.4beta5\src>nmake /f win32.mak ALL > > Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 > Copyright (C) Microsoft Corp 1988-1998. All rights reserved. > > cd include > if not exist pg_config.h copy pg_config.h.win32 pg_config.h > cd .. > cd interfaces\libpq > nmake /f win32.mak > > Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 > Copyright (C) Microsoft Corp 1988-1998. All rights reserved. > > Building the Win32 static library... > > cl.exe @C:\DOCUME~1\dpage\LOCALS~1\Temp\nma02744. > getaddrinfo.c > ..\..\include\c.h(66) : fatal error C1083: Cannot open include file: > 'strings.h' > : No such file or directory > NMAKE : fatal error U1077: 'cl.exe' : return code '0x2' > Stop. > NMAKE : fatal error U1077: 'C:\PROGRA~1\MICROS~3\VC98\BIN\NMAKE.EXE' : > return co > de '0x2' > Stop. I am confused why strings.h is being included because there is a test around it: #ifdef HAVE_STRINGS_H #include <strings.h> #endif Any ideas? -- Bruce Momjian | http://candle.pha.pa.us [EMAIL PROTECTED] | (610) 359-1001 + If your life is a hard drive, | 13 Roberts Road + Christ can be your backup. | Newtown Square, Pennsylvania 19073 ---------------------------(end of broadcast)--------------------------- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly