[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: Philip Martin <philip_at_codematters.co.uk>
Date: 2005-01-10 23:01:28 CET

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 Mon Jan 10 23:02:42 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.