On Monday 12 November 2007 10:09, Egor Vtorushin wrote: > Hello, Yves and all > > I've found another error with crack.cc during "make check" run. > Here is error log obtained from "make crack" inside "tests" directory > <error log> > crack.cc: In member function `bool crack_problem::solve(plain_vector&)': > crack.cc:648: error: no matching function for call to > `getfem::spider_fem::spider_fem(bgeot::scalar_type&, > getfem::mesh_im_level_set&, unsigned int&, unsigned int&, int&, > bgeot::base_small_vector&, bgeot::scalar_type&)' > c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/getfem/getfem_spi >der_fem.h:138: note: candidates are: getfem::spider_fem::spider_fem(const > getfem::spider_fem&) > c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/getfem/getfem_spi >der_fem.h:167: note: > getfem::spider_fem::spider_fem(bgeot::scalar_type, getfem::mesh_im&, > unsigned int, unsigned int, unsigned int, > bgeot::base_small_vector, bgeot::scalar_type, int, bgeot::scalar_type) > make: *** [crack] Error 1 > </error log> > I think i can eliminate all the references to spider_fem to build test but > it is not quite right. > > Regards, Egor
Dear Egor, You can build the program crack.cc only if you have the qhull development library installed. Did you installed it ? The ./configure script will tell you at the end if it founds it or not. Regards, Yves. -- Yves Renard ([EMAIL PROTECTED]) tel : (33) 04.72.43.87.08 Pole de Mathematiques, fax : (33) 04.72.43.85.29 INSA de Lyon, Universite de Lyon 20, rue Albert Einstein 69621 Villeurbanne Cedex, FRANCE http://math.univ-lyon1.fr/~renard --------- _______________________________________________ Getfem-users mailing list [email protected] https://mail.gna.org/listinfo/getfem-users
