AnantLabs / rf-ace

Automatically exported from code.google.com/p/rf-ace
0 stars 0 forks source link

make test in teh package fails #38

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Unpack the package (tar.gz)
2. run make, then make test

What is the expected output? What do you see instead?
- Expect some test to run and verify that the build is working
- Instead seeing multiple failures (see output below)
- Makefile seems to depend on stuff outside the package, like 
-I/home/erkkila2/include

What version of the product are you using? On what operating system?

Latest downloaded package: rf_ace_v1.0.4_src.tar.gz

Please provide any additional information below.

hostname 623 ~/src/rf-ace> make test
rm -f bin/test; g++ -L/home/erkkila2/lib -lcppunit -ldl -pedantic 
-I/home/erkkila2/include -I/usr/lib64/glib-2.12/include 
-I/usr/include/glib-2.12 -I/usr/ -Isrc/ test/run_tests.cpp src/progress.cpp 
src/statistics.cpp src/math.cpp src/gamma.cpp src/stochasticforest.cpp 
src/rootnode.cpp src/node.cpp src/splitter.cpp src/treedata.cpp src/mtrand.cpp 
src/datadefs.cpp src/utils.cpp -o bin/test -ggdb; ./bin/test
In file included from test/run_tests.cpp:6:0:
test/argparse_test.hpp:6:45: fatal error: cppunit/extensions/HelperMacros.h: No 
such file or directory
compilation terminated.
/bin/sh: ./bin/test: not found
make: *** [test] Error 127

Thanks.

Original issue reported on code.google.com by analyt...@couponsinc.com on 10 Apr 2012 at 9:26

GoogleCodeExporter commented 9 years ago
This issue should be deprecated by now. If CppUnit is installed, "make test" 
should work OK.

Original comment by timo.erk...@gmail.com on 26 Aug 2012 at 8:32