Re: Compile PgAdIII on OS X error

From: Andreas Pflug <pgadmin(at)pse-consulting(dot)de>
To: Patrick Hatcher <PHatcher(at)macys(dot)com>
Cc: pgadmin-support(at)postgresql(dot)org
Subject: Re: Compile PgAdIII on OS X error
Date: 2004-10-29 09:31:38
Message-ID: 41820DFA.2010002@pse-consulting.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Patrick Hatcher 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*&, long unsigned int)'
> /usr/local/include/wx-2.5/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
> make[1]: *** [all-recursive] Error 1
> make: *** [all] Error 2
>
>
> Any clues on how to fix this?

Full casting is needed on some compilers (e.g. gcc3.4), since they
aren't able to perform the required casts implicitely any more.

I just commited a patch performing this.

Regards,
Andreas

In response to

Browse pgadmin-support by date

  From Date Subject
Next Message Andreas Pflug 2004-10-29 16:27:49 Re: pgAdmin III v1.2 Beta-3: Problem with "alter
Previous Message RUBEN ISAI RIVERA RODRIGUEZ 2004-10-29 04:49:00 Installation Trouble