gnash-commit
[Top][All Lists]
Advanced

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

Re: [Gnash-commit] buildbot failure in Gnash on gnash-win32-win2000


From: Benjamin Wolsey
Subject: Re: [Gnash-commit] buildbot failure in Gnash on gnash-win32-win2000
Date: Sun, 25 May 2008 10:03:02 +0200

> Buildslave for this Build: happy-x86-win2000
> 
> Build Reason: The Nightly scheduler named 'nightly' triggered this build
> Build Source Stamp: HEAD
> Blamelist: 
> 
> BUILD FAILED: failed compile
> 

sprite_instance.cpp: In function `gnash::as_value
gnash::sprite_beginGradientFill(const gnash::fn_call&)': 
sprite_instance.cpp:1882: error: `libintl_sprintf' is not a member of `std'

This is gettext redefining sprintf as libintl_sprintf. As std::sprintf
is required in the C++ standard, it shouldn't be doing that. The quick
fix is to drop the std:: in sprite_instance.cpp. I wonder if a newer
gettext version would also fix it.

Attachment: signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


reply via email to

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