Can't Install Postgres on Cygwin

From: Buyung Pamungkas <buyung_pamungkas(at)yahoo(dot)com>
To: Pgsql-Cygwin <pgsql-cygwin(at)postgresql(dot)org>
Subject: Can't Install Postgres on Cygwin
Date: 2002-06-14 18:59:50
Message-ID: 20020614185950.40091.qmail@web10808.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-cygwin

Dear,

I have installed Microsoft Visual C++ 6.0. Then I have
installed the latest version of Cygwin from
www.cygnus.com or another mirror site.
When I tried to install PostgreSQL 7.2.1, I had an
error like this :

(Dir : /usr/src/postgresql7.2.1/src)
---error---
$nmake /f win32.mak
Microsoft (R)Program Maintenance Utility Version
6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All right
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
Building the Win32 static library...

No configuration specified. Defaulting to Release.

if not exist ".\Release/" mkdir ".\Release"
cl.exe @e:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\nma01400.
dllist.c
cl.exe @e:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\nmb01400.
md5.c
..\..\include\wingdi.h(93) : warning C4005: 'ERROR' :
macro redefinition
..\..\include\utils/elog.h(19) : see previous
definition of 'ERROR'
cl.exe @e:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\nmc01400.
fe-auth.c
fe-auth.c(537) : warning C4090: '=' : different
'const' qualifiers
fe-connect.c
fe-exec.c
fe-lobj.c
fe-misc.c
fe-misc.c(129) : warning C4018: '>' : signed/unsigned
mismatch
fe-misc.c(221) : warning C4018: '>' : signed/unsigned
mismatch
fe-print.c
fe-print.c(302) : warning C4090: 'function' :
different 'const' qualifiers
fe-print.c(302) : warning C4022: 'free' : pointer
mismatch for actual parameter 1
pqexpbuffer.c
pqexpbuffer.c(195) : warning C4018: '<' :
signed/unsigned mismatch
pqexpbuffer.c(243) : warning C4018: '<' :
signed/unsigned mismatch
link.exe -lib
@e:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\nmd01400.
cl.exe @e:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\nme01400.
libpqdll.c
rc.exe /l 0x409 /fo".\Release\libpq.res" libpq.rc
libpq.rc(1) : fatal error RC1015: cannot open include
file 'winver.h'.
---end of error part----

FYI, my platform is win2K profesional.
What should I do now ? I have tried to copy "winver.h"
file or change with another one. But nothing better
happened :o(
I have attached my winver.h too. Are there something
missing with this file ?
Might I re-install Visual C++ ?

Thanks.

Best Regards,

Buyung

=====
-Buyung-
YahooID = buyung_pamungkas
ICQ# = 159587929

__________________________________________________
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com

Attachment Content-Type Size
WINVER.H text/plain 9.1 KB

Browse pgsql-cygwin by date

  From Date Subject
Next Message Jim.George 2002-06-15 08:17:59 Perl with Postrges under Cygwin
Previous Message Jason Tishler 2002-06-14 10:21:59 Re: CYGWin-Postgres