[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Build on AIX using xlC fails

From: Wilson, Douglas <dgwilson_at_sonomasystems.net>
Date: 2002-10-08 01:15:25 CEST

I am getting this bunch of errors compiling with xlc on AIX 4.3.2
(Is there any AIX specific help docs yet?):

/bin/sh /cvs/src/subversion-r3200/libtool --silent --mode=compile cc
-U__STR__ -D_USE_IRS -D_THREAD_SAFE -g -qHALT=E -I./subversion/include
-I. -I/cvs/src/subversion-r3200/neon/src -I/cvs/src/subversion-r3200/db/dist
-I/cvs/src/subversion-r3200/apr/include
-I/cvs/src/subversion-r3200/apr-util/include
-I/cvs/src/subversion-r3200/apr-util/xml/expat/lib -o
subversion/libsvn_fs/tree.lo -c subversion/libsvn_fs/tree.c
"subversion/libsvn_fs/tree.c", line 260.1: 1506-343 (S) Redeclaration of
svn_fs_txn_root_name differs from previous declaration on line 519 of
"./subversion/include/svn_fs.h".
"subversion/libsvn_fs/tree.c", line 260.1: 1506-050 (I) Return type
"unsigned char*" in redeclaration is not compatible with the previous return
type "const unsigned char*".
"subversion/libsvn_fs/tree.c", line 574.53: 1506-280 (W) Function argument
assignment between types "unsigned char*" and "const unsigned char*" is not
allowed.
"subversion/libsvn_fs/tree.c", line 582.26: 1506-280 (W) Function argument
assignment between types "const void**" and "void**" is not allowed.
"subversion/libsvn_fs/tree.c", line 621.17: 1506-068 (W) Operation between
types "unsigned char*" and "const unsigned char*" is not allowed.
"subversion/libsvn_fs/tree.c", line 622.18: 1506-068 (W) Operation between
types "unsigned char*" and "const unsigned char*" is not allowed.
"subversion/libsvn_fs/tree.c", line 714.19: 1506-068 (W) Operation between
types "unsigned char*" and "const unsigned char*" is not allowed.
"subversion/libsvn_fs/tree.c", line 742.59: 1506-280 (W) Function argument
assignment between types "unsigned char*" and "const unsigned char*" is not
allowed.
"subversion/libsvn_fs/tree.c", line 830.1: 1506-343 (S) Redeclaration of
svn_fs_node_id differs from previous declaration on line 644 of
"./subversion/include/svn_fs.h".
"subversion/libsvn_fs/tree.c", line 830.1: 1506-377 (I) The type "struct
svn_fs_id_t**" of parameter 1 differs from the previous type "const struct
svn_fs_id_t**".
"subversion/libsvn_fs/tree.c", line 1511.61: 1506-280 (W) Function argument
assignment between types "struct svn_fs_id_t*" and "const struct
svn_fs_id_t*" is not allowed.
"subversion/libsvn_fs/tree.c", line 1782.26: 1506-280 (W) Function argument
assignment between types "const void**" and "void**" is not allowed.
"subversion/libsvn_fs/tree.c", line 2027.26: 1506-280 (W) Function argument
assignment between types "const void**" and "void**" is not allowed.
"subversion/libsvn_fs/tree.c", line 2232.1: 1506-343 (S) Redeclaration of
svn_fs_commit_txn differs from previous declaration on line 381 of
"./subversion/include/svn_fs.h".
"subversion/libsvn_fs/tree.c", line 2232.1: 1506-377 (I) The type "unsigned
char**" of parameter 1 differs from the previous type "const unsigned
char**".
"subversion/libsvn_fs/tree.c", line 2285.29: 1506-280 (W) Function argument
assignment between types "const unsigned char**" and "unsigned char**" is
not allowed.
"subversion/libsvn_fs/tree.c", line 2380.1: 1506-343 (S) Redeclaration of
svn_fs_merge differs from previous declaration on line 777 of
"./subversion/include/svn_fs.h".
"subversion/libsvn_fs/tree.c", line 2380.1: 1506-377 (I) The type "unsigned
char**" of parameter 1 differs from the previous type "const unsigned
char**".
"subversion/libsvn_fs/tree.c", line 2817.1: 1506-343 (S) Redeclaration of
svn_fs_copied_from differs from previous declaration on line 746 of
"./subversion/include/svn_fs.h".
"subversion/libsvn_fs/tree.c", line 2817.1: 1506-377 (I) The type "unsigned
char**" of parameter 2 differs from the previous type "const unsigned
char**".
"subversion/libsvn_fs/tree.c", line 3553.26: 1506-280 (W) Function argument
assignment between types "const void**" and "void**" is not allowed.
make: *** [subversion/libsvn_fs/tree.lo] Error 1

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Oct 8 01:20:03 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.