You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Jim S (JIRA)" <ji...@apache.org> on 2007/05/01 14:39:15 UTC

[jira] Created: (AXIS2-2622) compile errors

compile errors
--------------

                 Key: AXIS2-2622
                 URL: https://issues.apache.org/jira/browse/AXIS2-2622
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
         Environment: Microsoft Visual Studio 7.1 on Windows XP
            Reporter: Jim S


I am getting compile errors attempting to compile the source code from Final version 1.0.0
If I comment out the second occurrence of this variable the source compilation works properly

This is because the same variable is being defined more than once.in 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];
  



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org