Re: pgAdmin3 is unicode compliant

Поиск
Список
Период
Сортировка
От Jean-Michel POURE
Тема Re: pgAdmin3 is unicode compliant
Дата
Msg-id 200305301934.21939.jm.poure@freesurf.fr
обсуждение исходный текст
Ответ на pgAdmin3 is unicode compliant  (Andreas Pflug <Andreas.Pflug@web.de>)
Ответы Re: pgAdmin3 is unicode compliant  (Andreas Pflug <Andreas.Pflug@web.de>)
Список pgadmin-hackers
Hi Andreas,

1) What are your configuration options for wxGTK 2.5 cvs?

2) I have a single compilation error under wxGTK 2.4:
if g++ -DHAVE_CONFIG_H -I. -I. -I..   -I/usr/include
-I/usr/local/lib/wx/include/gtk2ud-2.4 -D__WXDEBUG__ -D__WXGTK__
-D_FILE_OFFSET_BITS=64 -D_LARGE_FILES
-DDATA_DIR=\"/usr/local/pgadmin3/share/pgadmin3/\" -Wall -g -I./include/ -I
-g -O2 -MT sysLogger.o -MD -MP -MF ".deps/sysLogger.Tpo" \
  -c -o sysLogger.o `test -f 'utils/sysLogger.cpp' || echo
'./'`utils/sysLogger.cpp; \
then mv -f ".deps/sysLogger.Tpo" ".deps/sysLogger.Po"; \
else rm -f ".deps/sysLogger.Tpo"; exit 1; \
fi
utils/sysLogger.cpp: Dans member function « void sysLogger::WriteLog(const
   wxString&) »:
utils/sysLogger.cpp:152: pas de fonction concordante pour l'appel à «wxFFile
   ::wxFFile(wxString&, const wchar_t[2])»
/usr/local/include/wx/ffile.h:106: candidates are: wxFFile::wxFFile(const
   wxFFile&)
/usr/local/include/wx/ffile.h:47:                 wxFFile::wxFFile(FILE*)
/usr/local/include/wx/ffile.h:45:                 wxFFile::wxFFile(const
   wxChar*, const char* = "r")
/usr/local/include/wx/ffile.h:43:                 wxFFile::wxFFile()
make[2]: *** [sysLogger.o] Erreur 1
make[2]: Quitte le répertoire `/home/pgadmin/pgadmin3/src'
make[1]: *** [all-recursive] Erreur 1
make[1]: Quitte le répertoire `/home/pgadmin/pgadmin3'
make: *** [all] Erreur 2

Cheers,
Jean-Michel

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

Предыдущее
От: Jean-Michel POURE
Дата:
Сообщение: Re: pgAdmin3 is unicode compliant
Следующее
От: Andreas Pflug
Дата:
Сообщение: Re: pgAdmin3 is unicode compliant