Discussion:
macos installation problem
Onder Arslan
2013-08-05 05:52:37 UTC
Permalink
Hi,

I am getting following error on macos 10.8.3, how can I fix this?
Regards

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
Rajika Kumarasiri
2013-08-05 14:27:18 UTC
Permalink
https://issues.apache.org/jira/browse/AXIS2C-1639.

Hope this helps.

Rajika
Post by Onder Arslan
Hi,
I am getting following error on macos 10.8.3, how can I fix this?
Regards
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
Onder Arslan
2013-08-05 15:04:41 UTC
Permalink
Rajika thanks for you answer,

But I dont know how to use this patches in macos.
Is there any tutorial or read me file?

Regards
Post by Rajika Kumarasiri
https://issues.apache.org/jira/browse/AXIS2C-1639.
Hope this helps.
Rajika
Hi,
I am getting following error on macos 10.8.3, how can I fix this?
Regards
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
Tharindu Mathew
2013-08-06 14:52:16 UTC
Permalink
Hi Onder,

I have written this guide -
http://tharindumathew.com/2013/07/04/building-axis2c-on-mac-os-x-mountain-lion-10-8-4/.
Let me know if it works for you.
Post by Onder Arslan
Rajika thanks for you answer,
But I dont know how to use this patches in macos.
Is there any tutorial or read me file?
Regards
https://issues.apache.org/jira/browse/AXIS2C-1639.
Hope this helps.
Rajika
Post by Onder Arslan
Hi,
I am getting following error on macos 10.8.3, how can I fix this?
Regards
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
--
Regards,
Tharindu Mathew
http://tharindumathew.com
Onder Arslan
2013-08-06 14:56:32 UTC
Permalink
Hi,

I installed with your instructions, Its works.

Thanks Regards

Onder
Post by Tharindu Mathew
Hi Onder,
I have written this guide -
http://tharindumathew.com/2013/07/04/building-axis2c-on-mac-os-x-mountain-lion-10-8-4/.
Let me know if it works for you.
Rajika thanks for you answer,
But I dont know how to use this patches in macos.
Is there any tutorial or read me file?
Regards
Post by Rajika Kumarasiri
https://issues.apache.org/jira/browse/AXIS2C-1639.
Hope this helps.
Rajika
Hi,
I am getting following error on macos 10.8.3, how can I fix this?
Regards
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
--
Regards,
Tharindu Mathew
http://tharindumathew.com <http://tharindumathew.com/>
Tharindu Mathew
2013-08-06 17:15:17 UTC
Permalink
Great. Glad it works for all.
Post by Onder Arslan
Hi,
I installed with your instructions, Its works.
Thanks Regards
Onder
Hi Onder,
I have written this guide -
http://tharindumathew.com/2013/07/04/building-axis2c-on-mac-os-x-mountain-lion-10-8-4/.
Let me know if it works for you.
Post by Onder Arslan
Rajika thanks for you answer,
But I dont know how to use this patches in macos.
Is there any tutorial or read me file?
Regards
https://issues.apache.org/jira/browse/AXIS2C-1639.
Hope this helps.
Rajika
Post by Onder Arslan
Hi,
I am getting following error on macos 10.8.3, how can I fix this?
Regards
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
--
Regards,
Tharindu Mathew
http://tharindumathew.com
--
Regards,
Tharindu Mathew
http://tharindumathew.com
Continue reading on narkive:
Loading...