That file should be configured over from the .in file in the source tree to
the file in the build tree.

When you did the git submodule update did it say that it was downloading
files? If not, check to see if the file is anywhere in the build tree. In
that case something is strange in your cmake search paths. In either case
I'ld try doing configuring into a brand new build tree.



David E DeMarle
Kitware, Inc.
R&D Engineer
21 Corporate Drive
Clifton Park, NY 12065-8662
Phone: 518-881-4909


On Thu, Mar 13, 2014 at 11:58 AM, Nikita Sharakhov <sha...@vt.edu> wrote:

> Here is the actual error:
>
>
>
> CMake Error at CMake/ParaViewModuleTop.cmake:57 (include):
>
>    include could not find load file:
>
>
>
>      /home/sharni/software/BinGitParaView/VTK/VTKConfig.cmake
>
> Call Stack (most recent call first):
>
>    CMakeLists.txt:579 (include)
>
>
>
> And the CMake settings:
>
>
>
> PARAVIEW_ENABLE_QT_SUPPORT      *OFF
>
> BUILD_DOCUMENTATION              OFF
>
> BUILD_EXAMPLES                   OFF
>
> BUILD_SHARED_LIBS                ON
>
> BUILD_TESTING                    ON
>
> CMAKE_BUILD_TYPE                 Debug
>
> CMAKE_INSTALL_PREFIX             /usr/local
>
> Module_vtkWrappingJava           OFF
>
> Module_vtkWrappingPythonCore     OFF
>
> Module_vtkWrappingTcl            OFF
>
> PARAVIEW_BUILD_QT_GUI            OFF
>
> PARAVIEW_DATA_ROOT               PARAVIEW_DATA_ROOT-NOTFOUND
>
>  PARAVIEW_ENABLE_CATALYST         ON
>
> PARAVIEW_ENABLE_FFMPEG           OFF
>
> PARAVIEW_ENABLE_PYTHON           OFF
>
> PARAVIEW_INSTALL_DEVELOPMENT_F   OFF
>
> PARAVIEW_USE_MPI                 OFF
>
> PARAVIEW_USE_PISTON              OFF
>
> PARAVIEW_USE_VISITBRIDGE         OFF
>
> QT_QMAKE_EXECUTABLE
> /home/sharni/vt-qt-gcc4_5-4.8.4-1.x86_64/opt/apps/gcc4_5/qt/4.8.4/bin/qmake
>
> VTK_GLEXT_FILE
> /home/sharni/software/gitStuff/ParaView/VTK/Utilities/ParseOGLExt/headers/glext.h
>
> VTK_GLXEXT_FILE
> /home/sharni/software/gitStuff/ParaView/VTK/Utilities/ParseOGLExt/headers/glxext.h
>
> VTK_QT_VERSION                   4
>
> VTK_USE_LARGE_DATA               OFF
>
> VTK_WGLEXT_FILE
> /home/sharni/software/gitStuff/ParaView/VTK/Utilities/ParseOGLExt/headers/wglext.h
>
>
>
> *From:* David E DeMarle [mailto:dave.dema...@kitware.com]
> *Sent:* Thursday, March 13, 2014 11:12 AM
> *To:* Nikita Sharakhov
> *Cc:* paraview@paraview.org
> *Subject:* Re: [Paraview] Building Paraview
>
>
>
>
> In you source directory, do a git sub module --init followed by a git sub
> module --update.
> On Thursday, March 13, 2014, Nikita Sharakhov <sha...@vt.edu> wrote:
>
> Hello,
>
>
>
> I am having a problem building ParaView.  VTKConfig.cmake is not found.
> Does anyone know how this can be solved?
>
>
>
> CMake Error at CMake/ParaViewModuleTop.cmake:57 (include):
>
>    include could not find load file:
>
>
>
>      /home/sharni/software/ParaViewGitBin/VTK/VTKConfig.cmake
>
> Call Stack (most recent call first):
>
>
>
> Thanks in advance!
>
>
>
>
>
>
>
> --
> David E DeMarle
> Kitware, Inc.
> R&D Engineer
> 21 Corporate Drive
> Clifton Park, NY 12065-8662
> Phone: 518-881-4909
>
_______________________________________________
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

Reply via email to