[Paraview] include could not find load file: vtkModuleAPI

Mathieu Westphal mathieu.westphal at kitware.com
Fri May 27 04:37:36 EDT 2016


Hi

You probably forgot to "git submodule update --init"

Regards

Mathieu Westphal

On Fri, May 27, 2016 at 10:25 AM, Nico Schlömer <nico.schloemer at gmail.com>
wrote:

> When configuring ParaView with
> ```
> cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_VERBOSE_MAKEFILE=ON
> -DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_SYSCONFDIR=/etc
> -DCMAKE_INSTALL_LOCALSTATEDIR=/var -Wno-dev -DBUILD_DOCUMENTATION=ON
> -DCMAKE_INSTALL_RPATH=/usr/lib/paraview
> -DCMAKE_INSTALL_RPATH_USE_LINK_PATH=OFF -DCMAKE_SKIP_RPATH=OFF
> -DPARAVIEW_ENABLE_FFMPEG=ON -DPARAVIEW_ENABLE_WEB=OFF
> -DBUILD_SHARED_LIBS=ON -DBUILD_TESTING=OFF -DVTK_USE_MPEG2_ENCODER=OFF
> -DVTK_USE_FFMPEG_ENCODER=ON -DVTK_USE_OGGTHEORA_ENCODER=ON
> -DVTK_USE_SYSTEM_FREETYPE=ON -DVTK_USE_SYSTEM_GL2PS=ON
> -DVTK_USE_SYSTEM_JPEG=ON -DVTK_USE_SYSTEM_JSONCPP=ON
> -DVTK_USE_SYSTEM_NETCDF=ON -DVTK_USE_SYSTEM_GLEW=ON -DVTK_USE_SYSTEM_PNG=ON
> -DVTK_USE_SYSTEM_OGGTHEORA=ON -DVTK_USE_SYSTEM_TIFF=ON
> -DVTK_USE_SYSTEM_ZLIB=ON -DVTK_USE_SYSTEM_LIBXML2=ON
> -DVTK_USE_SYSTEM_EXPAT=ON -DVTK_USE_SYSTEM_HDF5=ON
> -DVTK_INSTALL_LIBRARY_DIR=lib/paraview
> -DVTK_INSTALL_ARCHIVE_DIR=lib/paraview
> -DVTK_INSTALL_INCLUDE_DIR=include/paraview
> -DVTK_INSTALL_DATA_DIR=share/paraview
> -DVTK_INSTALL_DOC_DIR=share/doc/paraview
> -DVTK_INSTALL_PACKAGE_DIR=lib/cmake/paraview -DVTK_CUSTOM_LIBRARY_SUFFIX=
> -DBUILD_EXAMPLES=OFF -DDOCUMENTATION_HTML_HELP=ON
> -DPARAVIEW_INSTALL_DEVELOPMENT_FILES=ON -DBUILD_DOCUMENTATION=ON
> -DPARAVIEW_USE_MPI=ON -DMPI_INCLUDE_PATH=/usr/include/mpi
> -DPARAVIEW_ENABLE_PYTHON=ON -DPARAVIEW_BUILD_PLUGIN_AdiosReader:BOOL=ON
> -DPARAVIEW_BUILD_PLUGIN_EyeDomeLighting:BOOL=ON
> -DPARAVIEW_BUILD_PLUGIN_MobileRemoteControl=OFF
> -DEigen_DIR=/usr/include/eigen3 -DPARAVIEW_BUILD_WEB_DOCUMENTATION=ON
> -DPARAVIEW_QT_VERSION=4
> ```
> I'm getting the configuration error
> ```
> CMake Error at CMakeLists.txt:618 (include): include could not find load
> file: vtkModuleAPI
> ```
> What might be the cause for this?
>
> Cheers,
> Nico
>
> _______________________________________________
> 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
>
> Search the list archives at: http://markmail.org/search/?q=ParaView
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/paraview
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/paraview/attachments/20160527/98e7a0e9/attachment.html>


More information about the ParaView mailing list