AnMaster wrote:

> Will mail it directly.

Ok, got it. As shown in the first, ok, 9 lines:

configure:14224: checking svn_client.h usability
configure:14241: gcc -c -pipe -march=k8 -msse3 -O2 -fweb -D_REENTRANT 
-I/usr/include/subversion-1 -I/usr/include/apr-1.0 conftest.c >&5
In file included from conftest.c:72:
/usr/include/subversion-1/svn_client.h:35:24: error: apr_tables.h: No such file 
or directory
In file included from /usr/include/subversion-1/svn_client.h:37,
                 from conftest.c:72:
/usr/include/subversion-1/svn_types.h:28:45: error: apr.h: No such file or 
directory
/usr/include/subversion-1/svn_types.h:29:23: error: apr_pools.h: No such file 
or directory
/usr/include/subversion-1/svn_types.h:30:22: error: apr_hash.h: No such file or 
directory
/usr/include/subversion-1/svn_types.h:32:22: error: apr_time.h: No such file or 
directory
[...]


You're apparently missing the "Apache Portable Runtime" headers and
probably the libraries as well - which are a a requirement for
'libsvn'. This is surprising because Unix/Linux package managers
typically take care for this sort of dependencies.

See if your favourite distribution offers a 'libapr1-dev' (as well as a
'libapr1') or similar package and try again.

Cheers,
        Martin.
-- 
 Unix _IS_ user friendly - it's just selective about who its friends are !
--------------------------------------------------------------------------

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to