Re: Problem while building SRPM PostgreSQL on Red Hat Linux 9

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Devrim GUNDUZ <devrim(at)gunduz(dot)org>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Problem while building SRPM PostgreSQL on Red Hat Linux 9
Date: 2003-04-12 17:22:29
Message-ID: 18840.1050168149@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Devrim GUNDUZ <devrim(at)gunduz(dot)org> writes:
> gcc -O2 -g -pipe -march=i686 -Wall -Wmissing-prototypes
> -Wmissing-declarations -I../../../src/include -I/usr/kerberos/include -c
> -o hba.o hba.c
> hba.c:76: parse error before "c"
> hba.c:76: parse error before '&' token
> make[3]: *** [hba.o] Error 1

I'm betting the system headers define a macro isblank(). I've always
wondered why we don't have more trouble with that.

Try putting "#ifndef isblank ... #endif" around the isblank function
in hba.c.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Joe Conway 2003-04-12 18:02:55 Re: Problem while building SRPM PostgreSQL on Red Hat Linux
Previous Message Devrim GUNDUZ 2003-04-12 16:57:45 Problem while building SRPM PostgreSQL on Red Hat Linux 9