I also build GTK+ (2.12.11 and 2.12.12) without cairo PDF, PS support To be able to do that i made some modification in source code as follows: * gtk/gtkprintoperation.c * gtk/gtkprintoperation-unix.c * modules/printbackends/lpr/gtkprintbackendlpr.c * modules/printbackends/file/gtkprintbackendfile.c i commented out all refereces to: #include <cairo-pdf.h> #include <cairo-ps.h> cairo_pdf_surface_set_size() cairo_pdf_surface_create() cairo_ps_surface_create_for_stream() Then a make should do the job. Iulian nazgul33 wrote: Hi sergei |