Following Alec steps, after: apt-get install libgnomeprintui2.2-dev you can: apt-get install libwxgtk2.8-dev and it will install the library with headers and everything needed to compile your apps. Version 2.8.12 will be installed. `wx-config --cppflags` will give you the flags needed to compile and...