I was able to build bazel_0.11.1, but I'm unable to build tensorflow. I keep getting this error:
./tensorflow/contrib/lite/toco/toco_graphviz_dump_options.h:18:10: fatal error: 'string' file not found
#include <string>
^~~~~~~~
1 error generated.
Target //tensorflow/tools/pip_package:build_pip_package failed to build
INFO: Elapsed time: 2.325s, Critical Path: 0.16s
FAILED: Build did NOT complete successfully
Any suggestions?Author: penguin Time: 2/12/2019 11:00
sudo apt-get install build-essential
will install the development header files.
Welcome Firefly Open Source Community (https://bbs.t-firefly.com/)