Re: Mac OS X configuration

Поиск
Список
Период
Сортировка
От Adam H. Pendleton
Тема Re: Mac OS X configuration
Дата
Msg-id 3FD86F89.4010100@fmonkey.net
обсуждение исходный текст
Ответ на Re: Mac OS X configuration  (Andreas Pflug <pgadmin@pse-consulting.de>)
Ответы Re: Mac OS X configuration  (Andreas Pflug <pgadmin@pse-consulting.de>)
Список 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


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: "Dave Page"
Дата:
Сообщение: Re: 7.4 build problem on Linux Vserver
Следующее
От: Andreas Pflug
Дата:
Сообщение: Re: Mac OS X configuration