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

Re: 1.5 build problem on montavista cygwin

From: Peter Samuelson <peter_at_p12n.org>
Date: Mon, 23 Jun 2008 15:23:35 -0500

This is a serf question, not a Subversion question, but anyway -

> context.c:137: error: size of array `vec' is too large
> make[1]: *** [context.lo] Error 1
>
> So I did a bit of poking around and I found:
> #define IOV_MAX (__INT_MAX__-1)

Oh my lord. No, you do not want an 8 GB data structure. I see
context.c arranges to set it to 16 if nobody else has set it, and that
seems reasonable to me. glibc stdio on Linux seems to want 1024 as a
default.

-- 
Peter Samuelson | org-tld!p12n!peter | http://p12n.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-06-23 22:23:49 CEST

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.