This bug was fixed in the package poppler - 0.18.4-0ubuntu1

---------------
poppler (0.18.4-0ubuntu1) precise; urgency=low

  * New upstream version:
    - "evince displays the included PDF without rotation" (lp: #711300)
    - Contents of the page is not displayed while it is OK
      with xpdf or acroread (lp: #878715)
  * debian/control:
    - libpoppler-glib-dev shouldn't depends on libgtk-dev, it stopped using
      gdk and uses cairo directly (lp: #870662)
 -- Sebastien Bacher <seb...@ubuntu.com>   Thu, 16 Feb 2012 15:36:47 +0100

** Changed in: poppler (Ubuntu)
       Status: New => Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to poppler in Ubuntu.
https://bugs.launchpad.net/bugs/870662

Title:
  Compile error if linking against GTK+ 3 and poppler-glib via pkg-
  config

Status in “poppler” package in Ubuntu:
  Fix Released

Bug description:
  The following test program (test.cpp):

      #include <gtkmm.h>
      #include <poppler.h>
      int main()
      {
           return 0;
      }

  compiled with:

  g++ -o test test.cpp `pkg-config --cflags --libs gtkmm-3.0 poppler-
  glib`

  gives the error:

  In file included from /usr/include/gdkmm-3.0/gdkmm/window.h:37:0,
                   from /usr/include/gdkmm-3.0/gdkmm.h:28,
                   from /usr/include/gtkmm-3.0/gtkmm.h:92,
                   from test.cpp:1:
  /usr/include/gdkmm-3.0/gdkmm/rgba.h: In static member function ‘static 
Gdk::RGBATraits::CType Gdk::RGBATraits::to_c_type(const CppType&)’:
  /usr/include/gdkmm-3.0/gdkmm/rgba.h:251:54: error: return type 
‘Gdk::RGBATraits::CType {aka struct _GdkRGBA}’ is incomplete
  /usr/include/gdkmm-3.0/gdkmm/rgba.h: In static member function ‘static 
Gdk::RGBATraits::CType Gdk::RGBATraits::to_c_type(const CType&)’:
  /usr/include/gdkmm-3.0/gdkmm/rgba.h:252:54: error: return type 
‘Gdk::RGBATraits::CType {aka struct _GdkRGBA}’ is incomplete

  Using:
  Ubuntu Oneiric 11.10
  libgtkmm-3.0-1, libgtkmm-3.0-dev version 3.2.0-0ubuntu1

  The same test program compiles just fine with gtkmm-2.4. The
  equivalent C program linked against gtk+-3.0 also compiles fine.

  Moreover, I get no errors with other distributions I tried (Archlinux,
  openSUSE 12.01), even with gtkmm-3.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/poppler/+bug/870662/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to     : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to