fkerslag / axis2c-unofficial

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

axis2 macos installation #3

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I am getting error on macos installation:

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:57

GoogleCodeExporter commented 8 years ago
fixed in 561e5ef17365

Original comment by loentar on 7 Aug 2013 at 11:52