Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] compiling CGAL with cmake and Visual Studio

Subject: CGAL users discussion list

List archive

[cgal-discuss] compiling CGAL with cmake and Visual Studio


Chronological Thread 
  • From: Jane Aubert Tournois <>
  • To: cgal-discuss <>
  • Subject: [cgal-discuss] compiling CGAL with cmake and Visual Studio
  • Date: Wed, 17 Feb 2010 19:19:34 +0100
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:from:date:x-google-sender-auth:message-id :subject:to:content-type; b=S5hJEYcYsrdUI8ouL8tvZi6svRFI4UhsdDd/5YdJG0969iCt+WtRDlDHu0scA+N0TX mg9vFajc4yM0oLNRREGY8iVz24VDgCGGOMxlfVoxqpaS5ERehP6ZPTzZjGYxR1MFtldl Jc7JWcXHL35Ldx4NPQq1jTPAjD/DCc9g/S0O8=

Hello,

I am trying to install CGAL-3.5.1 on a Windows computer with Visual Studio 2008... and I have some problems doing it.

I have installed every 3rd party component needed, and generated a solution with Cmake from the CGAL directory.

However, when I try to compile it (and the same happens with my own code), I get about 10 error messages for each subcomponent, similar to these:
4>C:\CGAL-3.5.1\auxiliary\gmp\include\mpfr.h(280) : error C2061: syntax error : identifier 'intmax_t'
4>C:\CGAL-3.5.1\auxiliary\gmp\include\mpfr.h(282) : error C2061: syntax error : identifier 'intmax_t'
4>C:\CGAL-3.5.1\auxiliary\gmp\include\mpfr.h(283) : error C2061: syntax error : identifier 'uintmax_t'
4>C:\CGAL-3.5.1\auxiliary\gmp\include\mpfr.h(285) : error C2061: syntax error : identifier 'uintmax_t'
4>C:\CGAL-3.5.1\auxiliary\gmp\include\mpfr.h(286) : error C2146: syntax error : missing ';' before identifier '__gmpfr_mpfr_get_sj'
4>C:\CGAL-3.5.1\auxiliary\gmp\include\mpfr.h(286) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
4>C:\CGAL-3.5.1\auxiliary\gmp\include\mpfr.h(286) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
4>C:\CGAL-3.5.1\auxiliary\gmp\include\mpfr.h(287) : error C2146: syntax error : missing ';' before identifier '__gmpfr_mpfr_get_uj'
4>C:\CGAL-3.5.1\auxiliary\gmp\include\mpfr.h(287) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
4>C:\CGAL-3.5.1\auxiliary\gmp\include\mpfr.h(287) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int


Did any of you have this problem with installation? or knows how to solve it?

Thank you very much for your help!
Best regards,

Jane.



Archive powered by MHonArc 2.6.16.

Top of Page