On Mon, Nov 26, 2007 at 02:15:09PM +0100, Kurt Pruenner <[EMAIL PROTECTED]> was heard to say: > Package: cwidget > Version: 0.5.5-4 > Severity: important > Justification: fails to build from source > > As can be seen at > > http://buildd.debian.org/fetch.cgi?pkg=cwidget;ver=0.5.5-4;arch=arm;stamp=1196056073 > > compilation of ssprintf.cc fails horribly during "Making all in util" > with the following error: > > | ssprintf.cc:17: error: 'va_start' was not declared in this scope > | ssprintf.cc:19: error: 'va_end' was not declared in this scope
[snip] > but, as it seems, only on ARM. :( Also on i386 stable. ----------- cut here ------------- commit e808b31c87db4e2662229344ace5c7d13cbfdd5e Author: Daniel Burrows <[EMAIL PROTECTED]> Date: Sat Nov 24 21:19:41 2007 -0800 Add a missing #include of stdarg.h (it must have been dragged in by something else on unstable). diff --git a/src/cwidget/generic/util/ssprintf.cc b/src/cwidget/generic/util/ssprintf.cc index b98dc21..35ca8bc 100644 --- a/src/cwidget/generic/util/ssprintf.cc +++ b/src/cwidget/generic/util/ssprintf.cc @@ -3,6 +3,7 @@ #include "eassert.h" #include <errno.h> +#include <stdarg.h> #ifdef HAVE_CONFIG_H #include <config.h> ----------- cut here ------------- Daniel -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]