> mkdir C:/work > cd C:/work > winros_init_workspace overlay > cd C:/work/overlay > setup.bat > winros_init_build --underlays="C:/opt/ros/hydro/x86" > winros_make
다음과 같은 에러가 발생합니다.
C:\work\overlay>winros_make
Executing cmake on the workspace source directory:
cmake -G "NMake Makefiles" -C "C:\work\overlay\config.cmake" -DCMAKE_USER_MAKE
_RULES_OVERRIDE:STRING="C:\Python27\lib\site-packages\win_ros\cmake\MsvcOverride
s.cmake" -DCATKIN_DEVEL_PREFIX=C:\work\overlay\devel C:\work\overlay\src
loading initial cache file C:\work\overlay\config.cmake
-- The C compiler identification is unknown
-- The CXX compiler identification is unknown
CMake Error in CMakeLists.txt:
The CMAKE_C_COMPILER:
cl
is not a full path and was not found in the PATH.
To use the NMake generator with Visual C++, cmake must be run from a shell
that can use the compiler cl from the command line. This environment is
unable to invoke the cl compiler. To fix this problem, run cmake from the
Visual Studio Command Prompt (vcvarsall.bat).
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 in CMakeLists.txt:
The CMAKE_CXX_COMPILER:
cl
is not a full path and was not found in the PATH.
To use the NMake generator with Visual C++, cmake must be run from a shell
that can use the compiler cl from the command line. This environment is
unable to invoke the cl compiler. To fix this problem, run cmake from the
Visual Studio Command Prompt (vcvarsall.bat).
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!
See also "C:/work/overlay/build/CMakeFiles/CMakeOutput.log".
See also "C:/work/overlay/build/CMakeFiles/CMakeError.log".
Executing nmake in the root build directory
'nmake'은(는) 내부 또는 외부 명령, 실행할 수 있는 프로그램, 또는
배치 파일이 아닙니다.
C:\work\overlay>
CMake 파일을 32bit를 설치해서 이것이 문제인것 같아 64bit로 재설치 하였으나 같은 에러가 발생하고 있습니다.
ROS사용자 그룹스 분들중 혹시 해결방법을 아시는 분이 계시면 도움을 청하고자 합니다.
--
이 메일은 Google 그룹스 '한국 ROS 사용자' 그룹에 가입한 분들에게 전송되는 메시지입니다.
이 그룹에서 탈퇴하고 더 이상 이메일을 받지 않으려면 korea-ros-use...@googlegroups.com에 이메일을 보내세요.
이 그룹에 게시하려면 korea-r...@googlegroups.com에 이메일을 보내세요.
https://groups.google.com/group/korea-ros-users에서 이 그룹을 방문하세요.
더 많은 옵션을 보려면 https://groups.google.com/d/optout을(를) 방문하세요.