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
Original issue reported on code.google.com by
analyt...@couponsinc.com
on 10 Apr 2012 at 9:26