Ticket #1854 (closed bug: fixed)
qgisinterpolator.cpp causing build error on OS X
| Reported by: | jctull | Owned by: | nobody |
|---|---|---|---|
| Priority: | major: does not work as expected | Milestone: | Version 1.2.0 |
| Component: | Build/Install | Version: | Trunk |
| Keywords: | qgisinterpolator mac | Cc: | |
| Platform Version: | 10.5.7 | Platform: | OS X |
| Must Fix for Release: | Yes | Awaiting user input: | no |
Description
From the most current svn, I cannot build successfully on OS X. The error message is: ... [ 68%] Building CXX object src/plugins/interpolation/CMakeFiles/interpolationplugin.dir/qgstininterpolator.o /Users/jctull/sources/qgis/trunk/src/plugins/interpolation/qgstininterpolator.cpp: In member function ‘int QgsTINInterpolator::insertData(QgsFeature?*, bool, int, QgsInterpolator::InputType?)’: /Users/jctull/sources/qgis/trunk/src/plugins/interpolation/qgstininterpolator.cpp:159: error: ‘isnan’ was not declared in this scope make[2]: *** [src/plugins/interpolation/CMakeFiles/interpolationplugin.dir/qgstininterpolator.o] Error 1 make[1]: *** [src/plugins/interpolation/CMakeFiles/interpolationplugin.dir/all] Error 2 make: *** [all] Error 2