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

[jira] Created: (AXIS2C-598) build eror in source from RC3 in axutil_error.h (multiple defines)

build eror in source from RC3 in axutil_error.h (multiple defines)
------------------------------------------------------------------

                 Key: AXIS2C-598
                 URL: https://issues.apache.org/jira/browse/AXIS2C-598
             Project: Axis2-C
          Issue Type: Bug
          Components: platforms/windows
         Environment: windows XP Visual studio 7
            Reporter: Jim S


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];


-- 
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-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


[jira] Resolved: (AXIS2C-598) build eror in source from RC3 in axutil_error.h (multiple defines)

Posted by "Samisa Abeysinghe (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2C-598?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Samisa Abeysinghe resolved AXIS2C-598.
--------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.1.0

This issue has been fixed. Multiple definitions are no more.

> build eror in source from RC3 in axutil_error.h (multiple defines)
> ------------------------------------------------------------------
>
>                 Key: AXIS2C-598
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-598
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: platforms/windows
>         Environment: windows XP Visual studio 7
>            Reporter: Jim S
>             Fix For: 1.1.0
>
>
> 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];

-- 
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-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org