Hi<br><br>I have already compiled Paraview 3.2 on Linux without bigger problems. Now I have to do the same on Windows. Im following the instructions from page <br><a href="http://www.paraview.org/Wiki/ParaView:Build_And_Install">http://www.paraview.org/Wiki/ParaView:Build_And_Install</a><br>
First problem is that they suppose that the person compiling it has Visual Studio 6 or 7. As far as I could find out Visual Studio is a commercial software so I have downloaded <br>the free Visual C++ 2008 Express from page <a href="http://www.microsoft.com/japan/msdn/vstudio/express/">http://www.microsoft.com/japan/msdn/vstudio/express/</a><br>
Using it I compiled Qt without problems but while compiling Paraview I get the following errors:<br><br>error C3163: &#39;_vsnprintf : attribute doesnt match the previous declaration<br>......<br>fatal error C1083: include could not open file &#39;GL/glaux&#39; - no such file or directory<br>
....<br>LINK : fatal error LNK1104: couldnt open file &#39;vtkParallel.lib&#39;<br>and many other *.lib files give that error<br>...<br><br>The configuration Im using is :<br>- Windows Vista/Windows XP - the same result on both<br>
- Visual C++ 2008 Express Edition<br>- CMake 2.8 - patch 8<br>- Paraview 3.2.1 source downloaded from <a href="http://www.paraview.org/New/download.html">http://www.paraview.org/New/download.html</a> (because I cant use CVS from where I work)<br>
<br>What am I doing wrong ?<br>Thank you for any help.<br><br>