Re: Linking hello_svc.c example

2008-05-16 Thread Andreas Karseras
: Friday, May 16, 2008 12:24:26 AM Subject: Re: Linking hello_svc.c example Hi Andreas, On Fri, May 16, 2008 at 2:33 AM, Andreas Karseras [EMAIL PROTECTED] wrote: Apologies if this is a basic question but am having trouble linking now. Am seeing undefined reference to... errors but believe I have

Re: Linking hello_svc.c example

2008-05-16 Thread Andreas Karseras
Hi - decided to run in Linux instead and all is good. Thanks for all the help provided ! Andreas - Original Message From: Dinesh Premalal [EMAIL PROTECTED] To: axis-c-user@ws.apache.org Sent: Friday, May 16, 2008 12:04:05 PM Subject: Re: Linking hello_svc.c example Hi Andy, Andreas

hello_svc.c Example Compile Problem

2008-05-15 Thread Andreas Karseras
Hi, I am seeing a problem when compiling the hello_svc.c source file from the Axis2/C Manual with release 1.4.0. The hello.c compiles without a problem. The problem appears to concern axutil_utils_defines.h - an example of the errors and warning are as follows:-

Re: hello_svc.c Example Compile Problem

2008-05-15 Thread Andreas Karseras
) !defined(AXIS2_SKIP_INT_TYPEDEFS) You are on Windows, but you are not using VC. Can you please add -DAXIS2_SKIP_INT_TYPEDEFS=1 to your compilation and see what the outcome is? Thanks, Samisa... Andreas Karseras wrote: Thanks for your response. Compiling the echo service gives similar errors

Linking hello_svc.c example

2008-05-15 Thread Andreas Karseras
Apologies if this is a basic question but am having trouble linking now. Am seeing undefined reference to... errors but believe I have all the correct libraries linked. The problematic references include axiom_node_get_first_child, axiom_node_get_node_type, axiom_node_get_data_element etc.