cjweeks / tensorflow-cmake

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

Problems with Eigen. #33

Open alexst07 opened 6 years ago

alexst07 commented 6 years ago

When I execute make command, it gave the follow error:

In file included from /home/alex/Projects/tf2cpp/third-party/google/tensorflow/tensorflow/core/framework/tensor.h:19:0,
                 from /home/alex/Projects/tf2cpp/third-party/google/tensorflow/tensorflow/core/public/session.h:24,
                 from /home/alex/Projects/tf2cpp/loader.cc:1:
/home/alex/Projects/tf2cpp/third-party/google/tensorflow/third_party/eigen3/unsupported/Eigen/CXX11/Tensor:1:42: fatal error: unsupported/Eigen/CXX11/Tensor: No such file or directory
 #include "unsupported/Eigen/CXX11/Tensor"
mebiGit commented 3 years ago

Is this issue solved ? i am facing the same issue