Closed tuzm24 closed 5 years ago
Some where an include file that has no include guard is including itself (directly or indirectly).
Use /showIncludes ("Configuration Properties/C/C++/Advanced/Show Includes" in the IDE's project options) to get help with this.
See other options here
I tried it, but I faced more errors... Did I misuse the script?
After I first completed the build with a script,
https://gist.github.com/guikarist/e10dff3a4e777856cf40e44713fc2cb7
I extracted the file using the script, but the files such as tensorflow / cc / ops / array_ops.h
was not extracted.
I will look at closed issues at https://gist.github.com/imnotkind/6e41217ee8e6cf1373a883681d245029. I found a script for another extraction and used it.
I have found someone with similar problems before. https://github.com/tensorflow/tensorflow/issues/13705#issuecomment-338208089
Thnaks.
Some where an include file that has no include guard is including itself (directly or indirectly).
Use /showIncludes ("Configuration Properties/C/C++/Advanced/Show Includes" in the IDE's project options) to get help with this.
See other options here
Thank you for answer.
I built like below in powershell
and it is look like successfully in powershell..
and I used this at https://gist.github.com/imnotkind/6e41217ee8e6cf1373a883681d245029.
I include header folder in
C:\bin\include_proto C:\bin\include_pb C:\bin\include_eigen_archive C:\bin\include_eigen C:\bin\include_absl C:\bin\include
and linked C:\bin\tensorflow_cc.lib
and environment C:\bin\tensorflow_cc.dll
but I was faced with these errors, below...
Best Regards..