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

2007-06-10 Thread Samisa Abeysinghe (JIRA)
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

Re: axutil_error.h

2007-05-01 Thread Samisa Abeysinghe
Samisa Abeysinghe wrote: Fixed in svn HEAD. Would be fixed in 1.0.0 release Samisa... - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: axutil_error.h

2007-05-01 Thread Jim Seipp
Where and how do I get svn HEAD?? -Original Message- From: Samisa Abeysinghe [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 01, 2007 11:09 AM To: Apache AXIS C Developers List Subject: Re: axutil_error.h Samisa Abeysinghe wrote: Fixed in svn HEAD. Would be fixed in 1.0.0 release

Re: axutil_error.h

2007-05-01 Thread Dinesh Premalal
On 5/1/07, Jim Seipp [EMAIL PROTECTED] wrote: Where and how do I get svn HEAD?? http://ws.apache.org/axis2/c/svn.html thanks, Dinesh -- Dinesh Premalal [EMAIL PROTECTED] WSO2, Inc.; http://www.wso2.com/ GPG Key ID : A255955C GPG Key Finger Print : C481 E5D4 C27E DC34 9257 0229 4F44 266E

axutil_error.h

2007-04-30 Thread Jim Seipp
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 + 1]; Line 579 const axis2_char_t* axutil_error_messages

Re: axutil_error.h

2007-04-30 Thread Samisa Abeysinghe
Jim Seipp wrote: 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 + 1]; Line 579 const axis2_char_t

Re: axutil_error.h

2007-04-30 Thread Samisa Abeysinghe
Fixed in svn HEAD. Samisa... Samisa Abeysinghe wrote: Jim Seipp wrote: 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

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

2007-04-27 Thread Jim S (JIRA)
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