<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
<p style="margin: 0px 0px 1em; padding: 0px; border: 0px; font-size: 15px; clear: both; color: rgb(34, 36, 38); font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="">
Hi! </p>
<p style="margin: 0px 0px 1em; padding: 0px; border: 0px; font-size: 15px; clear: both; color: rgb(34, 36, 38); font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="">
I'm trying to build QGIS 2.8.6 on Windows 7 32 bit using MSVC Express 10. The build process completes without errors, but with a bunch of warnings. When I run the qgis.exe after installation, it only shows the splash screen for a few seconds until "Starting
 python" appears. Then it vanishes and nothing happens. </p>
<p style="margin: 0px 0px 1em; padding: 0px; border: 0px; font-size: 15px; clear: both; color: rgb(34, 36, 38); font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="">
When building python_module_qgis__gui in MSVC Express I get the following warnings. I get similar ones when building python_module_qgis_core and python_module_gis_analysis.</p>
<blockquote style="margin: 0px 0px 10px; padding: 10px; border-width: 0px; border-left-style: solid; border-left-color: transparent; font-size: 15px; quotes: none; background-color: rgb(238, 238, 238); color: rgb(34, 36, 38); font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="">
<p style="margin: 0px 0px 1em; padding: 0px; border: 0px; clear: both;" class="">
Generating gui/sip_guipart0.cpp, gui/sip_guipart1.cpp, gui/sip_guipart2.cpp, gui/sip_guipart3.cpp sip_guipart0.cpp c:\Program Files\Microsoft Visual Studio 10.0\VC\include\math.h(162): warning C4211: Nonstandard extension used : redefined extern to static sip_guipart1.cpp
 c:\Program Files\Microsoft Visual Studio 10.0\VC\include\math.h(162): warning C4211: Nonstandard extension used : redefined extern to static</p>
<div style="margin: 0px; padding: 0px; border: 0px; clear: both;" class="">sip_guipart2.cpp c:\Program Files\Microsoft Visual Studio 10.0\VC\include\math.h(162): warning C4211: Nonstandard extension used : redefined extern to static sip_guipart3.cpp c:\Program
 Files\Microsoft Visual Studio 10.0\VC\include\math.h(162): warning C4211: Nonstandard extension used : redefined extern to static<br class="">
</div>
</blockquote>
<p style="margin: 0px 0px 1em; padding: 0px; border: 0px; font-size: 15px; clear: both; color: rgb(34, 36, 38); font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="">
My cmake configuration is this:</p>
<blockquote style="margin: 0px 0px 10px; padding: 10px; border-width: 0px; border-left-style: solid; border-left-color: transparent; font-size: 15px; quotes: none; background-color: rgb(238, 238, 238); color: rgb(34, 36, 38); font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="">
<p style="margin: 0px 0px 1em; padding: 0px; border: 0px; clear: both;" class="">
Found PostgreSQL: C:/OSGeo4W/lib/libpq.lib</p>
<p style="margin: 0px 0px 1em; padding: 0px; border: 0px; clear: both;" class="">
Found SpatiaLite: C:/OSGeo4W/lib/spatialite_i.lib</p>
<p style="margin: 0px 0px 1em; padding: 0px; border: 0px; clear: both;" class="">
Found Qt version: 4.8.6</p>
<p style="margin: 0px 0px 1em; padding: 0px; border: 0px; clear: both;" class="">
Touch support disabled</p>
<p style="margin: 0px 0px 1em; padding: 0px; border: 0px; clear: both;" class="">
Found QScintilla2: C:/OSGeo4W/lib/qscintilla2.lib (2.8.4)</p>
<p style="margin: 0px 0px 1em; padding: 0px; border: 0px; clear: both;" class="">
Found Python executable: C:/OSGeo4W/bin/python.exe</p>
<p style="margin: 0px 0px 1em; padding: 0px; border: 0px; clear: both;" class="">
Found Python version: 2.7.4</p>
<p style="margin: 0px 0px 1em; padding: 0px; border: 0px; clear: both;" class="">
Found Python library: C:/OSGeo4W/apps/Python27/libs/python27.lib</p>
<p style="margin: 0px 0px 1em; padding: 0px; border: 0px; clear: both;" class="">
Found SIP version: 4.16.5</p>
<p style="margin: 0px 0px 1em; padding: 0px; border: 0px; clear: both;" class="">
Found PyQt4 version: 4.11.3</p>
<div style="margin: 0px; padding: 0px; border: 0px; clear: both;" class="">Found QScintilla2 PyQt4 module: 2.8.4</div>
</blockquote>
<p style="margin: 0px 0px 1em; padding: 0px; border: 0px; font-size: 15px; clear: both; color: rgb(34, 36, 38); font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="">
Does anyone have an idea what might be wrong? Maybe the Python and SIP versions? </p>
<p style="margin: 0px 0px 1em; padding: 0px; border: 0px; font-size: 15px; clear: both; color: rgb(34, 36, 38); font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="">
Thank you for any advice! :) </p>
</body>
</html>