Opened 12 years ago

Closed 12 years ago

#33131 closed defect (worksforme)

qgis @1.7.0 +python27 - build failure

Reported by: tom@… Owned by: Veence (Vincent)
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 (1)

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

Download all attachments as: .zip

Change History (6)

Changed 12 years ago by tom@…

Attachment: main.log.bz2 added

log from failed build

comment:1 Changed 12 years ago by jeabraham

Me too.

comment:2 Changed 12 years ago by Veence (Vincent)

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 12 years ago by Veence (Vincent)

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

comment:4 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)

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

Assigning to maintainer.

comment:5 Changed 12 years ago by jmroot (Joshua Root)

Resolution: worksforme
Status: newclosed

No response; closing.

Note: See TracTickets for help on using tickets.