Hi, I think I know what the problem is - it's the new gcc4 compatibility patch. Try to replace debian/patches/03_gcc4.dpatch with[0]. Unfortunately, I'm not really good at C, so I have no idea if it introduces some side effects.
Cheers, Igor [0]: #! /bin/sh /usr/share/dpatch/dpatch-run ## 03_gcc4.dpatch by Igor Stroh <[EMAIL PROTECTED]> ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: Enable building with gcc4 @DPATCH@ --- gq-1.0beta1/src/configfile.h 2005-07-26 10:41:36.000000000 +0200 +++ gq-1.0beta1.new/src/configfile.h 2005-07-26 10:39:08.000000000 +0200 @@ -31,6 +31,7 @@ #include <glib.h> #include "common.h" +#include "util.h" #define CURRENT_CONFIG_VERSION 3 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]