Обсуждение: Building psql.exe, libpq.dll & libpq.lib (7.1Beta3)

Поиск
Список
Период
Сортировка

Building psql.exe, libpq.dll & libpq.lib (7.1Beta3)

От
Dave Page
Дата:
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