I've downloaded several sample (and simple) pieces of code to demonstrate cppunit and none work. I get error messages like the following:
Undefined references to SourceLine::SourceLine() and Asserter::failIf(bool, CppUnit::Message const&, CppUnit::Sourceline const&) are other favorites.
It must be some oddity in my environment, but I can't figure out what. I'm using version 1.10.
If anyone can please help, I'd appreciate it.
Best guess would be that you don't link with cppunit library?!?
Baptiste.
Log in to post a comment.
I've downloaded several sample (and simple) pieces of code to demonstrate cppunit and none work. I get error messages like the following:
Undefined references to SourceLine::SourceLine() and Asserter::failIf(bool, CppUnit::Message const&, CppUnit::Sourceline const&) are other favorites.
It must be some oddity in my environment, but I can't figure out what. I'm using version 1.10.
If anyone can please help, I'd appreciate it.
Best guess would be that you don't link with cppunit library?!?
Baptiste.