Re: pgadmin3 1.6.1 build error on FC6

From: Devrim GUNDUZ <devrim(at)CommandPrompt(dot)com>
To: "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-24 15:56:33
Message-ID: 1166975793.4423.10.camel@laptop.gunduz.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi again,

On Wed, 2006-12-20 at 23:52 +0200, Devrim GUNDUZ wrote:
> > In frmEditGrid.cpp, change
> >
> > EVT_AUI_PANEBUTTON
> >
> > to
> >
> > EVT_AUI_PANE_BUTTON
>
> Thanks for the quick reply :) I'll apply this tomorrow morning. But
> since I'm trying to build RPM set, I will add this as a temp patch to
> spec file.

I applied this small patch:

http://developer.postgresql.org/~devrim/rpms/other/pgadmin3/pgadmin3-1.6.1-frm.patch

However, I still get an error:

make[4]: Entering directory
`/usr/src/redhat/BUILD/pgadmin3-1.6.1/xtra/pgagent'
g++ -DDATA_DIR=\"/usr/share/pgadmin3/\" -Wall -Wno-non-virtual-dtor
-I./include -L/usr/lib -L/usr/lib -o pgagent connection.o job.o
misc.o pgAgent.o unix.o -pthread -lwx_baseu-2.8 -L/usr/lib -lpq
connection.o: In function `wxTransform2D::Transform(wxRect2DInt*)
const':
connection.cpp:(.gnu.linkonce.t._ZNK13wxTransform2D9TransformEP11wxRect2DInt+0x93): undefined reference to `wxRect2DInt::operator=(wxRect2DInt const&)'
connection.o: In function `wxTransform2D::InverseTransform(wxRect2DInt*)
const':
connection.cpp:(.gnu.linkonce.t._ZNK13wxTransform2D16InverseTransformEP11wxRect2DInt+0x93): undefined reference to `wxRect2DInt::operator=(wxRect2DInt const&)'
collect2: ld returned 1 exit status
make[4]: *** [pgagent] Error 1

Any idea on this one?

Cheers,
--
The PostgreSQL Company - Command Prompt, Inc. 1.503.667.4564
PostgreSQL Replication, Consulting, Custom Development, 24x7 support
Managed Services, Shared and Dedicated Hosting
Co-Authors: plPHP, plPerlNG - http://www.commandprompt.com/

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message HARI 2006-12-26 06:47:13 New member to PostgreSQL
Previous Message svn 2006-12-22 18:41:14 SVN Commit by dpage: r5803 - trunk/www/download