I'm trying to do the first tutorial of ROS on Windows in Visual Studio 2015.
First I created a new WIN 32 Console application and copied the code from here. Then I configured the project as it is described in the guide. While Debugging there came up several errors:
- The identifier "
__builtin_expect
" is undefined in the filesservice_client.h
andTestTalker.cpp
(which is the name of my program). - Cannot open source file "sys/time.h"
The SDK from wiki.ros.org runs, I tested it. I have no idea what's wrong. I hope someone can help me.
Thank you in advance!!