ros-windows / win_ros

Windows support for Ros (Robot Operating System)
http://www.ros.org/wiki/win_ros
23 stars 16 forks source link

Python module install errors #21

Closed stonier closed 11 years ago

stonier commented 11 years ago

Happens as soon as it hits a python package to install.

'\"C:/Python27/python.exe\"' is not recognized as an internal or external command,
operable program or batch file.
CMake Error at catkin/catkin_generated/safe_execute_install.cmake:4 (message):

  execute_process(C:/work/ws/build/catkin/catkin_generated/python_distutils_install.bat)
  returned error code
Call Stack (most recent call first):
  catkin/cmake_install.cmake:57 (INCLUDE)
  cmake_install.cmake:93 (INCLUDE)

NMAKE : fatal error U1077: 'echo' : return code '0x1'
Stop.
stonier commented 11 years ago

Just some batch syntax bugs - https://github.com/ros/catkin/pull/393