gnash-dev
[Top][All Lists]
Advanced

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

[Gnash-dev] More Sun Studio-related patches before code freeze.


From: Albert Lee
Subject: [Gnash-dev] More Sun Studio-related patches before code freeze.
Date: Sun, 10 Jan 2010 12:47:37 -0500
User-agent: RoundCube Webmail/0.3-trunk

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

Attachment: gnash-stdc.diff
Description: Binary data

Attachment: gnash-sunpro.diff
Description: Binary data


reply via email to

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