[Cppunit-devel] problems building cppunit-1.12.0 on Cygwin
Brought to you by:
blep
|
From: CppUnit d. m. l. <cpp...@li...> - 2006-07-28 20:29:47
|
Since I couldn't install 1.10.2, I decided to install 1.12.0 on latest
Cygwin/WindowsXP. I got a little farther this time but not all the way! I'd
appreciate any help so I can get going on using CppUnit.... Thanks
Cygwin installation uses g++ version 3.4.4.
./configure seems to complete successfully. There is no difference in the
final outcome whether I use --disable-shared flag or not. Problem happens
when I run "make" after ./configure. The error seems to be:
"Cannot define CppUnit::OstringStream"
Here is the output:
$ 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
--
View this message in context: http://www.nabble.com/problems-building-cppunit-1.12.0-on-Cygwin-tf2001020.html#a5494609
Sent from the cppunit-devel forum at Nabble.com.
|