Re: pgadmin3 1.6.1 build error on FC6

From: Dave Page <dpage(at)postgresql(dot)org>
To: Devrim GUNDUZ <devrim(at)CommandPrompt(dot)com>
Cc: "pgadmin-hackers(at)postgresql(dot)org" <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: pgadmin3 1.6.1 build error on FC6
Date: 2006-12-20 21:48:32
Message-ID: 4589AFB0.4090002@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Devrim GUNDUZ wrote:
> Hi,
>
> I'm trying to build 1.6.1 RPM on FC6 (Yes, I built wx on FC6). I got
> this error:

...

>
> Any comments?

In frmEditGrid.cpp, change

EVT_AUI_PANEBUTTON

to

EVT_AUI_PANE_BUTTON

There 2 other similar changes to make in other files iirc. This is
updated in SVN already, but the older pgAdmin doesn't work out of the
box with the newer wxWidgets :-p

Regards, Dave.

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message svn 2006-12-20 21:50:50 SVN Commit by dpage: r5802 - trunk/www/pgp
Previous Message Devrim GUNDUZ 2006-12-20 21:43:20 pgadmin3 1.6.1 build error on FC6