Build error under SuSE 8.2

From: Jean-Michel POURE <jm(at)poure(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: Build error under SuSE 8.2
Date: 2003-10-01 12:07:02
Message-ID: 200310011407.02209.jm@poure.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

if g++ -DHAVE_CONFIG_H -I. -I. -I.. -DDATA_DIR=\"/usr/share/pgadmin3/\" -Wall
-g -I../src/include -I../src/agent/include -I -DSSL -I/usr/include/pgsql
-I/usr/lib/wx/include/gtk2ud-2.5 -D__WXDEBUG__ -D__WXGTK__
-D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/usr/include
-DDATA_DIR=\"/usr/share/pgadmin3/\" -Wall -g -I../src/include
-I../src/agent/include -I -Wall -g -O0 -MT pgaStep.o -MD -MP -MF
".deps/pgaStep.Tpo" \
-c -o pgaStep.o `test -f 'agent/pgaStep.cpp' || echo './'`agent/pgaStep.cpp;
\
then mv ".deps/pgaStep.Tpo" ".deps/pgaStep.Po"; \
else rm -f ".deps/pgaStep.Tpo"; exit 1; \
fi
agent/pgaStep.cpp: In static member function `static pgObject*
pgaStep::ReadObjects(pgaJob*, wxTreeCtrl*, const wxString&)':
agent/pgaStep.cpp:100: error: ISO C++ says that `wxChar
wxString::operator[](int) const' and `wxChar& wxString::operator[](unsigned
int)' are ambiguous even though the worst conversion for the former is
better than the worst conversion for the latter
agent/pgaStep.cpp:110: error: ISO C++ says that `wxChar
wxString::operator[](int) const' and `wxChar& wxString::operator[](unsigned
int)' are ambiguous even though the worst conversion for the former is
better than the worst conversion for the latter
make[2]: *** [pgaStep.o] Error 1
make[2]: Leaving directory `/usr/src/packages/BUILD/pgadmin3-1.0.1/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/packages/BUILD/pgadmin3-1.0.1'
make: *** [all] Error 2

Cheers, Jean-Michel

Browse pgadmin-hackers by date

  From Date Subject
Next Message Jean-Michel POURE 2003-10-01 12:16:41 MacOsX port with Unicode
Previous Message Jean-Michel POURE 2003-10-01 11:04:27 Re: Czech translation of pgAdmin III