Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CMake Error Building Tensorflow Lite #50132

Closed
embeddetech opened this issue Jun 7, 2021 · 5 comments
Closed

CMake Error Building Tensorflow Lite #50132

embeddetech opened this issue Jun 7, 2021 · 5 comments
Assignees
Labels
comp:lite TF Lite related issues stale This label marks the issue/pr stale - to be closed automatically if no activity stat:awaiting response Status - Awaiting response from author subtype:windows Windows Build/Installation Issues type:build/install Build and install issues

Comments

@embeddetech
Copy link

System information

  • OS Platform: Windows 10 Professional
  • TensorFlow installed from source
  • TensorFlow version: Latest
  • Installed using Git/CMake Version 3.20.0
  • Visual Studio Community 2019 16.9.31112.23

Describe the problem
Provide the exact sequence of commands / steps that you executed before running into the problem

I am attempting to build TFLM in VS2019 with the Eigen library, as reported in Issue #48255: #48255

As part of troubleshooting that issue, I am trying to follow the basic instructions for building Tensorflow Lite using CMake, and the first basic build attempt fails. Following the instructions as per this page:

https://www.tensorflow.org/lite/guide/build_cmake#build_tensorflow_lite_c_library

My entire command prompt history for following the above instructions are below.
C:\Users\jtork>mkdir cmake_fflite
C:\Users\jtork>cd cmake_tflite
C:\Users\jtork\cmake_tflite>git clone https://github.com/tensorflow/tensorflow.git tensorflow_src
C:\Users\jtork\cmake_tflite>mkdir tflite_build
C:\Users\jtork\cmake_tflite>cd tflite_build
C:\Users\jtork\cmake_tflite\tflite_build>cmake ../tensorflow_src/tensorflow/lite

The above lines complete successfully. The output logs from the first cmake are included below in "Output Log 1".

Then the command below is entered to build the project:
C:\Users\jtork\cmake_tflite\tflite_build>cmake --build . -j

The above line fails. The output logs from this command are included below in "Output Log 2". The failure occurs in building the project tflite_build\flatbuffers-flatc.vcxproj, which throws an error C2220 for warning treated as an error, for warning C5430.

This warning is generated from the tflite_build\flatbuffers-flatc\src\flatbuffers\flatc-build\flatc.vcxproj project, which references a "vector" (no extension) file located in C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\include. The error is line 847 of this file, which uses a _TRY_BEGIN macro that apparently doesn't use unwind semantics for a try handler (the project is not configured to use unwind semantics). I was not able to identify the compiler option for it to use unwind semantics, which is the /EHsc compiler option.

I believe this will be a multi-layered onion in getting to a point where I can successfully build a TFLM example project that uses and pulls in the Eigen library for LSTM models. But this is the first step, and as far as I can tell the basic CMake Tensorflow Lite build is broken.


************************* Output Log 1 ************************


C:\Users\jtork\cmake_tflite\tflite_build>cmake ../tensorflow_src/tensorflow/lite
-- Building for: Visual Studio 16 2019
-- Setting build type to Release, for debug builds use'-DCMAKE_BUILD_TYPE=Debug'.
-- Selecting Windows SDK version 10.0.18362.0 to target Windows 10.0.19041.
-- The C compiler identification is MSVC 19.28.29913.0
-- The CXX compiler identification is MSVC 19.28.29913.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.28.29910/bin/Hostx64/x64/cl.exe - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.28.29910/bin/Hostx64/x64/cl.exe - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Looking for pthread.h
-- Looking for pthread.h - not found
-- Found Threads: TRUE
-- Performing Test EIGEN_COMPILER_SUPPORT_CPP11
-- Performing Test EIGEN_COMPILER_SUPPORT_CPP11 - Failed
-- Performing Test COMPILER_SUPPORT_std=cpp03
-- Performing Test COMPILER_SUPPORT_std=cpp03 - Failed
-- Performing Test standard_math_library_linked_to_automatically
-- Performing Test standard_math_library_linked_to_automatically - Success
-- Standard libraries to link to explicitly: none
-- Performing Test COMPILER_SUPPORT_OPENMP
-- Performing Test COMPILER_SUPPORT_OPENMP - Success
-- Looking for a Fortran compiler
-- Looking for a Fortran compiler - NOTFOUND

-- Configured Eigen 3.4.99

-- Available targets (use: cmake --build . --target TARGET):
-- ---------+--------------------------------------------------------------
-- Target | Description
-- ---------+--------------------------------------------------------------
-- install | Install Eigen. Headers will be installed to:
-- | <CMAKE_INSTALL_PREFIX>/<INCLUDE_INSTALL_DIR>
-- | Using the following values:
-- | CMAKE_INSTALL_PREFIX: C:/Program Files (x86)/tensorflow-lite
-- | INCLUDE_INSTALL_DIR: include/eigen3
-- | Change the install location of Eigen headers using:
-- | cmake . -DCMAKE_INSTALL_PREFIX=yourprefix
-- | Or:
-- | cmake . -DINCLUDE_INSTALL_DIR=yourdir
-- doc | Generate the API documentation, requires Doxygen & LaTeX
-- blas | Build BLAS library (not the same thing as Eigen)
-- uninstall| Remove files installed by the install target
-- ---------+--------------------------------------------------------------

-- Performing Test FARMHASH_HAS_BUILTIN_EXPECT
-- Performing Test FARMHASH_HAS_BUILTIN_EXPECT - Failed
-- Looking for _strtof_l
-- Looking for _strtof_l - found
-- Looking for _strtoui64_l
-- Looking for _strtoui64_l - found
-- The ASM compiler identification is MSVC
-- Found assembler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.28.29910/bin/Hostx64/x64/cl.exe
-- Downloading clog to C:/Users/jtork/cmake_tflite/tflite_build/clog-source (define CLOG_SOURCE_DIR to avoid it)
-- Selecting Windows SDK version 10.0.18362.0 to target Windows 10.0.19041.
-- Configuring done
-- Generating done
-- Build files have been written to: C:/Users/jtork/cmake_tflite/tflite_build/clog-download
Microsoft (R) Build Engine version 16.9.0+57a23d249 for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.

Checking Build System
Creating directories for 'clog'
Performing download step (download, verify and extract) for 'clog'
-- Downloading...
dst='C:/Users/jtork/cmake_tflite/tflite_build/clog-download/clog-prefix/src/d5e37adf1406cf899d7d9ec1d317c47506ccb970.tar.gz'
timeout='none'
inactivity timeout='none'
-- Using src='https://github.com/pytorch/cpuinfo/archive/d5e37adf1406cf899d7d9ec1d317c47506ccb970.tar.gz'
-- [download 100% complete]
-- verifying file...
file='C:/Users/jtork/cmake_tflite/tflite_build/clog-download/clog-prefix/src/d5e37adf1406cf899d7d9ec1d317c47506ccb970.tar.gz'
-- Downloading... done
-- extracting...
src='C:/Users/jtork/cmake_tflite/tflite_build/clog-download/clog-prefix/src/d5e37adf1406cf899d7d9ec1d317c47506ccb970.tar.gz'
dst='C:/Users/jtork/cmake_tflite/tflite_build/clog-source'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
Generating clog-prefix/src/clog-stamp/Debug/clog-update
Skipping patch step (no custom command) for 'clog'
No configure step for 'clog'
No build step for 'clog'
No install step for 'clog'
No test step for 'clog'
Completed 'clog'
Building Custom Rule C:/Users/jtork/cmake_tflite/tflite_build/clog-download/CMakeLists.txt
Building Custom Rule C:/Users/jtork/cmake_tflite/tflite_build/clog-download/CMakeLists.txt
-- Downloading cpuinfo to C:/Users/jtork/cmake_tflite/tflite_build/cpuinfo-source (define CPUINFO_SOURCE_DIR to avoid it)
-- Selecting Windows SDK version 10.0.18362.0 to target Windows 10.0.19041.
-- Configuring done
-- Generating done
-- Build files have been written to: C:/Users/jtork/cmake_tflite/tflite_build/cpuinfo-download
Microsoft (R) Build Engine version 16.9.0+57a23d249 for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.

Checking Build System
Creating directories for 'cpuinfo'
Performing download step (download, verify and extract) for 'cpuinfo'
-- Downloading...
dst='C:/Users/jtork/cmake_tflite/tflite_build/cpuinfo-download/cpuinfo-prefix/src/5916273f79a21551890fd3d56fc5375a78d1598d.zip'
timeout='none'
inactivity timeout='none'
-- Using src='https://github.com/pytorch/cpuinfo/archive/5916273f79a21551890fd3d56fc5375a78d1598d.zip'
-- [download 100% complete]
-- verifying file...
file='C:/Users/jtork/cmake_tflite/tflite_build/cpuinfo-download/cpuinfo-prefix/src/5916273f79a21551890fd3d56fc5375a78d1598d.zip'
-- Downloading... done
-- extracting...
src='C:/Users/jtork/cmake_tflite/tflite_build/cpuinfo-download/cpuinfo-prefix/src/5916273f79a21551890fd3d56fc5375a78d1598d.zip'
dst='C:/Users/jtork/cmake_tflite/tflite_build/cpuinfo-source'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
Generating cpuinfo-prefix/src/cpuinfo-stamp/Debug/cpuinfo-update
Performing patch step (custom command) for 'cpuinfo'
No configure step for 'cpuinfo'
No build step for 'cpuinfo'
No install step for 'cpuinfo'
No test step for 'cpuinfo'
Completed 'cpuinfo'
Building Custom Rule C:/Users/jtork/cmake_tflite/tflite_build/cpuinfo-download/CMakeLists.txt
Building Custom Rule C:/Users/jtork/cmake_tflite/tflite_build/cpuinfo-download/CMakeLists.txt
-- Downloading FP16 to C:/Users/jtork/cmake_tflite/tflite_build/FP16-source (define FP16_SOURCE_DIR to avoid it)
-- Selecting Windows SDK version 10.0.18362.0 to target Windows 10.0.19041.
-- Configuring done
-- Generating done
-- Build files have been written to: C:/Users/jtork/cmake_tflite/tflite_build/FP16-download
Microsoft (R) Build Engine version 16.9.0+57a23d249 for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.

Checking Build System
Creating directories for 'fp16'
Performing download step (download, verify and extract) for 'fp16'
-- Downloading...
dst='C:/Users/jtork/cmake_tflite/tflite_build/FP16-download/fp16-prefix/src/0a92994d729ff76a58f692d3028ca1b64b145d91.zip'
timeout='none'
inactivity timeout='none'
-- Using src='https://github.com/Maratyszcza/FP16/archive/0a92994d729ff76a58f692d3028ca1b64b145d91.zip'
-- [download 100% complete]
-- verifying file...
file='C:/Users/jtork/cmake_tflite/tflite_build/FP16-download/fp16-prefix/src/0a92994d729ff76a58f692d3028ca1b64b145d91.zip'
-- Downloading... done
-- extracting...
src='C:/Users/jtork/cmake_tflite/tflite_build/FP16-download/fp16-prefix/src/0a92994d729ff76a58f692d3028ca1b64b145d91.zip'
dst='C:/Users/jtork/cmake_tflite/tflite_build/FP16-source'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
Generating fp16-prefix/src/fp16-stamp/Debug/fp16-update
Skipping patch step (no custom command) for 'fp16'
No configure step for 'fp16'
No build step for 'fp16'
No install step for 'fp16'
No test step for 'fp16'
Completed 'fp16'
Building Custom Rule C:/Users/jtork/cmake_tflite/tflite_build/FP16-download/CMakeLists.txt
Building Custom Rule C:/Users/jtork/cmake_tflite/tflite_build/FP16-download/CMakeLists.txt
-- Downloading FXdiv to C:/Users/jtork/cmake_tflite/tflite_build/FXdiv-source (define FXDIV_SOURCE_DIR to avoid it)
-- Selecting Windows SDK version 10.0.18362.0 to target Windows 10.0.19041.
-- Configuring done
-- Generating done
-- Build files have been written to: C:/Users/jtork/cmake_tflite/tflite_build/FXdiv-download
Microsoft (R) Build Engine version 16.9.0+57a23d249 for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.

Checking Build System
Creating directories for 'fxdiv'
Performing download step (download, verify and extract) for 'fxdiv'
-- Downloading...
dst='C:/Users/jtork/cmake_tflite/tflite_build/FXdiv-download/fxdiv-prefix/src/b408327ac2a15ec3e43352421954f5b1967701d1.zip'
timeout='none'
inactivity timeout='none'
-- Using src='https://github.com/Maratyszcza/FXdiv/archive/b408327ac2a15ec3e43352421954f5b1967701d1.zip'
-- [download 100% complete]
-- verifying file...
file='C:/Users/jtork/cmake_tflite/tflite_build/FXdiv-download/fxdiv-prefix/src/b408327ac2a15ec3e43352421954f5b1967701d1.zip'
-- Downloading... done
-- extracting...
src='C:/Users/jtork/cmake_tflite/tflite_build/FXdiv-download/fxdiv-prefix/src/b408327ac2a15ec3e43352421954f5b1967701d1.zip'
dst='C:/Users/jtork/cmake_tflite/tflite_build/FXdiv-source'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
Generating fxdiv-prefix/src/fxdiv-stamp/Debug/fxdiv-update
Skipping patch step (no custom command) for 'fxdiv'
No configure step for 'fxdiv'
No build step for 'fxdiv'
No install step for 'fxdiv'
No test step for 'fxdiv'
Completed 'fxdiv'
Building Custom Rule C:/Users/jtork/cmake_tflite/tflite_build/FXdiv-download/CMakeLists.txt
Building Custom Rule C:/Users/jtork/cmake_tflite/tflite_build/FXdiv-download/CMakeLists.txt
-- Downloading pthreadpool to C:/Users/jtork/cmake_tflite/tflite_build/pthreadpool-source (define PTHREADPOOL_SOURCE_DIR to avoid it)
-- Selecting Windows SDK version 10.0.18362.0 to target Windows 10.0.19041.
-- Configuring done
-- Generating done
-- Build files have been written to: C:/Users/jtork/cmake_tflite/tflite_build/pthreadpool-download
Microsoft (R) Build Engine version 16.9.0+57a23d249 for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.

Checking Build System
Creating directories for 'pthreadpool'
Performing download step (download, verify and extract) for 'pthreadpool'
-- Downloading...
dst='C:/Users/jtork/cmake_tflite/tflite_build/pthreadpool-download/pthreadpool-prefix/src/545ebe9f225aec6dca49109516fac02e973a3de2.zip'
timeout='none'
inactivity timeout='none'
-- Using src='https://github.com/Maratyszcza/pthreadpool/archive/545ebe9f225aec6dca49109516fac02e973a3de2.zip'
-- [download 100% complete]
-- verifying file...
file='C:/Users/jtork/cmake_tflite/tflite_build/pthreadpool-download/pthreadpool-prefix/src/545ebe9f225aec6dca49109516fac02e973a3de2.zip'
-- Downloading... done
-- extracting...
src='C:/Users/jtork/cmake_tflite/tflite_build/pthreadpool-download/pthreadpool-prefix/src/545ebe9f225aec6dca49109516fac02e973a3de2.zip'
dst='C:/Users/jtork/cmake_tflite/tflite_build/pthreadpool-source'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
Generating pthreadpool-prefix/src/pthreadpool-stamp/Debug/pthreadpool-update
Skipping patch step (no custom command) for 'pthreadpool'
No configure step for 'pthreadpool'
No build step for 'pthreadpool'
No install step for 'pthreadpool'
No test step for 'pthreadpool'
Completed 'pthreadpool'
Building Custom Rule C:/Users/jtork/cmake_tflite/tflite_build/pthreadpool-download/CMakeLists.txt
Building Custom Rule C:/Users/jtork/cmake_tflite/tflite_build/pthreadpool-download/CMakeLists.txt
-- Downloading PSimd to C:/Users/jtork/cmake_tflite/tflite_build/psimd-source (define PSIMD_SOURCE_DIR to avoid it)
-- Selecting Windows SDK version 10.0.18362.0 to target Windows 10.0.19041.
-- Configuring done
-- Generating done
-- Build files have been written to: C:/Users/jtork/cmake_tflite/tflite_build/psimd-download
Microsoft (R) Build Engine version 16.9.0+57a23d249 for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.

Checking Build System
Creating directories for 'psimd'
Performing download step (git clone) for 'psimd'
Cloning into 'psimd-source'...
Already on 'master'
Your branch is up to date with 'origin/master'.
Performing update step (git update) for 'psimd'
Skipping patch step (no custom command) for 'psimd'
No configure step for 'psimd'
No build step for 'psimd'
No install step for 'psimd'
No test step for 'psimd'
Completed 'psimd'
Building Custom Rule C:/Users/jtork/cmake_tflite/tflite_build/psimd-download/CMakeLists.txt
Building Custom Rule C:/Users/jtork/cmake_tflite/tflite_build/psimd-download/CMakeLists.txt
-- Configuring done
-- Generating done
-- Build files have been written to: C:/Users/jtork/cmake_tflite/tflite_build

C:\Users\jtork\cmake_tflite\tflite_build>


************************* Output Log 2 ************************


C:\Users\jtork\cmake_tflite\tflite_build>cmake --build . -j
Microsoft (R) Build Engine version 16.9.0+57a23d249 for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.

Checking Build System
Creating directories for 'flatbuffers-flatc'
Skipping download step (SOURCE_DIR given) for 'flatbuffers-flatc'
Generating flatbuffers-flatc/src/flatbuffers-flatc-stamp/Debug/flatbuffers-flatc-update
Skipping patch step (no custom command) for 'flatbuffers-flatc'
Performing configure step for 'flatbuffers-flatc'
-- Selecting Windows SDK version 10.0.18362.0 to target Windows 10.0.19041.
-- The C compiler identification is MSVC 19.28.29913.0
-- The CXX compiler identification is MSVC 19.28.29913.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.28.29910/bin/Hostx64/x64/cl.exe - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.28.29910/bin/Hostx64/x64/cl.exe - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Looking for _strtof_l
-- Looking for _strtof_l - found
-- Looking for _strtoui64_l
-- Looking for _strtoui64_l - found
-- Configuring done
-- Generating done
-- Build files have been written to: C:/Users/jtork/cmake_tflite/tflite_build/flatbuffers-flatc/src/flatbuffers-flatc-build
Performing build step for 'flatbuffers-flatc'
Microsoft (R) Build Engine version 16.9.0+57a23d249 for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.

Checking Build System
Building Custom Rule C:/Users/jtork/cmake_tflite/tflite_build/flatbuffers/CMakeLists.txt
idl_parser.cpp

C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\include\vector(847,1): error C2220: the following warning is treated as an error [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj] [C:\Users\jtork\cmake_tflite\tflite_build\fl
atbuffers-flatc.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\include\vector(815): message : while compiling class template member function 'std::_Vector_iterator<std::_Vector_val<std::_Simple_types<_Ty>>> std::vector<_Ty,std::allocator<_Ty>>::insert(std::_Vector_const_iterator<std::_Vec
tor_val<std::_Simple_types<_Ty>>>,const unsigned __int64,const _Ty &)' [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj]
with
[
_Ty=uint8_t
]
C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers\include\flatbuffers/flexbuffers.h(1335): message : see reference to function template instantiation 'std::_Vector_iterator<std::_Vector_val<std::_Simple_types<_Ty>>> std::vector<_Ty,std::allocator<_Ty>>::insert(std::_Vector_const_iterator<std::_Vector_val<std::
_Simple_types<_Ty>>>,const unsigned __int64,const _Ty &)' being compiled [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj]
with
[
_Ty=uint8_t
]
C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers\include\flatbuffers/flexbuffers.h(875): message : see reference to class template instantiation 'std::vector<uint8_t,std::allocator<uint8_t>>' being compiled [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\include\vector(847,1): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj] [C:\Use
rs\jtork\cmake_tflite\tflite_build\flatbuffers-flatc.vcxproj]
idl_gen_text.cpp
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\include\vector(847,1): error C2220: the following warning is treated as an error [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj] [C:\Users\jtork\cmake_tflite\tflite_build\fl
atbuffers-flatc.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\include\vector(815): message : while compiling class template member function 'std::_Vector_iterator<std::_Vector_val<std::_Simple_types<_Ty>>> std::vector<_Ty,std::allocator<_Ty>>::insert(std::_Vector_const_iterator<std::_Vec
tor_val<std::_Simple_types<_Ty>>>,const unsigned __int64,const _Ty &)' [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj]
with
[
_Ty=uint8_t
]
C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers\include\flatbuffers/flexbuffers.h(1335): message : see reference to function template instantiation 'std::_Vector_iterator<std::_Vector_val<std::_Simple_types<_Ty>>> std::vector<_Ty,std::allocator<_Ty>>::insert(std::_Vector_const_iterator<std::_Vector_val<std::
_Simple_types<_Ty>>>,const unsigned __int64,const _Ty &)' being compiled [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj]
with
[
_Ty=uint8_t
]
C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers\include\flatbuffers/flexbuffers.h(875): message : see reference to class template instantiation 'std::vector<uint8_t,std::allocator<uint8_t>>' being compiled [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\include\vector(847,1): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj] [C:\Use
rs\jtork\cmake_tflite\tflite_build\flatbuffers-flatc.vcxproj]
reflection.cpp
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\include\vector(847,1): error C2220: the following warning is treated as an error [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj] [C:\Users\jtork\cmake_tflite\tflite_build\fl
atbuffers-flatc.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\include\vector(815): message : while compiling class template member function 'std::_Vector_iterator<std::_Vector_val<std::_Simple_types<_Ty>>> std::vector<_Ty,std::allocator<_Ty>>::insert(std::_Vector_const_iterator<std::_Vec
tor_val<std::_Simple_types<_Ty>>>,const unsigned __int64,const _Ty &)' [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj]
with
[
_Ty=uint8_t
]
C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers\src\reflection.cpp(196): message : see reference to function template instantiation 'std::_Vector_iterator<std::_Vector_val<std::_Simple_types<_Ty>>> std::vector<_Ty,std::allocator<_Ty>>::insert(std::_Vector_const_iterator<std::_Vector_val<std::_Simple_types<_T
y>>>,const unsigned __int64,const _Ty &)' being compiled [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj]
with
[
_Ty=uint8_t
]
C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers\src\reflection.cpp(306): message : see reference to class template instantiation 'std::vector<uint8_t,std::allocator<uint8_t>>' being compiled [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\include\vector(847,1): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj] [C:\Use
rs\jtork\cmake_tflite\tflite_build\flatbuffers-flatc.vcxproj]
util.cpp
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\include\istream(519,1): error C2220: the following warning is treated as an error [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj] [C:\Users\jtork\cmake_tflite\tflite_build\f
latbuffers-flatc.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\include\istream(513): message : while compiling class template member function 'std::basic_istream<char,std::char_traits> &std::basic_istream<char,std::char_traits>::read(_Elem *,std::streamsize)' [C:\Users\jtork\c
make_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj]
with
[
_Elem=char
]
C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers\src\util.cpp(64): message : see reference to function template instantiation 'std::basic_istream<char,std::char_traits> &std::basic_istream<char,std::char_traits>::read(_Elem *,std::streamsize)' being compiled [C:\Users\jtork\cmake_tflite\tflite_bui
ld\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj]
with
[
_Elem=char
]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\include\istream(699): message : see reference to class template instantiation 'std::basic_istream<char,std::char_traits>' being compiled [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-b
uild\flatc.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\include\istream(519,1): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj] [C:\Us
ers\jtork\cmake_tflite\tflite_build\flatbuffers-flatc.vcxproj]
idl_gen_cpp.cpp
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\include\vector(847,1): error C2220: the following warning is treated as an error [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj] [C:\Users\jtork\cmake_tflite\tflite_build\fl
atbuffers-flatc.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\include\vector(815): message : while compiling class template member function 'std::_Vector_iterator<std::_Vector_val<std::_Simple_types<_Ty>>> std::vector<_Ty,std::allocator<_Ty>>::insert(std::_Vector_const_iterator<std::_Vec
tor_val<std::_Simple_types<_Ty>>>,const unsigned __int64,const _Ty &)' [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj]
with
[
_Ty=uint8_t
]
C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers\include\flatbuffers/flexbuffers.h(1335): message : see reference to function template instantiation 'std::_Vector_iterator<std::_Vector_val<std::_Simple_types<_Ty>>> std::vector<_Ty,std::allocator<_Ty>>::insert(std::_Vector_const_iterator<std::_Vector_val<std::
_Simple_types<_Ty>>>,const unsigned __int64,const _Ty &)' being compiled [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj]
with
[
_Ty=uint8_t
]
C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers\include\flatbuffers/flexbuffers.h(875): message : see reference to class template instantiation 'std::vector<uint8_t,std::allocator<uint8_t>>' being compiled [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\include\vector(847,1): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj] [C:\Use
rs\jtork\cmake_tflite\tflite_build\flatbuffers-flatc.vcxproj]
idl_gen_csharp.cpp
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\include\vector(847,1): error C2220: the following warning is treated as an error [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj] [C:\Users\jtork\cmake_tflite\tflite_build\fl
atbuffers-flatc.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\include\vector(815): message : while compiling class template member function 'std::_Vector_iterator<std::_Vector_val<std::_Simple_types<_Ty>>> std::vector<_Ty,std::allocator<_Ty>>::insert(std::_Vector_const_iterator<std::_Vec
tor_val<std::_Simple_types<_Ty>>>,const unsigned __int64,const _Ty &)' [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj]
with
[
_Ty=uint8_t
]
C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers\include\flatbuffers/flexbuffers.h(1335): message : see reference to function template instantiation 'std::_Vector_iterator<std::_Vector_val<std::_Simple_types<_Ty>>> std::vector<_Ty,std::allocator<_Ty>>::insert(std::_Vector_const_iterator<std::_Vector_val<std::
_Simple_types<_Ty>>>,const unsigned __int64,const _Ty &)' being compiled [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj]
with
[
_Ty=uint8_t
]
C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers\include\flatbuffers/flexbuffers.h(875): message : see reference to class template instantiation 'std::vector<uint8_t,std::allocator<uint8_t>>' being compiled [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\include\vector(847,1): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj] [C:\Use
rs\jtork\cmake_tflite\tflite_build\flatbuffers-flatc.vcxproj]
idl_gen_dart.cpp
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\include\vector(847,1): error C2220: the following warning is treated as an error [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj] [C:\Users\jtork\cmake_tflite\tflite_build\fl
atbuffers-flatc.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\include\vector(815): message : while compiling class template member function 'std::_Vector_iterator<std::_Vector_val<std::_Simple_types<_Ty>>> std::vector<_Ty,std::allocator<_Ty>>::insert(std::_Vector_const_iterator<std::_Vec
tor_val<std::_Simple_types<_Ty>>>,const unsigned __int64,const _Ty &)' [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj]
with
[
_Ty=uint8_t
]
C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers\include\flatbuffers/flexbuffers.h(1335): message : see reference to function template instantiation 'std::_Vector_iterator<std::_Vector_val<std::_Simple_types<_Ty>>> std::vector<_Ty,std::allocator<_Ty>>::insert(std::_Vector_const_iterator<std::_Vector_val<std::
_Simple_types<_Ty>>>,const unsigned __int64,const _Ty &)' being compiled [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj]
with
[
_Ty=uint8_t
]
C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers\include\flatbuffers/flexbuffers.h(875): message : see reference to class template instantiation 'std::vector<uint8_t,std::allocator<uint8_t>>' being compiled [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\include\vector(847,1): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj] [C:\Use
rs\jtork\cmake_tflite\tflite_build\flatbuffers-flatc.vcxproj]
idl_gen_kotlin.cpp
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\include\vector(847,1): error C2220: the following warning is treated as an error [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj] [C:\Users\jtork\cmake_tflite\tflite_build\fl
atbuffers-flatc.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\include\vector(815): message : while compiling class template member function 'std::_Vector_iterator<std::_Vector_val<std::_Simple_types<_Ty>>> std::vector<_Ty,std::allocator<_Ty>>::insert(std::_Vector_const_iterator<std::_Vec
tor_val<std::_Simple_types<_Ty>>>,const unsigned __int64,const _Ty &)' [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj]
with
[
_Ty=uint8_t
]
C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers\include\flatbuffers/flexbuffers.h(1335): message : see reference to function template instantiation 'std::_Vector_iterator<std::_Vector_val<std::_Simple_types<_Ty>>> std::vector<_Ty,std::allocator<_Ty>>::insert(std::_Vector_const_iterator<std::_Vector_val<std::
_Simple_types<_Ty>>>,const unsigned __int64,const _Ty &)' being compiled [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj]
with
[
_Ty=uint8_t
]
C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers\include\flatbuffers/flexbuffers.h(875): message : see reference to class template instantiation 'std::vector<uint8_t,std::allocator<uint8_t>>' being compiled [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\include\vector(847,1): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj] [C:\Use
rs\jtork\cmake_tflite\tflite_build\flatbuffers-flatc.vcxproj]
idl_gen_go.cpp
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\include\vector(847,1): error C2220: the following warning is treated as an error [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj] [C:\Users\jtork\cmake_tflite\tflite_build\fl
atbuffers-flatc.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\include\vector(815): message : while compiling class template member function 'std::_Vector_iterator<std::_Vector_val<std::_Simple_types<_Ty>>> std::vector<_Ty,std::allocator<_Ty>>::insert(std::_Vector_const_iterator<std::_Vec
tor_val<std::_Simple_types<_Ty>>>,const unsigned __int64,const _Ty &)' [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj]
with
[
_Ty=uint8_t
]
C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers\include\flatbuffers/flexbuffers.h(1335): message : see reference to function template instantiation 'std::_Vector_iterator<std::_Vector_val<std::_Simple_types<_Ty>>> std::vector<_Ty,std::allocator<_Ty>>::insert(std::_Vector_const_iterator<std::_Vector_val<std::
_Simple_types<_Ty>>>,const unsigned __int64,const _Ty &)' being compiled [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj]
with
[
_Ty=uint8_t
]
C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers\include\flatbuffers/flexbuffers.h(875): message : see reference to class template instantiation 'std::vector<uint8_t,std::allocator<uint8_t>>' being compiled [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\include\vector(847,1): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj] [C:\Use
rs\jtork\cmake_tflite\tflite_build\flatbuffers-flatc.vcxproj]
idl_gen_java.cpp
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\include\vector(847,1): error C2220: the following warning is treated as an error [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj] [C:\Users\jtork\cmake_tflite\tflite_build\fl
atbuffers-flatc.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\include\vector(815): message : while compiling class template member function 'std::_Vector_iterator<std::_Vector_val<std::_Simple_types<_Ty>>> std::vector<_Ty,std::allocator<_Ty>>::insert(std::_Vector_const_iterator<std::_Vec
tor_val<std::_Simple_types<_Ty>>>,const unsigned __int64,const _Ty &)' [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj]
with
[
_Ty=uint8_t
]
C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers\include\flatbuffers/flexbuffers.h(1335): message : see reference to function template instantiation 'std::_Vector_iterator<std::_Vector_val<std::_Simple_types<_Ty>>> std::vector<_Ty,std::allocator<_Ty>>::insert(std::_Vector_const_iterator<std::_Vector_val<std::
_Simple_types<_Ty>>>,const unsigned __int64,const _Ty &)' being compiled [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj]
with
[
_Ty=uint8_t
]
C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers\include\flatbuffers/flexbuffers.h(875): message : see reference to class template instantiation 'std::vector<uint8_t,std::allocator<uint8_t>>' being compiled [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\include\vector(847,1): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj] [C:\Use
rs\jtork\cmake_tflite\tflite_build\flatbuffers-flatc.vcxproj]
idl_gen_js_ts.cpp
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\include\vector(847,1): error C2220: the following warning is treated as an error [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj] [C:\Users\jtork\cmake_tflite\tflite_build\fl
atbuffers-flatc.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\include\vector(815): message : while compiling class template member function 'std::_Vector_iterator<std::_Vector_val<std::_Simple_types<_Ty>>> std::vector<_Ty,std::allocator<_Ty>>::insert(std::_Vector_const_iterator<std::_Vec
tor_val<std::_Simple_types<_Ty>>>,const unsigned __int64,const _Ty &)' [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj]
with
[
_Ty=uint8_t
]
C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers\include\flatbuffers/flexbuffers.h(1335): message : see reference to function template instantiation 'std::_Vector_iterator<std::_Vector_val<std::_Simple_types<_Ty>>> std::vector<_Ty,std::allocator<_Ty>>::insert(std::_Vector_const_iterator<std::_Vector_val<std::
_Simple_types<_Ty>>>,const unsigned __int64,const _Ty &)' being compiled [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj]
with
[
_Ty=uint8_t
]
C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers\include\flatbuffers/flexbuffers.h(875): message : see reference to class template instantiation 'std::vector<uint8_t,std::allocator<uint8_t>>' being compiled [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\include\vector(847,1): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj] [C:\Use
rs\jtork\cmake_tflite\tflite_build\flatbuffers-flatc.vcxproj]
idl_gen_php.cpp
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\include\vector(847,1): error C2220: the following warning is treated as an error [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj] [C:\Users\jtork\cmake_tflite\tflite_build\fl
atbuffers-flatc.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\include\vector(815): message : while compiling class template member function 'std::_Vector_iterator<std::_Vector_val<std::_Simple_types<_Ty>>> std::vector<_Ty,std::allocator<_Ty>>::insert(std::_Vector_const_iterator<std::_Vec
tor_val<std::_Simple_types<_Ty>>>,const unsigned __int64,const _Ty &)' [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj]
with
[
_Ty=uint8_t
]
C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers\include\flatbuffers/flexbuffers.h(1335): message : see reference to function template instantiation 'std::_Vector_iterator<std::_Vector_val<std::_Simple_types<_Ty>>> std::vector<_Ty,std::allocator<_Ty>>::insert(std::_Vector_const_iterator<std::_Vector_val<std::
_Simple_types<_Ty>>>,const unsigned __int64,const _Ty &)' being compiled [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj]
with
[
_Ty=uint8_t
]
C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers\include\flatbuffers/flexbuffers.h(875): message : see reference to class template instantiation 'std::vector<uint8_t,std::allocator<uint8_t>>' being compiled [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\include\vector(847,1): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj] [C:\Use
rs\jtork\cmake_tflite\tflite_build\flatbuffers-flatc.vcxproj]
idl_gen_python.cpp
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\include\vector(847,1): error C2220: the following warning is treated as an error [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj] [C:\Users\jtork\cmake_tflite\tflite_build\fl
atbuffers-flatc.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\include\vector(815): message : while compiling class template member function 'std::_Vector_iterator<std::_Vector_val<std::_Simple_types<_Ty>>> std::vector<_Ty,std::allocator<_Ty>>::insert(std::_Vector_const_iterator<std::_Vec
tor_val<std::_Simple_types<_Ty>>>,const unsigned __int64,const _Ty &)' [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj]
with
[
_Ty=uint8_t
]
C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers\include\flatbuffers/flexbuffers.h(1335): message : see reference to function template instantiation 'std::_Vector_iterator<std::_Vector_val<std::_Simple_types<_Ty>>> std::vector<_Ty,std::allocator<_Ty>>::insert(std::_Vector_const_iterator<std::_Vector_val<std::
_Simple_types<_Ty>>>,const unsigned __int64,const _Ty &)' being compiled [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj]
with
[
_Ty=uint8_t
]
C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers\include\flatbuffers/flexbuffers.h(875): message : see reference to class template instantiation 'std::vector<uint8_t,std::allocator<uint8_t>>' being compiled [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\include\vector(847,1): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj] [C:\Use
rs\jtork\cmake_tflite\tflite_build\flatbuffers-flatc.vcxproj]
idl_gen_lobster.cpp
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\include\vector(847,1): error C2220: the following warning is treated as an error [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj] [C:\Users\jtork\cmake_tflite\tflite_build\fl
atbuffers-flatc.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\include\vector(815): message : while compiling class template member function 'std::_Vector_iterator<std::_Vector_val<std::_Simple_types<_Ty>>> std::vector<_Ty,std::allocator<_Ty>>::insert(std::_Vector_const_iterator<std::_Vec
tor_val<std::_Simple_types<_Ty>>>,const unsigned __int64,const _Ty &)' [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj]
with
[
_Ty=uint8_t
]
C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers\include\flatbuffers/flexbuffers.h(1335): message : see reference to function template instantiation 'std::_Vector_iterator<std::_Vector_val<std::_Simple_types<_Ty>>> std::vector<_Ty,std::allocator<_Ty>>::insert(std::_Vector_const_iterator<std::_Vector_val<std::
_Simple_types<_Ty>>>,const unsigned __int64,const _Ty &)' being compiled [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj]
with
[
_Ty=uint8_t
]
C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers\include\flatbuffers/flexbuffers.h(875): message : see reference to class template instantiation 'std::vector<uint8_t,std::allocator<uint8_t>>' being compiled [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\include\vector(847,1): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj] [C:\Use
rs\jtork\cmake_tflite\tflite_build\flatbuffers-flatc.vcxproj]
idl_gen_lua.cpp
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\include\vector(847,1): error C2220: the following warning is treated as an error [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj] [C:\Users\jtork\cmake_tflite\tflite_build\fl
atbuffers-flatc.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\include\vector(815): message : while compiling class template member function 'std::_Vector_iterator<std::_Vector_val<std::_Simple_types<_Ty>>> std::vector<_Ty,std::allocator<_Ty>>::insert(std::_Vector_const_iterator<std::_Vec
tor_val<std::_Simple_types<_Ty>>>,const unsigned __int64,const _Ty &)' [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj]
with
[
_Ty=uint8_t
]
C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers\include\flatbuffers/flexbuffers.h(1335): message : see reference to function template instantiation 'std::_Vector_iterator<std::_Vector_val<std::_Simple_types<_Ty>>> std::vector<_Ty,std::allocator<_Ty>>::insert(std::_Vector_const_iterator<std::_Vector_val<std::
_Simple_types<_Ty>>>,const unsigned __int64,const _Ty &)' being compiled [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj]
with
[
_Ty=uint8_t
]
C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers\include\flatbuffers/flexbuffers.h(875): message : see reference to class template instantiation 'std::vector<uint8_t,std::allocator<uint8_t>>' being compiled [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\include\vector(847,1): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj] [C:\Use
rs\jtork\cmake_tflite\tflite_build\flatbuffers-flatc.vcxproj]
idl_gen_rust.cpp
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\include\vector(847,1): error C2220: the following warning is treated as an error [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj] [C:\Users\jtork\cmake_tflite\tflite_build\fl
atbuffers-flatc.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\include\vector(815): message : while compiling class template member function 'std::_Vector_iterator<std::_Vector_val<std::_Simple_types<_Ty>>> std::vector<_Ty,std::allocator<_Ty>>::insert(std::_Vector_const_iterator<std::_Vec
tor_val<std::_Simple_types<_Ty>>>,const unsigned __int64,const _Ty &)' [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj]
with
[
_Ty=uint8_t
]
C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers\include\flatbuffers/flexbuffers.h(1335): message : see reference to function template instantiation 'std::_Vector_iterator<std::_Vector_val<std::_Simple_types<_Ty>>> std::vector<_Ty,std::allocator<_Ty>>::insert(std::_Vector_const_iterator<std::_Vector_val<std::
_Simple_types<_Ty>>>,const unsigned __int64,const _Ty &)' being compiled [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj]
with
[
_Ty=uint8_t
]
C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers\include\flatbuffers/flexbuffers.h(875): message : see reference to class template instantiation 'std::vector<uint8_t,std::allocator<uint8_t>>' being compiled [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\include\vector(847,1): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj] [C:\Use
rs\jtork\cmake_tflite\tflite_build\flatbuffers-flatc.vcxproj]
idl_gen_fbs.cpp
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\include\vector(847,1): error C2220: the following warning is treated as an error [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj] [C:\Users\jtork\cmake_tflite\tflite_build\fl
atbuffers-flatc.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\include\vector(815): message : while compiling class template member function 'std::_Vector_iterator<std::_Vector_val<std::_Simple_types<_Ty>>> std::vector<_Ty,std::allocator<_Ty>>::insert(std::_Vector_const_iterator<std::_Vec
tor_val<std::_Simple_types<_Ty>>>,const unsigned __int64,const _Ty &)' [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj]
with
[
_Ty=uint8_t
]
C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers\include\flatbuffers/flexbuffers.h(1335): message : see reference to function template instantiation 'std::_Vector_iterator<std::_Vector_val<std::_Simple_types<_Ty>>> std::vector<_Ty,std::allocator<_Ty>>::insert(std::_Vector_const_iterator<std::_Vector_val<std::
_Simple_types<_Ty>>>,const unsigned __int64,const _Ty &)' being compiled [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj]
with
[
_Ty=uint8_t
]
C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers\include\flatbuffers/flexbuffers.h(875): message : see reference to class template instantiation 'std::vector<uint8_t,std::allocator<uint8_t>>' being compiled [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\include\vector(847,1): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj] [C:\Use
rs\jtork\cmake_tflite\tflite_build\flatbuffers-flatc.vcxproj]
idl_gen_grpc.cpp
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\include\vector(847,1): error C2220: the following warning is treated as an error [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj] [C:\Users\jtork\cmake_tflite\tflite_build\fl
atbuffers-flatc.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\include\vector(815): message : while compiling class template member function 'std::_Vector_iterator<std::_Vector_val<std::_Simple_types<_Ty>>> std::vector<_Ty,std::allocator<_Ty>>::insert(std::_Vector_const_iterator<std::_Vec
tor_val<std::_Simple_types<_Ty>>>,const unsigned __int64,const _Ty &)' [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj]
with
[
_Ty=uint8_t
]
C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers\include\flatbuffers/flexbuffers.h(1335): message : see reference to function template instantiation 'std::_Vector_iterator<std::_Vector_val<std::_Simple_types<_Ty>>> std::vector<_Ty,std::allocator<_Ty>>::insert(std::_Vector_const_iterator<std::_Vector_val<std::
_Simple_types<_Ty>>>,const unsigned __int64,const _Ty &)' being compiled [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj]
with
[
_Ty=uint8_t
]
C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers\include\flatbuffers/flexbuffers.h(875): message : see reference to class template instantiation 'std::vector<uint8_t,std::allocator<uint8_t>>' being compiled [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\include\vector(847,1): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj] [C:\Use
rs\jtork\cmake_tflite\tflite_build\flatbuffers-flatc.vcxproj]
idl_gen_json_schema.cpp
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\include\vector(847,1): error C2220: the following warning is treated as an error [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj] [C:\Users\jtork\cmake_tflite\tflite_build\fl
atbuffers-flatc.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\include\vector(815): message : while compiling class template member function 'std::_Vector_iterator<std::_Vector_val<std::_Simple_types<_Ty>>> std::vector<_Ty,std::allocator<_Ty>>::insert(std::_Vector_const_iterator<std::_Vec
tor_val<std::_Simple_types<_Ty>>>,const unsigned __int64,const _Ty &)' [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj]
with
[
_Ty=uint8_t
]
C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers\include\flatbuffers/flexbuffers.h(1335): message : see reference to function template instantiation 'std::_Vector_iterator<std::_Vector_val<std::_Simple_types<_Ty>>> std::vector<_Ty,std::allocator<_Ty>>::insert(std::_Vector_const_iterator<std::_Vector_val<std::
_Simple_types<_Ty>>>,const unsigned __int64,const _Ty &)' being compiled [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj]
with
[
_Ty=uint8_t
]
C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers\include\flatbuffers/flexbuffers.h(875): message : see reference to class template instantiation 'std::vector<uint8_t,std::allocator<uint8_t>>' being compiled [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\include\vector(847,1): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj] [C:\Use
rs\jtork\cmake_tflite\tflite_build\flatbuffers-flatc.vcxproj]
idl_gen_swift.cpp
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\include\vector(847,1): error C2220: the following warning is treated as an error [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj] [C:\Users\jtork\cmake_tflite\tflite_build\fl
atbuffers-flatc.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\include\vector(815): message : while compiling class template member function 'std::_Vector_iterator<std::_Vector_val<std::_Simple_types<_Ty>>> std::vector<_Ty,std::allocator<_Ty>>::insert(std::_Vector_const_iterator<std::_Vec
tor_val<std::_Simple_types<_Ty>>>,const unsigned __int64,const _Ty &)' [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj]
with
[
_Ty=uint8_t
]
C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers\include\flatbuffers/flexbuffers.h(1335): message : see reference to function template instantiation 'std::_Vector_iterator<std::_Vector_val<std::_Simple_types<_Ty>>> std::vector<_Ty,std::allocator<_Ty>>::insert(std::_Vector_const_iterator<std::_Vector_val<std::
_Simple_types<_Ty>>>,const unsigned __int64,const _Ty &)' being compiled [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj]
with
[
_Ty=uint8_t
]
C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers\include\flatbuffers/flexbuffers.h(875): message : see reference to class template instantiation 'std::vector<uint8_t,std::allocator<uint8_t>>' being compiled [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\include\vector(847,1): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj] [C:\Use
rs\jtork\cmake_tflite\tflite_build\flatbuffers-flatc.vcxproj]
Generating Code...
Compiling...
flatc.cpp
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\include\vector(847,1): error C2220: the following warning is treated as an error [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj] [C:\Users\jtork\cmake_tflite\tflite_build\fl
atbuffers-flatc.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\include\vector(815): message : while compiling class template member function 'std::_Vector_iterator<std::_Vector_val<std::_Simple_types<_Ty>>> std::vector<_Ty,std::allocator<_Ty>>::insert(std::_Vector_const_iterator<std::_Vec
tor_val<std::_Simple_types<_Ty>>>,const unsigned __int64,const _Ty &)' [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj]
with
[
_Ty=uint8_t
]
C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers\include\flatbuffers/flexbuffers.h(1335): message : see reference to function template instantiation 'std::_Vector_iterator<std::_Vector_val<std::_Simple_types<_Ty>>> std::vector<_Ty,std::allocator<_Ty>>::insert(std::_Vector_const_iterator<std::_Vector_val<std::
_Simple_types<_Ty>>>,const unsigned __int64,const _Ty &)' being compiled [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj]
with
[
_Ty=uint8_t
]
C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers\include\flatbuffers/flexbuffers.h(875): message : see reference to class template instantiation 'std::vector<uint8_t,std::allocator<uint8_t>>' being compiled [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\include\vector(847,1): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj] [C:\Use
rs\jtork\cmake_tflite\tflite_build\flatbuffers-flatc.vcxproj]
flatc_main.cpp
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\include\vector(847,1): error C2220: the following warning is treated as an error [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj] [C:\Users\jtork\cmake_tflite\tflite_build\fl
atbuffers-flatc.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\include\vector(815): message : while compiling class template member function 'std::_Vector_iterator<std::_Vector_val<std::_Simple_types<_Ty>>> std::vector<_Ty,std::allocator<_Ty>>::insert(std::_Vector_const_iterator<std::_Vec
tor_val<std::_Simple_types<_Ty>>>,const unsigned __int64,const _Ty &)' [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj]
with
[
_Ty=uint8_t
]
C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers\include\flatbuffers/flexbuffers.h(1335): message : see reference to function template instantiation 'std::_Vector_iterator<std::_Vector_val<std::_Simple_types<_Ty>>> std::vector<_Ty,std::allocator<_Ty>>::insert(std::_Vector_const_iterator<std::_Vector_val<std::
_Simple_types<_Ty>>>,const unsigned __int64,const _Ty &)' being compiled [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj]
with
[
_Ty=uint8_t
]
C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers\include\flatbuffers/flexbuffers.h(875): message : see reference to class template instantiation 'std::vector<uint8_t,std::allocator<uint8_t>>' being compiled [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\include\vector(847,1): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj] [C:\Use
rs\jtork\cmake_tflite\tflite_build\flatbuffers-flatc.vcxproj]
code_generators.cpp
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\include\vector(847,1): error C2220: the following warning is treated as an error [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj] [C:\Users\jtork\cmake_tflite\tflite_build\fl
atbuffers-flatc.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\include\vector(815): message : while compiling class template member function 'std::_Vector_iterator<std::_Vector_val<std::_Simple_types<_Ty>>> std::vector<_Ty,std::allocator<_Ty>>::insert(std::_Vector_const_iterator<std::_Vec
tor_val<std::_Simple_types<_Ty>>>,const unsigned __int64,const _Ty &)' [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj]
with
[
_Ty=uint8_t
]
C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers\include\flatbuffers/flexbuffers.h(1335): message : see reference to function template instantiation 'std::_Vector_iterator<std::_Vector_val<std::_Simple_types<_Ty>>> std::vector<_Ty,std::allocator<_Ty>>::insert(std::_Vector_const_iterator<std::_Vector_val<std::
_Simple_types<_Ty>>>,const unsigned __int64,const _Ty &)' being compiled [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj]
with
[
_Ty=uint8_t
]
C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers\include\flatbuffers/flexbuffers.h(875): message : see reference to class template instantiation 'std::vector<uint8_t,std::allocator<uint8_t>>' being compiled [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\include\vector(847,1): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj] [C:\Use
rs\jtork\cmake_tflite\tflite_build\flatbuffers-flatc.vcxproj]
cpp_generator.cc
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\include\ostream(284,1): error C2220: the following warning is treated as an error [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj] [C:\Users\jtork\cmake_tflite\tflite_build\f
latbuffers-flatc.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\include\ostream(269): message : while compiling class template member function 'std::basic_ostream<char,std::char_traits> &std::basic_ostream<char,std::char_traits>::operator <<(int)' [C:\Users\jtork\cmake_tflite\t
flite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj]
C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers\include\flatbuffers/util.h(196): message : see reference to function template instantiation 'std::basic_ostream<char,std::char_traits> &std::basic_ostream<char,std::char_traits>::operator <<(int)' being compiled [C:\Users\jtork\cmake_tflite\tflite_b
uild\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\include\ostream(641): message : see reference to class template instantiation 'std::basic_ostream<char,std::char_traits>' being compiled [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-b
uild\flatc.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\include\ostream(284,1): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj] [C:\Us
ers\jtork\cmake_tflite\tflite_build\flatbuffers-flatc.vcxproj]
go_generator.cc
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\include\ostream(284,1): error C2220: the following warning is treated as an error [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj] [C:\Users\jtork\cmake_tflite\tflite_build\f
latbuffers-flatc.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\include\ostream(269): message : while compiling class template member function 'std::basic_ostream<char,std::char_traits> &std::basic_ostream<char,std::char_traits>::operator <<(int)' [C:\Users\jtork\cmake_tflite\t
flite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj]
C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers\grpc\src\compiler\go_generator.cc(43): message : see reference to function template instantiation 'std::basic_ostream<char,std::char_traits> &std::basic_ostream<char,std::char_traits>::operator <<(int)' being compiled [C:\Users\jtork\cmake_tflite\tf
lite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\include\ostream(641): message : see reference to class template instantiation 'std::basic_ostream<char,std::char_traits>' being compiled [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-b
uild\flatc.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\include\ostream(284,1): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj] [C:\Us
ers\jtork\cmake_tflite\tflite_build\flatbuffers-flatc.vcxproj]
java_generator.cc
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\include\ostream(284,1): error C2220: the following warning is treated as an error [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj] [C:\Users\jtork\cmake_tflite\tflite_build\f
latbuffers-flatc.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\include\ostream(269): message : while compiling class template member function 'std::basic_ostream<char,std::char_traits> &std::basic_ostream<char,std::char_traits>::operator <<(int)' [C:\Users\jtork\cmake_tflite\t
flite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj]
C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers\include\flatbuffers/util.h(196): message : see reference to function template instantiation 'std::basic_ostream<char,std::char_traits> &std::basic_ostream<char,std::char_traits>::operator <<(int)' being compiled [C:\Users\jtork\cmake_tflite\tflite_b
uild\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\include\ostream(641): message : see reference to class template instantiation 'std::basic_ostream<char,std::char_traits>' being compiled [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-b
uild\flatc.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\include\ostream(284,1): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj] [C:\Us
ers\jtork\cmake_tflite\tflite_build\flatbuffers-flatc.vcxproj]
python_generator.cc
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\include\ostream(284,1): error C2220: the following warning is treated as an error [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj] [C:\Users\jtork\cmake_tflite\tflite_build\f
latbuffers-flatc.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\include\ostream(269): message : while compiling class template member function 'std::basic_ostream<char,std::char_traits> &std::basic_ostream<char,std::char_traits>::operator <<(int)' [C:\Users\jtork\cmake_tflite\t
flite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj]
C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers\include\flatbuffers/util.h(196): message : see reference to function template instantiation 'std::basic_ostream<char,std::char_traits> &std::basic_ostream<char,std::char_traits>::operator <<(int)' being compiled [C:\Users\jtork\cmake_tflite\tflite_b
uild\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\include\ostream(641): message : see reference to class template instantiation 'std::basic_ostream<char,std::char_traits>' being compiled [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-b
uild\flatc.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\include\ostream(284,1): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj] [C:\Us
ers\jtork\cmake_tflite\tflite_build\flatbuffers-flatc.vcxproj]
swift_generator.cc
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\include\ostream(284,1): error C2220: the following warning is treated as an error [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj] [C:\Users\jtork\cmake_tflite\tflite_build\f
latbuffers-flatc.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\include\ostream(269): message : while compiling class template member function 'std::basic_ostream<char,std::char_traits> &std::basic_ostream<char,std::char_traits>::operator <<(int)' [C:\Users\jtork\cmake_tflite\t
flite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj]
C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers\include\flatbuffers/util.h(196): message : see reference to function template instantiation 'std::basic_ostream<char,std::char_traits> &std::basic_ostream<char,std::char_traits>::operator <<(int)' being compiled [C:\Users\jtork\cmake_tflite\tflite_b
uild\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\include\ostream(641): message : see reference to class template instantiation 'std::basic_ostream<char,std::char_traits>' being compiled [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-b
uild\flatc.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\include\ostream(284,1): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers-flatc\src\flatbuffers-flatc-build\flatc.vcxproj] [C:\Us
ers\jtork\cmake_tflite\tflite_build\flatbuffers-flatc.vcxproj]
Generating Code...
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VC\v160\Microsoft.CppCommon.targets(240,5): error MSB8066: Custom build for 'C:\Users\jtork\cmake_tflite\tflite_build\CMakeFiles\677b4dc9deae3119b927753ee87e3f27\flatbuffers-flatc-mkdir.rule;C:\Users\jtork\cmake_tflite\tflite_build\CMak
eFiles\677b4dc9deae3119b927753ee87e3f27\flatbuffers-flatc-download.rule;C:\Users\jtork\cmake_tflite\tflite_build\CMakeFiles\677b4dc9deae3119b927753ee87e3f27\flatbuffers-flatc-update.rule;C:\Users\jtork\cmake_tflite\tflite_build\CMakeFiles\677b4dc9deae3119b927753ee87e3f27\flatbuffers-flatc-patch.rule;C:\Users\jtork
cmake_tflite\tflite_build\CMakeFiles\677b4dc9deae3119b927753ee87e3f27\flatbuffers-flatc-configure.rule;C:\Users\jtork\cmake_tflite\tflite_build\CMakeFiles\677b4dc9deae3119b927753ee87e3f27\flatbuffers-flatc-build.rule;C:\Users\jtork\cmake_tflite\tflite_build\CMakeFiles\677b4dc9deae3119b927753ee87e3f27\flatbuffers-fl
atc-install.rule;C:\Users\jtork\cmake_tflite\tflite_build\CMakeFiles\079e40c0cfd707bfff9f1d804fd56055\flatbuffers-flatc-complete.rule;C:\Users\jtork\cmake_tflite\tflite_build\CMakeFiles\f737f6c2b0c30e020289204dac9114d1\flatbuffers-flatc.rule' exited with code 1. [C:\Users\jtork\cmake_tflite\tflite_build\flatbuffers
-flatc.vcxproj]

C:\Users\jtork\cmake_tflite\tflite_build>

@embeddetech embeddetech added the type:build/install Build and install issues label Jun 7, 2021
@abattery abattery added the comp:lite TF Lite related issues label Jun 7, 2021
@abattery
Copy link
Contributor

abattery commented Jun 7, 2021

@terryheo could you take a look?

@tilakrayal tilakrayal added the subtype:windows Windows Build/Installation Issues label Jun 8, 2021
@tilakrayal tilakrayal assigned rmothukuru and unassigned tilakrayal Jun 8, 2021
@rmothukuru rmothukuru removed their assignment Jun 9, 2021
@rmothukuru rmothukuru added the stat:awaiting tensorflower Status - Awaiting response from tensorflower label Jun 9, 2021
@mohantym mohantym self-assigned this May 24, 2022
@mohantym
Copy link
Contributor

mohantym commented Oct 1, 2022

Hi @embeddetech !
Did you check this thread on [installable package](https://www.tensorflow.org/lite/guide/build_cmake#build_installable_package yet?

You can also add the dependent libraries through Cmakelists.txt
Thank you!

@mohantym mohantym added stat:awaiting response Status - Awaiting response from author and removed stat:awaiting tensorflower Status - Awaiting response from tensorflower labels Oct 1, 2022
@google-ml-butler
Copy link

This issue has been automatically marked as stale because it has no recent activity. It will be closed if no further activity occurs. Thank you.

@google-ml-butler google-ml-butler bot added the stale This label marks the issue/pr stale - to be closed automatically if no activity label Oct 8, 2022
@google-ml-butler
Copy link

Closing as stale. Please reopen if you'd like to work on this further.

@google-ml-butler
Copy link

Are you satisfied with the resolution of your issue?
Yes
No

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp:lite TF Lite related issues stale This label marks the issue/pr stale - to be closed automatically if no activity stat:awaiting response Status - Awaiting response from author subtype:windows Windows Build/Installation Issues type:build/install Build and install issues
Projects
None yet
Development

No branches or pull requests

6 participants