Hi folks, I'm trying to compile pgAdmin 3-1.4.2 under SuSE Linux 8.2 pro. './configure' runs w/o errors. 'make' brings up the following:
<user>@<host>:/home/<user>/tmp/pgadmin3-1.4.2> make make all-recursive make[1]: Entering directory `/home/<user>/tmp/pgadmin3-1.4.2' Making all in i18n make[2]: Entering directory `/home/<user>/tmp/pgadmin3-1.4.2/i18n' make[2]: Für das Ziel »all« ist nichts zu tun. make[2]: Leaving directory `/home/<user>/tmp/pgadmin3-1.4.2/i18n' Making all in src make[2]: Entering directory `/home/<user>/tmp/pgadmin3-1.4.2/src' if g++ -DHAVE_CONFIG_H -I. -I. -I.. -DDATA_DIR=\"/usr/local/pgadmin3/share/pgadmin3/\" -Wall -Wno-non-virtual-dtor -I../src/include -I../src/agent/include -I../src/slony/include -I/usr/include/pgsql -DSSL -I/usr/local/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/local/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_LARGEFILE_SOURCE=1 -O2 -DDATA_DIR=\"/usr/local/pgadmin3/share/pgadmin3/\" -Wall -Wno-non-virtual-dtor -I../src/include -I../src/agent/include -I../src/slony/include -MT pgConnBase.o -MD -MP -MF ".deps/pgConnBase.Tpo" -c -o pgConnBase.o `test -f './base/pgConnBase.cpp' || echo './'`./base/pgConnBase.cpp; \ then mv -f ".deps/pgConnBase.Tpo" ".deps/pgConnBase.Po"; else rm -f ".deps/pgConnBase.Tpo"; exit 1; fi base/pgConnBase.cpp: In member function `pgNotification* pgConnBase::GetNotification()': base/pgConnBase.cpp:318: error: 'struct pgNotify' has no member named 'extra' make[2]: *** [pgConnBase.o] Fehler 1 make[2]: Leaving directory `/home/<user>/tmp/pgadmin3-1.4.2/src' make[1]: *** [all-recursive] Fehler 1 make[1]: Leaving directory `/home/<user>/tmp/pgadmin3-1.4.2' make: *** [all] Fehler 2
Any hints appreciated. TIA, Roland R. ---------------------------(end of broadcast)--------------------------- TIP 5: don't forget to increase your free space map settings