Re: [Qgis-developer] Building QGIS with Microsoft Visual Studio in Windows 7

2014-08-26 Thread otmane yazidi alaoui
I got the following result
___
QGIS Version: 2.5.0 Master (20500)
Could not find GRASS
Found Proj: C: /OSGeo4W/lib/proj_i.lib
GEOS Found: C: /OSGeo4W/lib/geos_c.lib (3.4.2)
Found GDAL: C: /OSGeo4W/lib/gdal_i.lib (1.11.0)
Expat Found: C: /OSGeo4W/lib/libexpat.lib
Spatialindex Found: C: /OSGeo4W/lib/spatialindex_i.lib
Qwt Found: C: /OSGeo4W/lib/qwt5.lib (5.2.1)
Found Sqlite3: C: /OSGeo4W/lib/sqlite3_i.lib
Found PostgreSQL: C: /OSGeo4W/lib/libpq.lib
SpatiaLite Found: C: /OSGeo4W/lib/spatialite_i.lib
Found Qt Version: 4.7.1
Touch support disabled
Qscintilla2 Found: C: /OSGeo4W/lib/qscintilla2.lib (2.6.2)
Pedantic compile settings enabled
Found Python executable C: /OSGeo4W/bin/python.exe
Found Python Version: 2.7.4
Found Python library: C: /OSGeo4W/apps/Python27/libs/python27.lib
Found SIP Version: 4.13.1
Found PyQt4 Version: 4.8.3
Found qscintilla2 PyQt4 module: 2.6.2
GSL Found: C: /OSGeo4W/lib/gsl.lib C: /OSGeo4W/lib/cblas.lib
txt2tags not found - disabled
Ctest Binary Directory set to: C: / dev / cpp / build3 / output / bin
Configuring done
Generating done
-- -
ca mean that all works fine on cmake
but when I open my solution in vs Express
I have this result:

187 Compiling manifest to resources ...
187 Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0
187 Copyright (C) Microsoft Corporation. All rights reserved.
187 Linking ...
187 LINK: fatal error LNK1104: can not open file '.. \ .. \ core \
RelWithDebInfo \ qgis_core.lib'
187 Build log WAS saved at file: // c: \ dev \ cpp \ build3 \ src \
providers \ wms \ wmsprovider.dir \ RelWithDebInfo \ BuildLog.htm
187 wmsprovider - 1 error (s), 0 warning (s)
== Build: 74 succeeded, 114 failed, 69 up-to-date, 0 skipped
==
  you have an idea on how to solve this ??
thank you a lot


2014-08-21 20:57 GMT+00:00 otmane yazidi alaoui yazidiotm...@gmail.com:

 I sincerely thank you for your help
 I got the following result
 ___
 QGIS Version: 2.5.0 Master (20500)
 Could not find GRASS
 Found Proj: C: /OSGeo4W/lib/proj_i.lib
 GEOS Found: C: /OSGeo4W/lib/geos_c.lib (3.4.2)
 Found GDAL: C: /OSGeo4W/lib/gdal_i.lib (1.11.0)
 Expat Found: C: /OSGeo4W/lib/libexpat.lib
 Spatialindex Found: C: /OSGeo4W/lib/spatialindex_i.lib
 Qwt Found: C: /OSGeo4W/lib/qwt5.lib (5.2.1)
 Found Sqlite3: C: /OSGeo4W/lib/sqlite3_i.lib
 Found PostgreSQL: C: /OSGeo4W/lib/libpq.lib
 SpatiaLite Found: C: /OSGeo4W/lib/spatialite_i.lib
 Found Qt Version: 4.7.1
 Touch support disabled
 Qscintilla2 Found: C: /OSGeo4W/lib/qscintilla2.lib (2.6.2)
 Pedantic compile settings enabled
 Found Python executable C: /OSGeo4W/bin/python.exe
 Found Python Version: 2.7.4
 Found Python library: C: /OSGeo4W/apps/Python27/libs/python27.lib
 Found SIP Version: 4.13.1
 Found PyQt4 Version: 4.8.3
 Found qscintilla2 PyQt4 module: 2.6.2
 GSL Found: C: /OSGeo4W/lib/gsl.lib C: /OSGeo4W/lib/cblas.lib
 txt2tags not found - disabled
 Ctest Binary Directory set to: C: / dev / cpp / build3 / output / bin
 Configuring done
 Generating done
 --
 -
 ca mean that all works fine on cmake
 but when I open my solution in vs Express
 I have this result:
 
 187 Compiling manifest to resources ...
 187 Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0
 187 Copyright (C) Microsoft Corporation. All rights reserved.
 187 Linking ...
 187 LINK: fatal error LNK1104: can not open file '.. \ .. \ core \
 RelWithDebInfo \ qgis_core.lib'
 187 Build log WAS saved at file: // c: \ dev \ cpp \ build3 \ src \
 providers \ wms \ wmsprovider.dir \ RelWithDebInfo \ BuildLog.htm
 187 wmsprovider - 1 error (s), 0 warning (s)
 == Build: 74 succeeded, 114 failed, 69 up-to-date, 0 skipped
 ==
   you have an idea on how to solve this ??
 thank you a lot


 2014-08-21 16:45 GMT+00:00 Jürgen E. j...@norbit.de:

 Hi Otmane,

 On Thu, 21. Aug 2014 at 15:30:06 +0100, otmane yazidi alaoui wrote:
  Hello everyone
  I ask you, what I am doing is right or not ??
  I really am stuck
  thank you very much

   I change the value of:
   PTYHON LIBRIRY T to C: / OSGeo4W / apps / Python27 / Lib

 Why?   PYTHON_LIBRARY points at
 %O4W_ROOT%/apps/Python27/libs/python27.lib in
 package.cmd

   2 -- Build started: Project: processing-26-stageinstall,
   Configuration: Debug Win32 --
   2 Performing Post-Build Event ...
   1 Generating qgsexpressionparser.cpp
   1 m4: can not open `Files \ GnuWin32 / share / bison ': No such file
 or
   directory
   1 m4: can not open `C: \ Program: No such file or directory
   1 m4: can not open `Files \ GnuWin32 / share / bison / m4sugar /
   m4sugar.m4 ': No such file or directory

 bison.exe (or it's m4) apparently doesn't like to be run from a directory
 with
 blanks.  Try installing into a directory without blanks.



 Jürgen

 --
 Jürgen E

Re: [Qgis-developer] Building QGIS with Microsoft Visual Studio in Windows 7

2014-08-21 Thread otmane yazidi alaoui
Hello everyone
I ask you, what I am doing is right or not ??
I really am stuck
thank you very much


2014-08-21 0:44 GMT+01:00 otmane yazidi alaoui yazidiotm...@gmail.com:

 hy
 I change the value of:
 PTYHON LIBRIRY T to C: / OSGeo4W / apps / Python27 / Lib
 I have this result:
 -- --
 QGIS Version: 2.5.0 Master (20500)
 Could not find GRASS
 Found Proj: C: /OSGeo4W/lib/proj_i.lib
 GEOS Found: C: /OSGeo4W/lib/geos_c.lib (3.4.2)
 Found GDAL: C: /OSGeo4W/lib/gdal_i.lib (1.11.0)
 Expat Found: C: /OSGeo4W/lib/libexpat.lib
 Spatialindex Found: C: /OSGeo4W/lib/spatialindex_i.lib
 Qwt Found: C: /OSGeo4W/lib/qwt5.lib (5.2.1)
 Found Sqlite3: C: /OSGeo4W/lib/sqlite3_i.lib
 Found PostgreSQL: C: /OSGeo4W/lib/libpq.lib
 SpatiaLite Found: C: /OSGeo4W/lib/spatialite_i.lib
 Found Qt Version: 4.7.1
 Touch support disabled
 Qscintilla2 Found: C: /OSGeo4W/lib/qscintilla2.lib (2.6.2)
 Pedantic compile settings enabled
 Found Python executable C: /OSGeo4W/bin/python.exe
 Found Python Version: 2.7.4
 Found Python library: C: / OSGeo4W / apps / Python27 / Lib
 Found SIP Version: 4.13.1
 Found PyQt4 Version: 4.8.3
 Found qscintilla2 PyQt4 module: 2.6.2
 GSL Found: C: /OSGeo4W/lib/gsl.lib C: /OSGeo4W/lib/cblas.lib
 txt2tags not found - disabled
 Ctest Binary Directory set to: C: / dev / cpp / build3 / output / bin
 Configuring done
 WARNING: Target qgispython requests linking to directory C: / OSGeo4W /
 apps / Python27 / Lib. Targets May link only to libraries. CMake is
 dropping the item.
 WARNING: Target qgispython requests linking to directory C: / OSGeo4W /
 apps / Python27 / Lib. Targets May link only to libraries. CMake is
 dropping the item.
 WARNING: Target qgispython requests linking to directory C: / OSGeo4W /
 apps / Python27 / Lib. Targets May link only to libraries. CMake is
 dropping the item.
 WARNING: Target qgispython requests linking to directory C: / OSGeo4W /
 apps / Python27 / Lib. Targets May link only to libraries. CMake is
 dropping the item.
 WARNING: Target python_module_qgis__analysis requests linking to directory
 C: / OSGeo4W / apps / Python27 / Lib. Targets May link only to libraries
 . CMake is dropping the item.
 WARNING: Target python_module_qgis__analysis requests linking to directory
 C: / OSGeo4W / apps / Python27 / Lib. Targets May link only to libraries
 . CMake is dropping the item.
 WARNING: Target python_module_qgis__analysis requests linking to directory
 C: / OSGeo4W / apps / Python27 / Lib. Targets May link only to libraries
 . CMake is dropping the item.
 WARNING: Target python_module_qgis__analysis requests linking to directory
 C: / OSGeo4W / apps / Python27 / Lib. Targets May link only to libraries
 . CMake is dropping the item.
 WARNING: Target python_module_qgis__core requests linking to directory C:
 / OSGeo4W / apps / Python27 / Lib. Targets May link only to libraries.
 CMake is dropping the item.
 WARNING: Target python_module_qgis__core requests linking to directory C:
 / OSGeo4W / apps / Python27 / Lib. Targets May link only to libraries.
 CMake is dropping the item.
 WARNING: Target python_module_qgis__core requests linking to directory C:
 / OSGeo4W / apps / Python27 / Lib. Targets May link only to libraries.
 CMake is dropping the item.
 WARNING: Target python_module_qgis__core requests linking to directory C:
 / OSGeo4W / apps / Python27 / Lib. Targets May link only to libraries.
 CMake is dropping the item.
 WARNING: Target python_module_qgis__gui requests linking to directory C:
 / OSGeo4W / apps / Python27 / Lib. Targets May link only to libraries.
 CMake is dropping the item.
 WARNING: Target python_module_qgis__gui requests linking to directory C:
 / OSGeo4W / apps / Python27 / Lib. Targets May link only to libraries.
 CMake is dropping the item.
 WARNING: Target python_module_qgis__gui requests linking to directory C:
 / OSGeo4W / apps / Python27 / Lib. Targets May link only to libraries.
 CMake is dropping the item.
 WARNING: Target python_module_qgis__gui requests linking to directory C:
 / OSGeo4W / apps / Python27 / Lib. Targets May link only to libraries.
 CMake is dropping the item.
 WARNING: Target python_module_qgis__networkanalysis requests linking to 
 directory
 C: / OSGeo4W / apps / Python27 / Lib. Targets May link only to libraries
 . CMake is dropping the item.
 WARNING: Target python_module_qgis__networkanalysis requests linking to 
 directory
 C: / OSGeo4W / apps / Python27 / Lib. Targets May link only to libraries
 . CMake is dropping the item.
 WARNING: Target python_module_qgis__networkanalysis requests linking to 
 directory
 C: / OSGeo4W / apps / Python27 / Lib. Targets May link only to libraries
 . CMake is dropping the item.
 WARNING: Target python_module_qgis__networkanalysis requests linking to 
 directory
 C: / OSGeo4W / apps / Python27 / Lib. Targets May link only to libraries
 . CMake is dropping the item.
 Generating done

Re: [Qgis-developer] Building QGIS with Microsoft Visual Studio in Windows 7

2014-08-21 Thread otmane yazidi alaoui
I sincerely thank you for your help
I got the following result
___
QGIS Version: 2.5.0 Master (20500)
Could not find GRASS
Found Proj: C: /OSGeo4W/lib/proj_i.lib
GEOS Found: C: /OSGeo4W/lib/geos_c.lib (3.4.2)
Found GDAL: C: /OSGeo4W/lib/gdal_i.lib (1.11.0)
Expat Found: C: /OSGeo4W/lib/libexpat.lib
Spatialindex Found: C: /OSGeo4W/lib/spatialindex_i.lib
Qwt Found: C: /OSGeo4W/lib/qwt5.lib (5.2.1)
Found Sqlite3: C: /OSGeo4W/lib/sqlite3_i.lib
Found PostgreSQL: C: /OSGeo4W/lib/libpq.lib
SpatiaLite Found: C: /OSGeo4W/lib/spatialite_i.lib
Found Qt Version: 4.7.1
Touch support disabled
Qscintilla2 Found: C: /OSGeo4W/lib/qscintilla2.lib (2.6.2)
Pedantic compile settings enabled
Found Python executable C: /OSGeo4W/bin/python.exe
Found Python Version: 2.7.4
Found Python library: C: /OSGeo4W/apps/Python27/libs/python27.lib
Found SIP Version: 4.13.1
Found PyQt4 Version: 4.8.3
Found qscintilla2 PyQt4 module: 2.6.2
GSL Found: C: /OSGeo4W/lib/gsl.lib C: /OSGeo4W/lib/cblas.lib
txt2tags not found - disabled
Ctest Binary Directory set to: C: / dev / cpp / build3 / output / bin
Configuring done
Generating done
-- -
ca mean that all works fine on cmake
but when I open my solution in vs Express
I have this result:

187 Compiling manifest to resources ...
187 Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0
187 Copyright (C) Microsoft Corporation. All rights reserved.
187 Linking ...
187 LINK: fatal error LNK1104: can not open file '.. \ .. \ core \
RelWithDebInfo \ qgis_core.lib'
187 Build log WAS saved at file: // c: \ dev \ cpp \ build3 \ src \
providers \ wms \ wmsprovider.dir \ RelWithDebInfo \ BuildLog.htm
187 wmsprovider - 1 error (s), 0 warning (s)
== Build: 74 succeeded, 114 failed, 69 up-to-date, 0 skipped
==
  you have an idea on how to solve this ??
thank you a lot


2014-08-21 16:45 GMT+00:00 Jürgen E. j...@norbit.de:

 Hi Otmane,

 On Thu, 21. Aug 2014 at 15:30:06 +0100, otmane yazidi alaoui wrote:
  Hello everyone
  I ask you, what I am doing is right or not ??
  I really am stuck
  thank you very much

   I change the value of:
   PTYHON LIBRIRY T to C: / OSGeo4W / apps / Python27 / Lib

 Why?   PYTHON_LIBRARY points at %O4W_ROOT%/apps/Python27/libs/python27.lib
 in
 package.cmd

   2 -- Build started: Project: processing-26-stageinstall,
   Configuration: Debug Win32 --
   2 Performing Post-Build Event ...
   1 Generating qgsexpressionparser.cpp
   1 m4: can not open `Files \ GnuWin32 / share / bison ': No such file
 or
   directory
   1 m4: can not open `C: \ Program: No such file or directory
   1 m4: can not open `Files \ GnuWin32 / share / bison / m4sugar /
   m4sugar.m4 ': No such file or directory

 bison.exe (or it's m4) apparently doesn't like to be run from a directory
 with
 blanks.  Try installing into a directory without blanks.



 Jürgen

 --
 Jürgen E. Fischer   norBIT GmbH Tel. +49-4931-918175-31
 Dipl.-Inf. (FH) Rheinstraße 13  Fax. +49-4931-918175-50
 Software Engineer   D-26506 Norden
 http://www.norbit.de
 QGIS release manager (PSC)  GermanyIRC: jef on FreeNode

 --
 norBIT Gesellschaft fuer Unternehmensberatung und Informationssysteme mbH
 Rheinstrasse 13, 26506 Norden
 GF: Jelto Buurman, HR: Amtsgericht Emden, HRB 5502

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




-- 
 
   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] Building QGIS with Microsoft Visual Studio in Windows 7

2014-08-20 Thread otmane yazidi alaoui
Hello everyone

I followed the steps outlined in the document Building QGIS from source - step
by step
http://htmlpreview.github.io/?https://raw.github.com/qgis/QGIS/master/doc/INSTALL.html#toc14

OS:
Windows 7 32-bit Edition Integrale
cmake:
Cmake 2.8.12.2 using QT 4.6.2
OSGEO
 I install following packages

   - expat
   - fcgi
   - gdal
   - grass
   - gsl-devel
   - iconv
   - pyqt4
   - qt4-devel
   - qwt5-devel-qt4
   - sip
   - spatialite
   - libspatialindex-devel
   - python-qscintilla


and all of it works well, but at cmake I have this problem
--
GEOS_INCLUDE_DIR = GEOS_INCLUDE_DIR-NOTFOUND
GEOS_LIBRARY = GEOS_LIBRARY-NOTFOUND
CMake Error at cmake / FindGEOS.cmake: 179 (MESSAGE):
   Could not find GEOS
Call Stack (most recent call first):
   CMakeLists.txt: 172 (FIND_PACKAGE)
--
--


thank you very much for help









*--  
   YAZIDI ALAOUI OTMANE   Ingénieur d'état en Géomatique
 Tel:+212652538743   @ :yazidiotm...@gmail.com
yazidiotm...@gmail.comhttp://www.doyoubuzz.com/otmane-yazidi-alaoui
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] Building QGIS with Microsoft Visual Studio in Windows 7

2014-08-20 Thread otmane yazidi alaoui
Hello there
I manage to solve the first problem, but I met this SECOND

CMake Error: The following variables are used in this project, but they are
set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake
files:
PYTHON_LIBRARY
linked by target qgispython in directory C:/dev/cpp/QGIS/src/python
linked by target python_module_qgis__analysis in directory
C:/dev/cpp/QGIS/python
linked by target python_module_qgis__core in directory
C:/dev/cpp/QGIS/python
linked by target python_module_qgis__gui in directory
C:/dev/cpp/QGIS/python
linked by target python_module_qgis__networkanalysis in directory
C:/dev/cpp/QGIS/python

--


2014-08-20 11:22 GMT+00:00 otmane yazidi alaoui yazidiotm...@gmail.com:

 Hello everyone

 I followed the steps outlined in the document Building QGIS from source - 
 step
 by step

 http://htmlpreview.github.io/?https://raw.github.com/qgis/QGIS/master/doc/INSTALL.html#toc14

 OS:
 Windows 7 32-bit Edition Integrale
 cmake:
 Cmake 2.8.12.2 using QT 4.6.2
 OSGEO
  I install following packages

- expat
- fcgi
- gdal
- grass
- gsl-devel
- iconv
- pyqt4
- qt4-devel
- qwt5-devel-qt4
- sip
- spatialite
- libspatialindex-devel
- python-qscintilla


 and all of it works well, but at cmake I have this problem
 --
 GEOS_INCLUDE_DIR = GEOS_INCLUDE_DIR-NOTFOUND
 GEOS_LIBRARY = GEOS_LIBRARY-NOTFOUND
 CMake Error at cmake / FindGEOS.cmake: 179 (MESSAGE):
Could not find GEOS
 Call Stack (most recent call first):
CMakeLists.txt: 172 (FIND_PACKAGE)
 --
 --


 thank you very much for help









 *--  
YAZIDI ALAOUI OTMANE   Ingénieur d'état en Géomatique
  Tel:+212652538743 %2B212652538743   @
 :yazidiotm...@gmail.com
 yazidiotm...@gmail.comhttp://www.doyoubuzz.com/otmane-yazidi-alaoui
 http://www.doyoubuzz.com/otmane-yazidi-alaoui
 // *




-- 
 
   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] Building QGIS with Microsoft Visual Studio in Windows 7

2014-08-20 Thread otmane yazidi alaoui
, Configuration:
Debug Win32 --
2 Performing Post-Build Event ...
1 Generating qgsexpressionparser.cpp
1 m4: can not open `Files \ GnuWin32 / share / bison ': No such file or
directory
1 m4: can not open `C: \ Program: No such file or directory
1 m4: can not open `Files \ GnuWin32 / share / bison / m4sugar / m4sugar.m4
': No such file or directory


2014-08-20 23:04 GMT+00:00 otmane yazidi alaoui yazidiotm...@gmail.com:


 hi
 thank you very much for your response, but you can explain more
 Refer to ms-windows / OSGeo4W / package.cmd for the cmake settings in the
 Farming
 normal build 




 2014-08-20 20:58 GMT+00:00 Jürgen E. j...@norbit.de:

 Hi,

 On Wed, 20. Aug 2014 at 14:40:15 +, otmane yazidi alaoui wrote:
  linked by target qgispython in directory C:/dev/cpp/QGIS/src/python
  linked by target python_module_qgis__analysis in directory
  C:/dev/cpp/QGIS/python
  linked by target python_module_qgis__core in directory
  C:/dev/cpp/QGIS/python
  linked by target python_module_qgis__gui in directory
  C:/dev/cpp/QGIS/python
  linked by target python_module_qgis__networkanalysis in directory
  C:/dev/cpp/QGIS/python

 Refer to ms-windows/osgeo4w/package.cmd for the cmake settings used in the
 normal build.


 Jürgen


 --
 Jürgen E. Fischer   norBIT GmbH Tel.
 +49-4931-918175-31
 Dipl.-Inf. (FH) Rheinstraße 13  Fax.
 +49-4931-918175-50
 Software Engineer   D-26506 Norden
 http://www.norbit.de
 QGIS release manager (PSC)  GermanyIRC: jef on
 FreeNode

 --
 norBIT Gesellschaft fuer Unternehmensberatung und Informationssysteme mbH
 Rheinstrasse 13, 26506 Norden
 GF: Jelto Buurman, HR: Amtsgericht Emden, HRB 5502

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




 --
  
YAZIDI ALAOUI OTMANE
Ingénieur d'état en Géomatique
Tel:+212652538743
@ :yazidiotm...@gmail.com
 http://www.doyoubuzz.com/otmane-yazidi-alaoui
 //




-- 
 
   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] Found unsuitable Qt version 4.7.4 from C:/Qt/4.7.4/bin/qmake.exe, this

2014-08-12 Thread otmane yazidi alaoui
Hello there!
with Cmake I have this problem
you have an idea on how to fix it

--

QGIS version: 2.5.0 Master (20500)

Could not find GRASS

Found Proj: C:/OSGeo4W/proj

Found GEOS: C:/OSGeo4W/lib (3.4.2)

Found GDAL: C:/OSGeo4W/apps/gdal-16/lib (1.6.3)

Found Expat: C:/OSGeo4W/include

Found Spatialindex: C:/OSGeo4W/include/spatialindex

Found Qwt: C:/OSGeo4W/include/qwt (5.2.1)

Found Sqlite3: C:/OSGeo4W/include/spatialite

Could not find PostgreSQL

Found SpatiaLite: C:/OSGeo4W/include/spatialite

CMake Error at C:/Program Files/CMake
2.8/share/cmake-2.8/Modules/FindQt4.cmake:1386 (message):
Found unsuitable Qt version 4.7.4 from C:/Qt/4.7.4/bin/qmake.exe, this
code requires Qt 4.x
Call Stack (most recent call first):
CMakeLists.txt:222 (FIND_PACKAGE)

Configuring incomplete, errors occurred!

See also C:/dev/cpp/QGIS/build_qgis/CMakeFiles/CMakeOutput.log.

See also C:/dev/cpp/QGIS/build_qgis/CMakeFiles/CMakeError.log.




thank you


-- 
 
   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] Compile SIP windows 7

2014-08-10 Thread otmane yazidi alaoui
C:\Users\otmane\Downloads\sip-4.11.2c:\python27\python configure.py
--platform
win32-g++
This is SIP 4.11.2 for Python 2.7.8 on win32.
The SIP code generator will be installed in c:\python27.
The SIP module will be installed in c:\python27\Lib\site-packages.
The SIP header file will be installed in c:\python27\include.
The default directory to install .sip files in is c:\python27\sip.
The platform/compiler configuration is win32-g++.
Creating sipconfig.py...
Creating top level Makefile...
Creating sip code generator Makefile...
Creating sip module Makefile...

C:\Users\otmane\Downloads\sip-4.11.2make
mingw32-make[1]: Entering directory
`C:/Users/otmane/Downloads/sip-4.11.2/sipgen
'
makefile:29: warning: overriding commands for target `.c.o'
makefile:26: warning: ignoring old commands for target `.c.o'
mingw32-make[1]: Nothing to be done for `all'.
mingw32-make[1]: Leaving directory
`C:/Users/otmane/Downloads/sip-4.11.2/sipgen'

mingw32-make[1]: Entering directory
`C:/Users/otmane/Downloads/sip-4.11.2/siplib
'
makefile:29: warning: overriding commands for target `.c.o'
makefile:26: warning: ignoring old commands for target `.c.o'
mingw32-make[1]: Nothing to be done for `all'.
mingw32-make[1]: Leaving directory
`C:/Users/otmane/Downloads/sip-4.11.2/siplib'


C:\Users\otmane\Downloads\sip-4.11.2c:\python27\python configure.py
--platform
win32-g++
This is SIP 4.11.2 for Python 2.7.8 on win32.
The SIP code generator will be installed in c:\python27.
The SIP module will be installed in c:\python27\Lib\site-packages.
The SIP header file will be installed in c:\python27\include.
The default directory to install .sip files in is c:\python27\sip.
The platform/compiler configuration is win32-g++.
Creating sipconfig.py...
Creating top level Makefile...
Creating sip code generator Makefile...
Creating sip module Makefile...

C:\Users\otmane\Downloads\sip-4.11.2make
mingw32-make[1]: Entering directory
`C:/Users/otmane/Downloads/sip-4.11.2/sipgen
'
makefile:29: warning: overriding commands for target `.c.o'
makefile:26: warning: ignoring old commands for target `.c.o'
mingw32-make[1]: Nothing to be done for `all'.
mingw32-make[1]: Leaving directory
`C:/Users/otmane/Downloads/sip-4.11.2/sipgen'

mingw32-make[1]: Entering directory
`C:/Users/otmane/Downloads/sip-4.11.2/siplib
'
makefile:29: warning: overriding commands for target `.c.o'
makefile:26: warning: ignoring old commands for target `.c.o'
mingw32-make[1]: Nothing to be done for `all'.
mingw32-make[1]: Leaving directory
`C:/Users/otmane/Downloads/sip-4.11.2/siplib'


C:\Users\otmane\Downloads\sip-4.11.2make install
mingw32-make[1]: Entering directory
`C:/Users/otmane/Downloads/sip-4.11.2/sipgen
'
makefile:29: warning: overriding commands for target `.c.o'
makefile:26: warning: ignoring old commands for target `.c.o'
C:/Program Files/Git/bin/sh.exe: -c: line 1: syntax error: unexpected end
of f
ile
mingw32-make[1]: *** [install] Error 258
mingw32-make[1]: Leaving directory
`C:/Users/otmane/Downloads/sip-4.11.2/sipgen'

mingw32-make: *** [install] Error 2

-- 
 
   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] 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

[Qgis-developer] open source code qgis with qt creator 5 and Mac-OX10

2014-07-22 Thread otmane yazidi alaoui
hello everybody

I really am stuck and I need help

my goal is to open the source code of qgis with qtcreator 5.x to change the
source code

I follow the steps:
https://raw.githubusercontent.com/qgis/QGIS/master/INSTALL

and all it works very well

purpose I Can not open the source code in qtcreator!!





-- 
 
   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] 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

[Qgis-developer] modifier le code source de qgis avec QtCretor sous mac OX

2014-07-18 Thread otmane yazidi alaoui
I have no problem running the cmake
but I can not open the source code of qgis on qtcreator to change
there's someone there who can help me a

thank you



-- 
 
   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] how to open the source code of QGIS on qtcreator

2014-07-17 Thread otmane yazidi alaoui
I have run the source code to Cmake Generating done

but I like to import the source code qtcretor to modify and remodel and
make changes

then how to create a file *. pro

thank you for all the world
-- 
 
   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] Qt platform plugin cocoa.

2014-07-12 Thread otmane yazidi alaoui
hy everybodey

i would like compiling Qgis source code in my mac OS X 10.9.4

but i have this problem after installation of QtCreator 5



This application failed to start because it could not find or load the Qt
platform plugin cocoa.


Reinstalling the application may fix this problem.

Abort trap: 6


-- 
 
   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] compile qgis in mac notebook

2014-06-25 Thread otmane yazidi alaoui
hello everyone

I like to compile the source code qgis under my Mac Notebook with
qtcreator
and I like to know the steps to follow in order to gain time;
is that there is someone who happens to do

thank you very much





-- 
 
   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] installing postgis and qgis under ubuntu 12.04 LTS

2014-06-21 Thread otmane yazidi alaoui
hello everyone

I really have a problem that blocked me long

when I install PostGIS, it uninstalled qgis and vice versa

I try differnt case (2 qgis PostGIS 2 pgAdmin8.3 postgres 9.1)

is that there is no possibility of installing Qgis and Posgis and postgres
pgAdmin and

both on the same machine (Ubuntu 12.04 LTS)

thank you a lot

-- 
 
   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] How to install PostgreSQL , PostGIS , pgAdmin and QGIS on ubuntu 12.04 LTS

2014-06-21 Thread otmane yazidi alaoui
hello every body
i have a question


*What are the most stable version of (PostgreSQL, PostGIS and pgAdmin QGIS)
and compatible to install on Ubuntu 12.04 LTS*

thank you a lot
-- 
 
   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] conpiling QGIS in Ubuntu 12.04.4 LTS with Qt Creator 2.4.1

2014-01-18 Thread otmane yazidi alaoui
hello friends
it's been a month since I try to compile the source code of qgis ,
I continued the installation guide INSTALL file
but I feel that I have all the different possible problems , it is really
depressing
-- 
and here are the details
-- -
OS: Ubuntu 12.04.4 LTS
System compilation : Qt Creator 2.4.1 Based on Qt 4.8.0 (32 bit)

error obtained :
-
/ home / alaoui / dev / cpp / QGIS -master / src / core /
qgscoordinatereferencesystem.cpp : In member function ' bool
QgsCoordinateReferenceSystem :: axisInverted () const' :
/ home / alaoui / dev / cpp / QGIS -master / src / core /
qgscoordinatereferencesystem.cpp : 407:104 : error : '
OSREPSGTreatsAsNorthingEasting ' was Not Declared in this scope
make [2 ] : *** [ src / core / CMakeFiles / qgis_core.dir /
qgscoordinatereferencesystem.cpp.o ] Error 1
make [ 1] : *** [ src / core / CMakeFiles / qgis_core.dir / all ] Error 2
make: *** [all ] Error 2
8:07:04 : The process / usr / bin / make ended with code 2 .
Compilation error of qgis2.1.0 project ( target : Desktop )
During the execution of step Make
--


-- 
 
   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] conpiling QGIS in Ubuntu 12.04.4 LTS with Qt Creator 2.4.1

2014-01-18 Thread otmane yazidi alaoui
thank you for much for answering me
but can you send me the link of 2e9d3a8c



2014/1/18 Jürgen E. j...@norbit.de

 Hi Otmane,

 On Sat, 18. Jan 2014 at 09:18:45 +, otmane yazidi alaoui wrote:
  .../src/core/qgscoordinatereferencesystem.cpp:407:104: error:
 'OSREPSGTreatsAsNorthingEasting ' was Not Declared in this scope

 Already fixed in 2e9d3a8c


 Jürgen

 --
 Jürgen E. Fischer norBIT GmbH   Tel. +49-4931-918175-31
 Dipl.-Inf. (FH)   Rheinstraße 13Fax. +49-4931-918175-50
 Software Engineer D-26506 Norden
 http://www.norbit.de
 QGIS PSC member (RM)   IRC: jef on FreeNode

 --
 norBIT Gesellschaft fuer Unternehmensberatung und Informationssysteme mbH
 Rheinstrasse 13, 26506 Norden
 GF: Jelto Buurman, HR: Amtsgericht Emden, HRB 5502

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




-- 
 
   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] run the qgis source with Qtcreator

2014-01-18 Thread otmane yazidi alaoui
hello

i finished the compilation of source with but i want to modify it . to be
able to adapting it with my needs

i tackle  another probleme which is the run of this programme with

Qt Creator 2.4.1 Based on Qt 4.8.0 (32 bit)
OS: Ubuntu 12.04.4 LTS

by the way im just a learner a biggener . so excuse me for my simple
questions


-- 
 
   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] conpiling QGIS in Ubuntu 12.04.4 LTS with Qt Creator 2.4.1

2014-01-18 Thread otmane yazidi alaoui
hello

i finished the compilation of source with but i want to modify it . to be
able to adapting it with my needs

i tackle  another probleme which is the run of this programme with

Qt Creator 2.4.1 Based on Qt 4.8.0 (32 bit)
OS: Ubuntu 12.04.4 LTS

by the way im just a learner a biggener . so excuse me for my simple
questions


-- 


2014/1/18 A Huarte ahuart...@yahoo.es

 Hi, I was who added a reference to this function in order to fix a bug, my
 apologies, It is only supported in gdal 1.10.

 Jürgen E. Fischer solved it using equivalent code.

 my apologies
 Alvaro


 hello friends
 it's been a month since I try to compile the source code of qgis ,
 I continued the installation guide INSTALL file
 but I feel that I have all the different possible problems , it is really
 depressing
 -- 
 and here are the details
 -- -
 OS: Ubuntu 12.04.4 LTS
 System compilation : Qt Creator 2.4.1 Based on Qt 4.8.0 (32 bit)

 error obtained :
 -
 / home / alaoui / dev / cpp / QGIS -master / src / core /
 qgscoordinatereferencesystem.cpp : In member function ' bool
 QgsCoordinateReferenceSystem :: axisInverted () const' :
 / home / alaoui / dev / cpp / QGIS -master / src / core /
 qgscoordinatereferencesystem.cpp : 407:104 : error : '
 OSREPSGTreatsAsNorthingEasting ' was Not Declared in this scope
 make [2 ] : *** [ src / core / CMakeFiles / qgis_core.dir /
 qgscoordinatereferencesystem.cpp.o ] Error 1
 make [ 1] : *** [ src / core / CMakeFiles / qgis_core.dir / all ] Error 2
 make: *** [all ] Error 2
 8:07:04 : The process / usr / bin / make ended with code 2 .
 Compilation error of qgis2.1.0 project ( target : Desktop )
 During the execution of step Make
 --
 

 --
  
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




-- 
 
   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] please help me :(

2014-01-09 Thread otmane yazidi alaoui
i have this problem


[ 0%] Built target svnversion

[ 1%] Built target t2tdoc

[ 17%] Built target qgis_core

[ 24%] Built target ui

[ 34%] Built target qgis_gui

[ 37%] Built target qgis_analysis

[ 63%] Built target qgis

[ 66%] Built target translations




[ 66%] Built target compile_python_files

[ 67%] Built target python_module_qgis_analysis

[ 67%] Building CXX object
python/CMakeFiles/python_module_qgis_core.dir/core/sipcorepart0.cpp.o

[ 67%] Building CXX object
python/CMakeFiles/python_module_qgis_core.dir/core/sipcorepart1.cpp.o

/home/alaoui/dev/cpp/qtcreator-build-qgis/python/core/sipcorepart1.cpp: In
function ‘PyObject* meth_QgsSymbolV2_renderHints(PyObject*, PyObject*)’:

/home/alaoui/dev/cpp/qtcreator-build-qgis/python/core/sipcorepart1.cpp:6719:42:
error: passing ‘const QgsSymbolV2’ as ‘this’ argument of ‘int
QgsSymbolV2::renderHints()’ discards qualifiers [-fpermissive]

/home/alaoui/dev/cpp/qtcreator-build-qgis/python/core/sipcorepart1.cpp: In
function ‘PyObject* meth_QgsSymbolV2RenderContext_setSelected(PyObject*,
PyObject*)’:

/home/alaoui/dev/cpp/qtcreator-build-qgis/python/core/sipcorepart1.cpp:7121:35:
error: passing ‘const QgsSymbolV2RenderContext’ as ‘this’ argument of ‘void
QgsSymbolV2RenderContext::setSelected(bool)’ discards qualifiers
[-fpermissive]

make[2]: ***
[python/CMakeFiles/python_module_qgis_core.dir/core/sipcorepart1.cpp.o]
Error 1

make[1]: *** [python/CMakeFiles/python_module_qgis_core.dir/all] Error 2

make: *** [all] Error 2

00:03:40: Le processus /usr/bin/make s'est terminé avec le code 2.

Erreur à la compilation du projet qgis1.7.0 (cible : Desktop)

Lors de l'exécution de l'étape Make

---









-- 
 
   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] S.O.S

2014-01-07 Thread otmane yazidi alaoui
*helloI am a beginner in development with qt creatormy problem is: how can
I access the source code of qtcreator Qgis with ubuntu?cmake shows me a
list of problem that I can not have the resolve: (: ((I'm Boque it's been
one month)thank you for your help*







-- 
 
   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