[Qgis-developer] Qgis compile with xcode 5.1.1 (qgis2.5.0.xcodeproj can not be opened Because the project file cannot be parsed.)

Larry Shaffer larrys at dakotacarto.com
Fri Aug 8 16:47:36 PDT 2014


Hi,

On Fri, Aug 8, 2014 at 4:50 PM, otmane yazidi alaoui <yazidiotmane at gmail.com
> wrote:

> Hi,
>
> If you are feeling adventurous, you can try a new methodology for setting
> up a development environment on Mac [0]. It utilizes the Homebrew package
> manager, and requires no manual compiling, and many pre-compiled binaries
> (if everything goes smoothly).
>
> Please post any issues to the tap's tracker [1].
>
> [0]
> https://github.com/OSGeo/homebrew-osgeo4mac/wiki/Developing-on-QGIS-using-OSGeo4Mac
> [1] https://github.com/OSGeo/homebrew-osgeo4mac/issues
>
>
>
>
>
> brew info qgis-24
>
> qgis-24: stable 2.4.0 (bottled), HEAD
>
> http://www.qgis.org
>
> Not installed
>
> From:
> https://github.com/osgeo/homebrew-osgeo4mac/blob/master/Formula/qgis-24.rb
>
> *==>** Dependencies*
>
> Build: cmake ✘, bison ✘
>
> Error: No available formula for qwtpolar
>

The qwtpolar formula has just recently been pushed to the main Homebrew tap
[0], and subsequently dropped from the osgeo4mac tap. This means you have
to update your Homebrew setup, which you should generally do before any use
of Homebrew. In other words, you added the tap (missing qwtpolar now), but
did not also update your older local Homebrew copy (upstream repository now
has qwtpolar).

Try running:

  brew update

And, if that doesn't fix it, try to specifically clean up your tap(s):

  brew tap --repair

If your HOMEBREW_PREFIX is /usr/local (which is the default) and you are
using Mavericks, then you will be able to install qgis-24 (with no options)
from a 'bottle', i.e. a pre-built binary, which I uploaded today [1]. Then,
you can install the extra dependencies for the Processing plugin:

brew install qgis-24 --only-dependencies

# optionally install QGIS 24
brew install qgis-24

# if you need these for functionality in Processing plugin
brew install grass-70
brew install saga-gis
brew install orfeo-40
brew install taudem
brew install r

Note the 'caveats,' after installing qgis-24, about installing run-time
Python dependencies. Everything but the R package has a bottle now for
Mavericks, to make install faster.

If you are setting up a development environment, remember to do 'brew
unlink qgis-24' if you have installed it.

[0] https://github.com/Homebrew/homebrew/pull/26153
[1] https://github.com/OSGeo/homebrew-osgeo4mac/commits/master


Regards,

Larry Shaffer
Dakota Cartography
Black Hills, South Dakota


>
>
>
> --
>  ////////////////////////////////////////////////////////
>        YAZIDI ALAOUI OTMANE
>            Ingénieur d'état en Géomatique
>                    Tel:+212652538743
>                    @ :yazidiotmane at gmail.com
> http://www.doyoubuzz.com/otmane-yazidi-alaoui
> //////////////////////////////////////////////////////////////////
>
> _______________________________________________
> Qgis-developer mailing list
> Qgis-developer at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/qgis-developer
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/qgis-developer/attachments/20140808/0ae0de55/attachment.html>


More information about the Qgis-developer mailing list