Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] problem with CGAL and CMAKE

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] problem with CGAL and CMAKE


Chronological Thread 
  • From: "Laurent Rineau (CGAL/GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] problem with CGAL and CMAKE
  • Date: Thu, 02 Aug 2012 16:35:30 +0200
  • Organization: GeometryFactory

Le dimanche 02 octobre 2011 12:35:45 Petr Felkel a écrit :
> Hi,
>
> I need to migrate to Win7/VS2010 with CGAL.
> I have installed CGAL 3.8 with additional libraries, but I cannot
> compile anything, not even the CGAL examples.
>
> I have tried two slightly different methods for CGAL compilation - with
> and without CGAL_AUTOLINK_GMP and CGAL_AUTOLINK_MPFR
> Both do not work.
>
> Maybe - could be an error in the variables in the main CGAL
> configuration file (CGALConfig.cmake in d:\winappl\CGAL\lib\CGAL\
> directory?:
> set(CGAL_LIBRARY "D:/winappl/CGAL/lib/")
> set(CGAL_Core_LIBRARY "D:/winappl/CGAL/lib/")
> set(CGAL_ImageIO_LIBRARY "D:/winappl/CGAL/lib/")
> set(CGAL_Qt3_LIBRARY "D:/winappl/CGAL/lib/" )
> set(CGAL_Qt4_LIBRARY "D:/winappl/CGAL/lib/" )

Hi,

Have you used the "install" target of the solution? Maybe there is a bug with
the installation on Windows. I must admit it has never been tested as far as
I
know.

I say so because it seems that you have CGAL libraries in
D:/winappl/CGAL/lib/
but the CGAL sources are in D:/winappl/CGAL-3.8/. Is my guess correct?

--
Laurent Rineau, PhD
R&D Engineer at GeometryFactory http://www.geometryfactory.com/
Release Manager of the CGAL Project http://www.cgal.org/




Archive powered by MHonArc 2.6.18.

Top of Page