Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
windows XP Visual studio 7
Description
I am getting compile errors attempting to compile the source code from RC3 because a variable name is being defined more than once.
axutil_error.h
Line 561:
const axis2_char_t* axutil_error_messages[AXIS2_ERROR_LAST + 10000];
Line 579
const axis2_char_t* axutil_error_messages[AXIS2_ERROR_LAST + 10000];