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

2012-06-20 Thread Stefan Sperling
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 >

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

2012-06-19 Thread Daniel Richard G.
Building Subversion 1.7.5 on Solaris 8 with the vendor (SunPRO) compiler fails with errors of the form "subversion/libsvn_subr/sqlite.c", line 1208: non-constant initializer: op "NAME" cc: acomp failed for subversion/libsvn_subr/sqlite.c gmake: *** [subversion/libsvn_subr/sqlite.lo] E