New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #33131 (closed defect: worksforme)

Opened 16 months ago

Last modified 10 months ago

qgis @1.7.0 +python27 - build failure

Reported by: tom@… Owned by: vince@…
Priority: Normal Milestone:
Component: ports Version: 2.0.3
Keywords: Cc:
Port: qgis

Description

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

Attachments

main.log.bz2 (26.0 KB) - added by tom@… 16 months ago.
log from failed build

Change History

Changed 16 months ago by tom@…

log from failed build

comment:1 Changed 14 months ago by jea@…

Me too.

comment:2 Changed 14 months ago by vince@…

I am going to upgrade to 1.7.3 this week. It works for me with Python2.7. Please try again once the update will be done. Thanks!

comment:3 Changed 14 months ago by vince@…

I have committed 1.7.4. Please try again and tell me if it works. Thanks!

comment:4 Changed 14 months ago by ryandesign@…

  • Owner changed from macports-tickets@… to vince@…

Assigning to maintainer.

comment:5 Changed 10 months ago by jmr@…

  • Status changed from new to closed
  • Resolution set to worksforme

No response; closing.

Note: See TracTickets for help on using tickets.