Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
1.6.0
-
None
-
AIX 5.2
Visual Age C++
./configure CC=cc CCFLAGS=-qnolm CXX=xlC CXXFLAGS=-qnolm --enable-guththila=yes
Description
On AIX 5.2 the build of Axis2C 1.6.0 warns of missing include file sys/sockio.h
Here is the make log.
make all-recursive
Making all in util
/home/prodfs/otp/axis2c-src-1.6.0/util
make all-recursive
Making all in src
/home/prodfs/otp/axis2c-src-1.6.0/util/src
Making all in platforms/unix
/home/prodfs/otp/axis2c-src-1.6.0/util/src/platforms/unix
source='uuid_gen_unix.c' object='uuid_gen_unix.lo' libtool=yes DEPDIR=.deps depmode=aix /bin/sh ../../../depcomp /bin/sh ../../../libtool --tag=CC --mode=compile cc -qlanglvl=extc89 -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include/platforms -I../../../include/platforms/unix -g -D_LARGEFILE64_SOURCE -c -o uuid_gen_unix.lo uuid_gen_unix.c
cc -qlanglvl=extc89 -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include/platforms -I../../../include/platforms/unix -g -D_LARGEFILE64_SOURCE -c -M uuid_gen_unix.c -DPIC -o .libs/uuid_gen_unix.o
"uuid_gen_unix.c", line 36.12: 1506-296 (S) #include file <sys/sockio.h> not found.
"../../../include/platforms/unix/axutil_unix.h", line 119.10: 1506-296 (S) #include file <getopt.h> not found.
"../../../include/platforms/unix/axutil_unix.h", line 125.33: 1506-275 (S) Unexpected text __useconds encountered.
"../../../include/platforms/unix/axutil_unix.h", line 125.12: 1506-282 (S) The type of the parameters must be specified in a prototype.
make : 1254-004 Code d'erreur de la dernière commande : 1.
See also another report on the mailing list that confirms the problem wit Axis2/C 1.4:
http://marc.info/?l=axis-c-user&m=121028024909757&w=2
Attachments
Attachments
Issue Links
- blocks
-
AXIS2C-1424 AIX 5.2/5.3 build issues
- Closed