[QGIS-trac] Re: [Quantum GIS] #1854: qgisinterpolator.cpp causing
build error on OS X
Quantum GIS
qgis at qgis.org
Tue Aug 4 18:43:39 EDT 2009
#1854: qgisinterpolator.cpp causing build error on OS X
-----------------------------------------------------+----------------------
Reporter: jctull | Owner: nobody
Type: bug | Status: new
Priority: major: does not work as expected | Milestone: Version 1.2.0
Component: Build/Install | Version: HEAD
Resolution: | Keywords: qgisinterpolator mac
Platform_version: 10.5.7 | Platform: OS X
Must_fix: Yes | Status_info: 0
-----------------------------------------------------+----------------------
Comment (by kyngchaos):
...and in Point3D.h and Vector3D.h. Then it compiles.
Summary: change #include <cmath> in qgis.h, MathUtils.h, Point3D.h and
Vector3D.h to:
{{{
#ifndef Q_OS_MACX
#include <cmath>
#else
#include <math.h>
#endif
}}}
--
Ticket URL: <http://trac.osgeo.org/qgis/ticket/1854#comment:10>
Quantum GIS <http://qgis.org>
Quantum GIS is an Open Source GIS viewer/editor supporting OGR, PostGIS, and GRASS formats
More information about the QGIS-trac
mailing list