New psql compile problem.

Поиск
Список
Период
Сортировка
От Keith Parks
Тема New psql compile problem.
Дата
Msg-id 199911062038.UAA06108@mtcc.demon.co.uk
обсуждение исходный текст
Ответы Re: [HACKERS] New psql compile problem.  (Bruce Momjian <maillist@candle.pha.pa.us>)
Список pgsql-hackers
Hi,

I have a small problem compiling the new psql code.

The dependency in the makefile on the sgml files seems to
be failing because of the '*'.

If I remove that dependancy everything is OK.

Perhaps it's my version of make.

bash-2.03$ make --version
GNU Make version 3.77, by Richard Stallman and Roland McGrath.
Copyright (C) 1988, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98

Anyway, here's the section of the make log.

Keith.

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'



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Kristofer Munn
Дата:
Сообщение: Arrays broken on temp tables
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] ERROR: infinite recursion in proc_exit