Subject: CGAL users discussion list
List archive
- From: Ana Mafalda Martins <>
- To:
- Subject: Re: [cgal-discuss] Help - Compiling CGAL 4.7
- Date: Fri, 29 Jan 2016 19:58:22 +0000
- Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None ; spf=Pass ; spf=None
- Ironport-phdr: 9a23:HgimLB9rUVRdd/9uRHKM819IXTAuvvDOBiVQ1KB80+McTK2v8tzYMVDF4r011RmSDdqds6wP0rOL+4nbGkU+or+5+EgYd5JNUxJXwe43pCcHRPC/NEvgMfTxZDY7FskRHHVs/nW8LFQHUJ2mPw6anHS+4HYoFwnlMkItf6KuStGU15r8jrnvs7ToICx2xxOFKYtoKxu3qQiD/uI3uqBFbpgL9x3Sv3FTcP5Xz247bXianhL7+9vitMU7q3cY6Loc8dVdW/D6Y7ggVu4fSy83Nng8osztrxjKCwWVoWANV30f1RtODQ+C5x7zWtL9szDxq/FmixWdaMb5RLRxVTW55LpwUzfpjj0GPng36jL5kMt12YtdqVqErhJ2x4LdKKScLuZ/eLiVKdpcQGNPV8JdXmpEC5mgbo0UJ+UENOdc6YL6og1d/lOFGQCwCba3mXdzjXjs0Phi3g==
Thanks a lot!! I will try it. Can you tell me which version of CMake do you use?
Mafalda
2016-01-29 19:56 GMT+00:00 Mehran Maghoumi <>:
Hello Mafalda,Have you tried a different version of CMake? I've had issues with older versions of CMake stopping during the configuration of the project.Also, the solution file will only be created if you hit "Generate". Try doing that and see what happens?What version of Visual Studio are you using?--On Fri, Jan 29, 2016 at 2:29 PM, Ana Mafalda Martins <> wrote:Hi,Sorry to bother you again, but after a lot of tries (installing other versions, etc.) the problem persists. Do you have any ideia what is going wrong?I am really, really sorry, but if you could help me it would be great, since I really need CGAL.Thanks in advance,Mafalda2016-01-29 16:03 GMT+00:00 Sebastien Loriot (GeometryFactory) <>:Does it really stop there? isn't there any .sln solution file created?
Sebastien.--
On 01/29/2016 04:53 PM, Ana Mafalda Martins wrote:
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
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://sympa.inria.fr/sympa/info/cgal-discuss
Mehran Maghoumi
- [cgal-discuss] Help - Compiling CGAL 4.7, Ana Mafalda Martins, 01/29/2016
- Re: [cgal-discuss] Help - Compiling CGAL 4.7, Sebastien Loriot (GeometryFactory), 01/29/2016
- Re: [cgal-discuss] Help - Compiling CGAL 4.7, Ana Mafalda Martins, 01/29/2016
- Re: [cgal-discuss] Help - Compiling CGAL 4.7, Ana Mafalda Martins, 01/29/2016
- Re: [cgal-discuss] Help - Compiling CGAL 4.7, Mehran Maghoumi, 01/29/2016
- Re: [cgal-discuss] Help - Compiling CGAL 4.7, Ana Mafalda Martins, 01/29/2016
- Re: [cgal-discuss] Help - Compiling CGAL 4.7, Mehran Maghoumi, 01/29/2016
- Re: [cgal-discuss] Help - Compiling CGAL 4.7, Ana Mafalda Martins, 01/29/2016
- Re: [cgal-discuss] Help - Compiling CGAL 4.7, Ana Mafalda Martins, 01/29/2016
- Re: [cgal-discuss] Help - Compiling CGAL 4.7, Mehran Maghoumi, 01/29/2016
- Re: [cgal-discuss] Help - Compiling CGAL 4.7, Ana Mafalda Martins, 01/29/2016
- Re: [cgal-discuss] Help - Compiling CGAL 4.7, Mehran Maghoumi, 01/29/2016
- Re: [cgal-discuss] Help - Compiling CGAL 4.7, Sebastien Loriot (GeometryFactory), 01/29/2016
Archive powered by MHonArc 2.6.18.