[Bug 870662] Re: Compile error if linking against gtkmm-3.0 and poppler-glib

2011-10-28 Thread Murray Cumming
This is just because the current libpoppler-glib-dev depends on libgtk2.0-dev instead of libgtk3.0-dev. It uses GDK in its API, for instance. This would happen to people using GTK+ 3, not just gtkmm 3. However, GDK is only used by include files when POPPLER_WITH_GDK is defined. POPPLER_WITH_GDK i

[Bug 870662] Re: Compile error if linking against gtkmm-3.0 and poppler-glib

2011-10-08 Thread Stefano Facchini
** Description changed: The following test program (test.cpp): - #include - #include - int main() - { - return 0; - } + #include + #include + int main() + { +  return 0; + } compiled with: g++ -o test test.cpp `pkg-config