【问题标题】:Build Tensorflow iOS with env_time.cc:19:10: fatal error: 'windows.h' file not found使用 env_time.cc:19:10 构建 Tensorflow iOS:致命错误:找不到“windows.h”文件
【发布时间】:2017-05-02 17:19:59
【问题描述】:

我尝试在 El Capitan 上构建 Tensorflow iOS,但遇到了很多错误。我一直关注https://github.com/tensorflow/tensorflow/pull/3382/fileshttps://github.com/tensorflow/tensorflow/pull/2936/files#r67559693 中的更改,直到在运行tensorflow/contrib/makefile/build_all_ios.sh 时遇到此错误:

gcc --std=c++11 -I. -I/Users/myusername/tfv1/tensorflow/tensorflow/contrib/makefile/downloads/ -I/Users/myusername/tfv1/tensorflow/tensorflow/contrib/makefile/downloads/eigen -I/Users/myusername/tfv1/tensorflow/tensorflow/contrib/makefile/downloads/gemmlowp -I/Users/myusername/tfv1/tensorflow/tensorflow/contrib/makefile/gen/host_obj/ -I/Users/myusername/tfv1/tensorflow/tensorflow/contrib/makefile/gen/protobuf-host/include -I/usr/local/include -c tensorflow/core/platform/windows/env_time.cc -o /Users/myusername/tfv1/tensorflow/tensorflow/contrib/makefile/gen/host_obj/tensorflow/core/platform/windows/env_time.o
tensorflow/core/platform/windows/env_time.cc:19:10: fatal error: 'windows.h' file not
      found
#include <windows.h>
         ^
1 error generated.
make: *** [/Users/myusername/tfv1/tensorflow/tensorflow/contrib/makefile/gen/host_obj/tensorflow/core/platform/windows/env_time.o] Error 1
+ '[' 2 -ne 0 ']'
+ echo 'armv7 compilation failed.'
armv7 compilation failed.
+ exit 1

有人知道如何通过吗?我假设它正在尝试在 Mac 上为 Windows 构建。

【问题讨论】:

    标签: c++ ios makefile tensorflow


    【解决方案1】:

    我只是通过删除所有内容来解决问题,然后从头开始:

    brew install bazel
    brew install automake
    brew install autoconf
    brew uninstall libtool && brew install libtool
    git clone https://github.com/tensorflow/tensorflow
    tensorflow/contrib/makefile/download_dependencies.sh
    tensorflow/contrib/makefile/build_all_ios.sh
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2021-05-20
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2018-08-03
      • 2016-08-23
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多