2013/8/24 Slávek Banko <slavek.banko(a)axis.cz>
On Saturday 24 of August 2013 12:18:42 Fat-Zer
wrote:
2013/8/24 Slávek Banko
<slavek.banko(a)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
--
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 )
============================================
Great, it looks good:
-- Performing Test HAVE_ABI_CXA_DEMANGLE
-- Performing Test HAVE_ABI_CXA_DEMANGLE - Success
Slavek