tensorflow / tensorflow

An Open Source Machine Learning Framework for Everyone
https://tensorflow.org
Apache License 2.0
186.25k stars 74.3k forks source link

Cmake Visual Studio Build Fails on Windows due to filename length #7102

Closed iantheconway closed 7 years ago

iantheconway commented 7 years ago

Summary:

Visual Studio build fails on Windows due to filename length exceeding the limit. Note: I think I can get around this by cloning into a higher level directory, such as C:\TensorFlow. Or perhaps by adding the flag -Dtensorflow_ENABLE_GRPC_SUPPORT=OFF

About my system:

Windows 10 Version 1607 Build 14393.693

Cmake version 3.7.1

Visual Studio Community 2015

Steps:

Clone tensor flow repository from https://github.com/tensorflow/tensorflow

git clone https://github.com/tensorflow/tensorflow.git

Change directory to tensorflow\tensorflow\contrib\cmake

cd gitFolder\tensorflow\tensorflow\contrib\cmake

Make build directory, change to directory

Mkdir build

cd build

Use cmake

Cmake .. -G “Visual Studio 14 2015” .. ^ -A x64 -DCMAKE_BUILD_TYPE=RelWithDebInfo ^ -DSWIG_EXECUTABLE=C:\swigwin-3.0.11\swig.exe ^ -DPYTHON_EXECUTABLE=C:\Anaconda3\python.exe ^ -DPYTHON_LIBRARIES=C:\Anaconda3\libs\python35.lib

Open the solution in Visual Studio.

Change build mode to RelWithDebInfo x64

Build

Result:

Severity Code Description Project File Line Suppression State Error unable to create file objectivec/Tests/CocoaPods/OSXCocoaPodsTester/OSXCocoaPodsTester.xcodeproj/project.xcworkspace/contents.xcworkspacedata: Filename too long grpc C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\contrib\cmake\build\CUSTOMBUILD 1
Error unable to create file objectivec/Tests/CocoaPods/OSXCocoaPodsTester/OSXCocoaPodsTester.xcodeproj/xcshareddata/xcschemes/OSXCocoaPodsTester.xcscheme: Filename too long grpc C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\contrib\cmake\build\CUSTOMBUILD 1
Error unable to create file objectivec/Tests/CocoaPods/iOSCocoaPodsTester/iOSCocoaPodsTester.xcodeproj/project.xcworkspace/contents.xcworkspacedata: Filename too long grpc C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\contrib\cmake\build\CUSTOMBUILD 1
Error unable to create file objectivec/Tests/CocoaPods/iOSCocoaPodsTester/iOSCocoaPodsTester.xcodeproj/xcshareddata/xcschemes/iOSCocoaPodsTester.xcscheme: Filename too long grpc C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\contrib\cmake\build\CUSTOMBUILD 1
Error LNK1104 cannot open file 'grpc\src\grpc\RelWithDebInfo\grpc++_unsecure.lib' proto_text C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\contrib\cmake\build\LINK 1
Error MSB6006 "cmd.exe" exited with code 9009. tf_core_framework C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppCommon.targets 171 Error C1083 Cannot open include file: 'tensorflow/core/framework/types.pb_text.h': No such file or directory tf_cc_op_gen_main c:\users\smi\desktop\speechmorphing\projects\tensorflow_1_26_2017\tensorflow\tensorflow\cc\framework\cc_op_gen.cc 22
Error C1083 Cannot open include file: 'tensorflow/core/framework/device_attributes.pb_text.h': No such file or directory (compiling source file C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\core\common_runtime\copy_tensor.cc) tf_core_cpu c:\users\smi\desktop\speechmorphing\projects\tensorflow_1_26_2017\tensorflow\tensorflow\core\common_runtime\device.h 38
Error C1083 Cannot open include file: 'tensorflow/core/framework/device_attributes.pb_text.h': No such file or directory (compiling source file C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\core\common_runtime\constant_folding.cc) tf_core_cpu c:\users\smi\desktop\speechmorphing\projects\tensorflow_1_26_2017\tensorflow\tensorflow\core\common_runtime\device.h 38
Error C1083 Cannot open include file: 'tensorflow/core/framework/device_attributes.pb_text.h': No such file or directory (compiling source file C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\core\common_runtime\device.cc) tf_core_cpu c:\users\smi\desktop\speechmorphing\projects\tensorflow_1_26_2017\tensorflow\tensorflow\core\common_runtime\device.h 38
Error C1083 Cannot open include file: 'tensorflow/core/framework/device_attributes.pb_text.h': No such file or directory (compiling source file C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\core\common_runtime\device_mgr.cc) tf_core_cpu c:\users\smi\desktop\speechmorphing\projects\tensorflow_1_26_2017\tensorflow\tensorflow\core\common_runtime\device.h 38
Error C1083 Cannot open include file: 'tensorflow/core/framework/device_attributes.pb_text.h': No such file or directory (compiling source file C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\core\common_runtime\device_set.cc) tf_core_cpu c:\users\smi\desktop\speechmorphing\projects\tensorflow_1_26_2017\tensorflow\tensorflow\core\common_runtime\device.h 38
Error C1083 Cannot open include file: 'tensorflow/core/framework/device_attributes.pb_text.h': No such file or directory (compiling source file C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\core\common_runtime\executor.cc) tf_core_cpu c:\users\smi\desktop\speechmorphing\projects\tensorflow_1_26_2017\tensorflow\tensorflow\core\common_runtime\device.h 38
Error C1083 Cannot open include file: 'tensorflow/core/framework/device_attributes.pb_text.h': No such file or directory (compiling source file C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\core\common_runtime\function.cc) tf_core_cpu c:\users\smi\desktop\speechmorphing\projects\tensorflow_1_26_2017\tensorflow\tensorflow\core\common_runtime\device.h 38
Error C1083 Cannot open include file: 'tensorflow/core/framework/device_attributes.pb_text.h': No such file or directory (compiling source file C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\core\common_runtime\local_device.cc) tf_core_cpu c:\users\smi\desktop\speechmorphing\projects\tensorflow_1_26_2017\tensorflow\tensorflow\core\common_runtime\device.h 38
Error C1083 Cannot open include file: 'tensorflow/core/framework/device_attributes.pb_text.h': No such file or directory (compiling source file C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\core\common_runtime\graph_optimizer.cc) tf_core_cpu c:\users\smi\desktop\speechmorphing\projects\tensorflow_1_26_2017\tensorflow\tensorflow\core\common_runtime\device.h 38
Error C1083 Cannot open include file: 'tensorflow/core/framework/device_attributes.pb_text.h': No such file or directory (compiling source file C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\core\common_runtime\graph_runner.cc) tf_core_cpu c:\users\smi\desktop\speechmorphing\projects\tensorflow_1_26_2017\tensorflow\tensorflow\core\common_runtime\device.h 38
Error C1083 Cannot open include file: 'tensorflow/core/framework/device_attributes.pb_text.h': No such file or directory (compiling source file C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\core\common_runtime\rendezvous_mgr.cc) tf_core_cpu c:\users\smi\desktop\speechmorphing\projects\tensorflow_1_26_2017\tensorflow\tensorflow\core\common_runtime\device.h 38
Error MSB3491 Could not write lines to file "contrib_factorization_clustering_ops_genpython.dir\RelWithDebInfo\contrib.B5D9F0A4.tlog\contrib_factorization_clustering_ops_gen_python.lastbuildstate". The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters. contrib_factorization_clustering_ops_gen_python C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppBuild.targets 312 Error C1083 Cannot open include file: 'tensorflow/core/framework/device_attributes.pb_text.h': No such file or directory (compiling source file C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\core\common_runtime\parallel_concat_optimizer.cc) tf_core_cpu c:\users\smi\desktop\speechmorphing\projects\tensorflow_1_26_2017\tensorflow\tensorflow\core\common_runtime\device.h 38
Error LNK1104 cannot open file 'grpc\src\grpc\RelWithDebInfo\grpc++_unsecure.lib' contrib_cudnn_rnn_ops_gen_python C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\contrib\cmake\build\LINK 1
Error MSB3491 Could not write lines to file "contrib_factorization_factorization_ops_genpython.dir\RelWithDebInfo\contrib.3D4BFA72.tlog\contrib_factorization_factorization_ops_gen_python.lastbuildstate". The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters. contrib_factorization_factorization_ops_gen_python C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppBuild.targets 312 Error LNK1104 cannot open file 'grpc\src\grpc\RelWithDebInfo\grpc++_unsecure.lib' candidate_sampling_ops_gen_python C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\contrib\cmake\build\LINK 1
Error LNK1104 cannot open file 'grpc\src\grpc\RelWithDebInfo\grpc++_unsecure.lib' parsing_ops_gen_python C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\contrib\cmake\build\LINK 1
Error LNK1104 cannot open file 'grpc\src\grpc\RelWithDebInfo\grpc++_unsecure.lib' array_ops_gen_python C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\contrib\cmake\build\LINK 1
Error C1083 Cannot open include file: 'tensorflow/core/framework/device_attributes.pb_text.h': No such file or directory (compiling source file C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\core\common_runtime\simple_graph_execution_state.cc) tf_core_cpu c:\users\smi\desktop\speechmorphing\projects\tensorflow_1_26_2017\tensorflow\tensorflow\core\common_runtime\device.h 38
Error LNK1104 cannot open file 'grpc\src\grpc\RelWithDebInfo\grpc++_unsecure.lib' contrib_framework_variable_ops_gen_python C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\contrib\cmake\build\LINK 1
Error LNK1104 cannot open file 'grpc\src\grpc\RelWithDebInfo\grpc++_unsecure.lib' script_ops_gen_python C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\contrib\cmake\build\LINK 1
Error LNK1104 cannot open file 'grpc\src\grpc\RelWithDebInfo\grpc++_unsecure.lib' linalg_ops_gen_cc C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\contrib\cmake\build\LINK 1
Error LNK1104 cannot open file 'grpc\src\grpc\RelWithDebInfo\grpc++_unsecure.lib' image_ops_gen_cc C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\contrib\cmake\build\LINK 1
Error LNK1104 cannot open file 'grpc\src\grpc\RelWithDebInfo\grpc++_unsecure.lib' parsing_ops_gen_cc C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\contrib\cmake\build\LINK 1
Error LNK1104 cannot open file 'grpc\src\grpc\RelWithDebInfo\grpc++_unsecure.lib' array_ops_gen_cc C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\contrib\cmake\build\LINK 1
Error LNK1104 cannot open file 'grpc\src\grpc\RelWithDebInfo\grpc++_unsecure.lib' resource_variable_ops_gen_python C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\contrib\cmake\build\LINK 1
Error LNK1104 cannot open file 'grpc\src\grpc\RelWithDebInfo\grpc++_unsecure.lib' candidate_sampling_ops_gen_cc C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\contrib\cmake\build\LINK 1
Error LNK1104 cannot open file 'grpc\src\grpc\RelWithDebInfo\grpc++_unsecure.lib' ctc_ops_gen_cc C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\contrib\cmake\build\LINK 1
Error LNK1104 cannot open file 'grpc\src\grpc\RelWithDebInfo\grpc++_unsecure.lib' io_ops_gen_cc C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\contrib\cmake\build\LINK 1
Error LNK1104 cannot open file 'grpc\src\grpc\RelWithDebInfo\grpc++_unsecure.lib' no_op_gen_cc C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\contrib\cmake\build\LINK 1
Error LNK1104 cannot open file 'grpc\src\grpc\RelWithDebInfo\grpc++_unsecure.lib' nn_ops_gen_cc C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\contrib\cmake\build\LINK 1
Error LNK1104 cannot open file 'grpc\src\grpc\RelWithDebInfo\grpc++_unsecure.lib' logging_ops_gen_cc C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\contrib\cmake\build\LINK 1
Error LNK1104 cannot open file 'grpc\src\grpc\RelWithDebInfo\grpc++_unsecure.lib' math_ops_gen_cc C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\contrib\cmake\build\LINK 1
Error LNK1104 cannot open file 'grpc\src\grpc\RelWithDebInfo\grpc++_unsecure.lib' functional_ops_gen_cc C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\contrib\cmake\build\LINK 1
Error LNK1104 cannot open file 'grpc\src\grpc\RelWithDebInfo\grpc++_unsecure.lib' random_ops_gen_cc C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\contrib\cmake\build\LINK 1
Error LNK1104 cannot open file 'grpc\src\grpc\RelWithDebInfo\grpc++_unsecure.lib' random_ops_gen_python C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\contrib\cmake\build\LINK 1
Error LNK1104 cannot open file 'grpc\src\grpc\RelWithDebInfo\grpc++_unsecure.lib' resource_variable_ops_gen_cc C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\contrib\cmake\build\LINK 1
Error LNK1104 cannot open file 'grpc\src\grpc\RelWithDebInfo\grpc++_unsecure.lib' script_ops_gen_cc C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\contrib\cmake\build\LINK 1
Error LNK1104 cannot open file 'grpc\src\grpc\RelWithDebInfo\grpc++_unsecure.lib' control_flow_ops_gen_cc C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\contrib\cmake\build\LINK 1
Error LNK1104 cannot open file 'grpc\src\grpc\RelWithDebInfo\grpc++_unsecure.lib' data_flow_ops_gen_cc C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\contrib\cmake\build\LINK 1
Error LNK1104 cannot open file 'grpc\src\grpc\RelWithDebInfo\grpc++_unsecure.lib' sdca_ops_gen_cc C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\contrib\cmake\build\LINK 1
Error LNK1104 cannot open file 'grpc\src\grpc\RelWithDebInfo\grpc++_unsecure.lib' set_ops_gen_cc C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\contrib\cmake\build\LINK 1
Error LNK1104 cannot open file 'grpc\src\grpc\RelWithDebInfo\grpc++_unsecure.lib' state_ops_gen_cc C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\contrib\cmake\build\LINK 1
Error LNK1104 cannot open file 'grpc\src\grpc\RelWithDebInfo\grpc++_unsecure.lib' string_ops_gen_cc C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\contrib\cmake\build\LINK 1
Error LNK1104 cannot open file 'grpc\src\grpc\RelWithDebInfo\grpc++_unsecure.lib' sparse_ops_gen_cc C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\contrib\cmake\build\LINK 1
Error LNK1104 cannot open file 'grpc\src\grpc\RelWithDebInfo\grpc++_unsecure.lib' sdca_ops_gen_python C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\contrib\cmake\build\LINK 1
Error LNK1104 cannot open file 'grpc\src\grpc\RelWithDebInfo\grpc++_unsecure.lib' contrib_tensor_forest_ops_gen_python C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\contrib\cmake\build\LINK 1
Error LNK1104 cannot open file 'grpc\src\grpc\RelWithDebInfo\grpc++_unsecure.lib' control_flow_ops_gen_python C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\contrib\cmake\build\LINK 1
Error LNK1104 cannot open file 'grpc\src\grpc\RelWithDebInfo\grpc++_unsecure.lib' training_ops_gen_cc C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\contrib\cmake\build\LINK 1
Error LNK1104 cannot open file 'grpc\src\grpc\RelWithDebInfo\grpc++_unsecure.lib' ctc_ops_gen_python C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\contrib\cmake\build\LINK 1
Error LNK1104 cannot open file 'grpc\src\grpc\RelWithDebInfo\grpc++_unsecure.lib' sendrecv_ops_gen_cc C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\contrib\cmake\build\LINK 1
Error LNK1104 cannot open file 'grpc\src\grpc\RelWithDebInfo\grpc++_unsecure.lib' sparse_ops_gen_python C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\contrib\cmake\build\LINK 1
Error LNK1104 cannot open file 'grpc\src\grpc\RelWithDebInfo\grpc++_unsecure.lib' set_ops_gen_python C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\contrib\cmake\build\LINK 1
Error LNK1104 cannot open file 'grpc\src\grpc\RelWithDebInfo\grpc++_unsecure.lib' state_ops_gen_python C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\contrib\cmake\build\LINK 1
Error LNK1104 cannot open file 'grpc\src\grpc\RelWithDebInfo\grpc++_unsecure.lib' user_ops_gen_cc C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\contrib\cmake\build\LINK 1
Error LNK1104 cannot open file 'grpc\src\grpc\RelWithDebInfo\grpc++_unsecure.lib' data_flow_ops_gen_python C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\contrib\cmake\build\LINK 1
Error LNK1104 cannot open file 'grpc\src\grpc\RelWithDebInfo\grpc++_unsecure.lib' string_ops_gen_python C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\contrib\cmake\build\LINK 1
Error LNK1104 cannot open file 'grpc\src\grpc\RelWithDebInfo\grpc++_unsecure.lib' functional_ops_gen_python C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\contrib\cmake\build\LINK 1
Error LNK1104 cannot open file 'grpc\src\grpc\RelWithDebInfo\grpc++_unsecure.lib' io_ops_gen_python C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\contrib\cmake\build\LINK 1
Error LNK1104 cannot open file 'grpc\src\grpc\RelWithDebInfo\grpc++_unsecure.lib' image_ops_gen_python C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\contrib\cmake\build\LINK 1
Error LNK1104 cannot open file 'grpc\src\grpc\RelWithDebInfo\grpc++_unsecure.lib' linalg_ops_gen_python C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\contrib\cmake\build\LINK 1
Error LNK1104 cannot open file 'grpc\src\grpc\RelWithDebInfo\grpc++_unsecure.lib' logging_ops_gen_python C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\contrib\cmake\build\LINK 1
Error LNK1104 cannot open file 'grpc\src\grpc\RelWithDebInfo\grpc++_unsecure.lib' math_ops_gen_python C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\contrib\cmake\build\LINK 1
Error LNK1104 cannot open file 'grpc\src\grpc\RelWithDebInfo\grpc++_unsecure.lib' training_ops_gen_python C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\contrib\cmake\build\LINK 1
Error LNK1104 cannot open file 'grpc\src\grpc\RelWithDebInfo\grpc++_unsecure.lib' user_ops_gen_python C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\contrib\cmake\build\LINK 1
Error MSB6006 "cmd.exe" exited with code 9009. tf_cc_ops C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppCommon.targets 171 Error C1083 Cannot open include file: 'tensorflow/core/framework/device_attributes.pb_text.h': No such file or directory (compiling source file C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\core\common_runtime\simple_placer.cc) tf_core_cpu c:\users\smi\desktop\speechmorphing\projects\tensorflow_1_26_2017\tensorflow\tensorflow\core\common_runtime\device.h 38
Error C1083 Cannot open include file: 'tensorflow/cc/ops/nn_ops.h': No such file or directory tf_cc c:\users\smi\desktop\speechmorphing\projects\tensorflow_1_26_2017\tensorflow\tensorflow\cc\gradients\nn_grad.cc 16
Error C1083 Cannot open include file: 'tensorflow/cc/ops/array_ops.h': No such file or directory (compiling source file C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\cc\gradients\math_grad.cc) tf_cc c:\users\smi\desktop\speechmorphing\projects\tensorflow_1_26_2017\tensorflow\tensorflow\cc\ops\standard_ops.h 19
Error C1083 Cannot open include file: 'tensorflow/cc/ops/array_ops.h': No such file or directory (compiling source file C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\cc\gradients\array_grad.cc) tf_cc c:\users\smi\desktop\speechmorphing\projects\tensorflow_1_26_2017\tensorflow\tensorflow\cc\ops\standard_ops.h 19
Error C1083 Cannot open include file: 'tensorflow/core/framework/device_attributes.pb_text.h': No such file or directory (compiling source file C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\core\common_runtime\threadpool_device.cc) tf_core_cpu c:\users\smi\desktop\speechmorphing\projects\tensorflow_1_26_2017\tensorflow\tensorflow\core\common_runtime\device.h 38
Error C1083 Cannot open include file: 'tensorflow/core/framework/device_attributes.pb_text.h': No such file or directory (compiling source file C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\core\common_runtime\threadpool_device_factory.cc) tf_core_cpu c:\users\smi\desktop\speechmorphing\projects\tensorflow_1_26_2017\tensorflow\tensorflow\core\common_runtime\device.h 38
Error C1083 Cannot open include file: 'tensorflow/cc/ops/array_ops.h': No such file or directory (compiling source file C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\cc\framework\gradients.cc) tf_cc c:\users\smi\desktop\speechmorphing\projects\tensorflow_1_26_2017\tensorflow\tensorflow\cc\ops\standard_ops.h 19
Error C1083 Cannot open include file: 'tensorflow/cc/ops/array_ops.h': No such file or directory (compiling source file C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\cc\framework\gradient_checker.cc) tf_cc c:\users\smi\desktop\speechmorphing\projects\tensorflow_1_26_2017\tensorflow\tensorflow\cc\ops\standard_ops.h 19
Error C1083 Cannot open include file: 'tensorflow/core/framework/device_attributes.pb_text.h': No such file or directory (compiling source file C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\core\graph\gradients.cc) tf_core_cpu c:\users\smi\desktop\speechmorphing\projects\tensorflow_1_26_2017\tensorflow\tensorflow\core\common_runtime\device.h 38
Error C1083 Cannot open include file: 'tensorflow/core/framework/device_attributes.pb_text.h': No such file or directory (compiling source file C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\core\graph\quantize_training.cc) tf_core_cpu c:\users\smi\desktop\speechmorphing\projects\tensorflow_1_26_2017\tensorflow\tensorflow\core\common_runtime\device.h 38
Error C1083 Cannot open include file: 'tensorflow/core/framework/device_attributes.pb_text.h': No such file or directory tf_core_direct_session c:\users\smi\desktop\speechmorphing\projects\tensorflow_1_26_2017\tensorflow\tensorflow\core\common_runtime\device.h 38
Error C1083 Cannot open include file: 'tensorflow/core/framework/device_attributes.pb_text.h': No such file or directory (compiling source file C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\core\distributed_runtime\remote_device.cc) tf_core_distributed_runtime c:\users\smi\desktop\speechmorphing\projects\tensorflow_1_26_2017\tensorflow\tensorflow\core\common_runtime\device.h 38
Error C1083 Cannot open include file: 'tensorflow/core/framework/device_attributes.pb_text.h': No such file or directory (compiling source file C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\core\distributed_runtime\master.cc) tf_core_distributed_runtime c:\users\smi\desktop\speechmorphing\projects\tensorflow_1_26_2017\tensorflow\tensorflow\core\common_runtime\device.h 38
Error C1083 Cannot open include file: 'tensorflow/core/framework/device_attributes.pb_text.h': No such file or directory (compiling source file C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\core\distributed_runtime\master_session.cc) tf_core_distributed_runtime c:\users\smi\desktop\speechmorphing\projects\tensorflow_1_26_2017\tensorflow\tensorflow\core\common_runtime\device.h 38
Error C1083 Cannot open include file: 'tensorflow/core/framework/tensor.pb_text.h': No such file or directory (compiling source file C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\core\distributed_runtime\message_wrappers.cc) tf_core_distributed_runtime c:\users\smi\desktop\speechmorphing\projects\tensorflow_1_26_2017\tensorflow\tensorflow\core\distributed_runtime\message_wrappers.h 21
Error C1083 Cannot open include file: 'tensorflow/core/framework/tensor.pb_text.h': No such file or directory (compiling source file C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\core\distributed_runtime\local_master.cc) tf_core_distributed_runtime c:\users\smi\desktop\speechmorphing\projects\tensorflow_1_26_2017\tensorflow\tensorflow\core\distributed_runtime\message_wrappers.h 21
Error C1083 Cannot open include file: 'tensorflow/core/framework/device_attributes.pb_text.h': No such file or directory (compiling source file C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\core\distributed_runtime\base_rendezvous_mgr.cc) tf_core_distributed_runtime c:\users\smi\desktop\speechmorphing\projects\tensorflow_1_26_2017\tensorflow\tensorflow\core\common_runtime\device.h 38
Error C1083 Cannot open include file: 'tensorflow/core/framework/device_attributes.pb_text.h': No such file or directory (compiling source file C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\core\distributed_runtime\graph_mgr.cc) tf_core_distributed_runtime c:\users\smi\desktop\speechmorphing\projects\tensorflow_1_26_2017\tensorflow\tensorflow\core\common_runtime\device.h 38
Error C1083 Cannot open include file: 'tensorflow/core/framework/device_attributes.pb_text.h': No such file or directory (compiling source file C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\core\distributed_runtime\rpc\grpc_master_service.cc) tf_core_distributed_runtime c:\users\smi\desktop\speechmorphing\projects\tensorflow_1_26_2017\tensorflow\tensorflow\core\common_runtime\device.h 38
Error C1083 Cannot open include file: 'tensorflow/core/framework/tensor.pb_text.h': No such file or directory (compiling source file C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\core\distributed_runtime\rpc\grpc_remote_master.cc) tf_core_distributed_runtime c:\users\smi\desktop\speechmorphing\projects\tensorflow_1_26_2017\tensorflow\tensorflow\core\distributed_runtime\message_wrappers.h 21
Error C1083 Cannot open include file: 'tensorflow/core/framework/tensor.pb_text.h': No such file or directory (compiling source file C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\core\distributed_runtime\rpc\grpc_session.cc) tf_core_distributed_runtime c:\users\smi\desktop\speechmorphing\projects\tensorflow_1_26_2017\tensorflow\tensorflow\core\distributed_runtime\message_wrappers.h 21
Error C1083 Cannot open include file: 'tensorflow/core/framework/tensor.pb_text.h': No such file or directory (compiling source file C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\core\distributed_runtime\rpc\grpc_worker_cache.cc) tf_core_distributed_runtime c:\users\smi\desktop\speechmorphing\projects\tensorflow_1_26_2017\tensorflow\tensorflow\core\distributed_runtime\message_wrappers.h 21
Error C1083 Cannot open include file: 'tensorflow/core/framework/device_attributes.pb_text.h': No such file or directory (compiling source file C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\core\distributed_runtime\rpc\grpc_server_lib.cc) tf_core_distributed_runtime c:\users\smi\desktop\speechmorphing\projects\tensorflow_1_26_2017\tensorflow\tensorflow\core\common_runtime\device.h 38
Error C1083 Cannot open include file: 'tensorflow/core/framework/tensor.pb_text.h': No such file or directory (compiling source file C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\core\distributed_runtime\rpc\grpc_remote_worker.cc) tf_core_distributed_runtime c:\users\smi\desktop\speechmorphing\projects\tensorflow_1_26_2017\tensorflow\tensorflow\core\distributed_runtime\message_wrappers.h 21
Error C1083 Cannot open include file: 'tensorflow/core/framework/device_attributes.pb_text.h': No such file or directory (compiling source file C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\core\distributed_runtime\rpc\grpc_worker_service.cc) tf_core_distributed_runtime c:\users\smi\desktop\speechmorphing\projects\tensorflow_1_26_2017\tensorflow\tensorflow\core\common_runtime\device.h 38
Error C1083 Cannot open include file: 'tensorflow/core/framework/tensor.pb_text.h': No such file or directory (compiling source file C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\core\distributed_runtime\rpc\rpc_rendezvous_mgr.cc) tf_core_distributed_runtime c:\users\smi\desktop\speechmorphing\projects\tensorflow_1_26_2017\tensorflow\tensorflow\core\distributed_runtime\message_wrappers.h 21
Error C1083 Cannot open include file: 'tensorflow/core/framework/device_attributes.pb_text.h': No such file or directory (compiling source file C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\core\distributed_runtime\scheduler.cc) tf_core_distributed_runtime c:\users\smi\desktop\speechmorphing\projects\tensorflow_1_26_2017\tensorflow\tensorflow\core\common_runtime\device.h 38
Error C1083 Cannot open include file: 'tensorflow/core/framework/device_attributes.pb_text.h': No such file or directory (compiling source file C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\core\distributed_runtime\worker.cc) tf_core_distributed_runtime c:\users\smi\desktop\speechmorphing\projects\tensorflow_1_26_2017\tensorflow\tensorflow\core\common_runtime\device.h 38
Error C1083 Cannot open include file: 'tensorflow/core/framework/device_attributes.pb_text.h': No such file or directory (compiling source file C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\core\distributed_runtime\tensor_coding.cc) tf_core_distributed_runtime c:\users\smi\desktop\speechmorphing\projects\tensorflow_1_26_2017\tensorflow\tensorflow\core\common_runtime\device.h 38
Error C1083 Cannot open include file: 'tensorflow/core/framework/tensor.pb_text.h': No such file or directory (compiling source file C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\core\distributed_runtime\worker_cache_partial.cc) tf_core_distributed_runtime c:\users\smi\desktop\speechmorphing\projects\tensorflow_1_26_2017\tensorflow\tensorflow\core\distributed_runtime\message_wrappers.h 21
Error C1083 Cannot open include file: 'tensorflow/core/framework/device_attributes.pb_text.h': No such file or directory (compiling source file C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\core\kernels\cast_op.cc) tf_core_kernels c:\users\smi\desktop\speechmorphing\projects\tensorflow_1_26_2017\tensorflow\tensorflow\core\common_runtime\device.h 38
Error C1083 Cannot open include file: 'tensorflow/core/framework/device_attributes.pb_text.h': No such file or directory (compiling source file C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\core\kernels\conv_ops_fused.cc) tf_core_kernels c:\users\smi\desktop\speechmorphing\projects\tensorflow_1_26_2017\tensorflow\tensorflow\core\common_runtime\device.h 38
Error C1083 Cannot open include file: 'tensorflow/core/framework/device_attributes.pb_text.h': No such file or directory (compiling source file C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\core\kernels\conv_ops_using_gemm.cc) tf_core_kernels c:\users\smi\desktop\speechmorphing\projects\tensorflow_1_26_2017\tensorflow\tensorflow\core\common_runtime\device.h 38
Error C1083 Cannot open include file: 'tensorflow/core/framework/device_attributes.pb_text.h': No such file or directory (compiling source file C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\core\kernels\dilation_ops.cc) tf_core_kernels c:\users\smi\desktop\speechmorphing\projects\tensorflow_1_26_2017\tensorflow\tensorflow\core\common_runtime\device.h 38
Error C1083 Cannot open include file: 'tensorflow/core/framework/device_attributes.pb_text.h': No such file or directory (compiling source file C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\core\kernels\edit_distance_op.cc) tf_core_kernels c:\users\smi\desktop\speechmorphing\projects\tensorflow_1_26_2017\tensorflow\tensorflow\core\common_runtime\device.h 38
Error C1083 Cannot open include file: 'tensorflow/core/example/feature.pb_text.h': No such file or directory tf_core_kernels c:\users\smi\desktop\speechmorphing\projects\tensorflow_1_26_2017\tensorflow\tensorflow\core\kernels\example_parsing_ops.cc 23
Error C1083 Cannot open include file: 'tensorflow/core/framework/device_attributes.pb_text.h': No such file or directory (compiling source file C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\core\kernels\function_ops.cc) tf_core_kernels c:\users\smi\desktop\speechmorphing\projects\tensorflow_1_26_2017\tensorflow\tensorflow\core\common_runtime\device.h 38
Error C1083 Cannot open include file: 'tensorflow/core/util/saved_tensor_slice.pb_text.h': No such file or directory (compiling source file C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\core\kernels\hexagon\graph_transferer.cc) tf_core_kernels c:\users\smi\desktop\speechmorphing\projects\tensorflow_1_26_2017\tensorflow\tensorflow\core\util\tensor_slice_writer.h 37
Error C1083 Cannot open include file: 'tensorflow/core/framework/device_attributes.pb_text.h': No such file or directory (compiling source file C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\core\kernels\maxpooling_op.cc) tf_core_kernels c:\users\smi\desktop\speechmorphing\projects\tensorflow_1_26_2017\tensorflow\tensorflow\core\common_runtime\device.h 38
Error C1083 Cannot open include file: 'tensorflow/core/framework/device_attributes.pb_text.h': No such file or directory (compiling source file C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\core\kernels\pooling_ops_common.cc) tf_core_kernels c:\users\smi\desktop\speechmorphing\projects\tensorflow_1_26_2017\tensorflow\tensorflow\core\common_runtime\device.h 38
Error C1083 Cannot open include file: 'tensorflow/core/util/saved_tensor_slice.pb_text.h': No such file or directory (compiling source file C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\core\kernels\restore_op.cc) tf_core_kernels c:\users\smi\desktop\speechmorphing\projects\tensorflow_1_26_2017\tensorflow\tensorflow\core\util\tensor_slice_writer.h 37
Error C1083 Cannot open include file: 'tensorflow/core/util/saved_tensor_slice.pb_text.h': No such file or directory (compiling source file C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\core\kernels\save_op.cc) tf_core_kernels c:\users\smi\desktop\speechmorphing\projects\tensorflow_1_26_2017\tensorflow\tensorflow\core\util\tensor_slice_writer.h 37
Error C1083 Cannot open include file: 'tensorflow/core/util/saved_tensor_slice.pb_text.h': No such file or directory (compiling source file C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\core\kernels\save_restore_tensor.cc) tf_core_kernels c:\users\smi\desktop\speechmorphing\projects\tensorflow_1_26_2017\tensorflow\tensorflow\core\util\tensor_slice_writer.h 37
Error C1083 Cannot open include file: 'tensorflow/core/util/saved_tensor_slice.pb_text.h': No such file or directory (compiling source file C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\core\kernels\save_restore_v2_ops.cc) tf_core_kernels c:\users\smi\desktop\speechmorphing\projects\tensorflow_1_26_2017\tensorflow\tensorflow\core\util\tensor_slice_writer.h 37
Error C1083 Cannot open include file: 'tensorflow/core/framework/device_attributes.pb_text.h': No such file or directory (compiling source file C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\core\kernels\session_ops.cc) tf_core_kernels c:\users\smi\desktop\speechmorphing\projects\tensorflow_1_26_2017\tensorflow\tensorflow\core\common_runtime\device.h 38
Error C1083 Cannot open include file: 'tensorflow/core/framework/device_attributes.pb_text.h': No such file or directory (compiling source file C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\core\kernels\sparse_matmul_op.cc) tf_core_kernels c:\users\smi\desktop\speechmorphing\projects\tensorflow_1_26_2017\tensorflow\tensorflow\core\common_runtime\device.h 38
Error C1083 Cannot open include file: 'tensorflow/core/framework/device_attributes.pb_text.h': No such file or directory (compiling source file C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\core\kernels\stack_ops.cc) tf_core_kernels c:\users\smi\desktop\speechmorphing\projects\tensorflow_1_26_2017\tensorflow\tensorflow\core\common_runtime\device.h 38
Error C1083 Cannot open include file: 'tensorflow/cc/ops/array_ops.h': No such file or directory tf_tutorials_example_trainer c:\users\smi\desktop\speechmorphing\projects\tensorflow_1_26_2017\tensorflow\tensorflow\cc\ops\standard_ops.h 19
Error C1083 Cannot open include file: 'tensorflow/cc/ops/image_ops.h': No such file or directory tf_label_image_example c:\users\smi\desktop\speechmorphing\projects\tensorflow_1_26_2017\tensorflow\tensorflow\examples\label_image\main.cc 38
Error C1083 Cannot open include file: 'tensorflow/core/framework/device_attributes.pb_text.h': No such file or directory (compiling source file C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\tools\graph_transforms\fold_batch_norms.cc) tf_tools_transform_graph_lib c:\users\smi\desktop\speechmorphing\projects\tensorflow_1_26_2017\tensorflow\tensorflow\core\common_runtime\device.h 38
Error C1083 Cannot open include file: 'tensorflow/core/framework/device_attributes.pb_text.h': No such file or directory (compiling source file C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\tools\graph_transforms\obsfucate_names.cc) tf_tools_transform_graph_lib c:\users\smi\desktop\speechmorphing\projects\tensorflow_1_26_2017\tensorflow\tensorflow\core\common_runtime\device.h 38
Error C1083 Cannot open include file: 'tensorflow/core/framework/device_attributes.pb_text.h': No such file or directory (compiling source file C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\tools\graph_transforms\fold_constants_lib.cc) tf_tools_transform_graph_lib c:\users\smi\desktop\speechmorphing\projects\tensorflow_1_26_2017\tensorflow\tensorflow\core\common_runtime\device.h 38
Error C1083 Cannot open include file: 'tensorflow/core/framework/device_attributes.pb_text.h': No such file or directory (compiling source file C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\tools\graph_transforms\insert_logging.cc) tf_tools_transform_graph_lib c:\users\smi\desktop\speechmorphing\projects\tensorflow_1_26_2017\tensorflow\tensorflow\core\common_runtime\device.h 38
Error C1083 Cannot open include file: 'tensorflow/core/framework/device_attributes.pb_text.h': No such file or directory (compiling source file C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\tools\graph_transforms\fold_old_batch_norms.cc) tf_tools_transform_graph_lib c:\users\smi\desktop\speechmorphing\projects\tensorflow_1_26_2017\tensorflow\tensorflow\core\common_runtime\device.h 38
Error C1083 Cannot open include file: 'tensorflow/core/framework/device_attributes.pb_text.h': No such file or directory (compiling source file C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\tools\graph_transforms\fuse_convolutions.cc) tf_tools_transform_graph_lib c:\users\smi\desktop\speechmorphing\projects\tensorflow_1_26_2017\tensorflow\tensorflow\core\common_runtime\device.h 38
Error LNK1104 cannot open file 'grpc\src\grpc\RelWithDebInfo\grpc++_unsecure.lib' grpc_tensorflow_server C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\contrib\cmake\build\LINK 1
Error C1083 Cannot open include file: 'tensorflow/core/framework/device_attributes.pb_text.h': No such file or directory (compiling source file C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\tools\graph_transforms\remove_attribute.cc) tf_tools_transform_graph_lib c:\users\smi\desktop\speechmorphing\projects\tensorflow_1_26_2017\tensorflow\tensorflow\core\common_runtime\device.h 38
Error C1083 Cannot open include file: 'tensorflow/core/framework/device_attributes.pb_text.h': No such file or directory (compiling source file C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\tools\graph_transforms\remove_device.cc) tf_tools_transform_graph_lib c:\users\smi\desktop\speechmorphing\projects\tensorflow_1_26_2017\tensorflow\tensorflow\core\common_runtime\device.h 38
Error C1083 Cannot open include file: 'tensorflow/core/framework/device_attributes.pb_text.h': No such file or directory (compiling source file C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\tools\graph_transforms\rename_attribute.cc) tf_tools_transform_graph_lib c:\users\smi\desktop\speechmorphing\projects\tensorflow_1_26_2017\tensorflow\tensorflow\core\common_runtime\device.h 38
Error C1083 Cannot open include file: 'tensorflow/core/framework/device_attributes.pb_text.h': No such file or directory (compiling source file C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\tools\graph_transforms\rename_op.cc) tf_tools_transform_graph_lib c:\users\smi\desktop\speechmorphing\projects\tensorflow_1_26_2017\tensorflow\tensorflow\core\common_runtime\device.h 38
Error C1083 Cannot open include file: 'tensorflow/core/framework/device_attributes.pb_text.h': No such file or directory (compiling source file C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\tools\graph_transforms\remove_nodes.cc) tf_tools_transform_graph_lib c:\users\smi\desktop\speechmorphing\projects\tensorflow_1_26_2017\tensorflow\tensorflow\core\common_runtime\device.h 38
Error C1083 Cannot open include file: 'tensorflow/core/framework/device_attributes.pb_text.h': No such file or directory (compiling source file C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\tools\graph_transforms\sort_by_execution_order.cc) tf_tools_transform_graph_lib c:\users\smi\desktop\speechmorphing\projects\tensorflow_1_26_2017\tensorflow\tensorflow\core\common_runtime\device.h 38
Error C1083 Cannot open include file: 'tensorflow/core/framework/device_attributes.pb_text.h': No such file or directory (compiling source file C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\tools\graph_transforms\strip_unused_nodes.cc) tf_tools_transform_graph_lib c:\users\smi\desktop\speechmorphing\projects\tensorflow_1_26_2017\tensorflow\tensorflow\core\common_runtime\device.h 38
Error LNK1104 cannot open file 'grpc\src\grpc\RelWithDebInfo\grpc++_unsecure.lib' compare_graphs C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\contrib\cmake\build\LINK 1
Error LNK1104 cannot open file 'grpc\src\grpc\RelWithDebInfo\grpc++_unsecure.lib' transform_graph C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\contrib\cmake\build\LINK 1
Error LNK1104 cannot open file 'grpc\src\grpc\RelWithDebInfo\grpc++_unsecure.lib' summarize_graph C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\contrib\cmake\build\LINK 1
Error C1083 Cannot open include file: 'tensorflow/core/framework/device_attributes.pb_text.h': No such file or directory (compiling source file C:\Users\SMI\Desktop\SpeechMorphing\Projects\tensorflow_1_26_2017\tensorflow\tensorflow\contrib\cmake\build\pywrap_tensorflow.cc) pywrap_tensorflow c:\users\smi\desktop\speechmorphing\projects\tensorflow_1_26_2017\tensorflow\tensorflow\core\common_runtime\device.h 38

drpngx commented 7 years ago

It's a bit strange that it continued. It looks like the protoc didn't produce output.

Sorry, I'm not sure there is much we can do about this, since the problem is outside of tensorflow. I would suggest using the subst command to assign a drive and work from there.

/cc @mrry

iantheconway commented 7 years ago

Ok, I'll just build it from a higher path. I just thought I'd log the issue in case someone else runs into it. Thanks!

drpngx commented 7 years ago

Good call. Thanks!

Huangswust182 commented 5 years ago

Hello, I also met this problem. How did you solve it?