build failed in win_ros
Hello All,
I am facing problem in building the package that i have created in C:\ work\ws\src{pkg_name}, Till now package is successfully created and along with that, in the package "include, src, CMakeLists, and PAckage" is also generated.
But now when i type command winros_make
for build, it shows me following error.
cmake is not recognised as an internal or external command, operable program or batch file.
NameError: global name 'src_path'is not defined.
Help me to solve this error.
Thanks in advance.
Why do you tag your question with
_roslz4
, which is not mentioned in your actual post?sorry !!!!
after adding cmake in the PATH, i solved the above error but now the error is again coming related to nmake and MAKEFILE,
when i type command "winros_make" for build, devel and build forlders are generated, but error shows that "NMAKE:fatal error U1064: MAKEFILE not found and no target specified"
Please update your original question with that new information (use the edit button/link for that).
Also: you might want to send the win-ros googlegroup a message. No guarantees though, as ROS on Windows hasn't been too active lately.