Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Incorrect #include in CGAL-3.6beta1 Polyhedron demo

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Incorrect #include in CGAL-3.6beta1 Polyhedron demo


Chronological Thread 
  • From: Daniel Sieger <>
  • To: Laurent Rineau (GeometryFactory) <>
  • Cc:
  • Subject: Re: [cgal-discuss] Incorrect #include in CGAL-3.6beta1 Polyhedron demo
  • Date: Tue, 23 Mar 2010 20:20:13 +0100

Hi Laurent,

On Mar 23, 2010, at 7:16 PM, Laurent Rineau (GeometryFactory) wrote:
>
> I am still wondering why it is different on your platform. In the
> CMakeCache.txt of CGAL libs, what is the content of QT_INCLUDE_DIR and
> QT_QT_INCLUDE_DIR?

QT_INCLUDE_DIR is not set at all. QT_QT_INCLUDE_DIR is set to

QT_QT_INCLUDE_DIR:PATH=/Library/Frameworks/QtCore.framework/Headers

In general, there is no single include directory for all headers. Header
inclusion is handled separately for each Qt framework by supplying the
according -framework <FrameworkName> switch to gcc/g++.

Hope this helps,
Daniel

--
Daniel Sieger
Computer Graphics & Geometry Processing Group
Bielefeld University
http://graphics.uni-bielefeld.de







Archive powered by MHonArc 2.6.16.

Top of Page