Hi, Currently Adaptive and Streaming ParaView do not compile on Windows. I am currently working on fixing this issue.
On Fri, Jul 2, 2010 at 12:21 PM, Dr. X <[email protected]> wrote: > Hi Robert, > After a couple of hundreds of mouse clicks to reload the externally > modified projects in MSVC2010, I got paraview.exe finally in my > build/bin/Debug directory. Now I still have 7 failed projects. The errors > are listed below. > ====================== > Error 1 error LNK2019: unresolved external symbol > __imp__invalid_parameter_noinfo_noreturn referenced in function "public: > bool __cdecl std::_Tree_const_iterator<class std::_Tree_val<class > std::_Tmap_traits<class std::basic_string<char,struct > std::char_traits<char>,class std::allocator<char> >,class > PyVTKSpecialType,struct std::less<class std::basic_string<char,struct > std::char_traits<char>,class std::allocator<char> > >,class > std::allocator<struct std::pair<class std::basic_string<char,struct > std::char_traits<char>,class std::allocator<char> > const ,class > PyVTKSpecialType> >,0> > >::operator==(class std::_Tree_const_iterator<class > std::_Tree_val<class std::_Tmap_traits<class std::basic_string<char,struct > std::char_traits<char>,class std::allocator<char> >,class > PyVTKSpecialType,struct std::less<class std::basic_string<char,struct > std::char_traits<char>,class std::allocator<char> > >,class > std::allocator<struct std::pair<class std::basic_string<char,struct > std::char_traits<char>,class std::allocator<char> > const ,class > PyVTKSpecialType> >,0> > > const &)const " (??8?$_tree_const_itera...@v > ?$_tree_...@v?$_tmap_traits@v?$basic_str...@du?$char_traits@d...@std@ > @v?$alloca...@d@2@@std@@VPyVTKSpecialType@@u?$l...@v?$basic_string@DU > ?$char_tra...@d@std@@v?$alloca...@d@2@@std@@@2...@v?$allocator@U?$pair@ > $$cbv?$basic_str...@du?$char_traits@d...@std@@v?$alloca...@d@2@@std@ > @VPyVTKSpecialType@@@std@@@2...@$0a@@std@@@std@@@std@@QEBA_NAEBV01@@Z) > C:\ParaViewGIT\VTK\Wrapping\Python\vtkPythonUtil.obj vtkPythonCore > Error 2 error LNK1120: 1 unresolved externals > C:\ParaViewGIT\bin\Debug\vtkPythonCore.dll vtkPythonCore > Error 3 error LNK2019: unresolved external symbol > __imp__invalid_parameter_noinfo_noreturn referenced in function "public: > class std::_Vector_const_iterator<class std::_Vector_val<struct > vtkPythonMessage,class std::allocator<struct vtkPythonMessage> > > & __cdecl > std::_Vector_const_iterator<class std::_Vector_val<struct > vtkPythonMessage,class std::allocator<struct vtkPythonMessage> > > >::operator++(void)" (??e?$_vector_const_itera...@v > ?$_vector_...@uvtkpythonmessage@@v?$alloca...@uvtkpythonmessage@@@std@ > @@std@@@std@@qeaaaea...@xz) > C:\ParaViewGIT\Utilities\VTKPythonWrapping\Executable\vtkPVPythonInterpretor.obj > vtkPVPythonInterpretor > Error 4 error LNK1120: 1 unresolved externals > C:\ParaViewGIT\bin\Debug\vtkPVPythonInterpretor.dll > vtkPVPythonInterpretor > Error 23 error LNK2019: unresolved external symbol > "__declspec(dllimport) public: virtual int __cdecl vtkACosmoReader::IsA(char > const *)" (__imp_?...@vtkacosmoreader@@ueaahp...@z) referenced in function > "struct _object * __cdecl PyvtkACosmoReader_IsA(struct _object *,struct > _object *)" (?PyvtkACosmoReader_IsA@@YAPEAU_object@@pe...@0@Z) > C:\ParaViewGIT\Applications\AdaptiveParaView\Plugin\vtkACosmoReaderPython.obj > AdaptivePluginPythonD > Error 24 error LNK2019: unresolved external symbol > "__declspec(dllimport) public: class vtkACosmoReader * __cdecl > vtkACosmoReader::NewInstance(void)const " > (__imp_?newinsta...@vtkacosmoreader@@qebape...@xz) referenced in function > "struct _object * __cdecl PyvtkACosmoReader_NewInstance(struct _object > *,struct _object *)" (?PyvtkACosmoReader_NewInstance@@YAPEAU_object@ > @pe...@0@Z) > C:\ParaViewGIT\Applications\AdaptiveParaView\Plugin\vtkACosmoReaderPython.obj > AdaptivePluginPythonD > Error 25 error LNK2019: unresolved external symbol > "__declspec(dllimport) public: static class vtkACosmoReader * __cdecl > vtkACosmoReader::SafeDownCast(class vtkObjectBase *)" > (__imp_?safedownc...@vtkacosmoreader@@sape...@peavvtkobjectbase@@@Z) > referenced in function "struct _object * __cdecl > PyvtkACosmoReader_SafeDownCast(struct _object *,struct _object *)" > (?PyvtkACosmoReader_SafeDownCast@@YAPEAU_object@@pe...@0@Z) > C:\ParaViewGIT\Applications\AdaptiveParaView\Plugin\vtkACosmoReaderPython.obj > AdaptivePluginPythonD > Error 26 error LNK2019: unresolved external symbol > "__declspec(dllimport) public: virtual void __cdecl > vtkACosmoReader::SetFileName(char const *)" > (__imp_?setfilen...@vtkacosmoreader@@ueaaxp...@z) referenced in function > "struct _object * __cdecl PyvtkACosmoReader_SetFileName(struct _object > *,struct _object *)" (?PyvtkACosmoReader_SetFileName@@YAPEAU_object@ > @pe...@0@Z) > C:\ParaViewGIT\Applications\AdaptiveParaView\Plugin\vtkACosmoReaderPython.obj > AdaptivePluginPythonD > Error 27 error LNK2019: unresolved external symbol > "__declspec(dllimport) public: virtual char * __cdecl > vtkACosmoReader::GetFileName(void)" > (__imp_?getfilen...@vtkacosmoreader@@UEAAPEADXZ) > referenced in function "struct _object * __cdecl > PyvtkACosmoReader_GetFileName(struct _object *,struct _object *)" > (?PyvtkACosmoReader_GetFileName@@YAPEAU_object@@pe...@0@Z) > C:\ParaViewGIT\Applications\AdaptiveParaView\Plugin\vtkACosmoReaderPython.obj > AdaptivePluginPythonD > Error 28 error LNK2019: unresolved external symbol > "__declspec(dllimport) public: virtual void __cdecl > vtkACosmoReader::SetBoxSize(double)" (__imp_?setboxs...@vtkacosmoreader > @@uea...@z) referenced in function "struct _object * __cdecl > PyvtkACosmoReader_SetBoxSize(struct _object *,struct _object *)" > (?PyvtkACosmoReader_SetBoxSize@@YAPEAU_object@@pe...@0@Z) > C:\ParaViewGIT\Applications\AdaptiveParaView\Plugin\vtkACosmoReaderPython.obj > AdaptivePluginPythonD > Error 29 error LNK2019: unresolved external symbol > "__declspec(dllimport) public: virtual double __cdecl > vtkACosmoReader::GetBoxSize(void)" > (__imp_?getboxs...@vtkacosmoreader@@UEAANXZ) > referenced in function "struct _object * __cdecl > PyvtkACosmoReader_GetBoxSize(struct _object *,struct _object *)" > (?PyvtkACosmoReader_GetBoxSize@@YAPEAU_object@@pe...@0@Z) > C:\ParaViewGIT\Applications\AdaptiveParaView\Plugin\vtkACosmoReaderPython.obj > AdaptivePluginPythonD > Error 30 error LNK2019: unresolved external symbol > "__declspec(dllimport) public: virtual void __cdecl > vtkACosmoReader::SetByteOrder(int)" (__imp_?setbyteor...@vtkacosmoreader > @@uea...@z) referenced in function "struct _object * __cdecl > PyvtkACosmoReader_SetByteOrder(struct _object *,struct _object *)" > (?PyvtkACosmoReader_SetByteOrder@@YAPEAU_object@@pe...@0@Z) > C:\ParaViewGIT\Applications\AdaptiveParaView\Plugin\vtkACosmoReaderPython.obj > AdaptivePluginPythonD > Error 31 error LNK2019: unresolved external symbol > "__declspec(dllimport) public: virtual int __cdecl > vtkACosmoReader::GetByteOrder(void)" > (__imp_?getbyteor...@vtkacosmoreader@@UEAAHXZ) > referenced in function "struct _object * __cdecl > PyvtkACosmoReader_GetByteOrder(struct _object *,struct _object *)" > (?PyvtkACosmoReader_GetByteOrder@@YAPEAU_object@@pe...@0@Z) > C:\ParaViewGIT\Applications\AdaptiveParaView\Plugin\vtkACosmoReaderPython.obj > AdaptivePluginPythonD > Error 32 error LNK2019: unresolved external symbol > "__declspec(dllimport) public: virtual void __cdecl > vtkACosmoReader::SetTagSize(int)" (__imp_?settags...@vtkacosmoreader > @@uea...@z) referenced in function "struct _object * __cdecl > PyvtkACosmoReader_SetTagSize(struct _object *,struct _object *)" > (?PyvtkACosmoReader_SetTagSize@@YAPEAU_object@@pe...@0@Z) > C:\ParaViewGIT\Applications\AdaptiveParaView\Plugin\vtkACosmoReaderPython.obj > AdaptivePluginPythonD > Error 33 error LNK2019: unresolved external symbol > "__declspec(dllimport) public: virtual int __cdecl > vtkACosmoReader::GetTagSize(void)" > (__imp_?gettags...@vtkacosmoreader@@UEAAHXZ) > referenced in function "struct _object * __cdecl > PyvtkACosmoReader_GetTagSize(struct _object *,struct _object *)" > (?PyvtkACosmoReader_GetTagSize@@YAPEAU_object@@pe...@0@Z) > C:\ParaViewGIT\Applications\AdaptiveParaView\Plugin\vtkACosmoReaderPython.obj > AdaptivePluginPythonD > Error 20 error LNK2019: unresolved external symbol > "__declspec(dllimport) public: class vtkACosmoReader * __cdecl > vtkACosmoReader::NewInstance(void)const " > (__imp_?newinsta...@vtkacosmoreader@@qebape...@xz) referenced in function > "int __cdecl vtkACosmoReaderCommand(class vtkClientServerInterpreter *,class > vtkObjectBase *,char const *,class vtkClientServerStream const &,class > vtkClientServerStream &)" (?vtkACosmoReaderCommand@ > @YAHPEAVvtkClientServerInterpreter@@PEAVvtkObjectBase@ > @PEBDAEBVvtkClientServerStream@@AEAV3@@Z) > C:\ParaViewGIT\Applications\AdaptiveParaView\Plugin\vtkACosmoReaderClientServer.obj > AdaptivePlugin > Error 21 error LNK2019: unresolved external symbol > "__declspec(dllimport) public: static class vtkACosmoReader * __cdecl > vtkACosmoReader::SafeDownCast(class vtkObjectBase *)" > (__imp_?safedownc...@vtkacosmoreader@@sape...@peavvtkobjectbase@@@Z) > referenced in function "int __cdecl vtkACosmoReaderCommand(class > vtkClientServerInterpreter *,class vtkObjectBase *,char const *,class > vtkClientServerStream const &,class vtkClientServerStream &)" > (?vtkACosmoReaderCommand@@YAHPEAVvtkClientServerInterpreter@ > @PEAVvtkObjectBase@@PEBDAEBVvtkClientServerStream@@AEAV3@@Z) > C:\ParaViewGIT\Applications\AdaptiveParaView\Plugin\vtkACosmoReaderClientServer.obj > AdaptivePlugin > Error 8 error LNK2001: unresolved external symbol "private: virtual > char const * __cdecl vtkACosmoReader::GetClassNameInternal(void)const " > (?getclassnameinter...@vtkacosmoreader@@EEBAPEBDXZ) > C:\ParaViewGIT\Applications\AdaptiveParaView\Plugin\vtkACosmoReader.obj > AdaptivePlugin > Error 9 error LNK2001: unresolved external symbol "public: virtual > int __cdecl vtkACosmoReader::IsA(char const *)" (?...@vtkacosmoreader > @@ueaahp...@z) > C:\ParaViewGIT\Applications\AdaptiveParaView\Plugin\vtkACosmoReader.obj > AdaptivePlugin > Error 10 error LNK2001: unresolved external symbol "protected: > virtual class vtkObjectBase * __cdecl > vtkACosmoReader::NewInstanceInternal(void)const " > (?newinstanceinter...@vtkacosmoreader@@MEBAPEAVvtkObjectBase@@XZ) > C:\ParaViewGIT\Applications\AdaptiveParaView\Plugin\vtkACosmoReader.obj > AdaptivePlugin > Error 11 error LNK2001: unresolved external symbol "public: virtual > void __cdecl vtkACosmoReader::SetFileName(char const *)" > (?setfilen...@vtkacosmoreader@@ueaaxp...@z) > C:\ParaViewGIT\Applications\AdaptiveParaView\Plugin\vtkACosmoReader.obj > AdaptivePlugin > Error 12 error LNK2001: unresolved external symbol "public: virtual > char * __cdecl vtkACosmoReader::GetFileName(void)" > (?getfilen...@vtkacosmoreader@@UEAAPEADXZ) > C:\ParaViewGIT\Applications\AdaptiveParaView\Plugin\vtkACosmoReader.obj > AdaptivePlugin > Error 13 error LNK2001: unresolved external symbol "public: virtual > void __cdecl vtkACosmoReader::SetBoxSize(double)" > (?setboxs...@vtkacosmoreader@@uea...@z) > C:\ParaViewGIT\Applications\AdaptiveParaView\Plugin\vtkACosmoReader.obj > AdaptivePlugin > Error 14 error LNK2001: unresolved external symbol "public: virtual > double __cdecl vtkACosmoReader::GetBoxSize(void)" > (?getboxs...@vtkacosmoreader@@UEAANXZ) > C:\ParaViewGIT\Applications\AdaptiveParaView\Plugin\vtkACosmoReader.obj > AdaptivePlugin > Error 15 error LNK2001: unresolved external symbol "public: virtual > void __cdecl vtkACosmoReader::SetByteOrder(int)" > (?setbyteor...@vtkacosmoreader@@uea...@z) > C:\ParaViewGIT\Applications\AdaptiveParaView\Plugin\vtkACosmoReader.obj > AdaptivePlugin > Error 16 error LNK2001: unresolved external symbol "public: virtual > int __cdecl vtkACosmoReader::GetByteOrder(void)" > (?getbyteor...@vtkacosmoreader@@UEAAHXZ) > C:\ParaViewGIT\Applications\AdaptiveParaView\Plugin\vtkACosmoReader.obj > AdaptivePlugin > Error 17 error LNK2001: unresolved external symbol "public: virtual > void __cdecl vtkACosmoReader::SetTagSize(int)" (?settags...@vtkacosmoreader > @@uea...@z) > C:\ParaViewGIT\Applications\AdaptiveParaView\Plugin\vtkACosmoReader.obj > AdaptivePlugin > Error 18 error LNK2001: unresolved external symbol "public: virtual > int __cdecl vtkACosmoReader::GetTagSize(void)" > (?gettags...@vtkacosmoreader@@UEAAHXZ) > C:\ParaViewGIT\Applications\AdaptiveParaView\Plugin\vtkACosmoReader.obj > AdaptivePlugin > Error 19 error LNK2019: unresolved external symbol > "__declspec(dllimport) const vtkACosmoReader::`vftable'" > (__imp_??_7vtkACosmoReader@@6B@) referenced in function "protected: > __cdecl vtkACosmoReader::vtkACosmoReader(void)" (??0vtkACosmoReader@ > @i...@xz) > C:\ParaViewGIT\Applications\AdaptiveParaView\Plugin\vtkACosmoReader.obj > AdaptivePlugin > Error 5 error C3861: 'mkdir': identifier not found > C:\ParaViewSrc\Applications\AdaptiveParaView\ppRawStridedReader2.cxx > 113 ppRawStridedReader2 > Error 6 error LNK1104: cannot open file 'python26_d.lib' > C:\ParaViewGIT\Utilities\Xdmf2\libsrc\LINK _Xdmf > Error 37 error : cmake execution failed > C:\ParaViewGIT\Examples\CUSTOMBUILD ParaViewExamplesTarget > Error 38 error : The source "C:/ParaViewSrc/Examples/CMakeLists.txt" > does not match the source "D:/ParaView/Examples/CMakeLists.txt" used to > generate cache. Re-run cmake with a different source directory. > C:\ParaViewGIT\Examples\CUSTOMBUILD ParaViewExamplesTarget > Error 34 error LNK1120: 11 unresolved externals > C:\ParaViewGIT\bin\Debug\AdaptivePluginPythonD.dll AdaptivePluginPythonD > Error 22 error LNK1120: 14 unresolved externals > C:\ParaViewGIT\bin\Debug\AdaptivePlugin.dll AdaptivePlugin > ====================== > Any hint? Thanks so much. > > Best, > x > > > On 7/1/2010 2:54 PM, Robert Maynard wrote: > > 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 <[email protected]> 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 <[email protected]> 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 < >>> [email protected]> 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 < >>>> [email protected]> 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 <[email protected]> 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 <[email protected]> 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 <[email protected]> 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 <[email protected]> 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 <[email protected]> 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 > > > -- Robert Maynard
_______________________________________________ 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
