The error I get is: if i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -DDATA_DIR=\"/usr/share/pgadmin3/\" -Wall -g -I../src/include -I../src/agent/include -I/usr/include/postgresql -DSSL -I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -DDATA_DIR=\"/usr/share/pgadmin3/\" -Wall -g -I../src/include -I../src/agent/include -march=pentium4 -O2 -pipe -fomit-frame-pointer -MT pgCast.o -MD -MP -MF ".deps/pgCast.Tpo" -c -o pgCast.o `test -f 'schema/pgCast.cpp' || echo './'`schema/pgCast.cpp; \ then mv -f ".deps/pgCast.Tpo" ".deps/pgCast.Po"; else rm -f ".deps/pgCast.Tpo"; exit 1; fi In file included from db/keywords.c:21: ../src/include/parser/parse.h:727: warning: type defaults to ‘int’ in declaration of ‘yylval’ if i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -DDATA_DIR=\"/usr/share/pgadmin3/\" -Wall -g -I../src/include -I../src/agent/include -I/usr/include/postgresql -DSSL -I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -DDATA_DIR=\"/usr/share/pgadmin3/\" -Wall -g -I../src/include -I../src/agent/include -march=pentium4 -O2 -pipe -fomit-frame-pointer -MT pgCheck.o -MD -MP -MF ".deps/pgCheck.Tpo" -c -o pgCheck.o `test -f 'schema/pgCheck.cpp' || echo './'`schema/pgCheck.cpp; \ then mv -f ".deps/pgCheck.Tpo" ".deps/pgCheck.Po"; else rm -f ".deps/pgCheck.Tpo"; exit 1; fi /usr/include/wx-2.6/wx/hashmap.h: In member function ‘wxLongToLongHashMap_wxImplementation_HashTable::Node** wxLongToLongHashMap_wxImplementation_HashTable::GetNodePtr(const long int&) const’: /usr/include/wx-2.6/wx/hashmap.h:684: warning: dereferencing type-punned pointer will break strict-aliasing rules /usr/include/wx-2.6/wx/clntdata.h: In member function ‘wxShadowObjectMethods_wxImplementation_HashTable::Node** wxShadowObjectMethods_wxImplementation_HashTable::GetNodePtr(const wxString&) const’: /usr/include/wx-2.6/wx/clntdata.h:26: warning: dereferencing type-punned pointer will break strict-aliasing rules /usr/include/wx-2.6/wx/clntdata.h: In member function ‘wxShadowObjectFields_wxImplementation_HashTable::Node** wxShadowObjectFields_wxImplementation_HashTable::GetNodePtr(const wxString&) const’: /usr/include/wx-2.6/wx/clntdata.h:31: warning: dereferencing type-punned pointer will break strict-aliasing rules /usr/include/wx-2.6/wx/hashmap.h: In member function ‘wxLongToLongHashMap_wxImplementation_HashTable::Node** wxLongToLongHashMap_wxImplementation_HashTable::GetNodePtr(const long int&) const’: If you need the whole error, let me know and I'll attach it.
*** This bug has been marked as a duplicate of 133638 ***