Package: poppler
Version: 0.4.5-3
Severity: important
Tags: patch

Your package fails to build with G++ 4.1.  I'm filing this bug as
important for now, but when 4.1 will be the default compiler in
unstable (probably in a few weeks) I'll upgrade this to serious.

A patch is below.


> Automatic build of poppler_0.4.5-3 on bigsur by sbuild/mips 1.94
...
> g++ -Wall -Wno-unused -g -Wall -O2 -o .libs/pdftotext pdftotext.o parseargs.o 
>  ../poppler/.libs/libpoppler.so
> creating pdftotext
> if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../poppler -I..    -Wall -Wno-unused -g 
> -Wall -O2 -MT pdftohtml.o -MD -MP -MF ".deps/pdftohtml.Tpo" -c -o pdftohtml.o 
> pdftohtml.cc; \
>       then mv -f ".deps/pdftohtml.Tpo" ".deps/pdftohtml.Po"; else rm -f 
> ".deps/pdftohtml.Tpo"; exit 1; fi
> HtmlLinks.h:22: error: extra qualification 'HtmlLink::' on member 
> 'isEqualDest'
> make[3]: *** [pdftohtml.o] Error 1
> make[3]: Leaving directory `/build/tbm/poppler-0.4.5/utils'


--- ./utils/HtmlLinks.h~        2006-03-17 15:12:45.000000000 +0000
+++ ./utils/HtmlLinks.h 2006-03-17 15:12:48.000000000 +0000
@@ -19,7 +19,7 @@
   HtmlLink& operator=(const HtmlLink& x);
   HtmlLink(double xmin,double ymin,double xmax,double ymax,GooString *_dest);
   ~HtmlLink();
-  GBool HtmlLink::isEqualDest(const HtmlLink& x) const;
+  GBool isEqualDest(const HtmlLink& x) const;
   GooString *getDest(){return new GooString(dest);}
   double getX1() const {return Xmin;}
   double getX2() const {return Xmax;}

-- 
Martin Michlmayr
http://www.cyrius.com/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to