From: | "Adam H(dot) Pendleton" <fmonkey(at)fmonkey(dot)net> |
---|---|
To: | Andreas Pflug <pgadmin(at)pse-consulting(dot)de> |
Cc: | Jyrki Wahlstedt <jyrki(dot)wahlstedt(at)hut(dot)fi>, pgadmin-hackers(at)postgresql(dot)org |
Subject: | Re: Mac OS X configuration |
Date: | 2003-12-11 13:22:17 |
Message-ID: | 3FD86F89.4010100@fmonkey.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-hackers |
Andreas Pflug wrote:
> Jyrki Wahlstedt wrote:
>
>> Hi,
>> wxwindows (20031010-7) builds all right, pgadmin is yet the problem.
>> On Mac OS X (with 10.3.1 and gcc 3.3) the compilation stops with:
>> 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*&, long unsigned int)'
>> /usr/local/include/wx/strconv.h:46: error: candidates are: virtual
>> size_t
>> wxMBConv::MB2WC(wchar_t*, const char*, long unsigned int) const
>> make[2]: *** [utffile.o] Error 1
>
>
> That's a compiler problem; it suspected already the right method, but
> failed to apply the wxChar* cast operator of wxStringBuffer. Try to
> cast explicitely to (wxChar*), this probably helps.
Actually, the problem here is the lack of Unicode functions on Mac OS X,
not a compiler problem, per se.
ahp
From | Date | Subject | |
---|---|---|---|
Next Message | Andreas Pflug | 2003-12-11 16:53:24 | Re: Mac OS X configuration |
Previous Message | Dave Page | 2003-12-11 11:08:08 | Re: 7.4 build problem on Linux Vserver |