Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] [OS X] sth. wrong with mpfr.h

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] [OS X] sth. wrong with mpfr.h


Chronological Thread 
  • From: Marc Glisse <>
  • To:
  • Subject: Re: [cgal-discuss] [OS X] sth. wrong with mpfr.h
  • Date: Wed, 7 May 2014 08:17:33 +0200 (CEST)

On Tue, 6 May 2014, Shengye.JIN wrote:

I have installed CGAL 4.4 it seems to be installed successfully.
but I met some problem about mpfr.h. when I compile the examples, and I have
no idea about this.

You have a recent version of GMP and an old version of MPFR on your system, they are not compatible with each other, please upgrade MPFR.
(you could try -D__gmp_const=const, but you are likely to hit other incompatibilities)

--
Marc Glisse



Archive powered by MHonArc 2.6.18.

Top of Page