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.

The offending line is
static lList node_pool = {.next=0,.data.array=0};

/tools/common/petsc-dev/src/mat/coarsen/impls/hem/hem.c:18:27: error: 
expected primary-expression before ?.? token 

/tools/common/petsc-dev/src/mat/coarsen/impls/hem/hem.c:18:35: error: 
expected primary-expression before ?.? token

Thanks,
Brad


Reply via email to