Обсуждение: Building error

Поиск
Список
Период
Сортировка

Building error

От
Claudio Freire
Дата:
Just to let you know, I just did a git pull and found myself staring at the following error message (after a number of
linesof build output):<br /><br /><span class="gI">./db/keywords.c:33:34: error: server/parser/kwlist.h: No such file
ordirectory<br /><br />¿missing commit perhaps?<br /><br /></span> 

Re: Building error

От
Ashesh Vashi
Дата:
If you're getting this error on windows.
That's because - the installer did not copy the file in PostgreSQL distribution directory because of the build script bug, which is (I think) now resolved upstream.

Please copy the attached file in <PG_DIR>\include\server\parser\kwlist.h directory.
(FYI - this is the copy of the PostgreSQL 9.1 development)

--
Thanks & Regards,


Ashesh Vashi
EnterpriseDB INDIA:
Enterprise PostgreSQL Company

 

http://www.linkedin.com/in/asheshvashi



On Thu, Jan 20, 2011 at 7:20 PM, Claudio Freire <klaussfreire@gmail.com> wrote:
Just to let you know, I just did a git pull and found myself staring at the following error message (after a number of lines of build output):

./db/keywords.c:33:34: error: server/parser/kwlist.h: No such file or directory

¿missing commit perhaps?


Вложения

Re: Building error

От
Claudio Freire
Дата:


2011/1/20 Ashesh Vashi <ashesh.vashi@enterprisedb.com>
If you're getting this error on windows.
That's because - the installer did not copy the file in PostgreSQL distribution directory because of the build script bug, which is (I think) now resolved upstream. 

Please copy the attached file in <PG_DIR>\include\server\parser\kwlist.h directory.
(FYI - this is the copy of the PostgreSQL 9.1 development)

That seems to be it, thanks.