Re: [HACKERS] CVS pg_config --includedir-server broken

2005-06-28 Thread strk
On Tue, Jun 28, 2005 at 08:12:16PM -0400, Bruce Momjian wrote:
> strk wrote:
> > The valure returned from pg_config --includedir-server
> > is broken as of CVS.
> > 
> > It points to unexistent directory:
> > /home/extra/pgroot-cvs/include/server
> > 
> > Correct value would be:
> > /home/extra/pgroot-cvs/include/postgresql/server
> 
> Well, on my system on CVS is right:

A make clean did the trick, sorry for bothering.
--strk;

---(end of broadcast)---
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])


Re: [HACKERS] CVS pg_config --includedir-server broken

2005-06-28 Thread Bruce Momjian
strk wrote:
> The valure returned from pg_config --includedir-server
> is broken as of CVS.
> 
> It points to unexistent directory:
> /home/extra/pgroot-cvs/include/server
> 
> Correct value would be:
> /home/extra/pgroot-cvs/include/postgresql/server

Well, on my system on CVS is right:

$ pg_config --includedir-server
/usr/var/local/postgres/include/server

What configure flags did you use to set the install locations?


-- 
  Bruce Momjian|  http://candle.pha.pa.us
  pgman@candle.pha.pa.us   |  (610) 359-1001
  +  If your life is a hard drive, |  13 Roberts Road
  +  Christ can be your backup.|  Newtown Square, Pennsylvania 19073

---(end of broadcast)---
TIP 5: Have you checked our extensive FAQ?

   http://www.postgresql.org/docs/faq


[HACKERS] CVS pg_config --includedir-server broken

2005-06-28 Thread strk
The valure returned from pg_config --includedir-server
is broken as of CVS.

It points to unexistent directory:
/home/extra/pgroot-cvs/include/server

Correct value would be:
/home/extra/pgroot-cvs/include/postgresql/server

--strk;


---(end of broadcast)---
TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]