On Fri, 2010-12-24 at 03:22 +0100, Miklos Vajna wrote: > Hi, > > Currently I'm getting: > > /usr/include/cppunit/TestAssert.h:101:5: error: no matching function for call > to 'CppUnit::Asserter::failNotEqual(_STL::string, _STL::string, > CppUnit::SourceLine&, const std::string&)' > /usr/include/cppunit/Asserter.h:114:27: note: candidate is: static void > CppUnit::Asserter::failNotEqual(std::string, std::string, const > CppUnit::SourceLine&, const CppUnit::AdditionalMessage&, std::string)
> The strange thing is that this is usually handled by the extstl headers, > but preextstl.h and postextstl.h is already included before/after the > cppunit headers in qa/cppunit/test_nodetotextvisitors.cxx. Try now again, there was one cppunit header included outside those guard. I've moved it inside the guards now. Does that now work ? C. _______________________________________________ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice