Re: [Cppunit-devel] problem with install cppunit on cygwin
Brought to you by:
blep
From: Steve M. R. <ste...@vi...> - 2003-01-31 13:51:29
|
On Fri, Jan 24, 2003 at 08:08:39PM +0100, Baptiste Lepilleur wrote: > It seems that configure does not detect any of the following headers: > <strstream.h> > <strstream> > <sstream> > > You need at least one of those to use CppUnit (it defines ostringstream or a > similar class). > > Either STL are not installed and configure failed for some reasons. Examine the file "config.log" to find out what went wrong with configure. -S |