#33131: qgis @1.7.0 +python27 - build failure -----------------------------+---------------------------------------------- Reporter: tom@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.3 Keywords: | Port: qgis -----------------------------+---------------------------------------------- I've had issues building this port on multiple machines the past few weeks until I applied this patch to the source tree (1): {{{ --- ./cmake/SIPMacros.cmake.old 2012-01-17 04:57:51.000000000 +0100 +++ ./cmake/SIPMacros.cmake 2012-01-17 04:49:50.000000000 +0100 @@ -94,7 +94,7 @@ ADD_DEFINITIONS( /wd4996 /wd4701 /wd4702 ) ELSE(MSVC) # disable all warnings - ADD_DEFINITIONS( -w ) + ADD_DEFINITIONS( -w -fpermissive ) ENDIF(MSVC) ENDIF(PEDANTIC) }}} (1): http://osdir.com/ml/qgis-user-gis/2012-01/msg00105.html -- Ticket URL: <https://trac.macports.org/ticket/33131> MacPorts <http://www.macports.org/> Ports system for Mac OS