I am trying o install CppUnit-1.12.0 on Cygwin/Windows XP, but I am having problems!
./configure part seems to work fine. Flag --disable-shared doesn't seem to affect the final outcome. Problems happen when I run "make". "make" output is included below. Shouldn't I be seeing CppUnit library installed somewhere in my installation directory? I don't. I'd appreciate any help to get me going with this..... Thanks
I am trying o install CppUnit-1.12.0 on Cygwin/Windows XP, but I am having problems!
./configure part seems to work fine. Flag --disable-shared doesn't seem to affect the final outcome. Problems happen when I run "make". "make" output is included below. Shouldn't I be seeing CppUnit library installed somewhere in my installation directory? I don't. I'd appreciate any help to get me going with this..... Thanks
----
$ make
Making all in src
make[1]: Entering directory `/cygdrive/c/cppunit-1.12.0/src'
Making all in cppunit
make[2]: Entering directory `/cygdrive/c/cppunit-1.12.0/src/cppunit'
source='AdditionalMessage.cpp' object='AdditionalMessage.lo' libtool=yes \ DEPDIR=.deps depmode=none /bin/sh ../../config/depcomp \ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../config -I../../include -I../../include -g -O2 -c -o Addi
tionalMessage.lo AdditionalMessage.cpp
g++ -DHAVE_CONFIG_H -I. -I. -I../../config -I../../include -I../../include -g -O2 -c AdditionalMessage.cpp -o AdditionalMessage.o
source='Asserter.cpp' object='Asserter.lo' libtool=yes \ DEPDIR=.deps depmode=none /bin/sh ../../config/depcomp \ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../config -I../../include -I../../include -g -O2 -c -o Asse
rter.lo Asserter.cpp
g++ -DHAVE_CONFIG_H -I. -I. -I../../config -I../../include -I../../include -g -O2 -c Asserter.cpp -o Asserter.o
source='BeOsDynamicLibraryManager.cpp' object='BeOsDynamicLibraryManager.lo' libtool=yes \ DEPDIR=.deps depmode=none /bin/sh ../../config/depcomp \ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../config -I../../include -I../../include -g -O2 -c -o BeOs
DynamicLibraryManager.lo BeOsDynamicLibraryManager.cpp
g++ -DHAVE_CONFIG_H -I. -I. -I../../config -I../../include -I../../include -g -O2 -c BeOsDynamicLibraryManager.cpp -o BeOsDynamicLibraryManager.o
source='BriefTestProgressListener.cpp' object='BriefTestProgressListener.lo' libtool=yes \ DEPDIR=.deps depmode=none /bin/sh ../../config/depcomp \ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../config -I../../include -I../../include -g -O2 -c -o Brie
fTestProgressListener.lo BriefTestProgressListener.cpp
g++ -DHAVE_CONFIG_H -I. -I. -I../../config -I../../include -I../../include -g -O2 -c BriefTestProgressListener.cpp -o BriefTestProgressListener.o
In file included from BriefTestProgressListener.cpp:4:
../../include/cppunit/portability/Stream.h:319:5: #error Cannot define CppUnit::OStringStream.
make[2]: *** [BriefTestProgressListener.lo] Error 1
make[2]: Leaving directory `/cygdrive/c/cppunit-1.12.0/src/cppunit'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/cygdrive/c/cppunit-1.12.0/src'
make: *** [all-recursive] Error 1
---