Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Qt4 for CGAL Installation

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Qt4 for CGAL Installation


Chronological Thread 
  • From: A S <>
  • To:
  • Subject: Re: [cgal-discuss] Qt4 for CGAL Installation
  • Date: Wed, 21 Oct 2009 21:23:45 -0700 (PDT)
  • Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type; b=QrLvva2CG+vVpGDmJUhIfub9X28IbmBJ7LsiiS6ZuagmbfxuXzI1eAPBXPM2WMyhluCoS8b7w9T1Nno00cdXY47nw5DLmw6Y+OFCLgo5/hwPtDhlhDqYMIYv27/pB5pfdeFGKgBOVyprVfvC9iWh++fa/f7cUr1GV0oWwk5bpCE=;

Excellent!!  That worked!  I cleared the entire cache except for the two recently entered ZLIB line items, and then made a manual cache entry for Qt4 (for Visual Studio 2008).  I later downloaded an old free Qt3 setup distro, and added the appropriate entries for Qt3 (for MSVC 6.0) to the cache.  Altogether, the addenda look like this:
 
QTDIR C:/Program Files/qt-win-free-msvc-3.3.3/lib
QT3_INCLUDE_DIR C:/Program Files/qt-win-free-msvc-3.3.3/include
QT3_QT_LIBRARY C:/Program Files/qt-win-free-msvc-3.3.3/lib/qt-mt3.lib
QT3_QTMAIN_LIBRARY C:/Program Files/qt-win-free-msvc-3.3.3/lib/qtmain.lib
QT3_QASSISTANTCLIENT_LIBRARY C:/Program Files/qt-win-free-msvc-3.3.3/lib/qassistantclient.lib
QT3_MOC_LIBRARY C:/Program Files/qt-win-free-msvc-3.3.3/bin/moc.exe
QT3_UIC_LIBRARY C:/Program Files/qt-win-free-msvc-3.3.3/bin/uic.exe
QT_QMAKE_EXECUTABLE C:/Qt/2009.04/qt/qmake/qmake.exe
ZLIB_INCLUDE_DIR C:/ZLIB/include
ZLIB_LIBRARY C:/ZLIB/lib/zlib.lib
 
Then I ran <Configure>, then <Generate>  The output follows:
 
CGAL_MAJOR_VERSION=3
CGAL_MINOR_VERSION=5
CGAL_BUILD_VERSION=
CGAL_SONAME_VERSION=4
CGAL_SOVERSION     =4.0.0
CGAL_REFERENCE_CACHE_DIR=
Building static libraries
Targetting Visual Studio 9 2008
Target build enviroment supports auto-linking
Using VC90 compiler.
Generator uses intermediate configuration directory: $(OutDir)
USING CMake version: 2.6.4
System: Windows
Build type: Release
USING CXXFLAGS = ' /DWIN32 /D_WINDOWS /W3 /Zm1000 /EHsc /GR -D_CRT_SECURE_NO_DEPRECATE -D_SCL_SECURE_NO_DEPRECATE -D_CRT_SECURE_NO_WARNINGS -D_SCL_SECURE_NO_WARNINGS /fp:strict /fp:except- /MD /O2 /Ob2 /D NDEBUG'
USING LDFLAGS = ' '
GMP include:     C:/Program Files/CGAL-3.5/auxiliary/gmp/include
GMP libraries:  
GMP definitions:
USING GMP_VERSION = '4.2.4'
MPFR include:      C:/Program Files/CGAL-3.5/auxiliary/gmp/include
MPFR libraries:   
MPFR definitions: 
USING MPFR_VERSION = '2.3.2'
Boost include:     C:/Program Files/boost/boost_1_39
Boost libraries:   optimized;C:/Program Files/boost/boost_1_39/lib/libboost_thread-vc90-mt-1_39.lib;debug;C:/Program Files/boost/boost_1_39/lib/libboost_thread-vc90-mt-gd-1_39.lib
Boost definitions:
USING BOOST_VERSION = '1.39.0'
CMAKE_INSTALL_PREFIX=C:/Program Files/CGAL
OpenGL include:    
OpenGL libraries:   glu32;opengl32
USING ZLIB_VERSION = '1.2.3'
ZLib   include:     C:/ZLIB/include
ZLib   libraries:   C:/ZLIB/lib/zlib.lib
USING OPENGL_VERSION = '1.1'
USING QT_VERSION = '3.3.3'
OpenGL include:    
OpenGL include:    
OpenGL libraries:   glu32;opengl32
OpenGL definitions:
Qt3 include:        C:/Program Files/qt-win-free-msvc-3.3.3/include
Qt3 libraries:      imm32.lib;ws2_32.lib;C:/Program Files/qt-win-free-msvc-3.3.3/lib/qt-mt3.lib
Qt3 definitions:   
moc executable:     QT3_MOC_EXECUTABLE-NOTFOUND
uic executable:     QT3_UIC_EXECUTABLE-NOTFOUND
USING QT4_VERSION = '4.5.3'
OpenGL include:    
OpenGL libraries:   glu32;opengl32
OpenGL definitions:
Qt4 include:        C:/Qt/2009.04/qt/include
Qt4 libraries:      optimized;C:/Qt/2009.04/qt/lib/qtmain.lib;debug;C:/Qt/2009.04/qt/lib/qtmaind.lib;optimized;C:/Qt/2009.04/qt/lib/QtOpenGL4.lib;debug;C:/Qt/2009.04/qt/lib/QtOpenGLd4.lib;opengl32.lib glu32.lib gdi32.lib user32.lib delayimp.lib;optimized;C:/Qt/2009.04/qt/lib/QtGui4.lib;debug;C:/Qt/2009.04/qt/lib/QtGuid4.lib;imm32;winmm;optimized;C:/Qt/2009.04/qt/lib/QtCore4.lib;debug;C:/Qt/2009.04/qt/lib/QtCored4.lib;ws2_32
Qt4 definitions:    -DQT_DLL
moc executable:     C:/Qt/2009.04/qt/bin/moc.exe
uic executable:     C:/Qt/2009.04/qt/bin/uic.exe
Configuring done
Generating done
 
Not sure what I should do next.  (One of my next questions is how do I eliminate the instructions which instruct the 'upper pane' to produce lines like this:
 
moc executable:     QT3_MOC_EXECUTABLE-NOTFOUND
uic executable:     QT3_UIC_EXECUTABLE-NOTFOUND
...
[etc.]
...(when I've already directed CMake to their locations))?
Given what's seen in the output, what should I do next?
 
I can't thank you enough for your generous assistance with all of this so far.




Archive powered by MHonArc 2.6.16.

Top of Page