#41704: qgis not compiled on 10.9 -------------------------+-------------------------------- Reporter: mabouali@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: Port: | -------------------------+-------------------------------- Comment (by mabouali@…): I think I solved it myself. if you got the same problem as I had here is the solution: issue: sudo port edit --editor nano py27-qscintilla find the line that it is appending the dependency and instead of using py27-pyqt4 by default change it so that it uses py27-pyqt4-devel. then just go and install qgis as usual, i.e. sudo port install qgis. cheers, Replying to [ticket:41704 mabouali@…]:
Hi, qgis is not compiling on MAC OSX 10.9 (Maverick)
One problem is that QGIS depends on py27-pyqt4-devel and py27-qscintilla however, py27-qscintilla depends on py27-pyqt4.
But you can not have both py27-pyqt4 and py27-pyqt4-devel.
I edited the dependency of qgis using "sudo port edit --edit nano egis" and changed the dependency to only py27-pyqt4, however it is still not compiling. It fails at build stage.
Any solution???
-- Ticket URL: <https://trac.macports.org/ticket/41704#comment:1> MacPorts <http://www.macports.org/> Ports system for OS X