Il giorno dom, 22/04/2007 alle 17.13 +0200, Guillaume Lelarge ha scritto: [...] > You can also try to rm your dir if you didn't make any changes (save > your .po file) and svn update the whole.
I still cannot compile from current SVN. I deleted all the source tree, checked out from svn, bootstrap, configure, make. I always get the error: if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/postgresql -DSSL -I/usr/local/wxWidgets-2.8.2/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/local/wxWidgets-2.8.2/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_LARGEFILE_SOURCE=1 -D__WXGTK__ -O2 -I/usr/include/libxml2 -I/usr/include/libxml2 -DDATA_DIR= \"/usr/local/pgadmin3-1.8.2/share/pgadmin3/\" -Wall -I../pgadmin/include -MT keywords.o -MD -MP -MF ".deps/keywords.Tpo" -c -o keywords.o `test -f './db/keywords.c' || echo './'`./db/keywords.c; \ then mv -f ".deps/keywords.Tpo" ".deps/keywords.Po"; else rm -f ".deps/keywords.Tpo"; exit 1; fi In file included from ./db/keywords.c:22: gram.y:122: error: expected specifier-qualifier-list before ‘JoinType’ make[2]: *** [keywords.o] Error 1 I checked the source and I believe there is something missing: JoinType is never defined. Could you please tell me in what source it is defined? Thanks, Giuseppe ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match