Обсуждение: pgAdmin3 is unicode compliant

Поиск
Список
Период
Сортировка

pgAdmin3 is unicode compliant

От
Andreas Pflug
Дата:
Folks,

I just pushed my changes to pgAdmin3 into CVS. It compiles correctly
under wxMSW 2.5 cvs tip.
At the moment, there are 3 configurations in the VC6 project:
- Release
- Debug, both using wxMSW 2.4.0
- Debug Unicode, using wxMSW 2.5 cvs tip

Linux not tested yet.

Regards,
Andreas


Re: pgAdmin3 is unicode compliant

От
Jean-Michel POURE
Дата:
Le Vendredi 30 Mai 2003 18:44, Andreas Pflug a écrit :
> I just pushed my changes to pgAdmin3 into CVS. It compiles correctly
> under wxMSW 2.5 cvs tip.
> At the moment, there are 3 configurations in the VC6 project:
> - Release
> - Debug, both using wxMSW 2.4.0
> - Debug Unicode, using wxMSW 2.5 cvs tip
> Linux not tested yet.

Hi Andreas,

Congratulations, this is so nice!

So I should install wxGTK 2.5 cvs. I could not get pgAdmin3 to compile under
RedHat 9.0 / wxGTK 2.4. I hope Adam will soon install wxGTK 2.5 cvs, so that
we have the same configs/libs everywhere.

Cheers,
Jean-Michel

Re: pgAdmin3 is unicode compliant

От
Jean-Michel POURE
Дата:
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

Re: pgAdmin3 is unicode compliant

От
Andreas Pflug
Дата:
Jean-Michel POURE wrote:

>Hi Andreas,
>
>1) What are your configuration options for wxGTK 2.5 cvs?
>
>
>
Mercy!!!!!!!!!!!!!!
Please let me *some* minutes to get my own configuration running....
I'll be running 2.4/ansi and 2.5/unicode in parallel, to check
compatibility. But this needs some work, please be patient...
I'll be back ASAP, probably tonight.

Regards,
Andreas