Re: Build fails for pl/tcl on OpenBSD

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Build fails for pl/tcl on OpenBSD
Дата
Msg-id 4260.989034495@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Build fails for pl/tcl on OpenBSD  (Robert Hentosh <hentosh@io.com>)
Ответы Re: Build fails for pl/tcl on OpenBSD  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
Robert Hentosh <hentosh@io.com> writes:
> It fails with the following error when it compiles src/pl/tcl/pltcl.c:

> pltcl.c:38: tcl.h: No such file or directory

> This works on my linux box since tcl.h is in /usr/include  but on OpenBSD it is located in
/usr/local/include/tcl8.3/tcl.h

OpenBSD's tcl package is broken, then.  It's their responsibility to put
the necessary compiler flags into tclConfig.sh, not the responsibility
of every Tcl-using software to second guess where the include files are.

            regards, tom lane

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

Предыдущее
От: Robert Hentosh
Дата:
Сообщение: Build fails for pl/tcl on OpenBSD
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Build fails for pl/tcl on OpenBSD