> -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Bastiaan Wakkie > Sent: 19 October 2005 15:52 > To: [email protected] > Subject: Re: [pgadmin-hackers] Beta 3 uploaded > > I got the following error in make: > > ./configure --prefix=/var/db/pgadmin1.4.0b3/ > --exec-prefix=/var/db/pgadmin1.4.0b3/ --with-pgsql=/var/db/pg8 > > ERROR: > ../src/include/ctl/xh_ctlcombo.h:25: error: class > `ctlComboBoxXmlHandler' does n ot have any field named > `wxComboBoxXmlHandler' > ./pgAdmin3.cpp:60:24: wx/ogl/ogl.h: No such file or directory
Looks like your wx installation is very broken (especially as xh_ctlcombo.h hasn't changed in 5 months) - certainly wx/ogl/ogl.h should exist if installed properly. I would clean it out and reinstall wx 2.6.2 as per the instructions at http://www.pgadmin.org/download.php#source). Regards, Dave ---------------------------(end of broadcast)--------------------------- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly
