tag 455454 patch thanks Martin Michlmayr <[EMAIL PROTECTED]> (09/12/2007): > Package: swfmill > Version: 0.2.12-1 > Usertags: ftbfs-gcc-4.3
Hi, please find attached a patch to fix this FTBFS. Cheers, -- Cyril Brulebois
--- a/src/swft/swft_css.cpp +++ b/src/swft/swft_css.cpp @@ -7,6 +7,8 @@ #include <libxml/xpathInternals.h> #include "swft.h" +#include <cstring> + using namespace std; #define TMP_STRLEN 0xff @@ -236,4 +238,4 @@ //fprintf(stderr,"looking up style %s: %s\n", needle, r.c_str() ); valuePush( ctx, xmlXPathNewString( (const xmlChar *)r.c_str() ) ); -} \ No newline at end of file +} --- a/src/swft/swft_import_mp3.cpp +++ b/src/swft/swft_import_mp3.cpp @@ -6,6 +6,8 @@ #include <sys/types.h> #include <sys/stat.h> +#include <cstring> + #define TMP_STRLEN 0xff const int mp3SamplesPerFrame = 1152;
signature.asc
Description: Digital signature

