Skip to Content.
Sympa Menu

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

Subject: CGAL users discussion list

List archive

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


Chronological Thread 
  • From: Daniel Sieger <>
  • To:
  • Subject: [cgal-discuss] Incorrect #include in CGAL-3.6beta1 Polyhedron demo
  • Date: Mon, 1 Mar 2010 19:09:23 +0100

Hi,

I just tried to compile the Polyhedron demo from CGAL-3.6beta1. There seems
to be an incorrect #include statement in
Polyhedron_demo_mesh_3_plugin_cgal_code.cpp line 35:

#include <Qt/qglobal.h>

I think this should be either

#include <QtCore/qglobal.h>

or

#include <QtGlobal>

This is on OS X 10.6.2, tested with Qt 4.6.0 and 4.6.2, both 64-bit Cocoa
versions. The CGAL-3.5.1 version of the same file included QtCore/global.h

Regards,
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