Re: [HACKERS] New psql compile problem.

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [HACKERS] New psql compile problem.
Дата
Msg-id 199911062046.PAA08620@candle.pha.pa.us
обсуждение исходный текст
Ответ на New psql compile problem.  (Keith Parks <emkxp01@mtcc.demon.co.uk>)
Ответы Re: [HACKERS] New psql compile problem.  (Peter Eisentraut <e99re41@DoCS.UU.SE>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] ERROR: infinite recursion in proc_exit
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] ERROR: infinite recursion in proc_exit