Andreas Pflug wrote:
Didn't 10.3 supply wchar_t (in contrast to 10.2, which lacks it)?!?
I believe that it does, but since I don't have 10.3 yet, I can't say for
sure. What I can say is that the error we're talking about has to do
with the lack of Unicode support compiled into wxWindows on Mac
Adam H. Pendleton wrote:
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, no
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:
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 fu
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
`wxM
Jyrki Wahlstedt wrote:
I recently downloaded pgadmin3 sources (from CVS) and bootstrapped and
started to configure it (./configure --enable-static --enable-debug).
It however stopped while checking pgsql. I checked the configure
script and noticed that in LIBS "-lcrypt" is specified. This is wr
I recently downloaded pgadmin3 sources (from CVS) and bootstrapped and
started to configure it (./configure --enable-static --enable-debug).
It however stopped while checking pgsql. I checked the configure script
and noticed that in LIBS "-lcrypt" is specified. This is wrong in OS X,
as the nee