gnash-dev
[Top][All Lists]
Advanced

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

Re: [Gnash-dev] Build problem on OS/2


From: strk
Subject: Re: [Gnash-dev] Build problem on OS/2
Date: Thu, 9 Aug 2007 02:16:04 +0200

On Thu, Aug 09, 2007 at 08:39:04AM +0930, Paul Smedley wrote:
> Hi All,
> 
> I did a fresh cvs pull today for the first time in a few weeks, and am 
> getting the following compilation error on OS/2:
> 
> swf/tag_loaders.cpp: In function `void gnash::adpcm_expand(unsigned char*&,
>    gnash::stream*, int, bool)':
> swf/tag_loaders.cpp:1736: error: call of overloaded `ceil(int)' is ambiguous
> U:/USR/include/math.h:229: error: candidates are: double ceil(double)
> U:/USR/include/c++/3.3.5/cmath:268: error:                 long double
>    std::ceil(long double)
> U:/USR/include/c++/3.3.5/cmath:260: error:                 float
>    std::ceil(float)
> make.exe[3]: *** [tag_loaders.lo] Error 1
> 
> Any ideas?

try using std::ceil.

--strk;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]