[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-15 00:47:40 CET

solo turn <soloturn@gmail.com> writes:

> On Mon, 10 Jan 2005 22:01:28 +0000, Philip Martin
> <philip@codematters.co.uk> wrote:
>> solo turn <soloturn@gmail.com> writes:
>> >
>> > when i try to compile swig support for solaris, i get:
>> >
>> > checking for apr_int64_t Python/C API format string...
>> > configure: error: failed to recognize APR_INT64_T_FMT on this platform
>>
>> 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?
>
> /* And APR_INT64_T_FMT */
> #define APR_INT64_T_FMT "lld"
> #define APR_INT64_T_FMT_LEN 3

That should be OK, it's "lld" on my Linux box as well. The swig.m4
code runs the C preprocessor on a test file and then runs grep on the
output file, it appears that either the cpp or the grep is failing.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Jan 15 00:48:54 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.