Skip to Content.
Sympa Menu

cgal-discuss - Re: Re: [cgal-discuss] Compile problem

Subject: CGAL users discussion list

List archive

Re: Re: [cgal-discuss] Compile problem


Chronological Thread 
  • From: <>
  • To:
  • Subject: Re: Re: [cgal-discuss] Compile problem
  • Date: Fri, 19 Sep 2008 22:50:27 +0200 (CEST)

I added -lstdc++ to the icc flags and that solved that issue

now I get (as usual) another error









****************************************************************
** **
** Compiling CGAL 3.3.1 **
** ==================== **
** **
****************************************************************

OS: x86-64_Linux-2.6
COMPILER: Intel 9.1
BOOST: supported (1.36.0)
BOOST_PROGRAM_OPTIONS: not supported
BOOST_BIMAP: not supported
X11: supported (11.0)
GMP: not supported
GMPXX: not supported
MPFR: not supported
ZLIB: supported (1.2.1.2)
BLAS: not supported
LAPACK: not supported
ATLAS: not supported
LEDA: not supported
LEDAWIN: not supported
OPENGL: supported (1.5)
QT: not supported
TAUCS: not supported

Generating Makefiles ... done.
Building libCGAL static ...
Compilation of libCGAL static failed.
You will be shown a log now ...
****************************************************************
** Please press <ENTER> to continue. **
****************************************************************

icc -O2 -mp
'-I/work/00981/pederzan/CGAL-3.3.1/include/CGAL/config/x86-64_Linux-2.6_icc-9.1'
'-I/work/00981/pederzan/CGAL-3.3.1/include'
-I/work/00981/pederzan/boost/install/include/boost-1_36/ -I/usr/X11R6/include
-c assertions.cpp
icc -O2 -mp
'-I/work/00981/pederzan/CGAL-3.3.1/include/CGAL/config/x86-64_Linux-2.6_icc-9.1'
'-I/work/00981/pederzan/CGAL-3.3.1/include'
-I/work/00981/pederzan/boost/install/include/boost-1_36/ -I/usr/X11R6/include
-c Bbox_2_intersections.cpp
/work/00981/pederzan/CGAL-3.3.1/include/CGAL/Point_2.h(80): error: expected an
identifier
(const T1 &x, const T2 &y)
^

/work/00981/pederzan/CGAL-3.3.1/include/CGAL/Point_2.h(80): error: expected a
")"
(const T1 &x, const T2 &y)
^

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

/work/00981/pederzan/CGAL-3.3.1/include/CGAL/Point_2.h(80): error: expected a
";"
(const T1 &x, const T2 &y)

Any idea what causes this?

Thanks

Jean-Noel



Archive powered by MHonArc 2.6.16.

Top of Page