| From: | Andreas Pflug <pgadmin(at)pse-consulting(dot)de> |
|---|---|
| To: | steve fox <steve(at)wiscota(dot)net> |
| Cc: | pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org> |
| Subject: | Re: [pgadmin-support] pgadmin3 beta3 build failure |
| Date: | 2004-10-23 15:21:55 |
| Message-ID: | 417A7713.5080505@pse-consulting.de |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgadmin-hackers pgadmin-support |
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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | steve fox | 2004-10-24 21:41:41 | Re: [pgadmin-support] pgadmin3 beta3 build failure |
| Previous Message | cvs | 2004-10-23 10:39:18 | CVS Commit by dpage: Updated translation from Andrej |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Elvis E. Henríquez A. | 2004-10-23 18:53:27 | Possible Bug |
| Previous Message | steve fox | 2004-10-23 00:11:51 | Re: [pgadmin-support] pgadmin3 beta3 build failure |