2013/8/24 Slávek Banko <slavek.banko@axis.cz>
On Saturday 24 of August 2013 12:18:42 Fat-Zer wrote:
> 2013/8/24 Slávek Banko <slavek.banko@axis.cz>
>
> > On Saturday 24 of August 2013 00:41:10 Fat-Zer wrote:
> > > I've tested the patch once more and found that it contains a small
> > > error. Here is a fixed one.
> >
> > Should there be attachment? :)
>
> It was a late night in me timezone... =)
> Here it is.

Oops, with the patch is a problem. When testing on Debian Squeeze is not
available CheckCXXSymbolExists in cmake 2.8.2. How to test differently?

Slavek
--

---------------------------------------------------------------------
To unsubscribe, e-mail: trinity-devel-unsubscribe@lists.pearsoncomputing.net
For additional commands, e-mail: trinity-devel-help@lists.pearsoncomputing.net
Read list messages on the web archive: http://trinity-devel.pearsoncomputing.net/
Please remember not to top-post: http://trinity.pearsoncomputing.net/mailing_lists/#top-posting


Does it provides CheckCxxSourceCompiles? If yes you can test it with next snipset:
============================================
check_cxx_source_compiles( "#include <cxxabi.h>
      int main() { abi::__cxa_demangle(0, 0, 0, 0); return 0; }" 
    HAVE_ABI_CXA_DEMANGLE )
============================================