From: | Adam H(dot)Pendleton <fmonkey(at)fmonkey(dot)net> |
---|---|
To: | pgadmin-hackers(at)postgresql(dot)org |
Subject: | CVS compile error |
Date: | 2003-10-02 22:32:05 |
Message-ID: | 3FFC8516-F528-11D7-8CED-000A9566CE14@fmonkey.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-hackers |
I get this when compiling a fresh CVS tree:
utils/utffile.cpp: In member function `off_t wxUtfFile::Read(wxString&,
long
long int)':
utils/utffile.cpp:85: no matching function for call to `wxMBConv::MB2WC(
wxStringBuffer, char*&, long unsigned int)'
/usr/local/wx2/include/wx/strconv.h:46: candidates are: virtual size_t
wxMBConv::MB2WC(wchar_t*, const char*, long unsigned int) const
make[2]: *** [utffile.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
ahp
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Page | 2003-10-03 07:11:15 | Re: wxWindows Upgrade |
Previous Message | Adam H.Pendleton | 2003-10-02 22:28:34 | Re: gcc ignoring defined macros? |