[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: qbittorrent 1.1.0beta3: FTBFS on arm arches



On Sun, Jul 20, 2008 at 02:27:31AM +0200, Cristian Greco wrote:

> --- qbittorrent-1.1.0beta3.orig/src/realprogressbarthread.cpp
> +++ qbittorrent-1.1.0beta3/src/realprogressbarthread.cpp
> @@ -141,7 +141,8 @@
>  	if (end > array.size())
>  		end = array.size();
>  	int start_int, end_int;
> -	qreal temp, start_frac, end_frac;
> +	qreal start_frac, end_frac;
> +	double temp;
>  	start_frac = modf(start, &temp);
>  	start_int = (int) temp;
>  	end_frac = modf(end, &temp);

Build on arm failed as it has been foreseen, but the error is quite
different from previous one (armel). Please, can anyone help me with
this log [1]? I'd like to fix this FTBFS in time for lenny.


Thanks,
Cristian


[1] http://buildd.debian.org/fetch.cgi?pkg=qbittorrent&arch=arm&ver=1.1.0~beta3-1&stamp=1216529275&file=log&as=raw

Attachment: signature.asc
Description: Digital signature


Reply to: