Bug:SectionCutting.cpp warning: ‘cutTransparency’ uninitialized

Having trouble installing or compiling FreeCAD? Get help here.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
HobbyKritzler
Posts: 8
Joined: Tue Jun 07, 2022 11:25 am

Bug:SectionCutting.cpp warning: ‘cutTransparency’ uninitialized

Post by HobbyKritzler »

I have cloned the git on 04th of July 2022 (Version: 0.21.29432 (Git)) with:
git clone https://github.com/FreeCAD/FreeCAD.git FreeCAD-source

prepared and compiled it:

Code: Select all

XY:/opt/FreeCAD # cmake --prefix=/opt/FreeCAD/ /usr/src/packages/SOURCES/FreeCAD-source -DBUILD_QT5=ON -DPYTHON_EXECUTABLE=/usr/bin/python3 -DCMAKE_BUILD_TYPE=Release
-- The C compiler identification is GNU 7.5.0
-- The CXX compiler identification is GNU 7.5.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc - works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ - works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Compiler: GNU, version: 7.5.0
-- Looking for GL/gl.h
-- Looking for GL/gl.h - found
-- Looking for C++ include istream
-- Looking for C++ include istream - found
-- Looking for C++ include ostream
-- Looking for C++ include ostream - found
-- Looking for C++ include fstream
-- Looking for C++ include fstream - found
-- Looking for C++ include sstream
-- Looking for C++ include sstream - found
-- Looking for C++ include ios
-- Looking for C++ include ios - found
-- Looking for C++ include iostream
-- Looking for C++ include iostream - found
-- Looking for C++ include iomanip
-- Looking for C++ include iomanip - found
-- Looking for C++ include iostream
-- Looking for C++ include iostream - found
-- Check for STD namespace
-- Check for STD namespace - found
-- prefix: /usr/local
-- bindir: bin
-- datadir: share
-- docdir: share/doc/FreeCAD
-- includedir: include
-- libdir: lib64
-- cmake: 3.17.0
-- Found Doxygen: /usr/bin/doxygen (found version "1.8.14") found components: doxygen dot 
-- Found Python3: /usr/bin/python3.6 (found version "3.6.15") found components: Interpreter Development 
-- Found XercesC: /usr/lib64/libxerces-c.so (found version "3.2.3") 
-- Found ZLIB: /usr/lib64/libz.so (found version "1.2.11") 
-- PyCXX found:
--   Headers:  /usr/src/packages/SOURCES/FreeCAD-source/src
--   Sources:  /usr/src/packages/SOURCES/FreeCAD-source/src/CXX
--   Version:  6.2.8
-- Found OCC: /usr/include/opencascade (found version "7.3.0") 
-- -- Found OCE/OpenCASCADE version: 7.3.0
-- -- OCE/OpenCASCADE include directory: /usr/include/opencascade
-- -- OCE/OpenCASCADE shared libraries directory: /usr/lib
-- Found OpenGL: /usr/lib64/libOpenGL.so   
-- Found OpenGLU: /usr/lib64/libGLU.so
-- VTK components: vtkCommonCore;vtkCommonDataModel;vtkFiltersVerdict;vtkIOXML;vtkFiltersCore;vtkFiltersGeneral;vtkIOLegacy;vtkFiltersExtraction;vtkFiltersSources;vtkFiltersGeometry;vtkhdf5;vtkRenderingCore;vtkInteractionStyle;vtkRenderingFreeType;vtkRenderingOpenGL2
-- Check for medfile (libmed and libmedc) ...
-- Found MEDFile: /usr/include/med  
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.2") 
-- We guess that libmed was built using hdf5-serial version
-- Checking for one of the modules 'hdf5-serial'
-- HDF5: Using hdf5 compiler wrapper to determine C configuration
-- Found HDF5: /usr/lib64/libhdf5.so;/usr/lib64/libpthread.so;/usr/lib64/libz.so;/usr/lib64/libdl.so;/usr/lib64/libm.so (found version "1.10.7")  
-- Checking for one of the modules 'ompi-cxx'
CMake Warning at cMake/FreeCAD_Helpers/SetupSalomeSMESH.cmake:115 (message):
  ompi-cxx was not found.  Check for error above.
Call Stack (most recent call first):
  CMakeLists.txt:58 (SetupSalomeSMESH)


-- Looking for pthread.h
-- Looking for pthread.h - found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE  
-- Found Boost: /usr/include (found suitable version "1.66.0", minimum required is "1.55") found components: filesystem program_options regex system thread date_time chrono missing components: atomic
-- Found SWIG: /usr/bin/swig (found version "3.0.12") 
-- Found Eigen3: /usr/include/eigen3 (found suitable version "3.3.4", minimum required is "2.91.0") 
-- Performing Test _flag_found
-- Performing Test _flag_found - Success
-- Found Freetype: /usr/lib64/libfreetype.so (found version "2.10.1") 
-- Checking for module 'Coin'
--   Found Coin, version 3.1.3
-- Coin3D libraries found
-- Found Spnav: /usr/lib64/libspnav.so  
-- Shiboken2Config: Using default python: .cpython-36m-x86_64-linux-gnu
-- Found PythonInterp: /usr/bin/python3 (found suitable version "3.6.15", minimum required is "3") 
-- Found PythonLibs: /usr/lib64/libpython3.6m.so (found suitable version "3.6.15", minimum required is "3") 
-- SHIBOKEN_PYTHON_INCLUDE_DIRS computed to value: '/usr/include/python3.6m'
-- SHIBOKEN_PYTHON_LIBRARIES computed to value: ''
-- libshiboken built for Release
-- PYTHON_CONFIG_SUFFIX: .cpython-36m-x86_64-linux-gnu
-- libshiboken built for Release
-- ===============================================
PySide2 Python module found at /usr/lib64/python3.6/site-packages/PySide2.
===============================================

-- Found Matplotlib: /usr/lib64/python3.6/site-packages/matplotlib (found version "2.2.5")
-- Platform is 64-bit, set -D_OCC64
-- [E57] Revison ID: E57Format-2.2.1-x86_64-linux-gcc7
-- [E57] Building static library
-- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY
-- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY - Success
-- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY
-- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY - Success
-- Performing Test COMPILER_HAS_DEPRECATED_ATTR
-- Performing Test COMPILER_HAS_DEPRECATED_ATTR - Success
-- /opt/FreeCAD/src/Base/TypePy.cpp
-- /opt/FreeCAD/src/Base/BaseClassPy.cpp
-- /opt/FreeCAD/src/Base/BoundBoxPy.cpp
-- /opt/FreeCAD/src/Base/CoordinateSystemPy.cpp
-- /opt/FreeCAD/src/Base/PersistencePy.cpp
-- /opt/FreeCAD/src/Base/VectorPy.cpp
-- /opt/FreeCAD/src/Base/MatrixPy.cpp
-- /opt/FreeCAD/src/Base/RotationPy.cpp
-- /opt/FreeCAD/src/Base/PlacementPy.cpp
-- /opt/FreeCAD/src/Base/AxisPy.cpp
-- /opt/FreeCAD/src/Base/UnitPy.cpp
-- /opt/FreeCAD/src/Base/QuantityPy.cpp
-- /opt/FreeCAD/src/App/DocumentPy.cpp
-- /opt/FreeCAD/src/App/DocumentObjectPy.cpp
-- /opt/FreeCAD/src/App/ExtensionPy.cpp
-- /opt/FreeCAD/src/App/ExtensionContainerPy.cpp
-- /opt/FreeCAD/src/App/DocumentObjectExtensionPy.cpp
-- /opt/FreeCAD/src/App/GroupExtensionPy.cpp
-- /opt/FreeCAD/src/App/LinkBaseExtensionPy.cpp
-- /opt/FreeCAD/src/App/DocumentObjectGroupPy.cpp
-- /opt/FreeCAD/src/App/GeoFeaturePy.cpp
-- /opt/FreeCAD/src/App/GeoFeatureGroupExtensionPy.cpp
-- /opt/FreeCAD/src/App/MetadataPy.cpp
-- /opt/FreeCAD/src/App/OriginGroupExtensionPy.cpp
-- /opt/FreeCAD/src/App/PartPy.cpp
-- /opt/FreeCAD/src/App/ComplexGeoDataPy.cpp
-- /opt/FreeCAD/src/App/PropertyContainerPy.cpp
-- /opt/FreeCAD/src/App/MaterialPy.cpp
-- /opt/FreeCAD/src/Mod/Fem/App/FemMeshPy.cpp
-- /opt/FreeCAD/src/Mod/Fem/App/FemPostPipelinePy.cpp
-- Found OpenMP_C: -fopenmp (found version "4.5") 
-- Found OpenMP_CXX: -fopenmp (found version "4.5") 
-- Found OpenMP: TRUE (found version "4.5")  
-- /opt/FreeCAD/src/Mod/Fem/Gui/ViewProviderFemMeshPy.cpp
-- /opt/FreeCAD/src/Mod/Import/App/StepShapePy.cpp
-- /opt/FreeCAD/src/Mod/Mesh/App/EdgePy.cpp
-- /opt/FreeCAD/src/Mod/Mesh/App/FacetPy.cpp
-- /opt/FreeCAD/src/Mod/Mesh/App/MeshFeaturePy.cpp
-- /opt/FreeCAD/src/Mod/Mesh/App/MeshPointPy.cpp
-- /opt/FreeCAD/src/Mod/Mesh/App/MeshPy.cpp
-- /opt/FreeCAD/src/Mod/Mesh/Gui/ViewProviderMeshPy.cpp
-- /opt/FreeCAD/src/Mod/Part/App/ArcPy.cpp
-- /opt/FreeCAD/src/Mod/Part/App/ArcOfConicPy.cpp
-- /opt/FreeCAD/src/Mod/Part/App/ArcOfCirclePy.cpp
-- /opt/FreeCAD/src/Mod/Part/App/ArcOfParabolaPy.cpp
-- /opt/FreeCAD/src/Mod/Part/App/BodyBasePy.cpp
-- /opt/FreeCAD/src/Mod/Part/App/ConicPy.cpp
-- /opt/FreeCAD/src/Mod/Part/App/CirclePy.cpp
-- /opt/FreeCAD/src/Mod/Part/App/ArcOfEllipsePy.cpp
-- /opt/FreeCAD/src/Mod/Part/App/EllipsePy.cpp
-- /opt/FreeCAD/src/Mod/Part/App/HyperbolaPy.cpp
-- /opt/FreeCAD/src/Mod/Part/App/ArcOfHyperbolaPy.cpp
-- /opt/FreeCAD/src/Mod/Part/App/ParabolaPy.cpp
-- /opt/FreeCAD/src/Mod/Part/App/OffsetCurvePy.cpp
-- /opt/FreeCAD/src/Mod/Part/App/GeometryPy.cpp
-- /opt/FreeCAD/src/Mod/Part/App/GeometryExtensionPy.cpp
-- /opt/FreeCAD/src/Mod/Part/App/GeometryIntExtensionPy.cpp
-- /opt/FreeCAD/src/Mod/Part/App/GeometryStringExtensionPy.cpp
-- /opt/FreeCAD/src/Mod/Part/App/GeometryBoolExtensionPy.cpp
-- /opt/FreeCAD/src/Mod/Part/App/GeometryDoubleExtensionPy.cpp
-- /opt/FreeCAD/src/Mod/Part/App/GeometryCurvePy.cpp
-- /opt/FreeCAD/src/Mod/Part/App/BoundedCurvePy.cpp
-- /opt/FreeCAD/src/Mod/Part/App/TrimmedCurvePy.cpp
-- /opt/FreeCAD/src/Mod/Part/App/GeometrySurfacePy.cpp
-- /opt/FreeCAD/src/Mod/Part/App/LinePy.cpp
-- /opt/FreeCAD/src/Mod/Part/App/LineSegmentPy.cpp
-- /opt/FreeCAD/src/Mod/Part/App/PointPy.cpp
-- /opt/FreeCAD/src/Mod/Part/App/BezierCurvePy.cpp
-- /opt/FreeCAD/src/Mod/Part/App/BSplineCurvePy.cpp
-- /opt/FreeCAD/src/Mod/Part/App/PlanePy.cpp
-- /opt/FreeCAD/src/Mod/Part/App/ConePy.cpp
-- /opt/FreeCAD/src/Mod/Part/App/CylinderPy.cpp
-- /opt/FreeCAD/src/Mod/Part/App/SpherePy.cpp
-- /opt/FreeCAD/src/Mod/Part/App/ToroidPy.cpp
-- /opt/FreeCAD/src/Mod/Part/App/BezierSurfacePy.cpp
-- /opt/FreeCAD/src/Mod/Part/App/BSplineSurfacePy.cpp
-- /opt/FreeCAD/src/Mod/Part/App/OffsetSurfacePy.cpp
-- /opt/FreeCAD/src/Mod/Part/App/PlateSurfacePy.cpp
-- /opt/FreeCAD/src/Mod/Part/App/RectangularTrimmedSurfacePy.cpp
-- /opt/FreeCAD/src/Mod/Part/App/SurfaceOfExtrusionPy.cpp
-- /opt/FreeCAD/src/Mod/Part/App/SurfaceOfRevolutionPy.cpp
-- /opt/FreeCAD/src/Mod/Part/App/PartFeaturePy.cpp
-- /opt/FreeCAD/src/Mod/Part/App/AttachExtensionPy.cpp
-- /opt/FreeCAD/src/Mod/Part/App/Part2DObjectPy.cpp
-- /opt/FreeCAD/src/Mod/Part/App/AttachEnginePy.cpp
-- /opt/FreeCAD/src/Mod/Part/App/TopoShapePy.cpp
-- /opt/FreeCAD/src/Mod/Part/App/TopoShapeCompoundPy.cpp
-- /opt/FreeCAD/src/Mod/Part/App/TopoShapeCompSolidPy.cpp
-- /opt/FreeCAD/src/Mod/Part/App/TopoShapeEdgePy.cpp
-- /opt/FreeCAD/src/Mod/Part/App/TopoShapeFacePy.cpp
-- /opt/FreeCAD/src/Mod/Part/App/TopoShapeShellPy.cpp
-- /opt/FreeCAD/src/Mod/Part/App/TopoShapeSolidPy.cpp
-- /opt/FreeCAD/src/Mod/Part/App/TopoShapeVertexPy.cpp
-- /opt/FreeCAD/src/Mod/Part/App/TopoShapeWirePy.cpp
-- /opt/FreeCAD/src/Mod/Part/App/BRepOffsetAPI_MakePipeShellPy.cpp
-- /opt/FreeCAD/src/Mod/Part/App/BRepOffsetAPI_MakeFillingPy.cpp
-- /opt/FreeCAD/src/Mod/Part/App/PrecisionPy.cpp
-- /opt/FreeCAD/src/Mod/Part/App/BRepFeat/MakePrismPy.cpp
-- /opt/FreeCAD/src/Mod/Part/App/ChFi2d/ChFi2d_AnaFilletAlgoPy.cpp
-- /opt/FreeCAD/src/Mod/Part/App/ChFi2d/ChFi2d_FilletAlgoPy.cpp
-- /opt/FreeCAD/src/Mod/Part/App/ChFi2d/ChFi2d_ChamferAPIPy.cpp
-- /opt/FreeCAD/src/Mod/Part/App/ChFi2d/ChFi2d_FilletAPIPy.cpp
-- /opt/FreeCAD/src/Mod/Part/App/Geom2d/ArcOfCircle2dPy.cpp
-- /opt/FreeCAD/src/Mod/Part/App/Geom2d/ArcOfConic2dPy.cpp
-- /opt/FreeCAD/src/Mod/Part/App/Geom2d/ArcOfEllipse2dPy.cpp
-- /opt/FreeCAD/src/Mod/Part/App/Geom2d/ArcOfHyperbola2dPy.cpp
-- /opt/FreeCAD/src/Mod/Part/App/Geom2d/ArcOfParabola2dPy.cpp
-- /opt/FreeCAD/src/Mod/Part/App/Geom2d/BezierCurve2dPy.cpp
-- /opt/FreeCAD/src/Mod/Part/App/Geom2d/BSplineCurve2dPy.cpp
-- /opt/FreeCAD/src/Mod/Part/App/Geom2d/Circle2dPy.cpp
-- /opt/FreeCAD/src/Mod/Part/App/Geom2d/Conic2dPy.cpp
-- /opt/FreeCAD/src/Mod/Part/App/Geom2d/Ellipse2dPy.cpp
-- /opt/FreeCAD/src/Mod/Part/App/Geom2d/Geometry2dPy.cpp
-- /opt/FreeCAD/src/Mod/Part/App/Geom2d/Hyperbola2dPy.cpp
-- /opt/FreeCAD/src/Mod/Part/App/Geom2d/Curve2dPy.cpp
-- /opt/FreeCAD/src/Mod/Part/App/Geom2d/Line2dSegmentPy.cpp
-- /opt/FreeCAD/src/Mod/Part/App/Geom2d/Line2dPy.cpp
-- /opt/FreeCAD/src/Mod/Part/App/Geom2d/OffsetCurve2dPy.cpp
-- /opt/FreeCAD/src/Mod/Part/App/Geom2d/Parabola2dPy.cpp
-- /opt/FreeCAD/src/Mod/Part/App/GeomPlate/BuildPlateSurfacePy.cpp
-- /opt/FreeCAD/src/Mod/Part/App/GeomPlate/CurveConstraintPy.cpp
-- /opt/FreeCAD/src/Mod/Part/App/GeomPlate/PointConstraintPy.cpp
-- /opt/FreeCAD/src/Mod/Part/App/HLRBRep/HLRBRep_AlgoPy.cpp
-- /opt/FreeCAD/src/Mod/Part/App/HLRBRep/HLRToShapePy.cpp
-- /opt/FreeCAD/src/Mod/Part/App/HLRBRep/HLRBRep_PolyAlgoPy.cpp
-- /opt/FreeCAD/src/Mod/Part/App/HLRBRep/PolyHLRToShapePy.cpp
-- /opt/FreeCAD/src/Mod/Part/App/ShapeFix/ShapeFix_RootPy.cpp
-- /opt/FreeCAD/src/Mod/Part/App/ShapeFix/ShapeFix_EdgePy.cpp
-- /opt/FreeCAD/src/Mod/Part/App/ShapeFix/ShapeFix_FacePy.cpp
-- /opt/FreeCAD/src/Mod/Part/App/ShapeFix/ShapeFix_ShapePy.cpp
-- /opt/FreeCAD/src/Mod/Part/App/ShapeFix/ShapeFix_ShellPy.cpp
-- /opt/FreeCAD/src/Mod/Part/App/ShapeFix/ShapeFix_SolidPy.cpp
-- /opt/FreeCAD/src/Mod/Part/App/ShapeFix/ShapeFix_WirePy.cpp
-- /opt/FreeCAD/src/Mod/Part/App/ShapeFix/ShapeFix_WireframePy.cpp
-- /opt/FreeCAD/src/Mod/Part/App/ShapeFix/ShapeFix_WireVertexPy.cpp
-- /opt/FreeCAD/src/Mod/Part/App/ShapeFix/ShapeFix_EdgeConnectPy.cpp
-- /opt/FreeCAD/src/Mod/Part/App/ShapeFix/ShapeFix_FaceConnectPy.cpp
-- /opt/FreeCAD/src/Mod/Part/App/ShapeFix/ShapeFix_FixSmallFacePy.cpp
-- /opt/FreeCAD/src/Mod/Part/App/ShapeFix/ShapeFix_FixSmallSolidPy.cpp
-- /opt/FreeCAD/src/Mod/Part/App/ShapeFix/ShapeFix_FreeBoundsPy.cpp
-- /opt/FreeCAD/src/Mod/Part/App/ShapeFix/ShapeFix_ShapeTolerancePy.cpp
-- /opt/FreeCAD/src/Mod/Part/App/ShapeFix/ShapeFix_SplitCommonVertexPy.cpp
-- /opt/FreeCAD/src/Mod/Part/App/ShapeFix/ShapeFix_SplitToolPy.cpp
-- /opt/FreeCAD/src/Mod/Part/App/ShapeUpgrade/UnifySameDomainPy.cpp
-- /opt/FreeCAD/src/Mod/PartDesign/App/BodyPy.cpp
-- /opt/FreeCAD/src/Mod/PartDesign/App/FeaturePy.cpp
-- /opt/FreeCAD/src/Mod/PartDesign/Gui/ViewProviderPy.cpp
-- /opt/FreeCAD/src/Mod/Path/App/CommandPy.cpp
-- /opt/FreeCAD/src/Mod/Path/App/PathPy.cpp
-- /opt/FreeCAD/src/Mod/Path/App/ToolPy.cpp
-- /opt/FreeCAD/src/Mod/Path/App/TooltablePy.cpp
-- /opt/FreeCAD/src/Mod/Path/App/FeaturePathCompoundPy.cpp
-- /opt/FreeCAD/src/Mod/Path/App/AreaPy.cpp
-- /opt/FreeCAD/src/Mod/Path/App/FeatureAreaPy.cpp
-- /opt/FreeCAD/src/Mod/Path/App/VoronoiPy.cpp
-- /opt/FreeCAD/src/Mod/Path/App/VoronoiCellPy.cpp
-- /opt/FreeCAD/src/Mod/Path/App/VoronoiEdgePy.cpp
-- /opt/FreeCAD/src/Mod/Path/App/VoronoiVertexPy.cpp
-- setting gcc options: -Wall -Werror -Wno-deprecated -pedantic-errors
-- Could NOT find Boost (missing: python36) (found version "1.66.0")
-- Found Boost: /usr/include (found version "1.66.0") found components: python3 
-- found Boost: 1_66
-- boost-incude dirs are: /usr/include
-- boost-python lib is: 
-- boost_LIBRARY_DIRS is: /usr/lib64
-- Boost_LIBRARIES is: /usr/lib64/libboost_python3.so
-- area module (for Path Workbench) will be installed to: lib64
-- /opt/FreeCAD/src/Mod/Path/PathSimulator/App/PathSimPy.cpp
-- /opt/FreeCAD/src/Mod/Points/App/PointsPy.cpp
-- /opt/FreeCAD/src/Mod/Robot/App/Robot6AxisPy.cpp
-- /opt/FreeCAD/src/Mod/Robot/App/TrajectoryPy.cpp
-- /opt/FreeCAD/src/Mod/Robot/App/WaypointPy.cpp
-- /opt/FreeCAD/src/Mod/Robot/App/RobotObjectPy.cpp
-- /opt/FreeCAD/src/Mod/Sketcher/App/SketchObjectSFPy.cpp
-- /opt/FreeCAD/src/Mod/Sketcher/App/SketchObjectPy.cpp
-- /opt/FreeCAD/src/Mod/Sketcher/App/SketchGeometryExtensionPy.cpp
-- /opt/FreeCAD/src/Mod/Sketcher/App/ExternalGeometryExtensionPy.cpp
-- /opt/FreeCAD/src/Mod/Sketcher/App/GeometryFacadePy.cpp
-- /opt/FreeCAD/src/Mod/Sketcher/App/ExternalGeometryFacadePy.cpp
-- /opt/FreeCAD/src/Mod/Sketcher/App/ConstraintPy.cpp
-- /opt/FreeCAD/src/Mod/Sketcher/App/SketchPy.cpp
-- /opt/FreeCAD/src/Mod/Spreadsheet/App/SheetPy.cpp
-- /opt/FreeCAD/src/Mod/Spreadsheet/App/PropertySheetPy.cpp
-- /opt/FreeCAD/src/Mod/Spreadsheet/App/PropertyColumnWidthsPy.cpp
-- /opt/FreeCAD/src/Mod/Spreadsheet/App/PropertyRowHeightsPy.cpp
-- /opt/FreeCAD/src/Mod/Spreadsheet/Gui/ViewProviderSpreadsheetPy.cpp
-- /opt/FreeCAD/src/Mod/Measure/App/MeasurementPy.cpp
-- /opt/FreeCAD/src/Mod/TechDraw/App/DrawPagePy.cpp
-- /opt/FreeCAD/src/Mod/TechDraw/App/DrawViewPy.cpp
-- /opt/FreeCAD/src/Mod/TechDraw/App/DrawViewPartPy.cpp
-- /opt/FreeCAD/src/Mod/TechDraw/App/DrawViewSymbolPy.cpp
-- /opt/FreeCAD/src/Mod/TechDraw/App/DrawTemplatePy.cpp
-- /opt/FreeCAD/src/Mod/TechDraw/App/DrawParametricTemplatePy.cpp
-- /opt/FreeCAD/src/Mod/TechDraw/App/DrawSVGTemplatePy.cpp
-- /opt/FreeCAD/src/Mod/TechDraw/App/DrawViewClipPy.cpp
-- /opt/FreeCAD/src/Mod/TechDraw/App/DrawViewDimensionPy.cpp
-- /opt/FreeCAD/src/Mod/TechDraw/App/DrawViewDimExtentPy.cpp
-- /opt/FreeCAD/src/Mod/TechDraw/App/DrawHatchPy.cpp
-- /opt/FreeCAD/src/Mod/TechDraw/App/DrawGeomHatchPy.cpp
-- /opt/FreeCAD/src/Mod/TechDraw/App/DrawViewCollectionPy.cpp
-- /opt/FreeCAD/src/Mod/TechDraw/App/DrawProjGroupPy.cpp
-- /opt/FreeCAD/src/Mod/TechDraw/App/DrawProjGroupItemPy.cpp
-- /opt/FreeCAD/src/Mod/TechDraw/App/DrawViewAnnotationPy.cpp
-- /opt/FreeCAD/src/Mod/TechDraw/App/DrawLeaderLinePy.cpp
-- /opt/FreeCAD/src/Mod/TechDraw/App/DrawRichAnnoPy.cpp
-- /opt/FreeCAD/src/Mod/TechDraw/App/GeomFormatPy.cpp
-- /opt/FreeCAD/src/Mod/TechDraw/App/CenterLinePy.cpp
-- /opt/FreeCAD/src/Mod/TechDraw/App/CosmeticEdgePy.cpp
-- /opt/FreeCAD/src/Mod/TechDraw/App/CosmeticVertexPy.cpp
-- /opt/FreeCAD/src/Mod/TechDraw/App/DrawTilePy.cpp
-- /opt/FreeCAD/src/Mod/TechDraw/App/DrawTileWeldPy.cpp
-- /opt/FreeCAD/src/Mod/TechDraw/App/DrawWeldSymbolPy.cpp
-- /opt/FreeCAD/src/Mod/TechDraw/App/CosmeticExtensionPy.cpp
-- Coin3D doc is not installed
-- /opt/FreeCAD/src/Gui/DocumentPy.cpp
-- /opt/FreeCAD/src/Gui/PythonWorkbenchPy.cpp
-- /opt/FreeCAD/src/Gui/ViewProviderPy.cpp
-- /opt/FreeCAD/src/Gui/ViewProviderDocumentObjectPy.cpp
-- /opt/FreeCAD/src/Gui/ViewProviderExtensionPy.cpp
-- /opt/FreeCAD/src/Gui/WorkbenchPy.cpp
-- /opt/FreeCAD/src/Gui/SelectionObjectPy.cpp
-- /opt/FreeCAD/src/Gui/LinkViewPy.cpp
-- /opt/FreeCAD/src/Gui/ViewProviderLinkPy.cpp
-- /opt/FreeCAD/src/Gui/AxisOriginPy.cpp
-- /opt/FreeCAD/src/Gui/CommandPy.cpp
-- 
==============
Summary report
==============

-- Build type:          Release
-- Compiler:            /usr/bin/c++ (7.5.0)
-- Flags:               -Wall -Wextra -Wno-write-strings 
-- Standard:            Requires C++17
-- Python:              3.6.15 [/usr/bin/python3] [.cpython-36m-x86_64-linux-gnu]
-- PCL:                 not enabled
-- pybind11:            not enabled
-- Boost:               106600
-- XercesC:             3.2.3 [/usr/lib64/libxerces-c.so] [/usr/include]
-- ZLIB:                1.2.11
-- PyCXX:               6.2.8 [/usr/src/packages/SOURCES/FreeCAD-source/src]
-- OCC:                 7.3.0 [TKFillet;TKMesh;TKernel;TKG2d;TKG3d;TKMath;TKIGES;TKSTL;TKShHealing;TKXSBase;TKBool;TKBO;TKBRep;TKTopAlgo;TKGeomAlgo;TKGeomBase;TKOffset;TKPrim;TKSTEPBase;TKSTEPAttr;TKSTEP209;TKSTEP;TKHLR;TKFeat] [/usr/lib] [/usr/include/opencascade]
-- SMESH:               7.7.1.0 build internal
-- MEDFile:             3.2.0 [/usr/lib64/libmedC.so;/usr/lib64/libmed.so] [/usr/include/med]
-- HDF5:                1.10.7
-- VTK:                 8.2.0
-- NETGEN:              not enabled
-- SWIG:                3.0.12
-- Eigen3               3.3.4
-- Qt5Core:             5.12.7
-- Qt5Network:          5.12.7
-- Qt5Xml:              5.12.7
-- Qt5XmlPatterns:      5.12.7
-- Qt5Widgets:          5.12.7
-- Qt5PrintSupport:     5.12.7
-- Qt5OpenGL:           5.12.7
-- Qt5Svg:              5.12.7
-- Qt5UiTools:          5.12.7
-- Qt5Concurrent:       5.12.7
-- Qt5WebEngineWidgets: 5.15.3
-- Designer plugin:     not built per user request (BUILD_DESIGNER_PLUGIN)
-- Shiboken2:           5.12.3 [/usr/lib64/cmake/Shiboken2-5.12.3] [/usr/include/shiboken2;/usr/include/python3.6m]
-- PySide2:             5.12.3 [/usr/include/PySide2]
-- PySide2Tools:        [/usr/bin/pyside2-uic] [/usr/bin/pyside2-rcc]
-- Freetype:            2.10.1
-- OpenGL:              /usr/lib64/libGL.so
-- OpenGLU:             [/usr/lib64/libGLU.so][/usr/include]
-- Coin3D:              3.1.3 [Coin;GLU;GL;SM;ICE;X11;bz2;z;freetype;fontconfig;dl;pthread;openal] [/usr/include/Inventor/annex;/usr/include/freetype2]
-- Pivy:                0.6.5
-- SPNAV:               [/usr/lib64/libspnav.so] [/usr/include]
-- Matplotlib:          2.2.5
-- Rift:                not enabled (BUILD_VR)
-- Doxygen:             1.8.14
-- Language:            English
-- Coin3D_DOC:          not found
=================================================
Now run 'cmake --build /opt/FreeCAD' to build FreeCAD
=================================================

-- Configuring done
-- Generating done
-- Build files have been written to: /opt/FreeCAD








XY:/opt/FreeCAD # cmake --build /opt/FreeCAD

during compilation I saw this warning:

Code: Select all

[ 50%] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/SectionCutting.cpp.o
/usr/src/packages/SOURCES/FreeCAD-source/src/Mod/Part/Gui/SectionCutting.cpp: In member function ‘void PartGui::SectionCut::startCutting(bool)’:
/usr/src/packages/SOURCES/FreeCAD-source/src/Mod/Part/Gui/SectionCutting.cpp:604:60: warning: ‘cutTransparency’ may be used uninitialized in this function [-Wmaybe-uninitialized]
             ui->CutTransparency->setToolTip(QString::number(cutTransparency) + QString::fromLatin1(" %"));
                                             ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
[ 50%] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/ShapeFromMesh.cpp.o

The complete version info is:

Code: Select all

OS: openSUSE Leap 15.3 (KDE//usr/share/xsessions/kde-plasma)
Word size of FreeCAD: 64-bit
Version: 0.21.29432 (Git)
Build type: Release
Branch: master
Hash: 45d7151dfa89e974e20fbcfae096b65ed406da23
Python 3.6.15, Qt 5.12.7, Coin 3.1.3, Vtk 8.2.0, OCC 7.3.0
Locale: German/Germany (de_DE) [ OS: German/Germany (de_DE) ]
Installed mods: 
  * fasteners 0.3.46
  * Rocket 2.4.1
  * ThreadProfile 1.81.0
  * A2plus 0.4.56a
  * Assembly4 0.12.1
  * 3DfindIT 1.2.0


Kind regards
Post Reply