mavak / trucov

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

Ist there any Windows 7 binary available? #178

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Can anyone give me a hint how to build it for windows 7?

thanks

Original issue reported on code.google.com by eca...@gmail.com on 18 Oct 2012 at 8:14

GoogleCodeExporter commented 9 years ago
$ make
[ 31%] Built target trucov_lib
Linking CXX executable trucov.exe
/usr/lib/gcc/i686-pc-cygwin/4.5.3/../../../../i686-pc-cygwin/bin/ld: cannot 
find -lboost_program_options
/usr/lib/gcc/i686-pc-cygwin/4.5.3/../../../../i686-pc-cygwin/bin/ld: cannot 
find -lboost_filesystem
/usr/lib/gcc/i686-pc-cygwin/4.5.3/../../../../i686-pc-cygwin/bin/ld: cannot 
find -lboost_thread
/usr/lib/gcc/i686-pc-cygwin/4.5.3/../../../../i686-pc-cygwin/bin/ld: cannot 
find -lboost_regex
collect2: ld gab 1 als Ende-Status zurück
CMakeFiles/trucov.dir/build.make:89: recipe for target `trucov.exe' failed
make[2]: *** [trucov.exe] Error 1
CMakeFiles/Makefile2:1143: recipe for target `CMakeFiles/trucov.dir/all' failed
make[1]: *** [CMakeFiles/trucov.dir/all] Error 2
Makefile:116: recipe for target `all' failed
make: *** [all] Error 2

Original comment by eca...@gmail.com on 19 Oct 2012 at 10:03

GoogleCodeExporter commented 9 years ago
can anyone give me some hint which boost version works with cygwin? on windos 7 
64 bit

Original comment by eca...@gmail.com on 19 Oct 2012 at 10:03