Re: compile problem
От
Andreas Pflug
Тема
Re: compile problem
Дата
Msg-id
41050409.5000206@pse-consulting.de
Ответ на
Re: compile problem (Devrim GUNDUZ)
Список
Дерево обсуждения
Re: compile problem "Dave Page" <dpage@vale-housing.co.uk>
Re: compile problem Andreas Pflug <pgadmin@pse-consulting.de>
Devrim GUNDUZ wrote: > utils/utffile.cpp: In member function `off_t wxUtfFile::Read(wxString&, > long > long int)': > utils/utffile.cpp:86: error: no matching function for call to > `wxMBConv::MB2WC( > wxStringBuffer, char*&, unsigned int)' > /usr/local/include/wx/strconv.h:46: error: candidates are: virtual size_t > wxMBConv::MB2WC(wchar_t*, const char*, unsigned int) const This seems to be a compililer weirdness; at least, that part isn't changed for quite a while. buffer is clearly a char*, which should convert smoothly to a const char*. Please hit your compiler with a hammer (which version is that?), try a cast and tell us how it works. Regards, Andreas
В списке pgadmin-support по дате отправления