Can't compile a contrib util: dbsize (probably simply though)

Поиск
Список
Период
Сортировка
От Vitaly Belman
Тема Can't compile a contrib util: dbsize (probably simply though)
Дата
Msg-id 114532939531.20040611002000@012.net.il
обсуждение исходный текст
Ответы Re: Can't compile a contrib util: dbsize (probably simply though)  ("Uwe C. Schroeder" <uwe@oss4u.com>)
Re: Can't compile a contrib util: dbsize (probably simply though)  (Martijn van Oosterhout <kleptog@svana.org>)
Re: Can't compile a contrib util: dbsize (probably simply though)  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
Hello pgsql-general,

  When I am running "make" I get the following:

> gcc -O2 -fno-strict-aliasing -Wall -Wmissing-prototypes -Wmissing-declarations -fpic -I.
-I~/postgresql-7.4.2/src/include-D_GNU_SOURCE   -c -o dbsize.o dbsize.c 
> dbsize.c:1: postgres.h: No such file or directory
> dbsize.c:7: access/heapam.h: No such file or directory
> dbsize.c:8: catalog/catalog.h: No such file or directory
> dbsize.c:9: catalog/namespace.h: No such file or directory
> dbsize.c:10: commands/dbcommands.h: No such file or directory
> dbsize.c:11: fmgr.h: No such file or directory
> dbsize.c:12: storage/fd.h: No such file or directory
> dbsize.c:13: utils/builtins.h: No such file or directory
> make: *** [dbsize.o] Error 1

I don't understand why it can't find these files.. They are indeed in
"~/postgresql-7.4.2/src/include" just as the -I points =(.

Tips will be much appreciated.

Regards,
 Vitaly Belman

 ICQ: 1912453
 AIM: VitalyB1984
 MSN: tmdagent@hotmail.com
 Yahoo!: VitalyBe


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

Предыдущее
От: Steve Wolfe
Дата:
Сообщение: Opteron scaling with PostgreSQL
Следующее
От: "Uwe C. Schroeder"
Дата:
Сообщение: Re: Can't compile a contrib util: dbsize (probably simply though)