<br>On Wed, Feb 3, 2010 at 2:36 PM, silvio.pioli@tin.it &lt;silvio.pioli@tin.it&gt; wrote:<i><br>&gt; &nbsp;Hello,<br>&gt; I'm newbie with QGis and this is my first post.<br>&gt; I'm attempting to build the Qgis source that I've downloaded from<br>&gt; https://svn.osgeo.org/qgis/branches/Release-1_3_0<br>&gt; To do that I procedeed as described at<br>&gt; http://www.qgis.org/wiki/Installation_Guide.<br>&gt; I succeeded in downloading and installing all the dependencies and create<br>&gt; the VS solution by using the Cmake command.<br>&gt; When I try to build the ALL_BUILD project as described in the Installation<br>&gt; Guide, I get this error:<br>&gt;<br>&gt; TemporaryFile.cc<br>&gt; ..\..\..\src\core\spatialindex\tools\TemporaryFile.cc(34) : error C3861:<br>&gt; 'open': identifier not found<br>&gt; ..\..\..\src\core\spatialindex\tools\TemporaryFile.cc(52) : error C3861:<br>&gt; 'close': identifier not found<br>&gt; ..\..\..\src\core\spatialindex\tools\TemporaryFile.cc(92) : error C3861:<br>&gt; 'close': identifier not found<br><br>Hi<br><br>first of all I would recommend you to try 1.4.0 release instead of<br>1.3. If that will fail with the same problem, you may want to upgrade<br>to MSVC 2008 (express edition is sufficient) - it's known to work.<br><br>Martin</i><br><br>I tried release 1.4.0 compliled on another pc with MSVC2008 installed, but I got the same problem<br><br><br>