QUSIR / staff

Automatically exported from code.google.com/p/staff
Apache License 2.0
0 stars 0 forks source link

axis2c installation problem #213

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I am trying to install axis 2 on mac I am getting following error :

make error: 

Onders-MacBook-Pro:axis2c-src-1.6.0 onder$ make
make  all-recursive
Making all in util
make  all-recursive
Making all in src
Making all in platforms/unix
/bin/sh ../../../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I../../.. -I../../../include -I../../../include/platforms 
-I../../../include/platforms/unix    -g -O2 -D_LARGEFILE64_SOURCE -ansi -Wall 
-Werror -Wno-implicit-function-declaration -D_GNU_SOURCE -Wno-long-double  -MT 
uuid_gen_unix.lo -MD -MP -MF .deps/uuid_gen_unix.Tpo -c -o uuid_gen_unix.lo 
uuid_gen_unix.c
 gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include/platforms -I../../../include/platforms/unix -g -O2 -D_LARGEFILE64_SOURCE -ansi -Wall -Werror -Wno-implicit-function-declaration -D_GNU_SOURCE -Wno-long-double -MT uuid_gen_unix.lo -MD -MP -MF .deps/uuid_gen_unix.Tpo -c uuid_gen_unix.c  -fno-common -DPIC -o .libs/uuid_gen_unix.o
cc1: error: unrecognized command line option "-Wno-long-double"
make[5]: *** [uuid_gen_unix.lo] Error 1
make[4]: *** [all-recursive] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

Original issue reported on code.google.com by onde...@gmail.com on 5 Aug 2013 at 5:33

GoogleCodeExporter commented 9 years ago
Use Axis2/C unofficial instead: 
https://code.google.com/p/axis2c-unofficial/wiki/InstallationManualLinux

If you face with issues while installing Axis2/C unofficial on Mac OS X, please 
create issue on https://code.google.com/p/axis2c-unofficial/issues/list .

Original comment by loentar on 5 Aug 2013 at 5:53