On the main line on the CVS tree, there's a note in ChangeLog stating that TestSuiteBuilder.h was removed.
However, it wasn't removed from the Makefile.am in
include/cppunit/extensions/Makefile.am. This causes
the build to fail. When I removed TestSuiteBuilder.h
from that Makefile.am, everything builds fine.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
On the main line on the CVS tree, there's a note in ChangeLog stating that TestSuiteBuilder.h was removed.
However, it wasn't removed from the Makefile.am in
include/cppunit/extensions/Makefile.am. This causes
the build to fail. When I removed TestSuiteBuilder.h
from that Makefile.am, everything builds fine.
Thanks for pointing this out. It should be fixed now.
Baptiste.