Re: include file axis2_call.h no found

2006-07-14 Thread Sahan Gamage
Hi, From axis2c 0.92 we deprecated call api. Now we use axis2_svc_client api. Also the diclient is a very experimental feature. So I highly recommend not to use it (unless you are willing to dive deep and fix the bugs there) So basically my advice is disable it. Use --enable-diclient=no at the

[Axis2]Re: small problem?

2006-07-14 Thread Sahan Gamage
Hi, what is the version you're trying ? svn HEAD or some released version ? If it's svn HEAD I am not sure about the correct behaviour of the Windows build system. - sahan Buddhika Semasinghe wrote: Hi; I am very much new to Axis2.When I tried to install axis2c in windows when

Re: include file axis2_call.h no found

2006-07-14 Thread Samisa Abeysinghe
Sahan Gamage wrote: Hi, From axis2c 0.92 we deprecated call api. Now we use axis2_svc_client api. Also the diclient is a very experimental feature. So I highly recommend not to use it (unless you are willing to dive deep and fix the bugs there) So basically my advice is disable it. Use

Compilation and Linkedition problem

2006-07-14 Thread João Carlos Bortoletto
Hi friends, I'm new in C/C++ programming language. I was trying to compile the simple example echo.c using gcc under mingw (win32). Compilation was successful (gcc -c), but when I try to link (generate .exe) I receive the following messages:

Re: [Axis2]Re: small problem?

2006-07-14 Thread Samisa Abeysinghe
Sahan Gamage wrote: Hi, what is the version you're trying ? svn HEAD or some released version ? If it's svn HEAD I am not sure about the correct behaviour of the Windows build system. Also what is the VC version? What is the Windows version? Samisa... - sahan Buddhika Semasinghe wrote:

Re: [Axis2]Re: small problem?

2006-07-14 Thread Sahan Gamage
Did you run vcvars32.bat before running the nmake command ? Buddhika Semasinghe wrote: Hi, I m trying to install the version axis2c-src-0.92.And using VC 6.0 to compliling in windows Xp professional edition. buddhika - Original Message - From: Sahan Gamage [EMAIL

Re: [Axis2]Re: small problem?

2006-07-14 Thread Buddhika Semasinghe
yes that was ok when installing the axis2c-src-0.90 and axis2c-src-0.91 versions.Thanks buddhika - Original Message - From: Sahan Gamage [EMAIL PROTECTED] To: Apache AXIS C User List axis-c-user@ws.apache.org Sent: Saturday, July 15, 2006 9:49 AM Subject: Re: [Axis2]Re: small