Thread: Building error
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>
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'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

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?
Attachment
2011/1/20 Ashesh Vashi <ashesh.vashi@enterprisedb.com>
That seems to be it, thanks.
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.