Hard time compiling from source

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

I have a hard time compiling pgAdmin3 from source on my Linux box.

Attached is a logfile from running make, showing the error.

Right before trying to compile pgAdmin3 I compiled and installed
wxWidgets-2.7.2.

My box is a SuSE-9.3 Linux, compiler used is a "gcc version 3.3.5 20050117
(prerelease) (SUSE Linux)"

Any idea what's going wrong? Did the wxWidgets include "structure" change 
recently?

Ciao,
Thomas

-- 
Thomas Pundt <thomas.pundt@xxxxxxxxxxxx> ---- http://rp-online.de/ ----
make  all-recursive
make[1]: Entering directory `/home/pundt/projects/pgadmin3'
Making all in i18n
/home/pundt/projects/pgadmin3/i18n
make[2]: Entering directory `/home/pundt/projects/pgadmin3/i18n'
make[2]: Für das Ziel »all« ist nichts zu tun.
make[2]: Leaving directory `/home/pundt/projects/pgadmin3/i18n'
Making all in src
/home/pundt/projects/pgadmin3/src
make[2]: Entering directory `/home/pundt/projects/pgadmin3/src'
test -f ./include/svnversion.cpp || touch ./include/svnversion.cpp
test -d ./.svn && ( V=`svnversion ./..` && OV=`cat ./include/svnversion.h | cut -d' ' -f3|tr -d '"'` ; if [ "$V" != "$OV" ]; then echo "#define VERSION_SVN \"$V\"" > ./include/svnversion.h ; fi ) || true
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/local/pgsql/include -DSSL -I/usr/lib/wx/include/gtk2-unicode-release-2.7 -I/usr/include/wx-2.7 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -O2 -I/usr/include/libxml2 -I/usr/include/libxml2 -DDATA_DIR=\"/usr/local/pgadmin3/share/pgadmin3/\" -Wall -Wno-non-virtual-dtor -I../src/include -I../src/agent/include -I../src/slony/include  -MT svnversion.o -MD -MP -MF ".deps/svnversion.Tpo" -c -o svnversion.o `test -f './include/svnversion.cpp' || echo './'`./include/svnversion.cpp; \
then mv -f ".deps/svnversion.Tpo" ".deps/svnversion.Po"; else rm -f ".deps/svnversion.Tpo"; exit 1; fi
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/local/pgsql/include -DSSL -I/usr/lib/wx/include/gtk2-unicode-release-2.7 -I/usr/include/wx-2.7 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -O2 -I/usr/include/libxml2 -I/usr/include/libxml2 -DDATA_DIR=\"/usr/local/pgadmin3/share/pgadmin3/\" -Wall -Wno-non-virtual-dtor -I../src/include -I../src/agent/include -I../src/slony/include  -MT pgAdmin3.o -MD -MP -MF ".deps/pgAdmin3.Tpo" -c -o pgAdmin3.o `test -f './pgAdmin3.cpp' || echo './'`./pgAdmin3.cpp; \
then mv -f ".deps/pgAdmin3.Tpo" ".deps/pgAdmin3.Po"; else rm -f ".deps/pgAdmin3.Tpo"; exit 1; fi
In file included from pgAdmin3.cpp:50:
../src/include/frmMain.h:87: error: 'wxFrameManager' is used as a type, but is 
   not defined as a type.
../src/include/frmMain.h:124: error: `wxFrameManagerEvent' was not declared in 
   this scope
../src/include/frmMain.h:124: error: `event' was not declared in this scope
../src/include/frmMain.h:124: error: invalid data member initialization
../src/include/frmMain.h:124: error: (use `=' to initialize static data 
   members)
../src/include/frmMain.h:124: error: variable or field `OnAuiUpdate' declared 
   void
In file included from pgAdmin3.cpp:52:
../src/include/frmQuery.h:46: error: 'wxFrameManager' is used as a type, but is 
   not defined as a type.
../src/include/frmQuery.h:102: error: `wxFrameManagerEvent' was not declared in 
   this scope
../src/include/frmQuery.h:102: error: `event' was not declared in this scope
../src/include/frmQuery.h:102: error: invalid data member initialization
../src/include/frmQuery.h:102: error: variable or field `OnAuiUpdate' declared 
   void
make[2]: *** [pgAdmin3.o] Fehler 1
make[2]: Leaving directory `/home/pundt/projects/pgadmin3/src'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory `/home/pundt/projects/pgadmin3'
make: *** [all] Fehler 2

[Index of Archives]     [KVM ARM]     [KVM ia64]     [KVM ppc]     [Virtualization Tools]     [Spice Development]     [Libvirt]     [Libvirt Users]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite Questions]     [Linux Kernel]     [Linux SCSI]     [XFree86]

  Powered by Linux