Re: [pgadmin-support] Building error

2011-01-20 Thread Claudio Freire
2011/1/20 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 \include\server\parser\

Re: [pgadmin-support] Building error

2011-01-20 Thread 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 \include\server\parser\kwlist.h directory. (FYI - this is t

[pgadmin-support] Building error

2011-01-20 Thread 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 lines of build output): ./db/keywords.c:33:34: error: server/parser/kwlist.h: No such file or directory ¿missing commit perhaps?