Re: [HACKERS] Cannot compile psql

From: Michael Meskes <meskes(at)postgresql(dot)org>
To: PostgreSQL Hacker <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [HACKERS] Cannot compile psql
Date: 2000-01-19 07:45:46
Message-ID: 20000119084546.A471@fam-meskes.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Jan 18, 2000 at 10:51:48AM -0500, Tom Lane wrote:
> Michael Meskes <meskes(at)postgresql(dot)org> writes:
> > ../../include/utils/mcxt.h:25: syntax error before `MemoryContext'
>
> That line reads
>
> extern DLLIMPORT MemoryContext CurrentMemoryContext;

Yes. Commenting out this line removes the message but of course gives some
compiler errors.

> I'll bet you are trying to compile with a Windoze-oriented config.h

Shouldn't have that since I only run PostgreSQL in Linux.

> that causes DLLIMPORT to expand to something nonempty. Try
> reconfiguring.

I tried make distclean followed by a new configure to no avail.

Michael
--
Michael Meskes | Go SF 49ers!
Th.-Heuss-Str. 61, D-41812 Erkelenz | Go Rhein Fire!
Tel.: (+49) 2431/72651 | Use Debian GNU/Linux!
Email: Michael(at)Fam-Meskes(dot)De | Use PostgreSQL!

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Meskes 2000-01-19 07:47:10 Re: [HACKERS] patches list
Previous Message Michael Meskes 2000-01-19 07:43:37 Re: [HACKERS] gperf anyone?