On Thursday 13 March 2008 08:17, Sébastien Janas wrote:
> Hi,
>
> I try to install Getfem++ 3.0.3 on my mac OS X 10.5. The ./configure is
> good, but with the make I have this message :
>
> dal_backtrace.cc: In function 'std::string dal::demangle(const char*)':
> dal_backtrace.cc:45: error: 'free' was not declared in this scope
> dal_backtrace.cc:48: error: 'free' was not declared in this scope
> dal_backtrace.cc: In function 'void dal::dump_glibc_backtrace()':
> dal_backtrace.cc:69: error: 'strncpy' was not declared in this scope
> dal_backtrace.cc:70: error: 'strchr' was not declared in this scope
> dal_backtrace.cc:80: error: 'free' was not declared in this scope
> make[2]: *** [dal_backtrace.lo] Error 1
> make[1]: *** [all-recursive] Error 1
> make: *** [all] Error 2
>
> What can I do?
>
> Best regards,
>
> Janas Sébastien


Strange. What is happening if you add 
 #include<cstring>
at the begining of the file src/dal_backtrace.cc ?

Yves.

-- 

  Yves Renard ([EMAIL PROTECTED])       tel : (33) 04.72.43.87.08
  Pole de Mathematiques, INSA de Lyon          fax : (33) 04.72.43.85.29
  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

Reply via email to