Re: Request for supported platforms

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Dave Page <dpage(at)vale-housing(dot)co(dot)uk>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>, Thomas Lockhart <lockhart(at)fourpalms(dot)org>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Subject: Re: Request for supported platforms
Date: 2002-10-29 04:24:01
Message-ID: 200210290424.g9T4O1J02558@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


I have updated CVS and re-added getopt.c, now in /port, and updated
win32.mak. That should help.

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

Dave Page wrote:
>
>
> > -----Original Message-----
> > From: Bruce Momjian [mailto:pgman(at)candle(dot)pha(dot)pa(dot)us]
> > Sent: 26 October 2002 03:17
> > To: PostgreSQL-development
> > Cc: Thomas Lockhart; Tom Lane
> > Subject: [HACKERS] Request for supported platforms
> >
> >
> > Folks. start sending in those plaform reports, OS name and
> > version number please.
> >
>
> Windows XP Professional SP1
>
> Client build fails :-(
>
> Regards, Dave.
>
> C:\cygwin\usr\local\src\postgresql-7.3b3\src>nmake /f win32.mak
>
> 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
> 1 file(s) copied.
> 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...
>
> if not exist ".\Release/" mkdir ".\Release"
> cl.exe @C:\DOCUME~1\dpage\LOCALS~1\Temp\nma04188.
> dllist.c
> cl.exe @C:\DOCUME~1\dpage\LOCALS~1\Temp\nmb04188.
> md5.c
> cl.exe @C:\DOCUME~1\dpage\LOCALS~1\Temp\nmc04188.
> wchar.c
> cl.exe @C:\DOCUME~1\dpage\LOCALS~1\Temp\nmd04188.
> encnames.c
> cl.exe @C:\DOCUME~1\dpage\LOCALS~1\Temp\nme04188.
> win32.c
> fe-auth.c
> fe-connect.c
> fe-exec.c
> fe-lobj.c
> fe-misc.c
> fe-print.c
> fe-secure.c
> pqexpbuffer.c
> link.exe -lib @C:\DOCUME~1\dpage\LOCALS~1\Temp\nmf04188.
> cl.exe @C:\DOCUME~1\dpage\LOCALS~1\Temp\nmg04188.
> libpqdll.c
> rc.exe /l 0x409 /fo".\Release\libpq.res" libpq.rc
> link.exe @C:\DOCUME~1\dpage\LOCALS~1\Temp\nmh04188.
> Creating library .\Release\libpqdll.lib and object
> .\Release\libpqdll.exp
> cd ..\..\bin\psql
> nmake /f win32.mak
>
> Microsoft (R) Program Maintenance Utility Version 6.00.8168.0
> Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
>
> if not exist ".\Release/" mkdir ".\Release"
> NMAKE : fatal error U1073: don't know how to make '..\..\utils\getopt.c'
> Stop.
> NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual
> Studio\VC98\bin\N
> MAKE.EXE"' : return code '0x2'
> Stop.
>
> C:\cygwin\usr\local\src\postgresql-7.3b3\src>
>

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

  From Date Subject
Next Message Karel Zak 2002-10-29 07:11:07 Re: idle connection timeout ...
Previous Message Larry Rosenman 2002-10-29 03:52:28 Re: FreeBSD 4.7: BETA3 (from port): regression failures...