Given:
AIX 5.1
vacpp v6.0
gnu tools
# Build
export CC="cc_r"
$ ./configure \
--with-gcc=cc_r --without-cxx --with-thread \
--enable-maintainer-mode \
--enable-debug \
--with-zlib \
--with-swig=/usr/local/bin/swig \
--with-apxs=/usr/local/apache2/bin/apxs \
--without-berkeley-db \
--enable-shared \
--enable-swig-bindings=python \
--disable-nls \
--disable-mod-activation
$ gmake
$ gmake swig-py
Notes:
a) With NLS support i have a warnings so i just removed it.
b) --without-cxx seems tobe ignored by configure but its also looks
like that no CPP compiler will be used so i didn't care about it
c) Build time: ~ 5min on a 6Way 1.7GHz Power4
Problems:
GDBM: informional Messages - Can these message be ignored ?
"apr_dbm_gdbm.c", line 138.16: 1506-304 (I) No function prototype given
for "gdbm_open".
"apr_dbm_gdbm.c", line 157.5: 1506-304 (I) No function prototype given
for "gdbm_close".
"apr_dbm_gdbm.c", line 168.10: 1506-304 (I) No function prototype given
for "gdbm_fetch".
"apr_dbm_gdbm.c", line 187.10: 1506-304 (I) No function prototype given
for "gdbm_store".
"apr_dbm_gdbm.c", line 199.10: 1506-304 (I) No function prototype given
for "gdbm_delete".
"apr_dbm_gdbm.c", line 209.12: 1506-304 (I) No function prototype given
for "gdbm_exists".
"apr_dbm_gdbm.c", line 217.10: 1506-304 (I) No function prototype given
for "gdbm_firstkey".
"apr_dbm_gdbm.c", line 233.10: 1506-304 (I) No function prototype given
for "gdbm_nextkey".
"apr_dbm_gdbm.c", line 95.23: 1506-304 (I) No function prototype given
for "gdbm_strerror".
SWIG: Function argument assignment warning - Can the following errors
be ignored ?
"subversion/bindings/swig/python/svn_delta.c", line 3928.32: 1506-280
(W) Function argument assignment between types "void*" and "struct
svn_error_t*(*)(struct svn_txdelta_window_t*,void*)" is not allowed.
"subversion/bindings/swig/python/svn_delta.c", line 4071.32: 1506-280
(W) Function argument assignment between types "void*" and "struct
svn_error_t*(*)(struct svn_txdelta_window_t*,void*)" is not allowed.
"subversion/bindings/swig/python/svn_delta.c", line 8101.32: 1506-280
(W) Function argument assignment between types "void*" and "struct
svn_error_t*(*)(struct svn_txdelta_window_t*,void*)" is not allowed.
"subversion/bindings/swig/python/svn_fs.c", line 11268.32: 1506-280 (W)
Function argument assignment between types "void*" and "struct
svn_error_t*(*)(struct svn_txdelta_window_t*,void*)" is not allowed.
"subversion/bindings/swig/python/svn_repos.c", line 16447.32: 1506-280
(W) Function argument assignment between types "void*" and "struct
svn_error_t*(*)(struct svn_txdelta_window_t*,void*)" is not allowed.
LIBGDBM:
libtool: link: warning: `/lib/libgdbm.la' seems to be moved
The first message of this kind comes during this call
cd subversion/libsvn_subr && /bin/bash
/var/ramdisk0/subversion/subversion-1.3.0/libtool --tag=CC --silent
--mode=link
cc_r -g -g -qHALT=E -qfullpath -qinitauto=FE -qcheck=all -qinfo=pro
-D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DE
BUG -Wl,-brtl
-L/var/ramdisk0/subversion/subversion-1.3.0/apr-util/xml/expat/lib
-rpath /usr/local/lib -o libsvn_su
br-1.la auth.lo cmdline.lo config.lo config_auth.lo config_file.lo
config_win.lo constructors.lo ctype.lo date.lo erro
r.lo hash.lo io.lo lock.lo md5.lo nls.lo opt.lo path.lo pool.lo
quoprint.lo sorts.lo stream.lo subst.lo svn_base64.lo s
vn_string.lo target.lo time.lo utf.lo utf_validate.lo validate.lo
version.lo xml.lo /var/ramdisk0/subversion/subversion
-1.3.0/apr-util/libaprutil-0.la -lgdbm
/var/ramdisk0/subversion/subversion-1.3.0/apr-util/xml/expat/lib/libexpat.la
-li
conv /var/ramdisk0/subversion/subversion-1.3.0/apr/libapr-0.la -lm
-lnsl -lpthread -lz
libtool: link: warning: `/lib/libgdbm.la' seems to be moved
but the file exist.
$ ls -l /lib/libgdbm.la
lrwxrwxrwx 1 root system 33 Jan 17 22:24
/lib/libgdbm.la -> ../../opt/freeware/lib/libgdbm.la
Any tips
tia
Hajo
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jan 18 12:53:01 2006