[Paraview] Fail to build pqApplicationComponents in ParaView3.8.0 on Windows764bit MSVC2010

Robert Maynard robert.maynard at kitware.com
Thu Jul 1 14:54:15 EDT 2010


Hi,

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.

On Mon, Jun 28, 2010 at 11:07 PM, Dr. X <xunlei at renci.org> wrote:

>  Hi Robert,
> 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.
> ==================================================
> Error    1    error MSB4018: The "CustomBuild" task failed unexpectedly.
> System.NotSupportedException: The given path's format is not supported.
>    at System.Security.Util.StringExpressionSet.CanonicalizePath(String
> path, Boolean needFullPath)
>    at
> System.Security.Util.StringExpressionSet.CreateListFromExpressions(String[]
> str, Boolean needFullPath)
>    at
> System.Security.Permissions.FileIOPermission.AddPathList(FileIOPermissionAccess
> access, AccessControlActions control, String[] pathListOrig, Boolean
> checkForDuplicates, Boolean needFullPath, Boolean copyPathList)
>    at
> System.Security.Permissions.FileIOPermission..ctor(FileIOPermissionAccess
> access, String[] pathList, Boolean checkForDuplicates, Boolean needFullPath)
>    at System.IO.Path.GetFullPath(String path)
>    at Microsoft.Build.CPPTasks.CustomBuild.GetInputs(ITaskItem item)
>    at Microsoft.Build.CPPTasks.CustomBuild.BuildExecutionGraph()
>    at Microsoft.Build.CPPTasks.CustomBuild.GenerateCommandLineCommands()
>    at Microsoft.Build.Utilities.ToolTask.Execute()
>    at Microsoft.Build.CPPTasks.TrackedVCToolTask.Execute()
>    at
> Microsoft.Build.BackEnd.TaskExecutionHost.Microsoft.Build.BackEnd.ITaskExecutionHost.Execute()
>    at
> Microsoft.Build.BackEnd.TaskBuilder.ExecuteInstantiatedTask(ITaskExecutionHost
> taskExecutionHost, TaskLoggingContext taskLoggingContext, TaskHost taskHost,
> ItemBucket bucket, TaskExecutionMode howToExecuteTask, Boolean&
> taskResult)    C:\Program Files
> (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets    151
> pqComponents
> ===================================================
> and
> ===================================================
> Error    2    error C1083: Cannot open include file: 'ui_pqPluginDialog.h':
> No such file or directory    D:\ParaView\Qt\Components\pqPluginDialog.h
> 39    pqApplicationComponents
> Error    3    error C1083: Cannot open include file:
> 'ui_pqMultiViewFrameMenu.h': No such file or directory
> D:\ParaView\Qt\Components\pqMultiViewFrame.h    38
> pqApplicationComponents
> Error    1    error C1083: Cannot open include file: 'ui_pqLinksManager.h':
> No such file or directory    D:\ParaView\Qt\Components\pqLinksManager.h
> 38    pqApplicationComponents
> ===================================================
> And this time, I cleaned up the Windows SDK on my machine as you can see in
> the path.txt.
> 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.
> Please help. It is getting irritating. Thanks a lot.
>
> Best,
> x
>
>
>
> On 6/25/2010 4:17 PM, Robert Maynard wrote:
>
> http://www.cmake.org/files/v2.8/cmake-2.8.2-rc4-win32-x86.exe
>
> On Fri, Jun 25, 2010 at 4:11 PM, Dr. X <xunlei at renci.org> wrote:
>
>>  Thanks a lot, Robert. I am using CMake2.9.20100514 (from the nightly
>> build FTP) to configure ParaView now.
>> I don't see CMake 2.8.2 though. I will keep you updated.
>>
>> Best,
>> x
>>
>>
>>
>> On 6/25/2010 2:53 PM, Robert Maynard wrote:
>>
>> Hi,
>>
>>  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.
>>
>> On Wed, Jun 23, 2010 at 9:51 AM, Robert Maynard <
>> robert.maynard at kitware.com> wrote:
>>
>>> Hi X,
>>>
>>>  I would recommend trying out the 2.8.2 rc3 of cmake (
>>> http://www.cmake.org/files/v2.8/?C=M;O=D) as that fixed a couple bugs in
>>> the VS2010 generator.
>>>
>>>  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.
>>>
>>>
>>> On Thu, Jun 17, 2010 at 12:52 PM, Robert Maynard <
>>> robert.maynard at kitware.com> wrote:
>>>
>>>> Hi,
>>>>
>>>>  I apologize I have been working on a different project this week, so I
>>>> haven't looked into the problem. I should have some time tomorrow to
>>>> investigate this issue.
>>>>
>>>>
>>>> On Thu, Jun 17, 2010 at 12:42 PM, Dr. X <xunlei at renci.org> wrote:
>>>>
>>>>> Hi Robert,
>>>>> Do you need anything else from me? Thanks a lot for the help.
>>>>> Best,
>>>>>
>>>>> x
>>>>>
>>>>> On 6/11/2010 1:43 PM, Robert Maynard wrote:
>>>>>
>>>>> Could you please send me an updated CMakeCache.txt plus the contents of
>>>>> your PATH environment variable.
>>>>>
>>>>> On Thu, Jun 10, 2010 at 1:24 PM, Dr. X <xunlei at renci.org> wrote:
>>>>>
>>>>>> Hi Robert,
>>>>>> 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.
>>>>>> 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's resource folder. That
>>>>>> does not have any effect.
>>>>>>
>>>>>> Best,
>>>>>> x
>>>>>>
>>>>>>
>>>>>> On 6/10/2010 10:45 AM, Robert Maynard wrote:
>>>>>>
>>>>>> Are you still getting the Qt errors after rebuilding ParaView in a
>>>>>> clean directory with CMake set to run as administrator?
>>>>>>
>>>>>>  If so can you please email me the CMakeCache.txt for the build.
>>>>>>
>>>>>> On Thu, Jun 10, 2010 at 8:54 AM, Dr. X <xunlei at renci.org> wrote:
>>>>>>
>>>>>>> Hi Rob,
>>>>>>> Any luck with pqComponent? Thanks a lot.
>>>>>>>
>>>>>>> Best,
>>>>>>> x
>>>>>>>
>>>>>>> On 6/8/2010 3:25 PM, Robert Maynard wrote:
>>>>>>>
>>>>>>> Hi,
>>>>>>>
>>>>>>>  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
>>>>>>>
>>>>>>>  Mainly:
>>>>>>>
>>>>>>>    - Are you running CMake as an Administrator or Standard User
>>>>>>>    - What Version of Visual Studio are you using ( Express / Premium
>>>>>>>    / Ultimate / Pro )
>>>>>>>
>>>>>>>  On Tue, Jun 8, 2010 at 2:15 PM, Dr. X <xunlei at renci.org> wrote:
>>>>>>>
>>>>>>>> Hi Robert,
>>>>>>>> Here you go. Thanks a lot.
>>>>>>>>
>>>>>>>> Best,
>>>>>>>> x
>>>>>>>>
>>>>>>>>
>>>>>>>> On 6/8/2010 1:22 PM, Robert Maynard wrote:
>>>>>>>>
>>>>>>>> Would you be able to provide the CMakeCache.txt from the build
>>>>>>>> folder?
>>>>>>>>
>>>>>>>> On Tue, Jun 8, 2010 at 11:48 AM, Dr. X <xunlei at renci.org> wrote:
>>>>>>>>
>>>>>>>>> Hi All,
>>>>>>>>> I have following errors on project "pqApplicationComponents".
>>>>>>>>>
>>>>>>>>> Error    21    error C1083: Cannot open include file:
>>>>>>>>> 'ui_pqLinksManager.h': No such file or directory
>>>>>>>>>  D:\ParaView\Qt\Components\pqLinksManager.h    38    pqApplicationComponents
>>>>>>>>> Error    30    error C1083: Cannot open include file:
>>>>>>>>> 'ui_pqMultiViewFrameMenu.h': No such file or directory
>>>>>>>>>  D:\ParaView\Qt\Components\pqMultiViewFrame.h    38
>>>>>>>>>  pqApplicationComponents
>>>>>>>>> Error    29    error C1083: Cannot open include file:
>>>>>>>>> 'ui_pqPluginDialog.h': No such file or directory
>>>>>>>>>  D:\ParaView\Qt\Components\pqPluginDialog.h    39    pqApplicationComponents
>>>>>>>>> Error    8    error C3861: 'mkdir': identifier not found
>>>>>>>>>  D:\ParaView\Applications\AdaptiveParaView\ppRawStridedReader2.cxx    113
>>>>>>>>>  ppRawStridedReader2
>>>>>>>>>
>>>>>>>>> It seems like the Qt .ui files are not added into the project.
>>>>>>>>> Could you please help?
>>>>>>>>> Thanks a lot.
>>>>>>>>>
>>>>>>>>> Best,
>>>>>>>>> x
>>>>>>>>> _______________________________________________
>>>>>>>>> Powered by www.kitware.com
>>>>>>>>>
>>>>>>>>> Visit other Kitware open-source projects at
>>>>>>>>> http://www.kitware.com/opensource/opensource.html
>>>>>>>>>
>>>>>>>>> Please keep messages on-topic and check the ParaView Wiki at:
>>>>>>>>> http://paraview.org/Wiki/ParaView
>>>>>>>>>
>>>>>>>>> Follow this link to subscribe/unsubscribe:
>>>>>>>>> http://www.paraview.org/mailman/listinfo/paraview
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> --
>>>>>>>> Robert Maynard
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>> Robert Maynard
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> Robert Maynard
>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Robert Maynard
>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>>  --
>>>> Robert Maynard
>>>>
>>>
>>>
>>>
>>>  --
>>> Robert Maynard
>>>
>>
>>
>>
>> --
>> Robert Maynard
>>
>>
>>
>
>
> --
> Robert Maynard
>
>
>


-- 
Robert Maynard
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.paraview.org/pipermail/paraview/attachments/20100701/60ca0177/attachment-0001.htm>


More information about the ParaView mailing list