Hi, I finally got around to building bzr trunk, and found that these patches are necessary for Sun Studio.
* gnash-stdc.diff: Correct use of standard C functions: - #include <clocale> instead of <locale> for setlocale(3) and LC_ALL. - #include <signal.h> instead of <csignal> for signal functions not in standard C. * gnash-sunpro.diff: Fix compatibility with Sun Studio: - Correct libtool handling of Sun Studio to avoid incompatible Cstd library when using stlport4. - Explicitly cast DisplayObject Getter and Setter function pointers for boost::assign::map_list_of. - Avoid potential type ambiguity in string::insert. - Correct gnash::attachLoadableInterface definition to match prototype. - Use boost::io::group(hex, showbase, ...) instead of passing std::hex and std::dec as arguments. -Albert
gnash-stdc.diff
Description: Binary data
gnash-sunpro.diff
Description: Binary data
_______________________________________________ Gnash-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnash-dev

