[Paraview-developers] Git: protobuf-related build error

Yumin Yuan yumin.yuan at kitware.com
Tue Jan 17 09:52:09 EST 2012


Try:

git submodule update --init

On Tue, Jan 17, 2012 at 9:30 AM, Paul Melis <paul.melis at sara.nl> wrote:
> Hi,
>
> I wanted to check the latest PV from git, but hit the following problem,
> as Utilities/protobuf is empty (even after git submodule update):
>
> paulmlocal at sara11006:~/c/paraview-git-build$ cat .conf.sh
> #!/bin/sh
> cmake \
>    -DCMAKE_INSTALL_PREFIX=$HOME/software/paraview-git \
>    -DCMAKE_BUILD_TYPE=Release \
>    -DPARAVIEW_BUILD_QT_GUI=ON \
>    -DPARAVIEW_ENABLE_PYTHON=ON \
>    -DPARAVIEW_INSTALL_DEVELOPMENT=ON \
>    ../paraview-git
>
>
> paulmlocal at sara11006:~/c/paraview-git-build$ ./.conf.sh
> -- Determined Source Version : 3.12.0-1172-g54a9bfe
> -- Found Qt4: /usr/bin/qmake (found suitable version "4.6.2", required
> is "4.6.0")
> -- Found Qt4: /usr/bin/qmake (found suitable version "4.6.2", required
> is "4.6.0")
> -- Filter ZLIB is ON
> CMake Error at CMake/ParaViewCommon.cmake:539 (ADD_SUBDIRECTORY):
>  The source directory
>
>    /home/paulmlocal/c/paraview-git/Utilities/protobuf
>
>  does not contain a CMakeLists.txt file.
> Call Stack (most recent call first):
>  CMakeLists.txt:256 (INCLUDE)
>
>
> -- Plugin: EyeDomeLighting disabled
> -- Plugin: Manta ray traced rendering disabled
> -- Plugin: Filters for Flux and Circulation Fields enabled
> -- Plugin: Prism enabled
> -- Plugin: Testing plugin enabled
> -- Plugin: Point Sprites enabled
> -- Plugin: pvblot enabled
> -- Plugin: SierraPlotTools enabled
> -- Plugin: SLACTools enabled
> -- Plugin: Streaming View enabled
> -- Plugin: SurfaceLIC enabled
> -- Plugin: Plugin to read NCAR VDF files disabled
> -- Plugin: Reader for *.h5part files enabled
> -- Plugin: Reader for *.bp files based on Adios disabled
> -- Plugin: Plugin for creating python coprocessing scripts disabled
> -- Plugin: Virtual Reality Devices and Interactor styles disabled
> -- Plugin: Reader/Writer for Analyze and NIfTI. enabled
> -- Plugin: Override time requests disabled
> -- Plugin: SciberQuest SciViz Toolkit disabled
> -- Application: Standard ParaView Client enabled
> CMake Error at CMakeLists.txt:360 (EXPORT):
>  export given target "protobuf" which is not built by this project.
>
>
> -- Configuring development install...
> -- Configuring incomplete, errors occurred!
>
> I tried a fresh git checkout, but it shows the same problem.
>
> Regards,
> Paul
> _______________________________________________
> Paraview-developers mailing list
> Paraview-developers at paraview.org
> http://public.kitware.com/mailman/listinfo/paraview-developers


More information about the Paraview-developers mailing list