I'm currently working on a kinect for a school project. We want to use the skeleton tracking system, we work on W10 using c#. We tried a lot of tutorials, the last one is there : https://openkinect.org/wiki/Getting_Started
We followed the tutorial, but we're stucked during the Configuring with cmake-gui part. We have to initialize CMake and to give him the compilers (C and C++), but we failed.
Error report :
The C compiler identification is unknown The CXX compiler identification is unknown CMake Error at CMakeLists.txt:39 (PROJECT): No CMAKE_C_COMPILER could be found.
CMake Error at CMakeLists.txt:39 (PROJECT): No CMAKE_CXX_COMPILER could be found.
In fact, it's like CMake can't find our compilers. Visual Studio 14 is installed and it can compile a "hello world", so there are some compilers for sure. So we tried to specifie those manualy, and we're lost. We googled it, without success. We tried to find the compilers (vbc.exe or cl.exe but it didn't work) then to force CMake recognize it.