← Back to team overview

dolfin team mailing list archive

Re: More errors

 

On Mon, Apr 07, 2008 at 02:17:17PM +0200, Ilmar Wilbers wrote:
> Hi,
> 
> The buildbot detected some more errors when running swig:
> dolfin/la/PETScMatrix.h:43: Warning(401): Base class 'PETScObject' 
> undefined.
> dolfin/la/PETScObject.h:19: Warning(401): 'PETScObject' must be defined 
> before it is used as a base class.
> dolfin/la/PETScVector.h:38: Warning(401): Base class 'PETScObject' 
> undefined.
> dolfin/la/PETScObject.h:19: Warning(401): 'PETScObject' must be defined 
> before it is used as a base class.
> dolfin/ode/ODE.h:78: Warning(473): Returning a pointer or reference in a 
> director method is not recommended.
> dolfin/ode/ODE.h:81: Warning(473): Returning a pointer or reference in a 
> director method is not recommended.
> 
> Some of these have been there since before the weekend (mentioned 
> before), and some are new.
> 
> http://fenics.org:8010/dolfin/linux_32/builds/60/step-compile_4/0
> 
> ilmar

Yes, these should be removed before the release.

The PETScObject thing shouldn't be difficult to fix (but I haven't
been able to fix it myself yet).

The ODE thing can be fixed by removing Jmatrix and Mmatrix from the
interface. I don't think they should be there. I'm waiting until
tomorrow before removing them.

-- 
Anders


References