Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Error when compiling with LEDA

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Error when compiling with LEDA


Chronological Thread 
  • From: Marc Glisse <>
  • To:
  • Subject: Re: [cgal-discuss] Error when compiling with LEDA
  • Date: Fri, 24 Feb 2017 14:22:11 +0100 (CET)

On Fri, 24 Feb 2017, Iordan Iordanov wrote:

Hi Sebastien,

I am actually using ccmake for the configuration step, but this is
what I do, yes. I had not tried disabling GMP; I did it now, but there
is no difference in the output, it still fails.
It will perhaps be useful to give you the trace for the first error:

make
Scanning dependencies of target CGAL
[ 4%] Building CXX object
Installation/src/CGAL/CMakeFiles/CGAL.dir/all_files.cpp.o
In file included from
/Users/iordanov/Documents/Code/builds/cgal-leda/Installation/src/CGAL/all_files.cpp:1:
In file included from
/Users/iordanov/Documents/Code/cgal-INRIA/Geomview/src/CGAL/Geomview_stream.cpp:27:
In file included from
/Users/iordanov/Documents/Code/cgal-INRIA/Geomview/include/CGAL/IO/Geomview_stream.h:28:
In file included from
/Users/iordanov/Documents/Code/cgal-INRIA/Kernel_23/include/CGAL/basic.h:29:
/Users/iordanov/Documents/Code/cgal-INRIA/Installation/include/CGAL/config.h:251:4:
error: "This compiler does not have a working STL"
# error "This compiler does not have a working STL"
^

Is it possible that the error has to do with Geomview? Or is it
even deeper, in the Kernel_23?

The error is long before that. If you look at the cmake output, you may notice that all "Performing Test CGAL_CFG_*" failed. You need to find out why they are failing (cmake probably leaves a log somewhere, or has some verbose option or something).

--
Marc Glisse



Archive powered by MHonArc 2.6.18.

Top of Page