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

2014-08-08 Thread otmane yazidi alaoui
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





-- 
 
   YAZIDI ALAOUI OTMANE
   Ingénieur d'état en Géomatique
   Tel:+212652538743
   @ :yazidiotm...@gmail.com
http://www.doyoubuzz.com/otmane-yazidi-alaoui
//
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer

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

2014-08-08 Thread Larry Shaffer
Hi,

On Fri, Aug 8, 2014 at 4:50 PM, otmane yazidi alaoui yazidiotm...@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
@ :yazidiotm...@gmail.com
 http://www.doyoubuzz.com/otmane-yazidi-alaoui
 //

 ___
 Qgis-developer mailing list
 Qgis-developer@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/qgis-developer

___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer

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

2014-07-23 Thread William Kyngesburye
I didn't have much luck with generated Xcode project files way back before I 
overhauled the cmake configuration.  You're better off making it by hand (I did 
that for a while, but it was a pain to maintain).  Or just use the build 
instructions and do it all in the Terminal.

Cmake has probably improved its xcode generator, but QGIS is a complex project 
and I still wouldn't trust cmake to get it right.

On Jul 22, 2014, at 10:59 PM, otmane yazidi alaoui yazidiotm...@gmail.com 
wrote:

 
   • Hit the Configure button near the bottom of the window.
   • Pick 'XCode' as the generator and choose to use the native compilers.
   • Answer Ok when asked if you want to create the build directory.
   • Wait for the configure process to finish
   • The screen will now have several configuration options on it, which 
 will be red. You don't need to change their value. Just click the Configure 
 button again.
   • The options will turn grey, and the Generate button at the bottom 
 will now be enabled. Click Generate.
   • The build files will now be generated in the location you picked.
 
 but the open file create, I get this error: 
 
 qgis2.5.0.xcodeproj can not be opened Because the project file cannot be 
 parsed.
 
 
 ___
 Qgis-developer mailing list
 Qgis-developer@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/qgis-developer

-
William Kyngesburye kyngchaos*at*kyngchaos*dot*com
http://www.kyngchaos.com/

Earth: Mostly harmless

- revised entry in the HitchHiker's Guide to the Galaxy


___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


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

2014-07-23 Thread Larry Shaffer
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

Regards,

Larry Shaffer
Dakota Cartography
Black Hills, South Dakota


On Tue, Jul 22, 2014 at 9:59 PM, otmane yazidi alaoui 
yazidiotm...@gmail.com wrote:



1. Hit the *Configure* button near the bottom of the window.
2. Pick 'XCode' as the generator and choose to use the native
compilers.
3. Answer *Ok* when asked if you want to create the build directory.
4. Wait for the configure process to finish
5. The screen will now have several configuration options on it, which
will be red. You don't need to change their value. Just click the
*Configure* button again.
6. The options will turn grey, and the *Generate* button at the bottom
will now be enabled. Click *Generate*.
7. The build files will now be generated in the location you picked.


 but the open file create, I get this error:

 qgis2.5.0.xcodeproj can not be opened Because the project file cannot be
 parsed.



 ___
 Qgis-developer mailing list
 Qgis-developer@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/qgis-developer

___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer

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

2014-07-22 Thread otmane yazidi alaoui
   1. Hit the *Configure* button near the bottom of the window.
   2. Pick 'XCode' as the generator and choose to use the native compilers.
   3. Answer *Ok* when asked if you want to create the build directory.
   4. Wait for the configure process to finish
   5. The screen will now have several configuration options on it, which
   will be red. You don't need to change their value. Just click the
   *Configure* button again.
   6. The options will turn grey, and the *Generate* button at the bottom
   will now be enabled. Click *Generate*.
   7. The build files will now be generated in the location you picked.


but the open file create, I get this error:

qgis2.5.0.xcodeproj can not be opened Because the project file cannot be
parsed.
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer