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: "Sebastien Loriot (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] Error when compiling with LEDA
  • Date: Fri, 24 Feb 2017 12:15:39 +0100
  • Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None ; spf=Pass ; spf=None
  • Ironport-phdr: 9a23:203nexNaj+N7SZrDywUl6mtUPXoX/o7sNwtQ0KIMzox0K/XyrarrMEGX3/hxlliBBdydsKMZzbCO+Pq4ESxYuNDa7yBEKMQNHzY+yuwo3CUYSPafDkP6KPO4JwcbJ+9lEGFfwnegLEJOE9z/bVCB6le77DoVBwmtfVEtfre9ScbuiJG82Om2vpHSeA5VnyGVYLVoLRzwox+CmNMRhN4oEas7wwDVo3ZOM8BR32JvORrTsBv748qs5o9N+i9MvOgwtoQIBb7+eL45SqAeCTAOPGU85cmtvh7GG1jcrkAAW3kbx0IbSzPO6wv3C8/8
  • Organization: GeometryFactory

Hi Iordan,

Here is the command line I use when I want to compile CGAL without
GMP and using LEDA as replacement. If you want to keep GMP, simply
remove the first -D.

cmake -DCGAL_DISABLE_GMP=ON -DWITH_LEDA=ON \
-DLEDA_INCLUDE_DIR=/home/sloriot/leda-libnumbers/incl \
-DLEDA_LIBRARIES=/home/sloriot/leda-libnumbers/libleda_numbers.so \
-DCMAKE_BUILD_TYPE=Debug ../..

Did you try something similar?

Sebastien.



On 02/24/2017 12:03 PM, Iordan Iordanov wrote:
Hello everyone,

I have a problem when I'm trying to compile CGAL with LEDA.
The library and the header files are detected correctly at configuration
time, but when I try to build CGAL I get the error:
*
*
*[...]/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"

* ^*


I have tried some solutions that I found online (such as deleting
CMakeCache.txt and retrying) but it's still giving me the same error.

The compiler I am using is clang-700.1.81 on a MacOS X Yosemite (10.10.5).

Thank you for your time,
--
Iordan Iordanov
PhD Candidate, Team GAMBLE
https://members.loria.fr/iordan.iordanov








Archive powered by MHonArc 2.6.18.

Top of Page