Ticket #33131 (closed defect: worksforme)
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
Change History
Changed 16 months ago by tom@…
- Attachment main.log.bz2 added
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!
Note: See
TracTickets for help on using
tickets.


log from failed build