Skip to Content.
Sympa Menu

cgal-discuss - Re: Re: [cgal-discuss] cmake does not identify boost

Subject: CGAL users discussion list

List archive

Re: Re: [cgal-discuss] cmake does not identify boost


Chronological Thread 
  • From: <>
  • To:
  • Subject: Re: Re: [cgal-discuss] cmake does not identify boost
  • Date: Sat, 15 May 2010 21:10:52 +0200 (CEST)

Hi,

one question about CGAL installation: while i was doing the last step(building
CGAL) i got some final errors, on 3 different projects.

the error were all about the same...a header file:

C:\CGAL-3.6\auxiliary\gmp\include\mpfr.h(280) : error C2061: syntax error :
identifier 'intmax_t'
C:\CGAL-3.6\auxiliary\gmp\include\mpfr.h(282) : error C2061: syntax error :
identifier 'intmax_t'
C:\CGAL-3.6\auxiliary\gmp\include\mpfr.h(283) : error C2061: syntax error :
identifier 'uintmax_t'
C:\CGAL-3.6\auxiliary\gmp\include\mpfr.h(285) : error C2061: syntax error :
identifier 'uintmax_t'
C:\CGAL-3.6\auxiliary\gmp\include\mpfr.h(286) : error C2146: syntax error :
missing ';' before identifier '__gmpfr_mpfr_get_sj'
C:\CGAL-3.6\auxiliary\gmp\include\mpfr.h(286) : error C4430: missing type
specifier - int assumed. Note: C++ does not support default-int
C:\CGAL-3.6\auxiliary\gmp\include\mpfr.h(286) : error C4430: missing type
specifier - int assumed. Note: C++ does not support default-int
C:\CGAL-3.6\auxiliary\gmp\include\mpfr.h(287) : error C2146: syntax error :
missing ';' before identifier '__gmpfr_mpfr_get_uj'
C:\CGAL-3.6\auxiliary\gmp\include\mpfr.h(287) : error C4430: missing type
specifier - int assumed. Note: C++ does not support default-int
C:\CGAL-3.6\auxiliary\gmp\include\mpfr.h(287) : error C4430: missing type
specifier - int assumed. Note: C++ does not support default-int



and this happened (like i said) on 3 projects only, the rest of them builded
successfully.

Is this normal?

Best regards,
Cristovao



Archive powered by MHonArc 2.6.16.

Top of Page