[
https://issues.apache.org/jira/browse/AXIS2C-614?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12503268
]
Samisa Abeysinghe commented on AXIS2C-614:
------------------------------------------
This has been fixed in the svn head.
This was introduced with this commit:
http://svn.apache.org/viewvc?view=rev&revision=530257
And has been fixed with this commit:
http://svn.apache.org/viewvc?view=rev&revision=544392
Please try with the latest svn.
> Multiple déclarations of axutil_error_messages when using axis2 on large C++
> projects
> -------------------------------------------------------------------------------------
>
> Key: AXIS2C-614
> URL: https://issues.apache.org/jira/browse/AXIS2C-614
> Project: Axis2-C
> Issue Type: Bug
> Environment: Linux/G++ (Netbeans 5.5 + C++ pack)
> Reporter: JL LESIEUR
> Fix For: 1.1.0
>
>
> In axutil_error.h there's this declaration :
> const axis2_char_t* axutil_error_messages[AXIS2_ERROR_LAST + 10000];
> So, when I compile a C++ project with 2 class that #include <axiom.h>
> (because they process xml with axiom) there's a linker error : multiple
> definition of `axutil_error_messages'.
> By using version 0.96 or when I delete this line in axutil_error.h I don't
> encounter this problem anymore ....
> Thanks for your help !
--
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]