Re: [pgadmin-support] pgadmin3 beta3 build failure - Mailing list pgadmin-hackers

From steve fox
Subject Re: [pgadmin-support] pgadmin3 beta3 build failure
Date
Msg-id 417C2195.4070907@wiscota.net
Whole thread Raw
In response to Re: [pgadmin-support] pgadmin3 beta3 build failure  (Andreas Pflug <pgadmin@pse-consulting.de>)
List pgadmin-hackers
I was able to get beta 3 running by downloading a fresh copy of
wxWidgets from wxwidgets.org (2.5.3) and using your explicit casts
(following a make clean; make; make install of pgadmin3).

Thanks!  Your help and patience are much appreciated, Andreas.

Cheers,

Steve



Andreas Pflug wrote:
> steve fox wrote:
>
>> Thanks, Andreas -
>>
>> Your changes got me past the previous error, now I'm seeing this one:
>>
>> xrcDialogs.o(.gnu.linkonce.t._ZN17wxMemoryFSHandlerD1Ev+0x13): In
>> function `wxMemoryFSHandler::~wxMemoryFSHandler()':
>> ui/common/xrcDialogs.cpp:8926: undefined reference to
>> `wxMemoryFSHandlerBase::~wxMemoryFSHandlerBase()'
>> xrcDialogs.o(.gnu.linkonce.t._ZN17wxMemoryFSHandlerD0Ev+0x14): In
>> function `wxMemoryFSHandler::~wxMemoryFSHandler()':
>> ui/common/xrcDialogs.cpp:8926: undefined reference to
>> `wxMemoryFSHandlerBase::~wxMemoryFSHandlerBase()'
>
>
> This means (in 999.9999% of all cases) that object and lib don't fit
> together. The fastest to fix this is probably make clean; make; make
> install for both wx and pgadmin.
>
> Regards,
> Andreas
>


pgadmin-hackers by date:

Previous
From: Andreas Pflug
Date:
Subject: Re: [pgadmin-support] pgadmin3 beta3 build failure
Next
From: steve fox
Date:
Subject: Re: [pgadmin-support] pgadmin3 beta3 build failure