| From: | Andreas Pflug <pgadmin(at)pse-consulting(dot)de> |
|---|---|
| To: | Devrim GUNDUZ <devrim(at)gunduz(dot)org> |
| Cc: | pgadmin-support(at)postgresql(dot)org |
| Subject: | Re: compile problem |
| Date: | 2004-07-26 13:15:53 |
| Message-ID: | 41050409.5000206@pse-consulting.de |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgadmin-support |
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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Andreas Pflug | 2004-07-26 13:41:27 | Re: Schemas causing problems :( |
| Previous Message | Andreas Pflug | 2004-07-26 12:22:42 | Re: compile problem |