I am getting compile errors attempting to compile the source code from RC3 because the same variable 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];
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
