I am trying to build NuSMV on Ubuntu 17.04,using cmake utility.
Used cmake tool to create make file, but when I try to use make utility it gives the error
Error 1
CMakeFiles/Makefile2:824: recipe for target 'build-cudd/util/CMakeFiles/CUDD_UTIL_LIB.dir/all' failed
make[1]: *** [build-cudd/util/CMakeFiles/CUDD_UTIL_LIB.dir/all] Error 2
Makefile:162: recipe for target 'all' failed
make: *** [all] Error 2
Can anyone please help. How to solve it