网站的基础建设项目大型定制网站最贵建设多少钱
news/
2025/9/25 14:25:35/
文章来源:
网站的基础建设项目,大型定制网站最贵建设多少钱,一般做网站都在什么网做,房产信息网显示已备案是什么意思VTK下载地址#xff1a;https://vtk.org/download/
cmake下载地址#xff1a;https://cmake.org/download/
版本对应方面#xff0c;如果你的项目对版本没有要求#xff0c;就不用在意。我就是自己随机搭建的#xff0c;VTK选择最新版本吧#xff0c;如果后面其他的库不…VTK下载地址https://vtk.org/download/
cmake下载地址https://cmake.org/download/
版本对应方面如果你的项目对版本没有要求就不用在意。我就是自己随机搭建的VTK选择最新版本吧如果后面其他的库不支持高版本 我在更好低版本的。这里只是介绍一下编译过程。 这个最新版本9.3.0。
下载8.2.0版本 选择Source下的.zip版本tar.gz是Linux的。cmake记得下载. msi后缀的这里选择64位的即win64下载好后直接双击默认下一步安装即可。这里我们要自己编译所以下载 VTK-8.2.0.zip这个文件。
安装好Cmake
如果选择 Qt的gcc和g编译器可以参考我的博客
Cmake:Error in configuration process,project files may be invalid.Qt编译opencv的经验之谈。_Vertira的博客-CSDN博客
编译VTK和 编译opencv 差别不大。
如果出现这种错误看我的连接
error: ‘std::_hypot‘ has not been declared using std::hypot_Vertira的博客-CSDN博客 如果没有错误就忽略上面的连接 第一次Configure应该要挺长时间5-10分钟吧具体看电脑的处理器性能这只是第一次后面还有好几次因为需要继续改参数配置第一次的Configure过后会出现下图所示的一片红色这个不用担心这里需要修改的地方有三处分别是
BUILD_EXAMPLES生成一些vtk官方的examples帮助理解学习当然不选择也没事CMAKE_INSTALL_PREFIX这里存放之后使用vtk时的一些动态库dll二进制库libvtk的一些头文件之类的。图上此项的位置已经修改为 刚创建的那个vtk-pefix文件夹的路径也可以把文件夹的路径名称改为vtk-installVTK_Group_Qt我这里需要在Qt中使用vtk所以选择了此项。 编译出错 CMake Error at GUISupport/Qt/CMakeLists.txt:71 (find_package):By not providing FindQt5.cmake in CMAKE_MODULE_PATH this project hasasked CMake to find a package configuration file provided by Qt5, butCMake did not find one.Could not find a package configuration file provided by Qt5 with any ofthe following names:Qt5Config.cmakeqt5-config.cmakeAdd the installation prefix of Qt5 to CMAKE_PREFIX_PATH or set Qt5_DIRto a directory containing one of the above files. If Qt5 provides aseparate development package or SDK, be sure it has been installed. CMake Error at GUISupport/Qt/CMakeLists.txt:71 (find_package): By not providing FindQt5.cmake in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by Qt5, but CMake did not find one. Could not find a package configuration file provided by Qt5 with any of the following names: Qt5Config.cmake qt5-config.cmake Add the installation prefix of Qt5 to CMAKE_PREFIX_PATH or set Qt5_DIR to a directory containing one of the above files. If Qt5 provides a separate development package or SDK, be sure it has been installed. 这个错误网上查了一下原来是一些文件的路径没有设置 那就在cmake界面的add Entry把上面的路径一点一点的添加上去。 结果出现这样的问题
CMake Warning (dev) at E:/Qt5/VTK/build/CMakeTmp/VTK_UNDEFINED_SYMBOLS_ALLOWED/CMakeLists.txt:2 (project):cmake_minimum_required() should be called prior to this top-level project()call. Please see the cmake-commands(7) manual for usage documentation ofboth commands.
This warning is for project developers. Use -Wno-dev to suppress it.Performing Test VTK_UNDEFINED_SYMBOLS_ALLOWED - Failed
Group StandAlone modules: vtkChartsCore;vtkCommonComputationalGeometry;vtkCommonCore;vtkCommonDataModel;vtkCommonExecutionModel;vtkCommonMisc;vtkCommonSystem;vtkCommonTransforms;vtkDomainsChemistry;vtkFiltersAMR;vtkFiltersCore;vtkFiltersExtraction;vtkFiltersFlowPaths;vtkFiltersGeneral;vtkFiltersGeneric;vtkFiltersGeometry;vtkFiltersHybrid;vtkFiltersHyperTree;vtkFiltersImaging;vtkFiltersModeling;vtkFiltersParallel;vtkFiltersParallelImaging;vtkFiltersPoints;vtkFiltersProgrammable;vtkFiltersSMP;vtkFiltersSelection;vtkFiltersSources;vtkFiltersStatistics;vtkFiltersTexture;vtkFiltersTopology;vtkFiltersVerdict;vtkIOAMR;vtkIOAsynchronous;vtkIOCityGML;vtkIOCore;vtkIOEnSight;vtkIOExodus;vtkIOGeometry;vtkIOImage;vtkIOImport;vtkIOInfovis;vtkIOLSDyna;vtkIOLegacy;vtkIOMINC;vtkIOMovie;vtkIONetCDF;vtkIOPLY;vtkIOParallel;vtkIOParallelXML;vtkIOSQL;vtkIOSegY;vtkIOTecplotTable;vtkIOVeraOut;vtkIOVideo;vtkIOXML;vtkIOXMLParser;vtkImagingColor;vtkImagingCore;vtkImagingFourier;vtkImagingGeneral;vtkImagingHybrid;vtkImagingMath;vtkImagingMorphological;vtkImagingSources;vtkImagingStatistics;vtkImagingStencil;vtkInfovisCore;vtkInfovisLayout;vtkParallelCore
Group MPI modules: vtkDomainsParallelChemistry;vtkFiltersParallelGeometry;vtkFiltersParallelMPI;vtkFiltersParallelVerdict;vtkIOMPIImage;vtkIOMPIParallel;vtkIOParallelNetCDF;vtkParallelMPI
Group Imaging modules: vtkFiltersImaging;vtkImagingColor;vtkImagingFourier;vtkImagingGeneral;vtkImagingHybrid;vtkImagingMath;vtkImagingMorphological;vtkImagingSources;vtkImagingStatistics;vtkImagingStencil;vtkInteractionImage;vtkRenderingImage
Group Qt modules: vtkGUISupportQt;vtkGUISupportQtSQL;vtkRenderingQt;vtkViewsQt
Group Rendering modules: vtkGeovisCore;vtkIOExport;vtkIOExportPDF;vtkInteractionImage;vtkInteractionStyle;vtkInteractionWidgets;vtkRenderingAnnotation;vtkRenderingContext2D;vtkRenderingCore;vtkRenderingFreeType;vtkRenderingImage;vtkRenderingLOD;vtkRenderingLabel;vtkRenderingVolume;vtkViewsContext2D;vtkViewsCore;vtkViewsInfovis
Group Tk modules: vtkRenderingTk
Group Views modules: vtkViewsContext2D;vtkViewsGeovis
Group Web modules: vtkWebCore;vtkWebPython;vtkWebGLExporter
Backend OpenGL2 modules: vtkDomainsChemistryOpenGL2;vtkIOExportOpenGL2;vtkImagingOpenGL2;vtkRenderingContextOpenGL2;vtkRenderingGL2PSOpenGL2;vtkRenderingLICOpenGL2;vtkRenderingOpenGL2;vtkRenderingOpenVR;vtkRenderingVolumeOpenGL2
Enabling modules for OpenGL2.
CMake Deprecation Warning at Utilities/KWIML/vtkkwiml/CMakeLists.txt:20 (cmake_minimum_required):Compatibility with CMake 3.5 will be removed from a future version ofCMake.Update the VERSION argument min value or use a ...max suffix to tellCMake that the project does not need compatibility with older versions.CMake Deprecation Warning at Utilities/KWSys/vtksys/CMakeLists.txt:84 (CMAKE_MINIMUM_REQUIRED):Compatibility with CMake 3.5 will be removed from a future version ofCMake.Update the VERSION argument min value or use a ...max suffix to tellCMake that the project does not need compatibility with older versions.CMake Deprecation Warning at ThirdParty/doubleconversion/vtkdoubleconversion/CMakeLists.txt:1 (cmake_minimum_required):Compatibility with CMake 3.5 will be removed from a future version ofCMake.Update the VERSION argument min value or use a ...max suffix to tellCMake that the project does not need compatibility with older versions.CMake Deprecation Warning at ThirdParty/verdict/vtkverdict/CMakeLists.txt:2 (cmake_minimum_required):Compatibility with CMake 3.5 will be removed from a future version ofCMake.Update the VERSION argument min value or use a ...max suffix to tellCMake that the project does not need compatibility with older versions.CMake Warning (dev) at E:/Qt5/VTK/build/Examples/Build/vtkLocal/CMakeTmp/VTK_UNDEFINED_SYMBOLS_ALLOWED/CMakeLists.txt:2 (project):cmake_minimum_required() should be called prior to this top-level project()call. Please see the cmake-commands(7) manual for usage documentation ofboth commands.
This warning is for project developers. Use -Wno-dev to suppress it.Performing Test VTK_UNDEFINED_SYMBOLS_ALLOWED - Failed
Configuring done (51.0s)
Performing Test VTK_UNDEFINED_SYMBOLS_ALLOWED - Failed 没有报错但是执行失败 这是什么原因呢
我的电脑是比较老旧显卡也是英伟达GF 525M虽然比较老应该不至于吧。 重新删除重新编译。试一试
本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/917071.shtml
如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!