Hi, I have discovered the the file config/ax_cxx_gcc_abi_demangle.m4 is missing an include. It requires "#include <stdlib.h>" aswell.
This was found whilst trying to use CppUnit on Kbuntu 8.10 (64bit), as name demangling didn't work.
Cheers
Matthew
Also in TypeInfoHelper.cpp, the include also needs to be added.
Log in to post a comment.
Hi,
I have discovered the the file config/ax_cxx_gcc_abi_demangle.m4 is missing an include. It requires "#include <stdlib.h>" aswell.
This was found whilst trying to use CppUnit on Kbuntu 8.10 (64bit), as name demangling didn't work.
Cheers
Matthew
Also in TypeInfoHelper.cpp, the include also needs to be added.