Hi Xunlei,<div><br></div><div>What do you have the PYTHON_LIBRARY cmake option set to? If you set that correctly then it should be able to link properly. For example this is what it is set to on my machine.</div><div><br></div>

<div>C:/Support/Python27-x32/libs/python27.lib</div><div><br><br><div class="gmail_quote">On Sun, Feb 13, 2011 at 11:46 AM, Xunlei Wu <span dir="ltr">&lt;<a href="mailto:xunlei@renci.org">xunlei@renci.org</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div lang="EN-US" link="blue" vlink="purple"><div><p class="MsoNormal">Hello,</p><p class="MsoNormal">I am building Paraview from git source on a Windows7 64bit OS with MSVC2010. I have enabled</p>

<p class="MsoNormal">PARAVIEW_ENABLE_PYTHON and VTKMY_WRAP_PYTHON in my CMake. I also built Python 2.7.1 64bit from source so that I have both python27.lib and python27_d.lib available. However the core python related projects are failed to build in both Debug and Release builds. Then the effects just trickled down like crazy. Below are 3 major errors in Debug build I feel might be the primary errors. And I do link python27_d.lib for all of them. Please see the attached CMakeLists.txt for more details.</p>

<p class="MsoNormal"> </p><p class="MsoNormal">Error      6              error LNK1104: cannot open file &#39;python27.lib&#39;                C:\ParaViewGit\Utilities\VTKPythonWrapping\Executable\LINK               vtkPVPythonInterpretor</p>

<p class="MsoNormal">Error      5              error LNK1104: cannot open file &#39;python27.lib&#39;    C:\ParaViewGit\VTK\Wrapping\Python\LINK                vtkPythonCore</p><p class="MsoNormal">Error      3              error LNK1104: cannot open file &#39;python27.lib&#39;    C:\ParaViewGit\VTK\Wrapping\LINK      vtkWrapPython</p>

<p class="MsoNormal"> </p><p class="MsoNormal">Would you please help me? Thanks a lot.</p><p class="MsoNormal"> </p><p class="MsoNormal">Best,</p><p class="MsoNormal">x</p></div></div><br>_______________________________________________<br>


Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
<br></blockquote></div><br></div>