← Back to team overview

dolfin team mailing list archive

Re: Buildbot failure

 

On Wed, May 28, 2008 at 10:35:45AM +0200, Anders Logg wrote:
> On Wed, May 28, 2008 at 10:26:47AM +0200, Ilmar Wilbers wrote:
> > All buildbots are currently failing, they are using the newest change sets:
> > c++ -o demo/mesh/ale/cpp/main.o -c -Wall -pipe -ansi -DDEBUG -g -Werror 
> > -DNDEBUG -O2 -DPACKAGE_VERSION=\"0.7.3\" -fno-strict-aliasing 
> > -bind_at_load -I. -I. -Idolfin -I/Users/ilmarw/local/include 
> > -I/sw/include -I/sw/include/libxml2 -I/sw/include demo/mesh/ale/cpp/main.cpp
> > demo/mesh/ale/cpp/main.cpp: In function 'int main()':
> > demo/mesh/ale/cpp/main.cpp:27: error: no matching function for call to 
> > 'dolfin::BoundaryMesh::BoundaryMesh(dolfin::UnitSquare&, 
> > dolfin::MeshFunction<dolfin::uint>&, dolfin::MeshFunction<dolfin::uint>&)'
> > ./dolfin/mesh/BoundaryMesh.h:27: note: candidates are: 
> > dolfin::BoundaryMesh::BoundaryMesh(dolfin::Mesh&)
> > ./dolfin/mesh/BoundaryMesh.h:24: note: 
> > dolfin::BoundaryMesh::BoundaryMesh()
> > ./dolfin/mesh/BoundaryMesh.h:20: note: 
> > dolfin::BoundaryMesh::BoundaryMesh(const dolfin::BoundaryMesh&)
> > scons: *** [demo/mesh/ale/cpp/main.o] Error 1
> > scons: building terminated because of errors.
> > 
> > ilmar
> > _______________________________________________
> > DOLFIN-dev mailing list
> > DOLFIN-dev@xxxxxxxxxx
> > http://www.fenics.org/mailman/listinfo/dolfin-dev
> 
> My fault, will be fixed shortly.

Should be fixed now.

-- 
Anders


References