paraView build from source (v5.6.0) - makefile missed

Can’t find a ‘Makefile’ after configuring successfully using ccmake in build directory
(make: *** No targets specified and no makefile found. Stop.)

  • SLES12SP3, cmake 3.12.0 …, CMakeCache.txt exists
  • Should I use ‘Ninja’?

Regards
Gert

Please provide your cmake configure command line and the configure output.

please run cmake ./ in your build directory and copy the output here. Thanks.

:/opt/paraview_build # cmake ./ > cmake.out

CMake Deprecation Warning at ThirdParty/IceT/vtkicet/CMakeLists.txt:14 (CMAKE_POLICY):

The OLD behavior for policy CMP0017 will be removed from a future version

of CMake.

The cmake-policies(7) manual explains that the OLD behaviors of all

policies are deprecated and that a policy should be set to OLD only under

specific short-term circumstances. Projects should be ported to the NEW

behavior and not rely on setting a policy to OLD.

CMake Warning (dev) at /gpfs001/install_sources/cmake-3.12.0/Modules/FindOpenGL.cmake:270 (message):

Policy CMP0072 is not set: FindOpenGL prefers GLVND by default when

available. Run "cmake --help-policy CMP0072" for policy details. Use the

cmake_policy command to set the policy and suppress this warning.

FindOpenGL found both a legacy GL library:

OPENGL_gl_LIBRARY: /usr/lib64/libGL.so

and GLVND libraries for OpenGL and GLX:

OPENGL_opengl_LIBRARY: /usr/lib64/libOpenGL.so

OPENGL_glx_LIBRARY: /usr/lib64/libGLX.so

OpenGL_GL_PREFERENCE has not been set to "GLVND" or "LEGACY", so for

compatibility with CMake 3.10 and below the legacy GL library will be used.

Call Stack (most recent call first):

VTK/CMake/vtkOpenGL.cmake:127 (find_package)

Plugins/StreamLinesRepresentation/CMakeLists.txt:13 (include)

This warning is for project developers. Use -Wno-dev to suppress it.


Now I found ‘makefile’, make in progress:

a7796e976a39712377f0215ef9277bebaa1409d3a0fd47c674e12ee872848cb2b4247432248ddb67/download"
– [download 0% complete]
– [download 100% complete]
– Downloaded object: “/opt/paraview_build/ExternalData/Objects/SHA512/080d392e81cc5094eb6f6c62841453ae66d6df499b0a8b38a7796e976a39712377f0215ef9277bebaa1409d3a0fd47c674e12ee872848cb2b4247432248ddb67”
[ 2%] Generating /opt/paraview_build/ExternalData/Testing/Data/Baseline/HistogramChart_2.png
– Fetching “https://data.kitware.com/api/v1/file/hashsum/SHA512/fced09afa2ec8ab4dc9a94ebb9870c56c87565068ddf98e3afe04ff37a88065314ae8c28dc142e1e707d8da418b39d0490814002cffd536f05f4236f2906ce4d/download
– [download 0% complete]
– [download 80% complete]
– [download 100% complete]
– Downloaded object: “/opt/paraview_build/ExternalData/Objects/SHA512/fced09afa2ec8ab4dc9a94ebb9870c56c87565068ddf98e3afe04ff37a88065314ae8c28dc142e1e707d8da418b39d0490814002cffd536f05f4236f2906ce4d”
[ 2%] Generating /opt/paraview_build/ExternalData/Testing/Data/Baseline/HistogramKernelSmoothing.png
– Fetching “https://data.kitware.com/api/v1/file/hashsum/SHA512/e15c664a16ff27108b1482f41fc7e895d95aa4f12da2f05e4a2ffd92a7c982b0eec9a9edf7b807cc6af1e0afff28fcd7f4279c25565dcb3b64b8b389405c77e5/download
– [download 0% complete]
– [download 38% complete]
– [download 77% complete]
– [download 100% complete]
– Downloaded object: “/opt/paraview_build/ExternalData/Objects/SHA512/e15c664a16ff27108b1482f41fc7e895d95aa4f12da2f05e4a2ffd92a7c982b0eec9a9edf7b807cc6af1e0afff28fcd7f4279c25565dcb3b64b8b389405c77e5”
[ 2%] Generating /opt/paraview_build/ExternalData/Testing/Data/Baseline/HistogramSelection1.png
– Fetching "https://data.kitware.com/api/v1/file/hashsum/SHA512/6d09a6a12198f08cd8244364d50cea0ed11cbf26847c1de4d130a7c3d36cc3556151abc56825a746687f56fd1

Von:
“Mathieu
Westphal (Kitware) via ParaView” noreply@discourse.paraview.org

An:
gert.lindner@ptb.de

Datum:
29.11.2019
16:46

Betreff:
[ParaView]
[ParaView Support] paraView build from source (v5.6.0) - makefile missed

cmake.out (9.27 KB)

According to your cmake output, you should be able to run make in /opt/paraview_build