Re: [pgadmin-support] pgadmin3 beta3 build failure

From: steve fox <steve(at)wiscota(dot)net>
To: Andreas Pflug <pgadmin(at)pse-consulting(dot)de>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: [pgadmin-support] pgadmin3 beta3 build failure
Date: 2004-10-23 00:11:51
Message-ID: 4179A1C7.5070709@wiscota.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers pgadmin-support

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()'
collect2: ld returned 1 exit status
make[2]: *** [pgadmin3] Error 1

Look familiar? I'm not getting anything on goole, and little in the
archives.

-Steve

Andreas Pflug wrote:
> steve fox wrote:
>
>> Thanks, Andreas -
>>
>> I'm noted for being good at inventing new errors! ;)
>>
>> Here's my line 86:
>>
>> m_conversion->MB2WC((wxChar*)wxStringBuffer(str, nLen), buffer, nLen+1);
>>
>>
>> All still breaks, and I'm open to any casting tips.
>
>
> Try full casting:
> m_conversion->MB2WC((wchar_t*)(wxChar*)wxStringBuffer(str, nLen),
> (const char*)buffer, (size_t)(nLen+1));
>
> and try to locate which param finally was the offending.
>
> Regards,
> Andreas
>
>

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message cvs 2004-10-23 10:39:18 CVS Commit by dpage: Updated translation from Andrej
Previous Message cvs 2004-10-22 17:42:23 CVS Commit by andreas: fix Edit Tool to store data when selecting a row

Browse pgadmin-support by date

  From Date Subject
Next Message Andreas Pflug 2004-10-23 15:21:55 Re: [pgadmin-support] pgadmin3 beta3 build failure
Previous Message Fred Wohlfert 2004-10-22 19:35:37 Installing PgadminIII