Bug 25887 - make error
Summary: make error
Status: RESOLVED FIXED
Alias: None
Product: poppler
Classification: Unclassified
Component: qt4 frontend (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: poppler-bugs
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-04 05:40 UTC by Mihai
Modified: 2010-01-04 10:50 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

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.