[campcaster-support] TypeInfoHelper.cpp:27: error: 'free' was not declared in this scope
  • Hi folks!

    I was trying to compile trunk on Ubuntu(Studio) 8.10 (intrepid), with all
    the packages installed that are required to compile, according to
    DevelopmentEnvironment (for Hardy). But unfortunately, I'm getting this
    error:

    TypeInfoHelper.cpp: In static member function 'static std::string CppUnit::TypeInfoHelper::getClassName(const std::type_info&)':
    TypeInfoHelper.cpp:27: error: 'free' was not declared in this scope

    What is here the problem? "TypeInfoHelper" sounds like a part of a runtime
    system, which is probably why you're using free() in C++. But how do I fix
    the error?

    Thanks in advance!
    Greetings,
    Fabiano