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
** 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