Re: [HACKERS] Cannot compile psql - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [HACKERS] Cannot compile psql
Date
Msg-id 371.948210708@sss.pgh.pa.us
Whole thread Raw
In response to Cannot compile psql  (Michael Meskes <meskes@postgresql.org>)
Responses Re: [HACKERS] Cannot compile psql
List pgsql-hackers
Michael Meskes <meskes@postgresql.org> writes:
> ../../include/utils/mcxt.h:25: syntax error before `MemoryContext'

That line reads

extern DLLIMPORT MemoryContext CurrentMemoryContext;

I'll bet you are trying to compile with a Windoze-oriented config.h
that causes DLLIMPORT to expand to something nonempty.  Try
reconfiguring.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Thomas Lockhart
Date:
Subject: Re: [HACKERS] date/time problem in v6.5.3 and 7.0.0 ...
Next
From: Zeugswetter Andreas SB
Date:
Subject: Re: [HACKERS] [hackers]development suggestion needed (filepath as symlink)