Compiling Postgres 8.3.7 MSVC 2005

From: Santosh Ahuja <codesifu(at)yahoo(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Compiling Postgres 8.3.7 MSVC 2005
Date: 2009-07-30 10:17:17
Message-ID: 486366.74206.qm@web30207.mail.mud.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Compilation fails with the following errors.


C:\Program Files\Microsoft Visual Studio 8\VC\include\sys/types.h(23): fatal error C1189: #error : ERROR: Only Win32 target supported!

This seems something very trivial but I have'nt been able to figure it out yet

I use MSVC 2005 M$ Plaform SDK v6.0 ... I have updated the LIB, PATH and INCLUDE . echo'ing from the VC command prompt shows that its in the path. Bison version 2.1 and Flex 2.5.4

Appreciate any pointers..

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Boszormenyi Zoltan 2009-07-30 12:47:31 Re: SELECT ... FOR UPDATE [WAIT integer | NOWAIT] for 8.5
Previous Message Magnus Hagander 2009-07-30 09:28:03 Re: multi-threaded pgbench