Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Compilation Problems

Subject: CGAL users discussion list

List archive

[cgal-discuss] Compilation Problems


Chronological Thread 
  • From: "Chaman Singh Verma" <>
  • To:
  • Subject: [cgal-discuss] Compilation Problems
  • Date: Tue, 26 Aug 2008 08:17:39 +0530
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=NhoiqGUPWQ9pBhrC8UZZvZIuf2zeaxBd6OhvSyk3K6DHlx7zHnRhHVv260kAWX8Z+x rWWFB8st5/eOeaoq7bzZIh+JostySGWue/d2LGk5uKsup8EUwn7BuPsacv31Z1gOPlg9 hivyLU3M9CtyxhXX85TtPJYSsexj8ZESuiwK4=

Hello,

I am using CGAL modules in my software and I am getting some error messages which
are difficult to understand. Can someone help ?

/home/csv610/Software/MathLib/GMP/include/gmpxx.h:3094:52: error: macro "abs" passed 2 arguments, but takes just 1
In file included from /home/csv610/Software/CompGeom/CGAL/include/CGAL/number_type_basic.h:70,
                 from /home/csv610/Software/CompGeom/CGAL/include/CGAL/basic.h:35,
                 from /home/csv610/Software/CompGeom/CGAL/include/CGAL/Cartesian/Cartesian_base.h:29,
                 from /home/csv610/Software/CompGeom/CGAL/include/CGAL/Cartesian.h:27,
                 from MeshSubDivision.h:7,
                 from TJunction.cc:21:
/home/csv610/Software/CompGeom/CGAL/include/CGAL/number_utils.h:213: error: expected unqualified-id before 'const'
/home/csv610/Software/CompGeom/CGAL/include/CGAL/number_utils.h:213: error: expected `)' before 'const'
/home/csv610/Software/CompGeom/CGAL/include/CGAL/number_utils.h:213: error: expected `)' before 'const'
In file included from /home/csv610/Software/CompGeom/CGAL/include/CGAL/number_type_basic.h:71,
                 from /home/csv610/Software/CompGeom/CGAL/include/CGAL/basic.h:35,
                 from /home/csv610/Software/CompGeom/CGAL/include/CGAL/Cartesian/Cartesian_base.h:29,
                 from /home/csv610/Software/CompGeom/CGAL/include/CGAL/Cartesian.h:27,
                 from MeshSubDivision.h:7,
                 from TJunction.cc:21:
/home/csv610/Software/CompGeom/CGAL/include/CGAL/number_utils_classes.h: In member function 'NT CGAL::Abs<NT>::operator()(const NT&) const':
/home/csv610/Software/CompGeom/CGAL/include/CGAL/number_utils_classes.h:101: error: expected unqualified-id before '(' token

Thanks.
csv
Poona, India



Archive powered by MHonArc 2.6.16.

Top of Page