Hello, I am trying to build the graph analytics benchmark and run it on a single instance after I typed the command $make tunkrank it gave me error2: make[3]: *** [toolkits/graph_analytics/CMakeFiles/tunkrank.dir/tunkrank.cpp.o] Error 1 make[2]: *** [toolkits/graph_analytics/CMakeFiles/tunkrank.dir/all] Error 2 make[1]: *** [toolkits/graph_analytics/CMakeFiles/tunkrank.dir/rule] Error 2 make: *** [toolkits/graph_analytics/CMakeFiles/tunkrank.dir/rule] Error 2
And I found the errors are actually: /graph-release/src/graphlab/util/generics/robust_cast.hpp:44: error: invalid operands of types ‘const char (&)[12]’ and ‘int’ to binary ‘operator!=’ /graph-release/deps/local/include/boost/type_traits/is_convertible.hpp:137: error: invalid operands of types ‘char (&)[12]’ and ‘int’ to binary ‘operator!=’ Any ideas how to fix it? Thank you! Yarong
