Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] CGAL with Intel Compiler

Subject: CGAL users discussion list

List archive

[cgal-discuss] CGAL with Intel Compiler


Chronological Thread 
  • From: "Chaman Singh Verma" <>
  • To: cgal-discuss <>
  • Subject: [cgal-discuss] CGAL with Intel Compiler
  • Date: Sun, 9 Nov 2008 19:33:06 +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=cMGqU65jhY3K2ysolr2KisM+zojBnrZTaXoIimIEl7E56AYGuGwrKL2a0MEtroyCY2 QcnxiNIUSyDoNIYJUR/VKy1e63eSslsZTCCVh+VwDwHG9c4aXnPy7oh9F4XSLYb8x/Q8 d+HamtB4WyqQX0Cgt/TDnX84cI7m5drZgnhs8=

/home/csv610/Software/CompGeom/CGAL/include/CGAL/Point_2.h(80): error: expected a ")"
           (const T1 &x, const T2 &y)
Hello,

Has anybody tried to install CGAL with Intel C++ Compilers ? It seems that Intel C++ compiler produce huge
errors. If someone has already resolved all the errors, please let me know.

csv
 

        

/CGAL/include/CGAL/Point_2.h(76): error: not a valid member class or function template declaration
       Self
       ^

/CGAL/include/CGAL/Point_2.h(80): error: expected a ";"
           (const T1 &x, const T2 &y)
                       ^

/CGAL/include/CGAL/Vector_2.h(94): error: expected a ")"
            (const T1 &x, const T2 &y)
                      ^

/CGAL/include/CGAL/Vector_2.h(90): error: not a valid member class or function template declaration
        Self
        ^

/CGAL/include/CGAL/Vector_2.h(94): error: expected a ";"
            (const T1 &x, const T2 &y)
                        ^

/CGAL/include/CGAL/Point_3.h(80): error: expected a ")"
           (const T1& x, const T2& y, const T3& z)
                    ^



  • [cgal-discuss] CGAL with Intel Compiler, Chaman Singh Verma, 11/09/2008

Archive powered by MHonArc 2.6.16.

Top of Page