[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: Kobayashi Noritada <nori1_at_dolphin.c.u-tokyo.ac.jp>
Date: 2005-01-28 14:13:02 CET

Hi,

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

Oh, thanks.
I also thought this message is not related, but I have never used Python
and have no idea, I wrote it.
I'd like to test Ruby binding, but I'll be happy if I have Python one,
so I'll install it.

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

Log is as follows...

  configure:11830: checking for apr_int64_t Python/C API format string
  configure:11838: apr.h: No such file or directory
  configure:11853: apr.h: No such file or directory
  configure:11867: apr.h: No such file or directory
  configure:11881: result:
  configure:11884: error: failed to recognize APR_INT64_T_FMT on this platform

Actually, I read it but I couldn't get information...

> Run the "egrep" command, does it exist?

Yes, egrep v2.4.2 is installed.

nori1[22:04]% LANG=C egrep --version saba:~/svnwc/subversion-ruby
egrep (GNU grep) 2.4.2

Copyright 1988, 1992-1999, 2000 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

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

I'm using ja_JP.eucJP.

nori1[22:01]% locale saba:~/svnwc/subversion-ruby
LANG=ja_JP.eucJP
LC_CTYPE="ja_JP.eucJP"
LC_NUMERIC="ja_JP.eucJP"
LC_TIME="ja_JP.eucJP"
LC_COLLATE="ja_JP.eucJP"
LC_MONETARY="ja_JP.eucJP"
LC_MESSAGES="ja_JP.eucJP"
LC_PAPER="ja_JP.eucJP"
LC_NAME="ja_JP.eucJP"
LC_ADDRESS="ja_JP.eucJP"
LC_TELEPHONE="ja_JP.eucJP"
LC_MEASUREMENT="ja_JP.eucJP"
LC_IDENTIFICATION="ja_JP.eucJP"
LC_ALL=

Thanks for your reply,

-- 
|:  Noritada KOBAYASHI
|:  Dept. of General Systems Studies,
|:  Graduate School of Arts and Sciences, Univ. of Tokyo
|:  E-mail: nori1@dolphin.c.u-tokyo.ac.jp (preferable)
|:          nori@esa.c.u-tokyo.ac.jp
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jan 28 14:14:08 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.