Re: [Flightgear-devel] Bug: Faulty configure check for svn_client.h

2009-03-05 Thread Martin Spott
AnMaster wrote:
 Martin Spott wrote:

 See if your favourite distribution offers a 'libapr1-dev' (as well as a
 'libapr1') or similar package and try again.
 I have libapr, header at /usr/include/apr-1/apr.h

Please update from CVS and check if anything's changed,

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


Re: [Flightgear-devel] Bug: Faulty configure check for svn_client.h

2009-02-27 Thread Martin Spott
AnMaster wrote:

 Should I forward the mail directly to you?

No, cutting out the section in question would be entirely sufficient.
Search the text file for the same string:

 checking for svn_client.h... no

  and look at, well, probably half a dozend lines that follow,

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


Re: [Flightgear-devel] Bug: Faulty configure check for svn_client.h

2009-02-27 Thread AnMaster
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Martin Spott wrote:
 AnMaster wrote:
 
 Should I forward the mail directly to you?
 
 No, cutting out the section in question would be entirely sufficient.
 Search the text file for the same string:
 
 checking for svn_client.h... no
 
   and look at, well, probably half a dozend lines that follow,
 
   Martin.
That is what I did. I got several thousand lines in that section alone

Will mail it directly.

Regards,
Arvid Norlander
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.9 (GNU/Linux)

iEYEAREKAAYFAkmnpoYACgkQWmK6ng/aMNk/XACeNPHWmYEOkfHVFldxwWzarThZ
oZcAoMVf8QK4cnbU1V2wjoTrHs+vWoNU
=0tOl
-END PGP SIGNATURE-

--
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


Re: [Flightgear-devel] Bug: Faulty configure check for svn_client.h

2009-02-27 Thread Martin Spott
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


Re: [Flightgear-devel] Bug: Faulty configure check for svn_client.h

2009-02-26 Thread Martin Spott
AnMaster wrote:

 checking for svn_client.h... no
 
 However the header does exist, as /usr/include/subversion-1/svn_client.h
 
 I guess a fix for configure is needed.

How does the detailed output in 'config.log' look like, any hint in
there ?

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


Re: [Flightgear-devel] Bug: Faulty configure check for svn_client.h

2009-02-26 Thread AnMaster
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

I sent a reply but got Message body is too big: 93978 bytes with a limit of 40
KB. There were several thousands of lines with error from various svn 
headers.

Should I forward the mail directly to you?

Regards,
Arvid Norlander

Martin Spott wrote:
 AnMaster wrote:

 checking for svn_client.h... no

 However the header does exist, as /usr/include/subversion-1/svn_client.h

 I guess a fix for configure is needed.

 How does the detailed output in 'config.log' look like, any hint in
 there ?

   Martin.
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.9 (GNU/Linux)

iEYEAREKAAYFAkmnIBwACgkQWmK6ng/aMNkgcQCeKqUkG9ButuSF5rUHOMZNd3VY
+tUAnjQUKsARX2bPgSi+oOYd7fR/1Zee
=xlV8
-END PGP SIGNATURE-

--
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