<div class="gmail_quote">On Thu, Mar 8, 2012 at 16:20, Brad Aagaard <span dir="ltr"><<a href="mailto:baagaard@usgs.gov">baagaard@usgs.gov</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div id=":3q6">I am getting a couple of compiling errors when building petsc-dev that I just pulled. It looks like nonportable syntax (assuming this did compile on at least one machine) could be the problem.<br>
<br>
The offending line is<br>
static lList node_pool = {.next=0,.data.array=0};</div></blockquote></div><br><div>This is C99 syntax. I pushed a fix.</div><div><br></div><div>Mark, note that static variables are initialized to 0 by default (as per the standard).</div>