fuerte install rosmake -a fails
When i run the command:
rosmake -a
at the end of the install for fuerte on mac OS X, 2 files it tries to compile fail. Can anyone suggest a way to fix these errors?
Output:
rosmake -a
[ rosmake ] rosmake starting...
[ rosmake ] Building all packages
...
{-------------------------------------------------------------------------------
from /Users/******/ros/image_common/camera_calibration_parsers/src/parse.cpp:1:
/opt/ros/fuerte/include/sensor_msgs/CameraInfo.h:115: error: ISO C++ forbids declaration of ‘array’ with no type
/opt/ros/fuerte/include/sensor_msgs/CameraInfo.h:115: error: typedef name may not be a nested-name-specifier
/opt/ros/fuerte/include/sensor_msgs/CameraInfo.h:115: error: expected ‘;’ before ‘<’ token
/opt/ros/fuerte/include/sensor_msgs/CameraInfo.h:116: error: ‘_K_type’ does not name a type
/opt/ros/fuerte/include/sensor_msgs/CameraInfo.h:118: error: ISO C++ forbids declaration of ‘array’ with no type
/opt/ros/fuerte/include/sensor_msgs/CameraInfo.h:118: error: typedef name may not be a nested-name-specifier
/opt/ros/fuerte/include/sensor_msgs/CameraInfo.h:118: error: expected ‘;’ before ‘<’ token
/opt/ros/fuerte/include/sensor_msgs/CameraInfo.h:119: error: ‘_R_type’ does not name a type
/opt/ros/fuerte/include/sensor_msgs/CameraInfo.h:121: error: ISO C++ forbids declaration of ‘array’ with no type
/opt/ros/fuerte/include/sensor_msgs/CameraInfo.h:121: error: typedef name may not be a nested-name-specifier
/opt/ros/fuerte/include/sensor_msgs/CameraInfo.h:121: error: expected ‘;’ before ‘<’ token
/opt/ros/fuerte/include/sensor_msgs/CameraInfo.h:122: error: ‘_P_type’ does not name a type
/opt/ros/fuerte/include/sensor_msgs/CameraInfo.h:138: error: field ‘__connection_header’ has incomplete type
/opt/ros/fuerte/include/sensor_msgs/CameraInfo.h: In constructor ‘sensor_msgs::CameraInfo_<ContainerAllocator>::CameraInfo_()’:
/opt/ros/fuerte/include/sensor_msgs/CameraInfo.h:67: error: class ‘sensor_msgs::CameraInfo_<ContainerAllocator>’ does not have any field named ‘K’
/opt/ros/fuerte/include/sensor_msgs/CameraInfo.h:68: error: class ‘sensor_msgs::CameraInfo_<ContainerAllocator>’ does not have any field named ‘R’
/opt/ros/fuerte/include/sensor_msgs/CameraInfo.h:69: error: class ‘sensor_msgs::CameraInfo_<ContainerAllocator>’ does not have any field named ‘P’
/opt/ros/fuerte/include/sensor_msgs/CameraInfo.h:73: error: ‘K’ was not declared in this scope
/opt/ros/fuerte/include/sensor_msgs/CameraInfo.h:75: error: ‘R’ was not declared in this scope
/opt/ros/fuerte/include/sensor_msgs/CameraInfo.h:77: error: ‘P’ was not declared in this scope
/opt/ros/fuerte/include/sensor_msgs/CameraInfo.h: In constructor ‘sensor_msgs::CameraInfo_<ContainerAllocator>::CameraInfo_(const ContainerAllocator&)’:
/opt/ros/fuerte/include/sensor_msgs/CameraInfo.h:85: error: class ‘sensor_msgs::CameraInfo_<ContainerAllocator>’ does not have any field named ‘K’
/opt/ros/fuerte/include/sensor_msgs/CameraInfo.h:86: error: class ‘sensor_msgs::CameraInfo_<ContainerAllocator>’ does not have any field named ‘R’
/opt/ros/fuerte/include/sensor_msgs/CameraInfo.h:87: error: class ‘sensor_msgs::CameraInfo_<ContainerAllocator>’ does not have any field named ‘P’
/opt/ros/fuerte/include/sensor_msgs/CameraInfo.h:91: error: ‘K’ was not declared in this scope
/opt/ros/fuerte/include/sensor_msgs/CameraInfo.h:93: error: ‘R’ was not declared in this scope
/opt/ros/fuerte/include/sensor_msgs/CameraInfo.h:95: error: ‘P’ was not declared in this scope
/Users/******/ros/image_common/camera_calibration_parsers/src ...