build failed in win_ros

asked 2015-10-19 01:11:59 -0500

darshandoria gravatar image

updated 2015-10-21 00:44:22 -0500

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.

edit retag flag offensive close merge delete

Comments

Why do you tag your question with _roslz4, which is not mentioned in your actual post?

gvdhoorn gravatar image gvdhoorn  ( 2015-10-19 03:12:09 -0500 )edit

sorry !!!!

darshandoria gravatar image darshandoria  ( 2015-10-21 00:45:01 -0500 )edit

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"

darshandoria gravatar image darshandoria  ( 2015-10-21 00:48:07 -0500 )edit

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.

gvdhoorn gravatar image gvdhoorn  ( 2015-10-21 02:50:27 -0500 )edit