Results 1 to 2 of 2
Hi all i downloaded the CPP Unit testing software from a site which you can get by typing crash course in cppUnit testing on google....i am not allowed to post ...
- 04-03-2010 #1Just Joined!
- Join Date
- Dec 2009
- Posts
- 2
Help me in CPPUnit TEsting installation
Hi all i downloaded the CPP Unit testing software from a site which you can get by typing crash course in cppUnit testing on google....i am not allowed to post the website address as i have made no pot before this and is facing the problem installing it as given by the commands there...i am a newbie.....plz help me
the error is given down along with the code of two makefiles...
Error code 1 (ignored)
rm -f ../../lib/libCppUnit.so
g++ -G -o `basename ../../lib/libCppUnit.so` TestCase.o TestFailure.o TestResult.o
TestSuite.o
g++: TestCase.o: No such file or directory
g++: TestFailure.o: No such file or directory
g++: TestResult.o:
No such file or directory
g++: TestSuite.o: No such file or directory
g++: No input files
***
Error code 1
make: Fatal error: Command failed for target `../../lib/libCppUnit.so'
- 04-04-2010 #2Just Joined!
- Join Date
- Dec 2009
- Posts
- 2
Hi plz help me with this error while trying to install CPPUnit Testing
*** Error code 1 (ignored)
rm -f ../../lib/libCppUnit.so
g++ -G -o `basename ../../lib/libCppUnit.so` TestCase.o TestFailure.o TestResult.o TestSuite.o
g++: TestCase.o: No such file or directory
g++: TestFailure.o: No such file or directory
g++: TestResult.o: No such file or directory
g++: TestSuite.o: No such file or directory
g++: No input files
*** Error code 1
make: Fatal error: Command failed for target `../../lib/libCppUnit.so'
Current working directory /home/tcsrisa/UnixCppUnit/test/framework
*** Error code 1
The following command caused the error:
for subdir in framework textui ; \
do \
if test -d $subdir ; \
then \
echo "making all in $subdir"; \
( cd $subdir && make all ) || exit 1; \
fi ; \
done
make: Fatal error: Command failed for target `all'
Current working directory /home/tcsrisa/UnixCppUnit/test
*** Error code 1
The following command caused the error:
for subdir in test samples ; \
do \
if test -d $subdir ; \
then \
echo "making all in $subdir"; \
( cd $subdir && make all ) || exit 1; \
fi ; \
done
make: Fatal error: Command failed for target `all'


Reply With Quote