Re: [Libmesh-users] ambiguous errors during compile

2010-07-09 Thread Roy Stogner
On Fri, 9 Jul 2010, Andrea Hawkins wrote: > Compiling C++ (in optimized mode) block_petsc_preconditioner.C... > block_petsc_preconditioner.h(79): error: "NumericVector" is ambiguous >virtual void apply(const NumericVector & x, NumericVector & y); That looks like a non-libMesh header, and thi

[Libmesh-users] ambiguous errors during compile

2010-07-09 Thread Andrea Hawkins
Hey- Sorry to bother everyone Friday night, but I've downloaded the latest version of libmesh to lonestar and compiled it using the petsc/2.3.3-cxx module. This seems to work fine. However, when I try to compile my source code I get errors such as: Compiling C++ (in optimized mode) block_petsc_pr