Thanks for the patch, it was just applied to CVS.
Martin Petricek
Martin Michlmayr wrote:
Package: pdfedit
Version: 0.3.0-1
Usertags: ftbfs-gcc-4.3
Tags: patch
Your package fails to build with GCC 4.3. Version 4.3 has not been
released yet but I'm building with a snapshot in order to find errors
and give people an advance warning.
You can reproduce this problem with gcc-snapshot (20070422-1 or higher)
from unstable. (Currently not available for i386, but for amd64, powerpc
and ia64. I hope to have i386 binaries in the archive in the near
future.)
Automatic build of pdfedit_0.3.0-1 on coconut0 by sbuild/ia64 0.49
...
make[3]: Entering directory `/build/tbm/pdfedit-0.3.0/src/utils'
g++ -c -pipe -Wall -W -Wconversion -Wcast-qual -Wwrite-strings -ansi -pedantic
-Wno-unused-variable -Wunused-function -D_REENTRANT -DDEBUG -g -O0 -I./ -I../
-I../xpdf/ -I../xpdf/xpdf -I../xpdf/goo -I../xpdf/splash -I../xpdf/fofi -o
debug.o debug.cc
In file included from debug.cc:31:
debug.h:94: error: extra ';'
make[3]: *** [debug.o] Error 1
--- ./src/kernel/cdict.h~ 2007-04-25 17:08:33.000000000 +0000
+++ ./src/kernel/cdict.h 2007-04-25 17:08:57.815432514 +0000
@@ -106,7 +106,7 @@
/**
* Public constructor. This object will not be associated with a pdf.
*/
- CDict () {};
+ CDict () {}
...
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]