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

2014-08-26 Thread Jürgen E . Fischer
Hi Otmane,

On Tue, 26. Aug 2014 at 10:44:40 +, otmane yazidi alaoui wrote:
> 187> LINK: fatal error LNK1104: can not open file '.. \ .. \ core \
> RelWithDebInfo \ qgis_core.lib'

> you have an idea on how to solve this ?? 

Yes, figure out why qgis_core doesn't build and that one will disappear.  It
would have been better to quote the first error and not just the last - most of
the errors are probably just produced because qgis_core failed to 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 



signature.asc
Description: Digital signature
___
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-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 :

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

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

> 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

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

2014-08-21 Thread Jürgen E . Fischer
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


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 :

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

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

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

but when I open
qgis5.2 Visual studio 2008 express *
I get the following error:

1> -- Build started: Project: qgis_core, Configuration: De

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

2014-08-20 Thread Jürgen E . Fischer
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


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 :

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