| From: | Dave Page <dpage(at)vale-housing(dot)co(dot)uk> |
|---|---|
| To: | "'pgsql-interfaces(at)postgresql(dot)org'" <pgsql-interfaces(at)postgresql(dot)org> |
| Subject: | Building psql.exe, libpq.dll & libpq.lib (7.1Beta3) |
| Date: | 2001-01-22 10:14:54 |
| Message-ID: | 8568FC767B4AD311AC33006097BCD3D61A28CB@woody.vale-housing.co.uk |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-interfaces |
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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Magnus Hagander | 2001-01-22 11:37:40 | RE: Building psql.exe, libpq.dll & libpq.lib (7.1Bet a3) |
| Previous Message | Dave Page | 2001-01-22 08:17:25 | RE: extremely newbie questions |