Package: pdftohtml
Version: 0.36-12
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 pdftohtml_0.36-12 on bigsur by sbuild/mips 1.106
...
> g++ -g -DHAVE_DIRENT_H=1 -I.. -DHAVE_REWINDDIR=1 -DHAVE_POPEN=1 -I../goo
> -I. -I../xpdf -c HtmlOutputDev.cc
> HtmlLinks.h:22: error: extra qualification 'HtmlLink::' on member
> 'isEqualDest'
> make[2]: *** [HtmlOutputDev.o] Error 1
> make[2]: Leaving directory `/build/tbm/pdftohtml-0.36/src'
--- ./src/HtmlLinks.h~ 2006-03-19 15:13:39.000000000 +0000
+++ ./src/HtmlLinks.h 2006-03-19 15:13:48.000000000 +0000
@@ -19,7 +19,7 @@
HtmlLink& operator=(const HtmlLink& x);
HtmlLink(double xmin,double ymin,double xmax,double ymax,GString *_dest);
~HtmlLink();
- GBool HtmlLink::isEqualDest(const HtmlLink& x) const;
+ GBool isEqualDest(const HtmlLink& x) const;
GString *getDest(){return new GString(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]