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

Re: Issue: Non-constant struct initializers break build on Solaris/SunPRO

From: Stefan Sperling <stsp_at_elego.de>
Date: Wed, 20 Jun 2012 19:49:59 +0200

On Tue, Jun 19, 2012 at 05:15:16PM -0400, Daniel Richard G. wrote:
> Rewriting the struct declaration/assignment as
>
> struct foobar fb;
> fb.f = foo;
> fb.b = bar;
>
> allows the build to proceed.
>
> The attached patch does this for the current SVN source and allows
> Subversion to build on this system.

Thanks for submitting this patch!
Julian Foad has committed this patch in r1352068 (he isn't subscribed
to users@ and asked me to reply on his behalf).
Received on 2012-06-20 19:50:38 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.