Skip to Content.
Sympa Menu

cgal-discuss - Configure manual Makefile for CGAL application

Subject: CGAL users discussion list

List archive

Configure manual Makefile for CGAL application


Chronological Thread 
  • From: Chansophea Chuon <>
  • To:
  • Subject: Configure manual Makefile for CGAL application
  • Date: Fri, 9 Mar 2007 02:51:48 -0800 (PST)
  • Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=UtNpvunikEGQ3dKpEd9o7bRybHWFA1zPpd3KE+YM4zgTh9g9SWgZIu7hFN8Ru/435DYZAgKyvXvtg1BSR8MS4mXNiAGBpiBCt+buC9mK49/FRr29kr43IAbOMP6B71kDbWX0Uq5kM86g8h6VZJkfS2FeRsim8wkYhTfW/sPt2dM=;

Dear All:

I try to compile an example code of cgal (rs_example.C) by using my manual made Makefile.

I am using g++.

g++ -o test rs_example.C -I/usr/include/CGAL -L/usr/lib -lCGAL

and it shows many erros

/usr/include/mpfr.h:72: error: ‘mp_size_t’ does not name a type
/usr/include/mpfr.h:77: error: ‘mp_exp_t’ does not name a type
/usr/include/mpfr.h:78: error: expected ‘;’ before ‘*’ token
/usr/include/mpfr.h:98: error: ‘__gmp_const’ does not name a type
/usr/include/mpfr.h:122: error: ‘mp_exp_t’ does not name a type
/usr/include/mpfr.h:123: error: ‘mp_exp_t’ does not name a type
/usr/include/mpfr.h:124: error: ‘mp_exp_t’ does not name a type
..............
.............
.............

Could anyone help me with this errors?

Best regards,

Sophea


TV dinner still cooling?
Check out "Tonight's Picks" on Yahoo! TV.


Archive powered by MHonArc 2.6.16.

Top of Page