Skip to content

Instantly share code, notes, and snippets.

@kyrs
Last active April 23, 2016 13:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kyrs/5e0516bc2ef103cf98d404c873bf712f to your computer and use it in GitHub Desktop.
Save kyrs/5e0516bc2ef103cf98d404c873bf712f to your computer and use it in GitHub Desktop.
Script started on Saturday 23 April 2016 06:26:02 PM IST
]0;ks@kyrs: ~/OpenSource/tf/shubham/deepdetect/build/testsks@kyrs:~/OpenSource/tf/shubham/deepdetect/build/tests$ exitmake
Linking CXX executable opencv_tensor
CMakeFiles/opencv_tensor.dir/opencv_tensor.cc.o: In function `ReadTensorFromImageFile(std::string, int, int, float, float, std::vector<tensorflow::Tensor, std::allocator<tensorflow::Tensor> >*)':
/home/ks/OpenSource/tf/shubham/deepdetect/tests/opencv_tensor.cc:46: undefined reference to `tensorflow::ops::Const(tensorflow::StringPiece, tensorflow::GraphDefBuilder::Options const&)'
/home/ks/OpenSource/tf/shubham/deepdetect/tests/opencv_tensor.cc:46: undefined reference to `tensorflow::ops::ReadFile(tensorflow::NodeBuilder::NodeOut, tensorflow::GraphDefBuilder::Options const&)'
/home/ks/OpenSource/tf/shubham/deepdetect/tests/opencv_tensor.cc:58: undefined reference to `tensorflow::ops::DecodeJpeg(tensorflow::NodeBuilder::NodeOut, tensorflow::GraphDefBuilder::Options const&)'
/home/ks/OpenSource/tf/shubham/deepdetect/tests/opencv_tensor.cc:62: undefined reference to `tensorflow::ops::Cast(tensorflow::NodeBuilder::NodeOut, tensorflow::DataType, tensorflow::GraphDefBuilder::Options const&)'
/home/ks/OpenSource/tf/shubham/deepdetect/tests/opencv_tensor.cc:68: undefined reference to `tensorflow::ops::Const(int, tensorflow::GraphDefBuilder::Options const&)'
/home/ks/OpenSource/tf/shubham/deepdetect/tests/opencv_tensor.cc:68: undefined reference to `tensorflow::ops::ExpandDims(tensorflow::NodeBuilder::NodeOut, tensorflow::NodeBuilder::NodeOut, tensorflow::GraphDefBuilder::Options const&)'
CMakeFiles/opencv_tensor.dir/opencv_tensor.cc.o: In function `Const':
/home/ks/OpenSource/tf/shubham/deepdetect/build/tensorflow/src/tensorflow/dbuild/tensorflow/tensorflow/cc/ops/const_op.h:48: undefined reference to `tensorflow::ops::Const(tensorflow::gtl::ArraySlice<int>, tensorflow::GraphDefBuilder::Options const&)'
CMakeFiles/opencv_tensor.dir/opencv_tensor.cc.o: In function `ReadTensorFromImageFile(std::string, int, int, float, float, std::vector<tensorflow::Tensor, std::allocator<tensorflow::Tensor> >*)':
/home/ks/OpenSource/tf/shubham/deepdetect/tests/opencv_tensor.cc:73: undefined reference to `tensorflow::ops::ResizeBilinear(tensorflow::NodeBuilder::NodeOut, tensorflow::NodeBuilder::NodeOut, tensorflow::GraphDefBuilder::Options const&)'
CMakeFiles/opencv_tensor.dir/opencv_tensor.cc.o: In function `Const':
/home/ks/OpenSource/tf/shubham/deepdetect/build/tensorflow/src/tensorflow/dbuild/tensorflow/tensorflow/cc/ops/const_op.h:46: undefined reference to `tensorflow::ops::Const(tensorflow::gtl::ArraySlice<float>, tensorflow::GraphDefBuilder::Options const&)'
/home/ks/OpenSource/tf/shubham/deepdetect/build/tensorflow/src/tensorflow/dbuild/tensorflow/tensorflow/cc/ops/const_op.h:46: undefined reference to `tensorflow::ops::Const(tensorflow::gtl::ArraySlice<float>, tensorflow::GraphDefBuilder::Options const&)'
CMakeFiles/opencv_tensor.dir/opencv_tensor.cc.o: In function `ReadTensorFromImageFile(std::string, int, int, float, float, std::vector<tensorflow::Tensor, std::allocator<tensorflow::Tensor> >*)':
/home/ks/OpenSource/tf/shubham/deepdetect/tests/opencv_tensor.cc:79: undefined reference to `tensorflow::ops::Sub(tensorflow::NodeBuilder::NodeOut, tensorflow::NodeBuilder::NodeOut, tensorflow::GraphDefBuilder::Options const&)'
/home/ks/OpenSource/tf/shubham/deepdetect/tests/opencv_tensor.cc:79: undefined reference to `tensorflow::ops::Div(tensorflow::NodeBuilder::NodeOut, tensorflow::NodeBuilder::NodeOut, tensorflow::GraphDefBuilder::Options const&)'
/home/ks/OpenSource/tf/shubham/deepdetect/tests/opencv_tensor.cc:53: undefined reference to `tensorflow::ops::DecodePng(tensorflow::NodeBuilder::NodeOut, tensorflow::GraphDefBuilder::Options const&)'
collect2: error: ld returned 1 exit status
make[2]: *** [tests/opencv_tensor] Error 1
make[1]: *** [tests/CMakeFiles/opencv_tensor.dir/all] Error 2
make: *** [all] Error 2
]0;ks@kyrs: ~/OpenSource/tf/shubham/deepdetect/build/testsks@kyrs:~/OpenSource/tf/shubham/deepdetect/build/tests$ makeexit
exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment