Le mercredi 12 septembre 2007 22:31, Bin a écrit : > Hi, > > I installed getfem++ v3.0.0,with qhull. But when I run make check, I got: > > *crack.cc:41:37: error: getfem/getfem_crack_sif.h: No such file or > directory crack.cc: In member function âvoid > crack_problem::compute_sif(const plain_vector&)â: > crack.cc:915: error: âget_crack_tip_and_orientationâ is not a member of > âgetfemâ > crack.cc:923: error: âestimate_crack_stress_intensity_factorsâ was not > declared in this scope > crack.cc:929: error: âcompute_crack_stress_intensity_factorsâ was not > declared in this scope > make[3]: *** [crack.o] Error 1 > make[3]: Leaving directory `/home/yangb/bin/getfem++-3.0.1/tests' > make[2]: *** [check-am] Error 2 > make[2]: Leaving directory `/home/yangb/bin/getfem++-3.0.1/tests' > make[1]: *** [check-recursive] Error 1 > make[1]: Leaving directory `/home/yangb/bin/getfem++-3.0.1/tests' > make: *** [check-recursive] Error 1* > * > *Anyone know why??
getfem/getfem_crack_sif.h was not present in the release 3.0. It was added in release 3.0.1 together with its use in crack.cc. It seems that you run the tests of release 3.0.1 with the library 3.0. -- Yves. ------------------------------------------------------------------------- Yves Renard ([EMAIL PROTECTED]) tel : (33) 04.72.43.87.08 Pole de Mathematiques, fax : (33) 04.72.43.85.29 Institut Camille Jordan - CNRS UMR 5208 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
