Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] CGAL_vc110_mt_gd_4.5.dll is missing and is not generated!

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] CGAL_vc110_mt_gd_4.5.dll is missing and is not generated!


Chronological Thread 
  • From: ramigmodi <>
  • To:
  • Subject: Re: [cgal-discuss] CGAL_vc110_mt_gd_4.5.dll is missing and is not generated!
  • Date: Fri, 14 Nov 2014 12:49:47 -0800 (PST)

Well I have it's .lib and .exp in the build/lib/debug but Not .dll in bin!

And here is the cmake output:
== Setting paths ==
Build CGAL from release in directory CGAL-4.5
Packagenames: CGAL-4.5
== Setting paths (DONE) ==

== Generate version files ==
CGAL_MAJOR_VERSION=4
CGAL_MINOR_VERSION=5
CGAL_BUGFIX_VERSION=0
CGAL_SONAME_VERSION=10
CGAL_SOVERSION =10.0.4
CGAL_REFERENCE_CACHE_DIR=
Building static libraries
Targetting Visual Studio 11 2012 Win64
Target build enviroment supports auto-linking
Using VC11 compiler.
Generator uses intermediate configuration directory: $(Configuration)
USING CMake version: 3.1.0
System: Windows
CMake Warning (dev) at CMakeLists.txt:437 (if):
Policy CMP0054 is not set: Only interpret if() arguments as variables or
keywords when unquoted. Run "cmake --help-policy CMP0054" for policy
details. Use the cmake_policy command to set the policy and suppress this
warning.

Quoted variables like "MSVC" will no longer be dereferenced when the
policy
is set to NEW. Since the policy is not set the OLD behavior will be used.
This warning is for project developers. Use -Wno-dev to suppress it.

== Generate version files (DONE) ==

== Set up flags ==
Build type: Debug
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 /D_DEBUG /MDd /Zi /Ob0 /Od /RTC1'
USING LDFLAGS = ' '
== 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 ...
GMP has been preconfigured:
UseGMP-file:
GMP include: C:/CGAL-4.5/auxiliary/gmp/include
GMP libraries: C:/CGAL-4.5/auxiliary/gmp/lib/libgmp-10.lib
GMP definitions:
USING GMP_VERSION = '5.0.1'
Preconfiguring library: MPFR ...
MPFR has been preconfigured:
UseMPFR-file:
MPFR include: C:/CGAL-4.5/auxiliary/gmp/include
MPFR libraries: C:/CGAL-4.5/auxiliary/gmp/lib/libmpfr-4.lib
MPFR definitions:
USING MPFR_VERSION = '3.0.0'
Boost version: 1.57.0
Found the following Boost libraries:
thread
system
Boost include: C:/boost/boost_1_57_0
Boost libraries:
optimized;C:/boost/boost_1_57_0/stage/lib/libboost_thread-vc110-mt-1_57.lib;debug;C:/boost/boost_1_57_0/stage/lib/libboost_thread-vc110-mt-gd-1_57.lib;optimized;C:/boost/boost_1_57_0/stage/lib/libboost_system-vc110-mt-1_57.lib;debug;C:/boost/boost_1_57_0/stage/lib/libboost_system-vc110-mt-gd-1_57.lib
Boost definitions:
USING BOOST_VERSION = '1.57.0'
== Detect external libraries (DONE) ==

== Write compiler_config.h ==
CMake Warning (dev) at CMakeLists.txt:669 (if):
Policy CMP0054 is not set: Only interpret if() arguments as variables or
keywords when unquoted. Run "cmake --help-policy CMP0054" for policy
details. Use the cmake_policy command to set the policy and suppress this
warning.

Quoted variables like "CGAL_CFG_BOOST_VARIANT_SWAP_BUG" will no longer be
dereferenced when the policy is set to NEW. Since the policy is not set
the OLD behavior will be used.
This warning is for project developers. Use -Wno-dev to suppress it.

== Write compiler_config.h (DONE) ==

== Generating build files ==
Configuring libCGAL
Requested component: MPFR
Requested component: GMP
libCGAL is configured
Sources for CGAL component library 'CGAL_Core' detected
Configuring libCGAL_Core
Requested component: MPFR
Requested component: GMP
libCGAL_Core is configured
Sources for CGAL component library 'CGAL_ImageIO' detected
Configuring libCGAL_ImageIO
Could NOT find ZLIB (missing: ZLIB_LIBRARY ZLIB_INCLUDE_DIR)
OpenGL include:
OpenGL libraries: glu32;opengl32
Requested component: MPFR
Requested component: GMP
libCGAL_ImageIO is configured
NOTICE: libCGAL_ImageIO needs ZLib to read compressed files. That feature
will not be activated.
Sources for CGAL component library 'CGAL_Qt3' detected
Configuring libCGAL_Qt3
libCGAL_Qt3 needs Qt3, cannot be configured.
Sources for CGAL component library 'CGAL_Qt4' detected
Configuring libCGAL_Qt4
USING OPENGL_VERSION = '1.1'
USING QT4_VERSION = '4.8.3'
OpenGL include:
OpenGL libraries: glu32;opengl32
OpenGL definitions:
Qt4 include: C:/Qt/4.8.3/include
Qt4 libraries:
optimized;C:/Qt/4.8.3/lib/qtmain.lib;debug;C:/Qt/4.8.3/lib/qtmaind.lib;optimized;C:/Qt/4.8.3/lib/QtOpenGL4.lib;debug;C:/Qt/4.8.3/lib/QtOpenGLd4.lib;optimized;C:/Qt/4.8.3/lib/QtGui4.lib;debug;C:/Qt/4.8.3/lib/QtGuid4.lib;optimized;C:/Qt/4.8.3/lib/QtCore4.lib;debug;C:/Qt/4.8.3/lib/QtCored4.lib
Qt4 definitions: -DQT_DLL
moc executable: C:/Qt/4.8.3/bin/moc.exe
uic executable: C:/Qt/4.8.3/bin/uic.exe
Requested component: MPFR
Requested component: GMP
libCGAL_Qt4 is configured
Sources for CGAL component libraries
'CGAL_Core;CGAL_ImageIO;CGAL_Qt3;CGAL_Qt4' detected
== Generating build files (DONE) ==

Configuring done
Generating done



--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/CGAL-vc110-mt-gd-4-5-dll-is-missing-and-is-not-generated-tp4660114p4660120.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.18.

Top of Page