martinzink commented on PR #1681:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1681#issuecomment-1979056150

   > In the same Windows environment I had issues with `vswhere`, I also had 
issue with the compiler command line after installing vswhere with scoop and 
refusing the offered choco install.
   > 
   > ```
   > -- The C compiler identification is unknown
   > -- The CXX compiler identification is unknown
   > CMake Error at CMakeLists.txt:25 (project):
   >   The CMAKE_C_COMPILER:
   > 
   >     C:/Program Files/Microsoft Visual 
Studio/2022/Community/VC/Tools/MSVC/14.38.33130/bin/Hostx64/x64/cl.exe
   > 
   >   is not a full path to an existing compiler tool.
   > 
   >   Tell CMake where to find the compiler by setting either the environment
   >   variable "CC" or the CMake cache entry CMAKE_C_COMPILER to the full path 
to
   >   the compiler, or to the compiler name if it is in the PATH.
   > 
   > 
   > CMake Error at CMakeLists.txt:25 (project):
   >   The CMAKE_CXX_COMPILER:
   > 
   >     C:/Program Files/Microsoft Visual 
Studio/2022/Community/VC/Tools/MSVC/14.38.33130/bin/Hostx64/x64/cl.exe
   > 
   >   is not a full path to an existing compiler tool.
   > 
   >   Tell CMake where to find the compiler by setting either the environment
   >   variable "CXX" or the CMake cache entry CMAKE_CXX_COMPILER to the full 
path
   >   to the compiler, or to the compiler name if it is in the PATH.
   > 
   > 
   > -- Configuring incomplete, errors occurred!
   > ```
   
   This looks interesting 🤔 , does the qouted path look correct? Is it the same 
that vswhere returns?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@nifi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to