<div>Hi,</div><div><br></div>Thank you for keeping with this problem. I was able to track down the bug to be caused by your Source and Build directories not being on the same drive. Intill the issue is solved I suggest you move your source and build trees to the same drive.<br>

<br><div class="gmail_quote">On Mon, Jun 28, 2010 at 11:07 PM, Dr. X <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 bgcolor="#ffffff" text="#000000">
Hi Robert,<br>
Not so much luck on my end. I tried cmake2.8.2-rc4 and 2.9.0. They make
no difference on the outcome. For instance, I still have trouble
building pqApplicationComponents and pqComponents.<br>
==================================================<br>
Error    1    error MSB4018: The &quot;CustomBuild&quot; task failed unexpectedly.<br>
System.NotSupportedException: The given path&#39;s format is not supported.<br>
   at System.Security.Util.StringExpressionSet.CanonicalizePath(String
path, Boolean needFullPath)<br>
   at
System.Security.Util.StringExpressionSet.CreateListFromExpressions(String[]
str, Boolean needFullPath)<br>
   at
System.Security.Permissions.FileIOPermission.AddPathList(FileIOPermissionAccess
access, AccessControlActions control, String[] pathListOrig, Boolean
checkForDuplicates, Boolean needFullPath, Boolean copyPathList)<br>
   at
System.Security.Permissions.FileIOPermission..ctor(FileIOPermissionAccess
access, String[] pathList, Boolean checkForDuplicates, Boolean
needFullPath)<br>
   at System.IO.Path.GetFullPath(String path)<br>
   at Microsoft.Build.CPPTasks.CustomBuild.GetInputs(ITaskItem item)<br>
   at Microsoft.Build.CPPTasks.CustomBuild.BuildExecutionGraph()<br>
   at Microsoft.Build.CPPTasks.CustomBuild.GenerateCommandLineCommands()<br>
   at Microsoft.Build.Utilities.ToolTask.Execute()<br>
   at Microsoft.Build.CPPTasks.TrackedVCToolTask.Execute()<br>
   at
Microsoft.Build.BackEnd.TaskExecutionHost.Microsoft.Build.BackEnd.ITaskExecutionHost.Execute()<br>
   at
Microsoft.Build.BackEnd.TaskBuilder.ExecuteInstantiatedTask(ITaskExecutionHost
taskExecutionHost, TaskLoggingContext taskLoggingContext, TaskHost
taskHost, ItemBucket bucket, TaskExecutionMode howToExecuteTask,
Boolean&amp; taskResult)    C:\Program Files
(x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets    151   
pqComponents<br>
===================================================<br>
and<br>
===================================================<br>
Error    2    error C1083: Cannot open include file:
&#39;ui_pqPluginDialog.h&#39;: No such file or directory   
D:\ParaView\Qt\Components\pqPluginDialog.h    39   
pqApplicationComponents<br>
Error    3    error C1083: Cannot open include file:
&#39;ui_pqMultiViewFrameMenu.h&#39;: No such file or directory   
D:\ParaView\Qt\Components\pqMultiViewFrame.h    38   
pqApplicationComponents<br>
Error    1    error C1083: Cannot open include file:
&#39;ui_pqLinksManager.h&#39;: No such file or directory   
D:\ParaView\Qt\Components\pqLinksManager.h    38   
pqApplicationComponents<br>
===================================================<br>
And this time, I cleaned up the Windows SDK on my machine as you can
see in the path.txt.<br>
Yes, the default build of ParaView (mainly without Adaptive/Streaming
ParaView, without Python) works on my Win7 64bit + MSVC2008. But I do
want to build a ParaView with more features enabled.<br>
Please help. It is getting irritating. Thanks a lot.<br>
<br>
Best,<br><font color="#888888">
x</font><div><div></div><div class="h5"><br>
<br>
<br>
On 6/25/2010 4:17 PM, Robert Maynard wrote:
<blockquote type="cite">
  
  <a href="http://www.cmake.org/files/v2.8/cmake-2.8.2-rc4-win32-x86.exe" target="_blank">http://www.cmake.org/files/v2.8/cmake-2.8.2-rc4-win32-x86.exe</a><br>
  <br>
  <div class="gmail_quote">On Fri, Jun 25, 2010 at 4:11 PM, Dr. X <span dir="ltr">&lt;<a href="mailto:xunlei@renci.org" target="_blank">xunlei@renci.org</a>&gt;</span>
wrote:<br>
  <blockquote class="gmail_quote" style="border-left:1px solid rgb(204, 204, 204);margin:0pt 0pt 0pt 0.8ex;padding-left:1ex">
    <div bgcolor="#ffffff" text="#000000">
Thanks a lot, Robert. I am using CMake2.9.20100514 (from the nightly
build FTP) to configure ParaView now.<br>
I don&#39;t see CMake 2.8.2 though. I will keep you updated.<br>
    <br>
Best,<br>
    <font color="#888888">x</font>
    <div>
    <div><br>
    <br>
    <br>
On 6/25/2010 2:53 PM, Robert Maynard wrote:
    <blockquote type="cite"> Hi,
      <div><br>
      </div>
      <div>CMake 2.8.2 rc4 has been released that fixed other issues
with
the VS2010 generator. I just was able to build ParaView with Visual
Studio 2010 locally.<br>
      <br>
      <div class="gmail_quote">On Wed, Jun 23, 2010 at 9:51 AM, Robert
Maynard <span dir="ltr">&lt;<a href="mailto:robert.maynard@kitware.com" target="_blank">robert.maynard@kitware.com</a>&gt;</span>
wrote:<br>
      <blockquote class="gmail_quote" style="border-left:1px solid rgb(204, 204, 204);margin:0pt 0pt 0pt 0.8ex;padding-left:1ex">Hi
X,

        <div><br>
        </div>
        <div>I would recommend trying out the 2.8.2 rc3 of cmake (<span style="font-family:arial,sans-serif;font-size:13px;border-collapse:collapse"><a href="http://www.cmake.org/files/v2.8/?C=M;O=D" style="color:rgb(29, 30, 206)" target="_blank">http://www.cmake.org/files/v2.8/?C=M;O=D</a>)
as
that fixed a couple bugs in the VS2010 generator.</span></div>
        <div><span style="font-family:arial,sans-serif;font-size:13px;border-collapse:collapse"><br>
        </span></div>
        <div>I also noticed that the path you sent me is including
v7.0A of
the Windows SDK but the CMakeCache is targeting v7.1 of the SDK. These
need to be identical for the build to be successful.
        <div>
        <div><br>
        <br>
        <div class="gmail_quote">On Thu, Jun 17, 2010 at 12:52 PM,
Robert
Maynard <span dir="ltr">&lt;<a href="mailto:robert.maynard@kitware.com" target="_blank">robert.maynard@kitware.com</a>&gt;</span>
wrote:<br>
        <blockquote class="gmail_quote" style="border-left:1px solid rgb(204, 204, 204);margin:0pt 0pt 0pt 0.8ex;padding-left:1ex">Hi,

          <div><br>
          </div>
          <div>I apologize I have been working on a different project
this
week, so I haven&#39;t looked into the problem. I should have some time
tomorrow to investigate this issue.
          <div>
          <div><br>
          <br>
          <div class="gmail_quote">On Thu, Jun 17, 2010 at 12:42 PM,
Dr. X <span dir="ltr">&lt;<a href="mailto:xunlei@renci.org" target="_blank">xunlei@renci.org</a>&gt;</span>
wrote:<br>
          <blockquote class="gmail_quote" style="border-left:1px solid rgb(204, 204, 204);margin:0pt 0pt 0pt 0.8ex;padding-left:1ex">
            <div bgcolor="#ffffff" text="#000000">Hi Robert,<br>
Do you need anything else from me? Thanks a lot for the help.<br>
Best,
            <div><br>
x<br>
            <br>
On 6/11/2010 1:43 PM, Robert Maynard wrote: </div>
            <div>
            <div>
            <blockquote type="cite"> Could you please send me an
updated
CMakeCache.txt plus the contents of
your PATH environment variable.<br>
              <br>
              <div class="gmail_quote">On Thu, Jun 10, 2010 at 1:24 PM,
Dr.
X <span dir="ltr">&lt;<a href="mailto:xunlei@renci.org" target="_blank">xunlei@renci.org</a>&gt;</span>
wrote:<br>
              <blockquote class="gmail_quote" style="border-left:1px solid rgb(204, 204, 204);margin:0pt 0pt 0pt 0.8ex;padding-left:1ex">
                <div bgcolor="#ffffff" text="#000000">Hi Robert,<br>
I just explicitly did what you suggested: running CMake as
administrator. It does not help. I was logging in with an administrator
level account when I was running CMake.<br>
Any other suggestions? It seems pqApplicationComponents project misses
a couple of .ui files, i.e. pyLinksManager.ui, pqPliginDialog.ui, and
pqMultiViewFrameMenu.ui. I added them to the project&#39;s resource folder.
That does not have any effect.<br>
                <br>
Best,<br>
                <font color="#888888">x</font>
                <div>
                <div><br>
                <br>
On 6/10/2010 10:45 AM, Robert Maynard wrote:
                <blockquote type="cite"> Are you still getting the Qt
errors after
rebuilding ParaView in a
clean directory with CMake set to run as administrator?
                  <div><br>
                  </div>
                  <div>If so can you please email me the CMakeCache.txt
for
the
build.<br>
                  <br>
                  <div class="gmail_quote">On Thu, Jun 10, 2010 at 8:54
AM,
Dr. X <span dir="ltr">&lt;<a href="mailto:xunlei@renci.org" target="_blank">xunlei@renci.org</a>&gt;</span>
wrote:<br>
                  <blockquote class="gmail_quote" style="border-left:1px solid rgb(204, 204, 204);margin:0pt 0pt 0pt 0.8ex;padding-left:1ex">
                    <div bgcolor="#ffffff" text="#000000">Hi Rob,<br>
Any luck with pqComponent? Thanks a lot.<br>
                    <br>
Best,<br>
                    <font color="#888888">x<br>
                    </font>
                    <div><br>
On 6/8/2010 3:25 PM, Robert Maynard wrote: </div>
                    <div>
                    <div>
                    <blockquote type="cite"> Hi,
                      <div><br>
                      </div>
                      <div>I am currently tracking down the problem
with
why
ParaView
is
not building correctly for you. But I need some information that is not
in the CMakeCache.txt</div>
                      <div><br>
                      </div>
                      <div>Mainly:</div>
                      <div>
                      <ul>
                        <li>Are you running CMake as an Administrator
or
Standard
User</li>
                        <li>What Version of Visual Studio are you using
(
Express /
Premium
/ Ultimate / Pro )</li>
                      </ul>
                      </div>
                      <div>
                      <div class="gmail_quote">On Tue, Jun 8, 2010 at
2:15
PM, Dr.
X <span dir="ltr">&lt;<a href="mailto:xunlei@renci.org" target="_blank">xunlei@renci.org</a>&gt;</span>
wrote:<br>
                      <blockquote class="gmail_quote" style="border-left:1px solid rgb(204, 204, 204);margin:0pt 0pt 0pt 0.8ex;padding-left:1ex">
                        <div bgcolor="#ffffff" text="#000000">Hi Robert,<br>
Here you go. Thanks a lot.<br>
                        <br>
Best,<br>
                        <font color="#888888">x</font>
                        <div>
                        <div><br>
                        <br>
On 6/8/2010 1:22 PM, Robert Maynard wrote:
                        <blockquote type="cite"> Would you be able to
provide the
CMakeCache.txt from the build folder?<br>
                          <br>
                          <div class="gmail_quote">On Tue, Jun 8, 2010
at
11:48 AM,
Dr.
X <span dir="ltr">&lt;<a href="mailto:xunlei@renci.org" target="_blank">xunlei@renci.org</a>&gt;</span>
wrote:<br>
                          <blockquote class="gmail_quote" style="border-left:1px solid rgb(204, 204, 204);margin:0pt 0pt 0pt 0.8ex;padding-left:1ex">Hi
All,<br>
I have following errors on project &quot;pqApplicationComponents&quot;.<br>
                            <br>
Error    21    error C1083: Cannot open include file:
&#39;ui_pqLinksManager.h&#39;: No such file or directory  
 D:\ParaView\Qt\Components\pqLinksManager.h    38  
 pqApplicationComponents<br>
Error    30    error C1083: Cannot open include file:
&#39;ui_pqMultiViewFrameMenu.h&#39;: No such file or directory  
 D:\ParaView\Qt\Components\pqMultiViewFrame.h    38  
 pqApplicationComponents<br>
Error    29    error C1083: Cannot open include file:
&#39;ui_pqPluginDialog.h&#39;: No such file or directory  
 D:\ParaView\Qt\Components\pqPluginDialog.h    39  
 pqApplicationComponents<br>
Error    8    error C3861: &#39;mkdir&#39;: identifier not found  
 D:\ParaView\Applications\AdaptiveParaView\ppRawStridedReader2.cxx  
 113    ppRawStridedReader2<br>
                            <br>
It seems like the Qt .ui files are not added into the project. Could
you please help?<br>
Thanks a lot.<br>
                            <br>
Best,<br>
x<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>
                          </blockquote>
                          </div>
                          <br>
                          <br clear="all">
                          <br>
-- <br>
Robert Maynard<br>
                        </blockquote>
                        <br>
                        </div>
                        </div>
                        </div>
                      </blockquote>
                      </div>
                      <br>
                      <br clear="all">
                      <br>
-- <br>
Robert Maynard<br>
                      </div>
                    </blockquote>
                    <br>
                    </div>
                    </div>
                    </div>
                  </blockquote>
                  </div>
                  <br>
                  <br clear="all">
                  <br>
-- <br>
Robert Maynard<br>
                  </div>
                </blockquote>
                <br>
                </div>
                </div>
                </div>
              </blockquote>
              </div>
              <br>
              <br clear="all">
              <br>
-- <br>
Robert Maynard<br>
            </blockquote>
            <br>
            </div>
            </div>
            </div>
          </blockquote>
          </div>
          <br>
          <br clear="all">
          <br>
          </div>
          </div>
-- <br>
Robert Maynard<br>
          </div>
        </blockquote>
        </div>
        <br>
        <br clear="all">
        <br>
        </div>
        </div>
-- <br>
Robert Maynard<br>
        </div>
      </blockquote>
      </div>
      <br>
      <br clear="all">
      <br>
-- <br>
Robert Maynard<br>
      </div>
    </blockquote>
    <br>
    </div>
    </div>
    </div>
  </blockquote>
  </div>
  <br>
  <br clear="all">
  <br>
-- <br>
Robert Maynard<br>
</blockquote>
<br>
</div></div></div>

</blockquote></div><br><br clear="all"><br>-- <br>Robert Maynard<br>