cjweeks / tensorflow-cmake

Integrate TensorFlow with CMake projects effortlessly
MIT License
331 stars 83 forks source link

Eigen error; missing method subTo #7

Closed smistad closed 7 years ago

smistad commented 7 years ago

I am getting the following error during compilation of my own software which link with in tensorflow, eigen and protobuf using your scripts. Seems to be a missing method called subTo:

/home/smistad/tensorflow_eigen/include/eigen/eigen-eigen-346ecdb306e6/Eigen/src/Core/ProductEvaluators.h:184:42: error: ‘subTo’ is not a member of ‘Eigen::internal::generic_product_impl<Eigen::Transform<float, 3, 2>, Eigen::Homogeneous<Eigen::Matrix<float, -1, -1>, 0>, Eigen::DenseShape, Eigen::HomogeneousShape, 3>’
     generic_product_impl<Lhs, Rhs>::subTo(dst, src.lhs(), src.rhs());

Using latest tensorflow.

smistad commented 7 years ago

This was not a bug in the tensorflow-cmake code