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

Re: compiling python swig support on solaris8: APR_INT64_T_FMT?

From: solo turn <soloturn_at_gmail.com>
Date: 2005-01-14 18:55:07 CET

/* And APR_INT64_T_FMT */
#define APR_INT64_T_FMT "lld"
#define APR_INT64_T_FMT_LEN 3

On Mon, 10 Jan 2005 22:01:28 +0000, Philip Martin
<philip@codematters.co.uk> wrote:
> solo turn <soloturn@gmail.com> writes:
>
> > hi,
> >
> > when i try to compile swig support for solaris, i get:
> >
> > checking for compiling Python extensions... cc -DNDEBUG -O
> > checking for linking Python extensions... cc -G
> > checking for linking Python libraries...
> > checking for apr_int64_t Python/C API format string...
> > configure: error: failed to recognize APR_INT64_T_FMT on this platform
> >
> > on which side should i look to solve this error?
>
> The code in build/ac-macros/swig.m4 is failing to recognise your
> system's APR_INT64_T_FMT. swig.m4 recognises "d", "ld" and "lld", but
> looking at APR's configure.in it appears that it can also generate
> "Ld" and "qq". What is the value of APR_INT64_T_FMT in your system's
> apr.h header file?
>
> --
> 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 14 19:10:24 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.