[Cppunit-devel] compile error
Brought to you by:
blep
|
From: Yongyi Ye <yy...@en...> - 2001-11-29 15:22:39
|
Hello:
When I compiled the cppunit I got an error.
My system info:
uname -m = sun4u
uname -r = 5.6
uname -s = SunOS
uname -v = Generic_105181-23
/usr/bin/uname -p = sparc
/bin/uname -X = System = SunOS
/bin/arch = sun4
/usr/bin/arch -k = sun4u
/usr/convex/getsysinfo = unknown
hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH =
/apps/gnu/sun4.sunos.5/bin/make:/apps/gnu/sun4.sunos.5/bin/install:/apps/rationa
l/rose/bin:/apps/gnu/arch/bin/make:/apps/doors/bin:/apps/Modsim/modsim3-2.2/bin:
/home/yye/jbuilder35/bin:/home/yye/jbuilder35/jdk1.2.2/bin:/opt/SUNWgnu/bin:/usr
/dt/bin:/usr/openwin/bin:/opt/SUNWspci/bin:/apps/workshop/bin:/usr/openwin/bin:/
usr/openwin/bin/xview:/apps/local/arch/exec/head:/usr/sbin:/bin:/usr/bin:/usr/cc
s/bin:/usr/5bin:/usr/ucb:.:/home/yye:/home/yye/bin:/apps/local/arch/exec/tail
THE ERROR MESSAGE:
kunlun [344] make chack
make: *** No rule to make target `chack'. Stop.
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
In file included from ../../include/cppunit/NotEqualException.h:4,
from NotEqualException.cpp:1:
../../include/cppunit/Exception.h:15: confused by earlier errors, bailing out
make[2]: *** [NotEqualException.lo] Error 1
make[2]: Leaving directory `/home/yye/unitcpp/source/cppunit-1.6.2/src/cppunit'
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory `/home/yye/unitcpp/source/cppunit-1.6.2/src'
make: *** [check-recursive] Error 1
Could you help me? What should do about this?
Thank you!
|