Re: [Cppunit-devel] compile error
Brought to you by:
blep
From: Steve M. R. <ste...@vi...> - 2001-11-29 16:03:42
|
On Thu, Nov 29, 2001 at 09:55:04AM -0500, Yongyi Ye wrote: > kunlun [345] make check > Making check in src > make[1]: Entering directory `/home/yye/unitcpp/source/cppunit-1.6.2/src' > Making check in cppunit > make[2]: Entering directory `/home/yye/unitcpp/source/cppunit-1.6.2/src/cppunit' > source='NotEqualException.cpp' object='NotEqualException.lo' libtool=yes \ > depfile='.deps/NotEqualException.Plo' tmpdepfile='.deps/NotEqualException.TPlo' > \ > depmode=gcc /bin/sh ../../config/depcomp \ > /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../config > -I../../include -I../../include -U_OSF_SOURCE -g -O2 -c -o > NotEqualException.lo `test -f NotEqualException.cpp || echo > './'`NotEqualException.cpp > g++ -DHAVE_CONFIG_H -I. -I. -I../../config -I../../include -I../../include > -U_OSF_SOURCE -g -O2 -c NotEqualException.cpp > -Wp,-MD,.deps/NotEqualException.TPlo -fPIC -DPIC -o .libs/NotEqualException.o > ../../include/cppunit/Exception.h:7: sorry, not implemented: namespace ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Namespace is not implemented??? You won't get anywhere without namespace support in the compiler! What version (g++ --version) of compiler do you have? I've built cppunit using GCC 2.95.x and GCC 3.x on IRIX and linux and NetBSD. -Steve -- by Rocket to the Moon, by Airplane to the Rocket, by Taxi to the Airport, by Frontdoor to the Taxi, by throwing back the blanket and laying down the legs ... - They Might Be Giants |