<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#ffffff" text="#000000">
Buenas tardes,<br>
Estoy intentando compilar QGis desde el repositorio svn con windows,
y siguiendo la ayuda [1], pero no lo consigo y creo que es porque no
está reconociendo el .bat donde se definen las variables de
%OSGEO4W_ROOT%, así que Cmake no encuentra las librerías Gdal, Geos,
Expat, etc.<br>
Os 'pego' el bat que viene en la ayuda, que es el que utilizo (he
comprobado que las dependencias están bien instaladas):<br>
<table border="1" cellpadding="2" cellspacing="2" width="100%">
<tbody>
<tr>
<td valign="top"><span class="Apple-style-span"
style="border-collapse: separate; color: rgb(0, 0, 0);
font-family: 'Times New Roman'; font-style: normal;
font-variant: normal; font-weight: normal; letter-spacing:
normal; line-height: normal; orphans: 2; text-indent: 0px;
text-transform: none; white-space: normal; widows: 2;
word-spacing: 0px; font-size: medium;"><span
class="Apple-style-span" style="font-family:
verdana,sans-serif; line-height: 16px; font-size:
small;">
<pre style="font-size: 1em; background-color: rgb(238, 238, 238); border: 1px dashed rgb(102, 102, 102); padding: 15px 20px; overflow: auto;">@echo off
path %SYSTEMROOT%\system32;%SYSTEMROOT%;%SYSTEMROOT%\System32\Wbem;%PROGRAMFILES%\CMake 2.8\bin;%PROGRAMFILES%\subversion\bin;%PROGRAMFILES%\GnuWin32\bin
set PYTHONPATH=
set VS90COMNTOOLS=%PROGRAMFILES%\Microsoft Visual Studio 9.0\Common7\Tools\
call "%PROGRAMFILES%\Microsoft Visual Studio 9.0\VC\vcvarsall.bat" x86
set INCLUDE=%INCLUDE%;%PROGRAMFILES%\Microsoft Platform SDK for Windows Server 2003 R2\include
set LIB=%LIB%;%PROGRAMFILES%\Microsoft Platform SDK for Windows Server 2003 R2\lib
set OSGEO4W_ROOT=C:\OSGeo4W
call "%OSGEO4W_ROOT%\bin\o4w_env.bat"
@set GRASS_PREFIX=c:/OSGeo4W/apps/grass/grass-6.4.0
@set INCLUDE=%INCLUDE%;%OSGEO4W_ROOT%\apps\gdal-17\include;%OSGEO4W_ROOT%\include
@set LIB=%LIB%;%OSGEO4W_ROOT%\apps\gdal-17\lib;%OSGEO4W_ROOT%\lib
@cmd</pre>
</span></span></td>
</tr>
</tbody>
</table>
y dejo también la salida del CMake una vez que intento compilar:<br>
<img src="cid:part1.03060308.04000501@sinfogeo.com" alt=""><br>
En este punto, no tengo ni idea de porqué no compila. Se agradece
cualquier comentario que me ilumine.<br>
<br>
Muchas gracias,<br>
Rafa<br>
[1]<a
href="http://www.qgis.org/wiki/Building_QGIS_from_Source#4._Building_on_Windows">http://www.qgis.org/wiki/Building_QGIS_from_Source#4._Building_on_Windows</a>
</body>
</html>