Hi,
I uploaded the following NMU.
Cheers,
Andi
diff -Nur ../xclass-0.8.3../debian/changelog ../xclass-0.8.3/debian/changelog
--- ../xclass-0.8.3../debian/changelog 2005-07-31 10:23:53.000000000 +0200
+++ ../xclass-0.8.3/debian/changelog 2005-09-03 17:05:40.000000000 +0200
@@ -1,3 +1,10 @@
+xclass (0.8.3-1.2) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * builds correctly with gcc-4.0. Closes: #297838.
+
+ -- Andreas Barth <[EMAIL PROTECTED]> Sat, 3 Sep 2005 17:05:00 +0200
+
xclass (0.8.3-1.1) unstable; urgency=low
* Non-maintainer upload.
diff -Nur ../xclass-0.8.3../lib/libxclass/OXHtmlParse.cc
../xclass-0.8.3/lib/libxclass/OXHtmlParse.cc
--- ../xclass-0.8.3../lib/libxclass/OXHtmlParse.cc 2004-07-05
16:05:57.000000000 +0200
+++ ../xclass-0.8.3/lib/libxclass/OXHtmlParse.cc 2005-09-03
17:07:09.000000000 +0200
@@ -1486,12 +1486,12 @@
n = 1;
z = "";
}
- printf("Block 0x%08x flags=%02x cnt=%d x=%d..%d y=%d..%d z=\"%.*s\"\n",
- (int) p, p->flags, p->count, block->left, block->right,
+ printf("Block 0x%16lx flags=%02x cnt=%d x=%d..%d y=%d..%d z=\"%.*s\"\n",
+ (long) p, p->flags, p->count, block->left, block->right,
block->top, block->bottom, n, z);
} else {
- printf("Token 0x%08x font=%2d color=%2d align=%d flags=0x%04x name=%s\n",
- (int) p, p->style.font, p->style.color,
+ printf("Token 0x%16lx font=%2d color=%2d align=%d flags=0x%04x
name=%s\n",
+ (long) p, p->style.font, p->style.color,
p->style.align, p->style.flags, DumpToken(p));
}
}
diff -Nur ../xclass-0.8.3../lib/libxclass/OXHtmlSizer.cc
../xclass-0.8.3/lib/libxclass/OXHtmlSizer.cc
--- ../xclass-0.8.3../lib/libxclass/OXHtmlSizer.cc 2004-07-05
16:05:57.000000000 +0200
+++ ../xclass-0.8.3/lib/libxclass/OXHtmlSizer.cc 2005-09-03
17:07:36.000000000 +0200
@@ -980,9 +980,9 @@
}
TRACE(HtmlTrace_Style,
- ("Style of 0x%08x font=%02d color=%02d bg=%02d "
+ ("Style of 0x%16lx font=%02d color=%02d bg=%02d "
"align=%d flags=0x%04x token=%s\n",
- (int)p, p->style.font, p->style.color, p->style.bgcolor,
+ (long)p, p->style.font, p->style.color, p->style.bgcolor,
p->style.align, p->style.flags, DumpToken(p)));
p = p->pNext;
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]