Hi all, I'm compiling getfem++3.1 on MacOS (Snow Leopard). It works correctly but only after I add
using namespace std; in the files: contrib/bimaterial_crack_test/crack_exact_solution.cc contrib/bimaterial_crack_test/bimaterial_crack_test.cc (otherwise i get an error as isnan is not defined - perhaps it could be inserted in the standard distribution) My working environment is the following: ~/Desktop/data/src/getfem/getfem++-3.1 $ uname -a Darwin nemesis.local 10.0.0 Darwin Kernel Version 10.0.0: Fri Jul 31 22:47:34 PDT 2009; root:xnu-1456.1.25~1/RELEASE_I386 i386 ~/Desktop/data/src/getfem/getfem++-3.1 $ gcc -v Using built-in specs. Target: i686-apple-darwin10 Configured with: /var/tmp/gcc_40/gcc_40-5493~95/src/configure --disable-checking -enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.0/ --with-gxx-include-dir=/include/c++/4.0.0 --with-slibdir=/usr/lib --build=i686-apple-darwin10 --with-arch=apple --with-tune=generic --host=i686-apple-darwin10 --target=i686-apple-darwin10 Thread model: posix gcc version 4.0.1 (Apple Inc. build 5493) ~/Desktop/data/src/getfem/getfem++-3.1 $ thanks bye Gianluca -- Gianluca Moro http://www.giammy.com Ph.D. Student http://www.math.unipd.it/~giammy/ Department of Pure and Applied Mathematics - University of Padova _______________________________________________ Getfem-users mailing list [email protected] https://mail.gna.org/listinfo/getfem-users
