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

Re: Cannot configure

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2005-01-28 13:46:15 CET

Kobayashi Noritada <nori1@dolphin.c.u-tokyo.ac.jp> writes:

> from distutils import sysconfig
> ImportError: No module named distutils

You do not have a complete python development environment, you can't
build the Python bindings without it. On Debian I think you need to
install the python-dev package. I think this is separate to the other
problem below.

> checking for apr_int64_t Python/C API format string...
> configure: error: failed to recognize APR_INT64_T_FMT on this platform
>
> It seems APR_INT64_T_FMT is not recognized.
> In my apr.h, however, following lines exist:
>
> /* And APR_INT64_T_FMT */
> #define APR_INT64_T_FMT "lld"
> #define APR_INT64_T_FMT_LEN 3
>
> My environment is as follows:
>
> * OS: Debian GNU/Linux 3.0r4
> * kernel: 2.4.23
>
> Does anyone know what is wrong?

I don't know why it's failing, my apr.h looks like yours. Is there
any information in the config.log file? There should be a line
something like

  configure:22700: checking for apr_int64_t Python/C API format string

What are the next few lines?

Run the "egrep" command, does it exist?

Run the "locale" command, what locale are you using?

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jan 28 13:47:25 2005

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.