I think you are using the VS 2005 build. In that case you don't want to
change any of the nmake build related stuff in build/win32 directory. I
think the source distribution you are using has SSL and Libcurl stuff in the
VC project. To go along with that you need to have those two libraries
(Openssl and libcurl) included as well. If you can get the latest version
from the SVN it won't have that problem.

Supun.

On Wed, Jun 11, 2008 at 3:54 AM, Gupta, Shivam <[EMAIL PROTECTED]> wrote:

>  Hi,
>
>    It worked!! Thanks there. But I got stuck at another instance.
>
>    Now, my build gives the error " Cannot open the file openssl.h: No such
> file or directory".
>
>    Now, I have set the constant AUTOCONF = configure.in inside the
> Makefile. In configure.in, I have set the values for Enable_SSL = 0. So, I
> think the object should not worry about the files specific to openssl.
>
>    Could you help me with this?
>
> Thanks,
> Shivam.
>
>  ------------------------------
> *From:* Supun Kamburugamuva [mailto:[EMAIL PROTECTED]
> *Sent:* Wednesday, June 11, 2008 2:24 PM
>
> *To:* Apache AXIS C Developers List
> *Subject:* Re: Looking for a debugger for axis2c
>
> You can add the external library dependencies by going to
> tools->options->projects and solutions->visual c++ directories. There you
> can add the eternal libraries include paths as well as library paths.
> Generally you have to add the libxml2, iconv and zlib library paths and
> include paths there.
>
> Supun.
>
> On Wed, Jun 11, 2008 at 1:41 AM, Gupta, Shivam <[EMAIL PROTECTED]>
> wrote:
>
>>  Hi,
>>
>>    Thanks a lot for the project. However, I am trying to build it in
>> VS2005, it gives the error message " Cannot open file zlib.h:No such file or
>> directory".
>>
>>    To correct this, I added the zlib directory location in the Makefile.
>> But I wasn't successful in getting aroun the build issue.
>>
>> Thanks n Regards,
>> Shivam.
>>
>>  ------------------------------
>> *From:* Supun Kamburugamuva [mailto:[EMAIL PROTECTED]
>> *Sent:* Wednesday, June 11, 2008 11:52 AM
>> *To:* Apache AXIS C Developers List
>> *Subject:* Re: Looking for a debugger for axis2c
>>
>>  Hi,
>>
>> There is a VS 2005 solution in the ides/vc/axis2c folder of Axis2/C source
>> distribution. You can use that project.
>>
>> Supun.
>>
>> On Tue, Jun 10, 2008 at 11:09 PM, Gupta, Shivam <[EMAIL PROTECTED]>
>> wrote:
>>
>>>  Hello,
>>>
>>>     I have tried but was unsuccessful in managing to debug axis on Visula
>>> Studio 2005. Could you provide me a link to some tutorial or document that
>>> would guide me about creating a project in VS2005. I want to import Axis2/c
>>> as a project in VS2005.
>>>
>>> Thanks,
>>> Shivam
>>>
>>>  ------------------------------
>>> *From:* Rajika Kumarasiri [mailto:[EMAIL PROTECTED]
>>> *Sent:* Tuesday, June 10, 2008 6:45 PM
>>> *To:* Apache AXIS C Developers List
>>> *Subject:* Re: Looking for a debugger for axis2c
>>>
>>>   You can try gdb on Linux based platforms and Micrsoft Visual Studio
>>> 2005 for Windows platform.
>>>
>>> -Rajika
>>>
>>> On Tue, Jun 10, 2008 at 6:25 PM, Gupta, Shivam <[EMAIL PROTECTED]>
>>> wrote:
>>>
>>>>  Hello,
>>>>
>>>>    Could someone suggest me the best debugger that could be used to
>>>> debug Axis2/C.
>>>>
>>>> Thanks,
>>>> Shivam
>>>>
>>>
>>>
>>>
>>> --
>>> comp.lang.c - http://groups.google.com/group/comp.lang.c/topics
>>>
>>
>>
>

Reply via email to