Re: [Cppunit-devel] cppunit2 does not compile
Brought to you by:
blep
From: CppUnit d. m. l. <cpp...@li...> - 2006-09-06 22:05:32
|
Sorry I posted the warning not the error. So here it is: In file included from src/cpputtest/smallmaptest.h:4, from src/cpputtest/smallmaptest.cpp:1: include/cpptl/smallmap.h: At global scope: include/cpptl/smallmap.h:308: error: `size_t' does not name a type include/cpptl/smallmap.h:308: error: (perhaps `typename CppTL::SmallMapBase<CppTL::Pair<Key, Value> >::size_t' was intended) include/cpptl/smallmap.h:393: error: `size_t' does not name a type Thanks, Fabian On Wed, 2006-09-06 at 23:56 +0200, CppUnit development mailing list wrote: > Don't worry about it, I guess your primary development platform is not > linux? Anyways I had to add -fpermissive to the linux target to compile > a few more files but now I am stuck with: > |