Re: [HACKERS] New psql compile problem. - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: [HACKERS] New psql compile problem.
Date
Msg-id 199911062046.PAA08620@candle.pha.pa.us
Whole thread Raw
In response to New psql compile problem.  (Keith Parks <emkxp01@mtcc.demon.co.uk>)
Responses Re: [HACKERS] New psql compile problem.  (Peter Eisentraut <e99re41@DoCS.UU.SE>)
List pgsql-hackers
> make[2]: Entering directory `/export/home/pgsql/src/bin/psql'
> make -C ../../interfaces/libpq libpq.a
> make[3]: Entering directory `/export/home/pgsql/src/interfaces/libpq'
> make[3]: `libpq.a' is up to date.
> make[3]: Leaving directory `/export/home/pgsql/src/interfaces/libpq'
> gcc -I../../interfaces/libpq -I../../include -I../../backend    -Wall 
> -Wmissing-prototypes -g -O2 -DLOCK_MGR_DEBUG -DDEADLOCK_DEBUG   -c command.c -o 
> command.o
> gcc -I../../interfaces/libpq -I../../include -I../../backend    -Wall 
> -Wmissing-prototypes -g -O2 -DLOCK_MGR_DEBUG -DDEADLOCK_DEBUG   -c common.c -o 
> common.o
> make[2]: *** No rule to make target `../../../doc/src/sgml/ref/*.sgml', needed 
> by `sql_help.h'.  Stop.
> make[2]: Leaving directory `/export/home/pgsql/src/bin/psql'

Do you have sgml files in that directory?  You should.

--  Bruce Momjian                        |  http://www.op.net/~candle maillist@candle.pha.pa.us            |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [HACKERS] ERROR: infinite recursion in proc_exit
Next
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] ERROR: infinite recursion in proc_exit