RE: Building psql.exe, libpq.dll & libpq.lib (7.1Bet a3)

From: Magnus Hagander <mha(at)sollentuna(dot)net>
To: "'Dave Page'" <dpage(at)vale-housing(dot)co(dot)uk>, "'pgsql-interfaces(at)postgresql(dot)org'" <pgsql-interfaces(at)postgresql(dot)org>
Subject: RE: Building psql.exe, libpq.dll & libpq.lib (7.1Bet a3)
Date: 2001-01-22 11:37:40
Message-ID: 215896B6B5E1CF11BC5600805FFEA8210480162E@sirius.edu.sollentuna.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Please try it with the patch that I just posted to the hackers list. Note
that the problem with psql.exe is not fixed yet, though.

//Magnus

> -----Original Message-----
> From: Dave Page [mailto:dpage(at)vale-housing(dot)co(dot)uk]
> Sent: den 22 januari 2001 11:15
> To: 'pgsql-interfaces(at)postgresql(dot)org'
> Subject: [INTERFACES] Building psql.exe, libpq.dll & libpq.lib
> (7.1Beta3)
>
>
> Hi,
>
> I just tried to build psql.exe, libpq.dll & libpq.lib under
> Windows 2000
> Professional using MS Visual C++ v6SP4 from the 7.1Beta3
> code. It failed -
> below is the output - any ideas would be gratefully received,
>
> Regards, Dave.
>
> --- BEGIN OUTPUT
>
> C:\postgresql-7.1beta3\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 config.h copy config.h.win32 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.
>
> if not exist ".\Release/" mkdir ".\Release"
> cl.exe @C:\DOCUME~1\dpage\LOCALS~1\Temp\nma00572.
> dllist.c
> ..\..\include\config.h(7) : fatal error C1083: Cannot open
> include file:
> 'version.h.in': No such file or directory
> NMAKE : fatal error U1077: 'cl.exe' : return code '0x2'
> Stop.
> NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual
> Studio\VC98\bin\NMAKE.EXE"' : return code '0x2'
> Stop.
>
> C:\postgresql-7.1beta3\src>
>
> ---END OUTPUT
>

Browse pgsql-interfaces by date

  From Date Subject
Next Message Dave Page 2001-01-22 12:21:37 RE: Building psql.exe, libpq.dll & libpq.lib (7.1Bet a3)
Previous Message Dave Page 2001-01-22 10:14:54 Building psql.exe, libpq.dll & libpq.lib (7.1Beta3)