Hi,

 

I’m a newbie with AIX. And I should make a HTTP Client. That why I want to use neon library. But when I try to compile it in 64-bits on AIX 5.3 (without gcc), it fails lamentably.

 

The configure operation seams to be good (configure --disable-webdav --disable-nls CFLAGS=-q64) and the OBJECT_MODE is defined with 64.

 

And during the make, I obtain :

        /bin/sh ..//libtool --quiet --mode=compile xlc -DHAVE_CONFIG_H  -I../ -q64 -c ne_request.c -o ne_request.lo

        /bin/sh ..//libtool --quiet --mode=compile xlc -DHAVE_CONFIG_H  -I../ -q64 -c ne_session.c -o ne_session.lo

        /bin/sh ..//libtool --quiet --mode=compile xlc -DHAVE_CONFIG_H  -I../ -q64 -c ne_basic.c -o ne_basic.lo

        /bin/sh ..//libtool --quiet --mode=compile xlc -DHAVE_CONFIG_H  -I../ -q64 -c ne_string.c -o ne_string.lo

        /bin/sh ..//libtool --quiet --mode=compile xlc -DHAVE_CONFIG_H  -I../ -q64 -c ne_uri.c -o ne_uri.lo

        /bin/sh ..//libtool --quiet --mode=compile xlc -DHAVE_CONFIG_H  -I../ -q64 -c ne_dates.c -o ne_dates.lo

        /bin/sh ..//libtool --quiet --mode=compile xlc -DHAVE_CONFIG_H  -I../ -q64 -c ne_alloc.c -o ne_alloc.lo

        /bin/sh ..//libtool --quiet --mode=compile xlc -DHAVE_CONFIG_H  -I../ -q64 -c ne_md5.c -o ne_md5.lo

        /bin/sh ..//libtool --quiet --mode=compile xlc -DHAVE_CONFIG_H  -I../ -q64 -c ne_utils.c -o ne_utils.lo

        /bin/sh ..//libtool --quiet --mode=compile xlc -DHAVE_CONFIG_H  -I../ -q64 -c ne_socket.c -o ne_socket.lo

        /bin/sh ..//libtool --quiet --mode=compile xlc -DHAVE_CONFIG_H  -I../ -q64 -c ne_auth.c -o ne_auth.lo

"ne_auth.c", line 240.35: 1506-131 (S) Explicit dimension specification or initializer required for an auto or static array.

make: The error code from the last command is 1.

 

 

Stop.

make: The error code from the last command is 2.

 

 

Stop.

 

I suppose that it could exist an option for cc that I don’t know.

Can’t you help me.

 

Thanks.

 

 

_______________________________________________
neon mailing list
[email protected]
http://mailman.webdav.org/mailman/listinfo/neon

Reply via email to