Re: [HACKERS] Cannot compile psql

From: Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp>
To: meskes(at)postgresql(dot)org
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: [HACKERS] Cannot compile psql
Date: 2000-01-18 13:54:33
Message-ID: 20000118225433V.t-ishii@sra.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> I just tried recompiling the latest source for the first time in weeks, but
> it appears I cannot compile pgsql. My source should be up-to-date since I
> use cvsup everytime I go online. But during compile I get:
>
> gcc -I../../interfaces/libpq -I../../include -I../../backend -O2 -Wall -Wmissing-prototypes -c -o common.o common.c
> In file included from ../../include/postgres.h:41,
> from ../../interfaces/libpq/pqsignal.h:20,
> from common.c:23:
> ../../include/utils/mcxt.h:25: syntax error before `MemoryContext'
> make[2]: *** [common.o] Error 1
>
> Is this a problem on my site?

I assume you have configured --with-mb=something *before*
make. --with-mb does not seem to work anymore. Try:

make distclean
./configure --enable-multibyte[=something]

Seems we have to warn if --with-mb is used, otherwise multibyte users
would complain about it.
--
Tatsuo Ishii

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tatsuo Ishii 2000-01-18 14:01:30 Re: [HACKERS] Cannot compile psql
Previous Message Michael Meskes 2000-01-18 13:01:14 FETCH syntax