Re: build axis2c on solaris using source code

2006-10-13 Thread Samisa Abeysinghe

Uditha Jayawardena wrote:

Thanks now the header error is fixed but there are still the following errors

uuid_gen_unix.c:236:29: warning: extra tokens at end of #ifdef directive
uuid_gen_unix.c:306:11: warning: extra tokens at end of #else directive
uuid_gen_unix.c: In function `axis2_uuid_get_mac_addr':
uuid_gen_unix.c:356: error: structure has no member named `sa_len'
uuid_gen_unix.c:356: error: structure has no member named `sa_len'
  
Seems like you have to write some platform specific stuff for Solaris in 
the platform headers.


Samisa...

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: build axis2c on solaris using source code

2006-10-13 Thread Uditha Jayawardena

Thanks now the header error is fixed but there are still the following errors

uuid_gen_unix.c:236:29: warning: extra tokens at end of #ifdef directive
uuid_gen_unix.c:306:11: warning: extra tokens at end of #else directive
uuid_gen_unix.c: In function `axis2_uuid_get_mac_addr':
uuid_gen_unix.c:356: error: structure has no member named `sa_len'
uuid_gen_unix.c:356: error: structure has no member named `sa_len'
make[5]: *** [uuid_gen_unix.lo] Error 1
make[5]: Leaving directory 
`/export/home/chanaka/janandith/axis2c-src-0.94/util/src/platforms/unix'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory 
`/export/home/chanaka/janandith/axis2c-src-0.94/util/src'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/export/home/chanaka/janandith/axis2c-src-0.94/util'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/export/home/chanaka/janandith/axis2c-src-0.94/util'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/export/home/chanaka/janandith/axis2c-src-0.94'
make: *** [all] Error 2


- Original Message -
From: Ishan De Silva <[EMAIL PROTECTED]>
Date: Friday, October 13, 2006 3:03 pm
Subject: Re: build axis2c on solaris using source code

> Uditha Jayawardena wrote:
> > these are the errors displayed when i run make
> > 
> > bash-2.05# make 
> > make  all-recursive
> > make[1]: Entering directory 
> `/export/home/chanaka/janandith/axis2c-src-0.94'
> > Making all in util
> > make[2]: Entering directory 
> `/export/home/chanaka/janandith/axis2c-src-0.94/util'
> > make  all-recursive
> > make[3]: Entering directory 
> `/export/home/chanaka/janandith/axis2c-src-0.94/util'
> > Making all in src
> > make[4]: Entering directory 
> `/export/home/chanaka/janandith/axis2c-src-0.94/util/src'
> > Making all in platforms/unix
> > make[5]: Entering directory 
> `/export/home/chanaka/janandith/axis2c-src-
> 0.94/util/src/platforms/unix'> if /bin/bash ../../../libtool --
> tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -
> I../../../include -I../../../include/platforms -
> I../../../include/platforms/unix-g -O2 -D_LARGEFILE64_SOURCE -
> ansi -Wall -Wno-implicit-function-declaration  -MT 
> uuid_gen_unix.lo -MD -MP -MF ".deps/uuid_gen_unix.Tpo" -c -o 
> uuid_gen_unix.lo uuid_gen_unix.c; \
> > then mv -f ".deps/uuid_gen_unix.Tpo" ".deps/uuid_gen_unix.Plo"; 
> else rm -f ".deps/uuid_gen_unix.Tpo"; exit 1; fi
> >  gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../include -
> I../../../include/platforms -I../../../include/platforms/unix -g -
> O2 -D_LARGEFILE64_SOURCE -ansi -Wall -Wno-implicit-function-
> declaration -MT uuid_gen_unix.lo -MD -MP -MF 
> .deps/uuid_gen_unix.Tpo -c uuid_gen_unix.c  -fPIC -DPIC -o 
> .libs/uuid_gen_unix.o> In file included from 
> ../../../include/platforms/axis2_platform_auto_sense.h:48,>
>  from uuid_gen_unix.c:47:
> > ../../../include/platforms/unix/axis2_unix.h:116:20: getopt.h: 
> No such file or directory
> > 
> 
> It seems to be a header file issue. Go to axis2_unix.h (in  home>/util/include/platforms/unix/) and replace the "#include 
> " line with "#include ".
> 
> See if it works.
> 
> 
> Ishan.
> 
> ---
> --
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 


**
The information contained in this email is confidential and is meant to be read 
only by the person to whom it is addressed.
Please visit http://www.millenniumit.com/legal/email.htm to read the entire 
confidentiality clause.
**

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: build axis2c on solaris using source code

2006-10-13 Thread Ishan De Silva

Uditha Jayawardena wrote:

these are the errors displayed when i run make

bash-2.05# make 
make  all-recursive

make[1]: Entering directory `/export/home/chanaka/janandith/axis2c-src-0.94'
Making all in util
make[2]: Entering directory 
`/export/home/chanaka/janandith/axis2c-src-0.94/util'
make  all-recursive
make[3]: Entering directory 
`/export/home/chanaka/janandith/axis2c-src-0.94/util'
Making all in src
make[4]: Entering directory 
`/export/home/chanaka/janandith/axis2c-src-0.94/util/src'
Making all in platforms/unix
make[5]: Entering directory 
`/export/home/chanaka/janandith/axis2c-src-0.94/util/src/platforms/unix'
if /bin/bash ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../.. -I../../../include -I../../../include/platforms 
-I../../../include/platforms/unix-g -O2 -D_LARGEFILE64_SOURCE -ansi -Wall 
-Wno-implicit-function-declaration  -MT uuid_gen_unix.lo -MD -MP -MF 
".deps/uuid_gen_unix.Tpo" -c -o uuid_gen_unix.lo uuid_gen_unix.c; \
then mv -f ".deps/uuid_gen_unix.Tpo" ".deps/uuid_gen_unix.Plo"; else rm -f 
".deps/uuid_gen_unix.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../include 
-I../../../include/platforms -I../../../include/platforms/unix -g -O2 
-D_LARGEFILE64_SOURCE -ansi -Wall -Wno-implicit-function-declaration -MT 
uuid_gen_unix.lo -MD -MP -MF .deps/uuid_gen_unix.Tpo -c uuid_gen_unix.c  -fPIC 
-DPIC -o .libs/uuid_gen_unix.o
In file included from ../../../include/platforms/axis2_platform_auto_sense.h:48,
 from uuid_gen_unix.c:47:
../../../include/platforms/unix/axis2_unix.h:116:20: getopt.h: No such file or 
directory



It seems to be a header file issue. Go to axis2_unix.h (in home>/util/include/platforms/unix/) and replace the "#include 
" line with "#include ".


See if it works.


Ishan.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: build axis2c on solaris using source code

2006-10-13 Thread Uditha Jayawardena

these are the errors displayed when i run make

bash-2.05# make 
make  all-recursive
make[1]: Entering directory `/export/home/chanaka/janandith/axis2c-src-0.94'
Making all in util
make[2]: Entering directory 
`/export/home/chanaka/janandith/axis2c-src-0.94/util'
make  all-recursive
make[3]: Entering directory 
`/export/home/chanaka/janandith/axis2c-src-0.94/util'
Making all in src
make[4]: Entering directory 
`/export/home/chanaka/janandith/axis2c-src-0.94/util/src'
Making all in platforms/unix
make[5]: Entering directory 
`/export/home/chanaka/janandith/axis2c-src-0.94/util/src/platforms/unix'
if /bin/bash ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I. -I../../.. -I../../../include -I../../../include/platforms 
-I../../../include/platforms/unix-g -O2 -D_LARGEFILE64_SOURCE -ansi -Wall 
-Wno-implicit-function-declaration  -MT uuid_gen_unix.lo -MD -MP -MF 
".deps/uuid_gen_unix.Tpo" -c -o uuid_gen_unix.lo uuid_gen_unix.c; \
then mv -f ".deps/uuid_gen_unix.Tpo" ".deps/uuid_gen_unix.Plo"; else rm -f 
".deps/uuid_gen_unix.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../include 
-I../../../include/platforms -I../../../include/platforms/unix -g -O2 
-D_LARGEFILE64_SOURCE -ansi -Wall -Wno-implicit-function-declaration -MT 
uuid_gen_unix.lo -MD -MP -MF .deps/uuid_gen_unix.Tpo -c uuid_gen_unix.c  -fPIC 
-DPIC -o .libs/uuid_gen_unix.o
In file included from ../../../include/platforms/axis2_platform_auto_sense.h:48,
 from uuid_gen_unix.c:47:
../../../include/platforms/unix/axis2_unix.h:116:20: getopt.h: No such file or 
directory
uuid_gen_unix.c:236:29: warning: extra tokens at end of #ifdef directive
uuid_gen_unix.c:306:11: warning: extra tokens at end of #else directive
uuid_gen_unix.c: In function `axis2_uuid_get_mac_addr':
uuid_gen_unix.c:356: error: structure has no member named `sa_len'
uuid_gen_unix.c:356: error: structure has no member named `sa_len'
make[5]: *** [uuid_gen_unix.lo] Error 1
make[5]: Leaving directory 
`/export/home/chanaka/janandith/axis2c-src-0.94/util/src/platforms/unix'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory 
`/export/home/chanaka/janandith/axis2c-src-0.94/util/src'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/export/home/chanaka/janandith/axis2c-src-0.94/util'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/export/home/chanaka/janandith/axis2c-src-0.94/util'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/export/home/chanaka/janandith/axis2c-src-0.94'
make: *** [all] Error 2






- Original Message -----
From: Sanjaya Ratnaweera <[EMAIL PROTECTED]>
Date: Wednesday, October 11, 2006 12:02 pm
Subject: Re: build axis2c on solaris using source code

> Uditha Jayawardena wrote:
> > I hav tried to configure runs but make gives errors
> >   
> 
> Can you please send the errors you got.
> 
> Thanks
> 
>~sanjaya
> > ----- Original Message -
> > From: Samisa Abeysinghe <[EMAIL PROTECTED]>
> > Date: Monday, October 9, 2006 5:59 pm
> > Subject: Re: build axis2c on solaris using source code
> >
> >   
> >> Uditha Jayawardena wrote:
> >> 
> >>> Hi 
> >>>
> >>> Is there a way to build axis2c on Solaris using the source 
> >>>   
> >> distribution for linux.
> >> 
> >>>   
> >>>   
> >> Did you try configure; make; make install; ?
> >>
> >> Samisa...
> >>
> >>
> >> 
> ---
> >> --
> >> To unsubscribe, e-mail: [EMAIL PROTECTED]
> >> For additional commands, e-mail: [EMAIL PROTECTED]
> >>
> >>
> >> 
> >
> >
> > **
> > The information contained in this email is confidential and is 
> meant to be read only by the person to whom it is addressed.
> > Please visit http://www.millenniumit.com/legal/email.htm to read 
> the entire confidentiality clause.
> > **
> >
> > -
> 
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> >   
> 
> 


**
The information contained in this email is confidential and is meant to be read 
only by the person to whom it is addressed.
Please visit http://www.millenniumit.com/legal/email.htm to read the entire 
confidentiality clause.
**

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: build axis2c on solaris using source code

2006-10-10 Thread Sanjaya Ratnaweera




Uditha Jayawardena wrote:

  I hav tried to configure runs but make gives errors
  


Can you please send the errors you got.

Thanks

    ~sanjaya

  
- Original Message -
From: Samisa Abeysinghe <[EMAIL PROTECTED]>
Date: Monday, October 9, 2006 5:59 pm
Subject: Re: build axis2c on solaris using source code

  
  
Uditha Jayawardena wrote:


  Hi 

Is there a way to build axis2c on Solaris using the source 
  

distribution for linux.



  

Did you try configure; make; make install; ?

Samisa...


---
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



  
  

**
The information contained in this email is confidential and is meant to be read only by the person to whom it is addressed.
Please visit http://www.millenniumit.com/legal/email.htm to read the entire confidentiality clause.
**

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


  






Re: build axis2c on solaris using source code

2006-10-10 Thread Uditha Jayawardena

I hav tried to configure runs but make gives errors

- Original Message -
From: Samisa Abeysinghe <[EMAIL PROTECTED]>
Date: Monday, October 9, 2006 5:59 pm
Subject: Re: build axis2c on solaris using source code

> Uditha Jayawardena wrote:
> > Hi 
> >
> > Is there a way to build axis2c on Solaris using the source 
> distribution for linux.
> >   
> Did you try configure; make; make install; ?
> 
> Samisa...
> 
> 
> ---
> --
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 


**
The information contained in this email is confidential and is meant to be read 
only by the person to whom it is addressed.
Please visit http://www.millenniumit.com/legal/email.htm to read the entire 
confidentiality clause.
**

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: build axis2c on solaris using source code

2006-10-09 Thread Samisa Abeysinghe

Uditha Jayawardena wrote:
Hi 


Is there a way to build axis2c on Solaris using the source distribution for 
linux.
  

Did you try configure; make; make install; ?

Samisa...


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



build axis2c on solaris using source code

2006-10-09 Thread Uditha Jayawardena

Hi 

Is there a way to build axis2c on Solaris using the source distribution for 
linux.

thanks
janandith


**
The information contained in this email is confidential and is meant to be read 
only by the person to whom it is addressed.
Please visit http://www.millenniumit.com/legal/email.htm to read the entire 
confidentiality clause.
**

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]