Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Help - Compiling CGAL 4.7

Subject: CGAL users discussion list

List archive

[cgal-discuss] Help - Compiling CGAL 4.7


Chronological Thread 
  • From: Ana Mafalda Martins <>
  • To:
  • Subject: [cgal-discuss] Help - Compiling CGAL 4.7
  • Date: Fri, 29 Jan 2016 15:53:39 +0000
  • Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None ; spf=Pass ; spf=None
  • Ironport-phdr: 9a23:8cLR7xbEgPETvynIHkqMyEX/LSx+4OfEezUN459isYplN5qZpcm+bnLW6fgltlLVR4KTs6sC0LqJ9fi+EjNeqb+681k8M7V0HycfjssXmwFySOWkMmbcaMDQUiohAc5ZX0Vk9XzoeWJcGcL5ekGA6ibqtW1aJBzzOEJPK/jvHcaK1oLsh7/0o8OYPFsArQH+SI0xBS3+lR/WuMgSjNkqAYcK4TyNnEF1ff9Lz3hjP1OZkkW0zM6x+Jl+73YY4Kp5pIYTGZn9Kq83RLgdADU9OH0u/+XqswPCRE2B/CgySGITxzNOCkDg5R/zWpv4+g7zrPZ83jLSacSwSLk6UDCu5uFuQQX0iSEcHzE8+WDTzMd3ifQI81qauxVjztuMM8muP/1kc/aFcA==

Hello everyone,

First of all, I am sorry bother you if this is a silly question.

I trying to install CGAL 4.7 library on Windows 8.1. I followed all steps in tutorial: http://www.cgal.org/download/windows.html

Below is the result when I try compile CGAL with CMake. I clicked on "Configure", and it stops in "== Detect external libraries =="

Follows the output that I obtained in CMake, it stops immediately after "GMP definitions:"


----------------------------------------------------------------------------------------------

The CXX compiler identification is MSVC 16.0.30319.1

The C compiler identification is MSVC 16.0.30319.1

Check for working CXX compiler using: Visual Studio 10 2010

Check for working CXX compiler using: Visual Studio 10 2010 -- works

Detecting CXX compiler ABI info

Detecting CXX compiler ABI info - done

Detecting CXX compile features

Detecting CXX compile features - done

Check for working C compiler using: Visual Studio 10 2010

Check for working C compiler using: Visual Studio 10 2010 -- works

Detecting C compiler ABI info

Detecting C compiler ABI info - done

== Setting paths ==

Build CGAL from release in directory CGAL-4.7

Packagenames: CGAL-4.7

== Setting paths (DONE) ==

== Generate version files ==

CGAL_MAJOR_VERSION=4

CGAL_MINOR_VERSION=7

CGAL_BUGFIX_VERSION=0

CGAL_SONAME_VERSION=11

CGAL_SOVERSION =11.0.1

CGAL_REFERENCE_CACHE_DIR=

Building shared libraries

Targetting Visual Studio 10 2010

Target build enviroment supports auto-linking

Using VC10 compiler.

Generator uses intermediate configuration directory: $(Configuration)

USING CMake version: 3.3.0

System: Windows

== Generate version files (DONE) ==

== Set up flags ==

Build type: Release

USING CXXFLAGS = ' /DWIN32 /D_WINDOWS /W3 /GR /EHsc -D_CRT_SECURE_NO_DEPRECATE -D_SCL_SECURE_NO_DEPRECATE -D_CRT_SECURE_NO_WARNINGS -D_SCL_SECURE_NO_WARNINGS /fp:strict /fp:except- /wd4503 /bigobj /MD /O2 /Ob2 /D NDEBUG'

USING LDFLAGS = ' /machine:X86 /INCREMENTAL:NO'

== Set up flags (DONE) ==

== Detect external libraries ==

External libraries supported: GMP;MPFR;ZLIB;OpenGL;LEDA;MPFI;RS;RS3;OpenNL;Eigen3;BLAS;LAPACK;QGLViewer;ESBTL;Coin3D;NTL;IPE

Preconfiguring library: GMP ...

Found GMP: C:/dev/CGAL-4.7/auxiliary/gmp/lib/libgmp-10.lib

GMP has been preconfigured:

UseGMP-file:

GMP include: C:/dev/CGAL-4.7/auxiliary/gmp/include

GMP libraries: C:/dev/CGAL-4.7/auxiliary/gmp/lib/libgmp-10.lib

GMP definitions:


-----------------------------------------------------------------  


Do you have any ideia what is happening? Or I can fix it?

Sorry, but it is really important for me....

Thanks in advance,
Mafalda



Archive powered by MHonArc 2.6.18.

Top of Page