View Single Post

   
  #1 (permalink)  
Old 04-17-2008, 05:37 PM
Dave Page
 
Posts: n/a
Default Re: Beta 3 uploaded



> -----Original Message-----
> From: pgadmin-hackers-owner@postgresql.org
> [mailtogadmin-hackers-owner@postgresql.org] On Behalf Of
> Bastiaan Wakkie
> Sent: 19 October 2005 15:52
> To: pgadmin-hackers@postgresql.org
> 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 majordomo@postgresql.org so that your
message can get through to the mailing list cleanly

Reply With Quote