psql compile problems - Mailing list pgsql-hackers

From Michael Meskes
Subject psql compile problems
Date
Msg-id 20000216111127.A10763@fam-meskes.de
Whole thread Raw
Responses Re: [HACKERS] psql compile problems  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
I just looked into the code and found that the file pgsql/common.c includes
interfaces/libpq/c.h instead of include/c.h. I changed the CFLAGS setting in
the Makefile to append -I$(LIBPQDIR) instead of insert it and it compiles
fine.

BTW the file common.c includes c.h twice, directly and via common.h.

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@Fam-Meskes.De           | Use PostgreSQL!


pgsql-hackers by date:

Previous
From: Michael Meskes
Date:
Subject: ERROR: Unable to identify an operator '=' for types 'numeric' and 'float8'
Next
From: Karel Zak - Zakkr
Date:
Subject: TODO: Cache most recent query plan