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

subversion on dns323

From: Ronald Geisler <mr.betatester_at_googlemail.com>
Date: Mon, 5 Jul 2010 20:10:35 +0200

hi,
i like to use subversion with trac on my dns323 (arm). i use following commands:

arp-1.4.2:
   ./configure --prefix=/ffp
   make
   make install

arp-util-1.3.9:
   ./configure --prefix=/ffp
   make
   make install

SWIG-1.3.24:
   ./configure --prefix=/ffp --with-python=/ffp/bin/python
   make
   make install

subversion-1.6.12:
   ./configure --prefix=/ffp/ --with-ssl --without-berkeley-db
--with-apr=/ffp/bin/apr-1-config --with-apr-util=/ffp/bin/apu-1-config
PYTHON=/ffp/bin/python --with-swig=/ffp/bin/swig
   make
   make install
   make swig-py

root_at_BetaNAS:/ffp/src/subversion-1.6.12# make check-swig-py
cd /ffp/src/subversion-1.6.12/subversion/bindings/swig/python; \
          /ffp/bin/python
/ffp/src/subversion-1.6.12/subversion/bindings/swig/python/tests/run_all.py
/ffp/bin/python: can't resolve symbol 'apr_uuid_parse'
make: *** [check-swig-py] Error 1

can you help me?
thanks and best regards
ronald geisler
Received on 2010-07-05 23:27:47 CEST

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

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