2009/11/12 Dave Page <dp...@pgadmin.org> > On Thu, Nov 12, 2009 at 11:55 AM, Eugene Lisitsky <lisit...@gmail.com> > wrote: > > > > $ wx-config --cflags > > -I/usr/lib/wx/include/base-unicode-release-2.8 -I/usr/include/wx-2.8 > > -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DwxUSE_GUI=0 -pthread > > Not sure what to suggest then. I just installed on a Karmic box I'm > testing here, and I get: > > dp...@fuji:~$ wx-config --cflags > -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 > -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread >
Thank you, Dave! You message gave me an idea about lack of wx-gtk bridge. So I've installed: $ sudo aptitude install libwxgtk2.8-dev and now I have the same wx-config output: $ wx-config --cflags -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread I'll try to compile pgadmin again. > > -- > Dave Page > EnterpriseDB UK: http://www.enterprisedb.com > -- Yours, Eugene Lisitsky