Unable to build Axis2-C under cygwin on WindowsXP
-------------------------------------------------
Key: AXIS2C-627
URL: https://issues.apache.org/jira/browse/AXIS2C-627
Project: Axis2-C
Issue Type: New Feature
Components: build system (Windows)
Affects Versions: 1.0.0
Environment: cygwin/WindowsXP
Reporter: Hailong Wang
After i run ./configure under bash and try to run make. Following error was
created by make:
bash-3.1$ make
make all-recursive
make[1]: Entering directory `/home/wangh3/axis2c-src-1.0.0'
Making all in util
make[2]: Entering directory `/home/wangh3/axis2c-src-1.0.0/util'
make all-recursive
make[3]: Entering directory `/home/wangh3/axis2c-src-1.0.0/util'
Making all in src
make[4]: Entering directory `/home/wangh3/axis2c-src-1.0.0/util/src'
Making all in platforms/unix
make[5]: Entering directory
`/home/wangh3/axis2c-src-1.0.0/util/src/platforms/unix'
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I../../.. -I../../../include -I../../../include/platfo
rms -I../../../include/platforms/unix -g -O2 -D_LARGEFILE64_SOURCE -ansi
-Wall -Wno-implicit-function-declaration -Werror -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_LAR
GEFILE64_SOURCE -ansi -Wall -Wno-implicit-function-declaration -Werror -MT
uuid_gen_unix.lo -MD -MP -MF .deps/uuid_gen_unix.Tpo -c uuid
_gen_unix.c -DPIC -o .libs/uuid_gen_unix.o
uuid_gen_unix.c:35:26: sys/sockio.h: No such file or directory
uuid_gen_unix.c:37:26: net/if_arp.h: No such file or directory
uuid_gen_unix.c:239:29: extra tokens at end of #ifdef directive
uuid_gen_unix.c:309:11: extra tokens at end of #else directive
uuid_gen_unix.c: In function `axutil_uuid_get_mac_addr':
uuid_gen_unix.c:349: error: `AF_LINK' undeclared (first use in this function)
uuid_gen_unix.c:349: error: (Each undeclared identifier is reported only once
uuid_gen_unix.c:349: error: for each function it appears in.)
uuid_gen_unix.c:354: error: dereferencing pointer to incomplete type
uuid_gen_unix.c:354: error: `IFT_ETHER' undeclared (first use in this function)
uuid_gen_unix.c:359: error: structure has no member named `sa_len'
uuid_gen_unix.c:359: error: structure has no member named `sa_len'
make[5]: *** [uuid_gen_unix.lo] Error 1
make[5]: Leaving directory
`/home/wangh3/axis2c-src-1.0.0/util/src/platforms/unix'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/home/wangh3/axis2c-src-1.0.0/util/src'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/wangh3/axis2c-src-1.0.0/util'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/wangh3/axis2c-src-1.0.0/util'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/wangh3/axis2c-src-1.0.0'
make: *** [all] Error 2
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]