[QGIS-trac] Re: [Quantum GIS] #3215: qgsclipper code causes trunk
to fail to build on OSX
Quantum GIS
qgis at qgis.org
Thu Nov 18 17:26:00 EST 2010
#3215: qgsclipper code causes trunk to fail to build on OSX
--------------------------------------------------------------+-------------
Reporter: jctull | Owner: jef
Type: bug | Status: closed
Priority: critical: causes crash or data corruption | Milestone: Version 1.7.0
Component: Build/Install | Version: Trunk
Resolution: fixed | Keywords: build fail isnan osx qgsclipper
Platform_version: 10.6.5 | Platform: OS X
Must_fix: Yes | Status_info: 0
--------------------------------------------------------------+-------------
Comment(by kyngchaos):
There are more places in Qgis that use abs(). Maybe should be changed for
consistency? After r14711 I found:
* core/composer/qgscomposeritem.cpp
* core/qgscoordinatereferencesystem.cpp
* core/qgsmaprender.cpp (acually fabs())
* core/qgspoint.cpp (right above changes made in r14711)
* core/spatialindex/geometry/LineSegment.cc (though this seems to be
independent of Qt/Qgis)
* core/spatialindex/rtree/Node.cc (same as previous)
* gui/qgsannotationitem.cpp
* plugins/georeferencer/qgsgeoreftransform.cpp
* plugin/grass/qgsgrassselect.cpp
* plugin/grass/qtermwidget/TerminalDisplay.cpp
For older OS X versions, if it's in Qt I think it should be OK. I can
test back to 10.5 only. Qt "official" binaries support back to 10.4, but
the C++ version is almost identical to 10.5 (4.0.x), if that means
anything.
--
Ticket URL: <http://trac.osgeo.org/qgis/ticket/3215#comment:8>
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