Bug 25887

Summary: make error
Product: poppler Reporter: Mihai <mihaiadriangl>
Component: qt4 frontendAssignee: poppler-bugs <poppler-bugs>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: medium    
Version: unspecified   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:

Description Mihai 2010-01-04 05:40:53 UTC
./configure --disable-static   --disable-cairo-output   --enable-xpdf-headers   --disable-poppler-qt   --enable-poppler-qt4   --disable-splash-output   --disable-gdk   --disable-poppler-glib 


then make

poppler-page.cc: In static member function ‘static Poppler::Link* Poppler::PageData::convertLinkActionToLink(LinkAction*, Poppler::DocumentData*, const QRectF&)’:
poppler-page.cc:79: warning: enumeration value ‘actionRendition’ not handled in switch
poppler-page.cc: In member function ‘QImage Poppler::Page::renderToImage(double, double, int, int, int, int, Poppler::Page::Rotation) const’:
poppler-page.cc:201: warning: unused variable ‘rotation’
poppler-page.cc: In member function ‘QImage Poppler::Page::thumbnail() const’:
poppler-page.cc:293: error: ‘Format_RGB888’ is not a member of ‘QImage’




This error is on Ubuntu 8.04 with version poppler 0.12.3
On ubuntu 8.10, this error doesn't appers, and it works.
On ubuntu 8.04 and with version 0.10.7 and below it works.
Comment 1 Albert Astals Cid 2010-01-04 10:50:24 UTC
Right, we need Qt 4.4, the configure will be fixed to detect this issue on next release.

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.