mavak / trucov

True coverage tool for C / C++
1 stars 1 forks source link

Missing Files #181

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Extract trucov_10.1.tgz
2.cmake .
3.make

What is the expected output? What do you see instead?
Expect to see Trucov installed successfully. 
But instead, error messages as below showed up:
[9%] Building CXX object CMakeFiles/trucov_lib.dir/src/config.cpp.o
In file included from /home/wwoo/trucov_10.1/include/config.h:51:37: fatal 
error: boost/program_options.hpp: No such file or directory
compilation terinated.
make[2]: *** [CMakeFiles/trucov_lib.dir/src/config.cpp.o] Error 1
make[1]: *** [CMakeFiles/trucov_lib.dir/all] Error 2
make: *** [all] Error 2

What version of the product are you using? On what operating system?
trucov_10.1 on Ubuntu 12.04

Please provide any additional information below.

Original issue reported on code.google.com by winni...@gmail.com on 30 Aug 2013 at 3:09

GoogleCodeExporter commented 9 years ago
I see similar issue. Any fix for this?

Original comment by basanth1...@gmail.com on 6 Feb 2015 at 12:09