-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Linking issue #30
Comments
facing a similar error. It has probably got to do something with version changes in the internal dependencies of TF 1.3. |
Its like all the headerfiles aren't being included before the shared library. all the functions that are causing errors are defined in headers that we copy to the system, I confirmed that. Maybe a link or a directory change is not accounted for in the bazel config? |
^plausible. Another reason: |
I am facing the same problem here. Any suggestions please? |
Same for me ! |
Been stuck in this problem for two days. Using the following command works for me. Then follow the rest of the instructions as per stated. I was referring to the following websites to arrive at this solution: I was also facing the 'Protobuf undefined reference to LogMessage ...'. For me, it is solved by capitalizing the Protobuf in the FindProtobuf.cmake file and CMakeLists.txt file, i.e. Again, I was refering to this website. I am using Tensorflow in ROS, hence the usage of CMakeLists in the provided solution. |
When i try to use libtensorflow_all.so in my project i got 1048 error, like this: undefined reference to `tensorflow::TensorShapeBasetensorflow::TensorShape::TensorShapeBase(tensorflow::gtl::ArraySlice)'
Tesorflow version is 1.3
The text was updated successfully, but these errors were encountered: