Re: Make error 1.6.1

From: Dave Page <dpage(at)postgresql(dot)org>
To: Clodoaldo <clodoaldo(dot)pinto(at)gmail(dot)com>
Cc: pgadmin-support(at)postgresql(dot)org
Subject: Re: Make error 1.6.1
Date: 2006-12-22 08:08:50
Message-ID: 458B9292.7050609@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Clodoaldo wrote:
> Fedora Core 5 i386
>
> Installed wxGTK 2.8.0 from source with no errors using the parameters
> suggested in the pgadmin3 download page
>
> Downloaded pgadmin3 source 1.6.1. configure went with no errors but when
> I do:
>
> # make all
> ...
> make[2]: *** [frmEditGrid.o] Error 1
> make[2]: Leaving directory `/root/pgadmin3-1.6.1/src'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/root/pgadmin3-1.6.1'
> make: *** [all] Error 2
>
> Regards,

You missed the important bit of the error message, but I suspect I knw
what the problem actually is. Assuming the error is about
EVT_AUI_PANEBUTTON not being found, in frmEditGrid.cpp, change

EVT_AUI_PANEBUTTON

to

EVT_AUI_PANE_BUTTON

There are also two other files that will need a similar modification if
memory serves.

This happens because wxWidgets had an API change right before 2.8.0 was
released (urgh), and after pgAdmin 1.6.1 was released. It has already
been fixed for 1.6.2.

Regards, Dave.

In response to

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Clodoaldo 2006-12-22 11:58:08 Re: Make error 1.6.1
Previous Message Clodoaldo 2006-12-21 16:58:59 Make error 1.6.1