Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] problem with CGAL instalation

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] problem with CGAL instalation


Chronological Thread 
  • From: pratihast22089 <>
  • To:
  • Subject: Re: [cgal-discuss] problem with CGAL instalation
  • Date: Tue, 20 Oct 2009 06:01:04 -0700 (PDT)


Hi
Thank you for your support.
It’s working now.
The problem was in WITH_CPACK which I had checked manually.
Now, when I unchecked it’s working perfectly.

kind Regards,
Arun K. Pratihast
ITC

Laurent Rineau (GeometryFactory) wrote:
>
> On Tuesday 20 October 2009 13:40:47 pratihast22089 wrote:
>> Hi,
>>
>> Thank you for the responce.
>> I re-instaled the cgal3.5 and complie the qt in visual studio2008 by
>> using
>> qmake command.
>> After that when i configure CGAL using cmake-gui . i got the following
>> errror :
>>
>> CMake Error at C:/Program Files/CMake
>> 2.6/share/cmake-2.6/Modules/CPack.cmake:686 (message):
>> CPack package description file: "C:/CGAL/CGAL-3.5/README" could not be
>> found.
>> Call Stack (most recent call first):
>> C:/Program Files/CMake 2.6/share/cmake-2.6/Modules/CPack.cmake:690
>> (cpack_check_file_exists)
>> CMakeLists.txt:565 (INCLUDE)
>>
>> Regards,
>> Arun K. Pratihast
>> ITC
>>
>> Configuring incomplete, errors occurred!
>>
>> pratihast22089 wrote:
>> > hi ,
>> >
>> > I am the beginner.
>> > I am trying to insatlling CGAL3.4 for windows using the instruction
>> > given in the URL:
>> >
>> http://acg.cs.tau.ac.il/cgal-at-tau/installing-cgal-and-related-programs-
>> >on-windows
>> >
>> > When i configure using cmake-gui . , i got the following error and
>> > warning:
>> >
>> > CGAL_MAJOR_VERSION=3
>> > CGAL_MINOR_VERSION=4
>> > CGAL_BUILD_VERSION=
>> > CGAL_SONAME_VERSION=3
>> > CGAL_SOVERSION =3.0.0
>> > CGAL_REFERENCE_CACHE_DIR=
>> > Building static libraries
>> > CMake Warning (dev) at CMakeLists.txt:88 (include):
>> > Policy CMP0011 is not set: Included scripts do automatic cmake_policy
>> > PUSH
>> > and POP. Run "cmake --help-policy CMP0011" for policy details. Use
>> > the cmake_policy command to set the policy and suppress this warning.
>> >
>> > The included script
>> >
>> > C:/CGAL/CGAL-3.4/cmake/modules/CGAL_Common.cmake
>> >
>> > affects policy settings. CMake is implying the NO_POLICY_SCOPE
>> option
>> > for
>> > compatibility, so the effects are applied to the including context.
>> > This warning is for project developers. Use -Wno-dev to suppress it.
>> >
>> > 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: Debug
>> > 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 /D_DEBUG /MDd /Zi
>> > /Ob0 /Od /RTC1'
>> > USING LDFLAGS = ' '
>> > GMP include: C:/CGAL/CGAL-3.4/auxiliary/gmp/include
>> > GMP libraries:
>> > GMP definitions:
>> > USING GMP_VERSION = '4.2.4'
>> > MPFR include: C:/CGAL/CGAL-3.4/auxiliary/gmp/include
>> > MPFR libraries:
>> > MPFR definitions:
>> > USING MPFR_VERSION = '2.3.2'
>> > Boost include: C:/boost/boost_1_38
>> > Boost libraries:
>> >
>> optimized;C:/boost/boost_1_38/lib/libboost_thread-vc90-mt-1_38.lib;debug;
>> >C:/boost/boost_1_38/lib/libboost_thread-vc90-mt-gd-1_38.lib Boost
>> > definitions:
>> > USING BOOST_VERSION = '1.38.0'
>> > CMAKE_INSTALL_PREFIX=C:/Program Files/CGAL
>> > Could NOT find ZLIB (missing: ZLIB_LIBRARY ZLIB_INCLUDE_DIR)
>> > OpenGL include:
>> > OpenGL libraries: glu32;opengl32
>> > NOTICE: CGAL_ImageIO needs ZLib to read compressed files. That feature
>> > will not be activated.
>> > CGAL_Qt3 needs Qt3, cannot be configured.
>> > CMake Error at cmake/modules/FindQt4.cmake:783 (MESSAGE):
>> > It appears you're trying to use Visual Studio with Qt built by mingw
>> > Call Stack (most recent call first):
>> > src/CGALQt4/CMakeLists.txt:18 (find_package)
>
> Strange. You should uncheck the option WITH_CPACK in cmake-gui. Have you
> checked it manually?
>
> --
> Laurent Rineau, PhD
> R&D Engineer at GeometryFactory http://www.geometryfactory.com/
> Release Manager of the CGAL Project http://www.cgal.org/
> --
> You are currently subscribed to cgal-discuss.
> To unsubscribe or access the archives, go to
> https://lists-sop.inria.fr/wws/info/cgal-discuss
>
>

--
View this message in context:
http://www.nabble.com/problem-with-CGAL-instalation-tp25971260p25974664.html
Sent from the cgal-discuss mailing list archive at Nabble.com.




Archive powered by MHonArc 2.6.16.

Top of Page