Thread: Re: FW: pgadmin3 multi-byte patch(mini)
Dave Page wrote: >Guys - check out Hiroshi's screenshot :-) > > > <BG> I like that!!!! Hiroshi, I only partly understand your message. What's the problem for you so far? Did you use the binary distrib which isn't unicode or did you compile from cvs with wx2.5 and unicode? I'll be creating a Win32 unicode release version soon (no need for the ansi version, because W32 unicode seems stable) Jean-Michel, how about translation? Basic stuff is done now (also Aggregate and Conversion), and I'm looking into the GTK2/unicode rendering problem now/tomorrow. Regards, Andreas
Le Mercredi 4 Juin 2003 11:40, Andreas Pflug a écrit : > Jean-Michel, how about translation? Basic stuff is done now (also > Aggregate and Conversion), and I'm looking into the GTK2/unicode > rendering problem now/tomorrow. I still have problems compiling pgAdmin with wxGTK 2.4: if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I/usr/lib/wx/include/gtk-2.4 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/usr/include -DDATA_DIR=\"/usr/local/pgadmin3/share/pgadmin3/\" -Wall -g -I./include/ -I -g -O2 -MT pgObject.o -MD -MP -MF ".deps/pgObject.Tpo" \ -c -o pgObject.o `test -f 'schema/pgObject.cpp' || echo './'`schema/pgObject.cpp; \ then mv -f ".deps/pgObject.Tpo" ".deps/pgObject.Po"; \ else rm -f ".deps/pgObject.Tpo"; exit 1; \ fi cc1plus: AVERTISSEMENT: modification de l'ordonnancement de recherche du répertoire système « /usr/include » cc1plus: AVERTISSEMENT: comme il a été déjà spécifié comme répertoire non système schema/pgObject.cpp: Dans member function « void pgObject::AppendMenu(wxMenu*, int) »: schema/pgObject.cpp:84: « MNU_NEW » non déclaré (première utilisation dans cette fonction) schema/pgObject.cpp:84: (Chaque identificateur non déclaré est rapporté seulement une seule fois pour la fonction dans laquelle il apparaît.) make[2]: *** [pgObject.o] Erreur 1 make[2]: Quitte le répertoire `/home/pgadmin/cvs/pgadmin3/src' make[1]: *** [all-recursive] Erreur 1 make[1]: Quitte le répertoire `/home/pgadmin/cvs/pgadmin3' make: *** [all] Erreur 2