Advertisement
Guest User

compilation errors

a guest
Jul 24th, 2014
316
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.04 KB | None | 0 0
  1. /home/randy/catkin_ws/src/toro/src/sweepLaserInterface.cpp: In function ‘int main(int, char**)’:
  2. /home/randy/catkin_ws/src/toro/src/sweepLaserInterface.cpp:362:15: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  3. /home/randy/catkin_ws/src/toro/src/sweepLaserInterface.cpp:423:65: error: expected primary-expression before ‘)’ token
  4. /home/randy/catkin_ws/src/toro/src/sweepLaserInterface.cpp:430:77: error: expected primary-expression before ‘.’ token
  5. /home/randy/catkin_ws/src/toro/src/sweepLaserInterface.cpp:432:74: error: expected primary-expression before ‘.’ token
  6. /home/randy/catkin_ws/src/toro/src/sweepLaserInterface.cpp:458:67: error: expected primary-expression before ‘)’ token
  7. /home/randy/catkin_ws/src/toro/src/sweepLaserInterface.cpp:463:31: error: expected primary-expression before ‘.’ token
  8. /home/randy/catkin_ws/src/toro/src/sweepLaserInterface.cpp:465:43: error: expected primary-expression before ‘.’ token
  9. /home/randy/catkin_ws/src/toro/src/sweepLaserInterface.cpp:466:10: error: expected unqualified-id before ‘.’ token
  10. /home/randy/catkin_ws/src/toro/src/sweepLaserInterface.cpp:476:49: error: expected primary-expression before ‘.’ token
  11. /home/randy/catkin_ws/src/toro/src/sweepLaserInterface.cpp:478:46: error: expected primary-expression before ‘.’ token
  12. /home/randy/catkin_ws/src/toro/src/sweepLaserInterface.cpp:479:19: error: expected primary-expression before ‘.’ token
  13. /home/randy/catkin_ws/src/toro/src/sweepLaserInterface.cpp:487:31: error: expected primary-expression before ‘.’ token
  14. /home/randy/catkin_ws/src/toro/src/sweepLaserInterface.cpp:490:58: error: expected primary-expression before ‘.’ token
  15. /home/randy/catkin_ws/src/toro/src/sweepLaserInterface.cpp:491:48: error: expected primary-expression before ‘.’ token
  16. make[2]: *** [toro/CMakeFiles/sweepLaserInterface_node.dir/src/sweepLaserInterface.cpp.o] Error 1
  17. make[1]: *** [toro/CMakeFiles/sweepLaserInterface_node.dir/all] Error 2
  18. make: *** [all] Error 2
  19. Invoking "make" failed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement