win32 build problem (cvs, msvc 2005 express)

From: craigp <craigp98072(at)yahoo(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: win32 build problem (cvs, msvc 2005 express)
Date: 2008-02-27 10:02:29
Message-ID: 345174.44593.qm@web53903.mail.re2.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I'm having trouble compiling the current cvs version on windows xp (msvc 2005 express). Compile errors below.

I have bison 1.875 (I can't find 2.2+ for windows) and flex 2.5.4. These tools seem to generate correct outputs.

It looks like it might be including parse.h from include/parser/parse.h instead of src/backend/parser/parse.h. Are these two files supposed to be identical? NULLS_P, etc is defined in the latter, but not the former. If I manually copy the file over, compilation succeeds (still struggling with linking).

Here are the compile errors:

Build started: Project: postgres, Configuration: Release|Win32
Running bison on src\backend\parser\gram.y
1 file(s) copied.
Running flex on src\backend\parser\scan.l
Compiling...
parser.c
.\src\backend\parser\parser.c(100): error C2065: 'NULLS_P' : undeclared identifier
.\src\backend\parser\parser.c(100): error C2051: case expression not constant
.\src\backend\parser\parser.c(111): error C2065: 'NULLS_FIRST' : undeclared identifier
.\src\backend\parser\parser.c(114): error C2065: 'NULLS_LAST' : undeclared identifier
keywords.c
.\src\backend\parser\keywords.c(45): error C2065: 'ALWAYS' : undeclared identifier
.\src\backend\parser\keywords.c(45): error C2099: initializer is not a constant
.\src\backend\parser\keywords.c(90): error C2065: 'CONFIGURATION' : undeclared identifier
.\src\backend\parser\keywords.c(90): error C2099: initializer is not a constant
.\src\backend\parser\keywords.c(94): error C2065: 'CONTENT_P' : undeclared identifier
.\src\backend\parser\keywords.c(94): error C2099: initializer is not a constant

thanks!
--craig

____________________________________________________________________________________
Be a better friend, newshound, and
know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Magnus Hagander 2008-02-27 10:05:57 Re: win32 build problem (cvs, msvc 2005 express)
Previous Message Dimitri Fontaine 2008-02-27 09:52:47 Re: pg_dump additional options for performance